Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NishanthJKumar committed Oct 6, 2023
1 parent 678b0cb commit 9529109
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion predicators/envs/sticky_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def _get_tasks(self, num: int,
"sticky": sticky
}
tables = sorted(state_dict)
rng.shuffle(tables) # type: ignore
# rng.shuffle(tables) # type: ignore
cube_table, cup_table, target_table = tables[:3]
# Create cube.
size = radius * self.objs_scale
Expand Down
6 changes: 3 additions & 3 deletions scripts/configs/active_sampler_learning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ 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: 42
max_num_steps_interaction_request: 100
num_online_learning_cycles: 10
sesame_task_planner: "fdopt-costs"
sesame_grounder: "fd_translator"
horizon: 15
horizon: 24
active_sampler_learning_feature_selection: oracle
active_sampler_learning_explore_length_base: 4
active_sampler_learning_explore_length_base: 8
START_SEED: 456
NUM_SEEDS: 10

0 comments on commit 9529109

Please sign in to comment.