Skip to content

Commit

Permalink
all baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
NishanthJKumar committed Oct 25, 2023
1 parent 7822f46 commit 7e9865f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions scripts/configs/active_sampler_learning.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
# Final active sampler learning experiments.
---
APPROACHES:
task_repeat_explore:
NAME: "active_sampler_learning"
FLAGS:
explorer: "active_sampler"
active_sampler_explore_task_strategy: "task_repeat"
planning_progress_explore:
NAME: "active_sampler_learning"
FLAGS:
explorer: "active_sampler"
active_sampler_explore_task_strategy: "planning_progress"
# success_rate_explore:
# task_repeat_explore:
# NAME: "active_sampler_learning"
# FLAGS:
# explorer: "active_sampler"
# active_sampler_explore_task_strategy: "success_rate"
# active_sampler_explore_bonus: 0.01
# random_score_explore:
# active_sampler_explore_task_strategy: "task_repeat"
# planning_progress_explore:
# NAME: "active_sampler_learning"
# FLAGS:
# explorer: "active_sampler"
# active_sampler_explore_task_strategy: "random"
# random_nsrts_explore:
# NAME: "active_sampler_learning"
# FLAGS:
# explorer: "random_nsrts"
# active_sampler_explore_task_strategy: "planning_progress"
success_rate_explore:
NAME: "active_sampler_learning"
FLAGS:
explorer: "active_sampler"
active_sampler_explore_task_strategy: "success_rate"
active_sampler_explore_bonus: 0.01
random_score_explore:
NAME: "active_sampler_learning"
FLAGS:
explorer: "active_sampler"
active_sampler_explore_task_strategy: "random"
random_nsrts_explore:
NAME: "active_sampler_learning"
FLAGS:
explorer: "random_nsrts"
# maple_q:
# NAME: "maple_q"
# FLAGS:
Expand Down

0 comments on commit 7e9865f

Please sign in to comment.