File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ class Config:
3030 init_tensorboard : bool = False
3131 init_tensorboard_graph : bool = False
3232 debug_use_ground_truth : bool = False
33- allow_variable_horizon : bool = True # TODO: true just for debugging
33+ allow_variable_horizon : bool = False
Original file line number Diff line number Diff line change 1616 demo_batch_size : 128
1717 demonstrations :
1818 total_timesteps : 10
19+ allow_variable_horizon : true
1920
2021hydra :
2122 mode : MULTIRUN
Original file line number Diff line number Diff line change 1616 demo_batch_size : 128
1717 demonstrations :
1818 total_timesteps : 10
19+ allow_variable_horizon : true
Original file line number Diff line number Diff line change 1515 demo_batch_size : 128
1616 demonstrations :
1717 total_timesteps : 10
18+ allow_variable_horizon : true
1819
1920hydra :
2021 mode : MULTIRUN
You can’t perform that action at this time.
0 commit comments