Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
NishanthJKumar committed Oct 27, 2023
1 parent 60e27df commit 89d2e70
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 @@ -653,7 +653,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 @@ -73,7 +73,7 @@ FLAGS:
active_sampler_learning_model: "myopic_classifier_mlp"
active_sampler_learning_use_teacher: False
online_nsrt_learning_requests_per_cycle: 1
max_num_steps_interaction_request: 500
max_num_steps_interaction_request: 150
num_online_learning_cycles: 10
active_sampler_learning_explore_length_base: 100000 # effectively disable
sesame_task_planner: "fdopt-costs"
Expand Down

0 comments on commit 89d2e70

Please sign in to comment.