Skip to content

Commit

Permalink
[RLlib] Fixed 'rollout_fragment_length' in pong-example by setting it…
Browse files Browse the repository at this point in the history
… to 'auto'. (ray-project#39552)

Signed-off-by: Simon Zehnder <simon.zehnder@gmail.com>
  • Loading branch information
simonsays1980 committed Sep 14, 2023
1 parent 6ae8334 commit 96ead13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rllib/tuned_examples/ppo/pong-ppo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pong-ppo:
vf_clip_param: 10.0
entropy_coeff: 0.01
train_batch_size: 5000
rollout_fragment_length: 20
rollout_fragment_length: auto
sgd_minibatch_size: 500
num_sgd_iter: 10
num_workers: 32
Expand Down

0 comments on commit 96ead13

Please sign in to comment.