Skip to content

Commit

Permalink
changes to produce prettier grid row graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
NishanthJKumar committed Oct 27, 2023
1 parent 3090591 commit f094140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion predicators/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ def get_arg_specific_settings(cls, args: Dict[str, Any]) -> Dict[str, Any]:
# the horizon to be shorter.
"touch_point": 15,
# Ditto for the simple grid row environment.
"grid_row": cls.grid_row_num_cells + 5,
"grid_row": cls.grid_row_num_cells + 2,
})[args.get("env", "")],

# Maximum number of steps to roll out an option policy.
Expand Down
2 changes: 1 addition & 1 deletion scripts/configs/active_sampler_learning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ENVS:
grid_row:
NAME: "grid_row"
FLAGS:
max_num_steps_interaction_request: 500
max_num_steps_interaction_request: 150
active_sampler_learning_explore_length_base: 100000 # effectively disable
active_sampler_learning_feature_selection: all
ball_and_cup_sticky_table:
Expand Down

0 comments on commit f094140

Please sign in to comment.