Skip to content

Commit

Permalink
things kinda work; still struggling to get a noticeable difference be…
Browse files Browse the repository at this point in the history
…tween ours and task-repeat tho...
  • Loading branch information
NishanthJKumar committed Oct 10, 2023
1 parent 350e0b7 commit 9997c1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion predicators/envs/sticky_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def _get_tasks(self, num: int,
"sticky": sticky
}
tables = sorted(state_dict)
# rng.shuffle(tables) # type: ignore
rng.shuffle(tables) # type: ignore
target_table = tables[-1]
cube_table, cup_table = tables[:2]
# Create cube.
Expand Down
4 changes: 2 additions & 2 deletions scripts/plotting/create_active_sampler_learning_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ def _derive_per_task_average(metric: str,
lambda v: "sticky_table-success_rate_explore" in v)),
("Task-Relevant", "purple", lambda df: df["EXPERIMENT_ID"].apply(
lambda v: "sticky_table-random_score_explore" in v)),
("Random Skills", "blue", lambda df: df["EXPERIMENT_ID"].apply(
lambda v: "sticky_table-random_nsrts_explore" in v)),
# ("Random Skills", "blue", lambda df: df["EXPERIMENT_ID"].apply(
# lambda v: "sticky_table-random_nsrts_explore" in v)),
# ("Maple Q", "gray", lambda df: df["EXPERIMENT_ID"].apply(
# lambda v: "sticky_table-maple_q" in v)),
],
Expand Down

0 comments on commit 9997c1b

Please sign in to comment.