Skip to content

Commit

Permalink
final stretch for supercloud expers
Browse files Browse the repository at this point in the history
  • Loading branch information
nkumar-bdai committed Apr 9, 2024
1 parent b757ca5 commit 1eeec90
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions scripts/configs/active_sampler_learning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,34 +44,34 @@ APPROACHES:
# mlp_regressor_max_itr: 100000
# active_sampler_learning_batch_size: 1024
ENVS:
grid_row:
NAME: "grid_row"
FLAGS:
active_sampler_learning_explore_length_base: 100000 # effectively disable
active_sampler_learning_feature_selection: all
active_sampler_learning_explore_pursue_goal_interval: 1
max_num_steps_interaction_request: 150
active_sampler_learning_object_specific_samplers: True
num_online_learning_cycles: 10
ball_and_cup_sticky_table:
NAME: "ball_and_cup_sticky_table"
FLAGS:
sticky_table_place_smooth_fall_prob: 1.00
sticky_table_place_sticky_fall_prob: 0.00
sticky_table_pick_success_prob: 1.0
sticky_table_num_sticky_tables: 1
sticky_table_num_tables: 5
sticky_table_place_ball_fall_prob: 1.00
active_sampler_learning_explore_length_base: 25
active_sampler_learning_exploration_epsilon: 0.5
skill_competence_model_optimistic_recency_size: 2
skill_competence_model_optimistic_window_size: 2
horizon: 8
active_sampler_learning_explore_length_base: 100000 # effectively disable
active_sampler_learning_feature_selection: oracle
max_num_steps_interaction_request: 250
active_sampler_learning_object_specific_samplers: True
num_online_learning_cycles: 10
# grid_row:
# NAME: "grid_row"
# FLAGS:
# active_sampler_learning_explore_length_base: 100000 # effectively disable
# active_sampler_learning_feature_selection: all
# active_sampler_learning_explore_pursue_goal_interval: 1
# max_num_steps_interaction_request: 150
# active_sampler_learning_object_specific_samplers: True
# num_online_learning_cycles: 10
# ball_and_cup_sticky_table:
# NAME: "ball_and_cup_sticky_table"
# FLAGS:
# sticky_table_place_smooth_fall_prob: 1.00
# sticky_table_place_sticky_fall_prob: 0.00
# sticky_table_pick_success_prob: 1.0
# sticky_table_num_sticky_tables: 1
# sticky_table_num_tables: 5
# sticky_table_place_ball_fall_prob: 1.00
# active_sampler_learning_explore_length_base: 25
# active_sampler_learning_exploration_epsilon: 0.5
# skill_competence_model_optimistic_recency_size: 2
# skill_competence_model_optimistic_window_size: 2
# horizon: 8
# active_sampler_learning_explore_length_base: 100000 # effectively disable
# active_sampler_learning_feature_selection: oracle
# max_num_steps_interaction_request: 250
# active_sampler_learning_object_specific_samplers: True
# num_online_learning_cycles: 10
spot_sweeping_sim:
NAME: "spot_main_sweep_env"
FLAGS:
Expand Down

0 comments on commit 1eeec90

Please sign in to comment.