Skip to content

Commit

Permalink
[rllib] Fix Apex long running test (rollout_fragment_length=auto) (ra…
Browse files Browse the repository at this point in the history
…y-project#30478)

Signed-off-by: Weichen Xu <[email protected]>
  • Loading branch information
kouroshHakha authored and WeichenXu123 committed Dec 19, 2022
1 parent 28781b0 commit 31c7311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/long_running_tests/workloads/apex.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"capacity": 10000,
},
"num_steps_sampled_before_learning_starts": 0,
"rollout_fragment_length": 1,
"rollout_fragment_length": "auto",
"train_batch_size": 1,
"min_time_s_per_iteration": 10,
"min_sample_timesteps_per_iteration": 10,
Expand Down

0 comments on commit 31c7311

Please sign in to comment.