Skip to content

Commit

Permalink
[RLlib] fix replay_buffer_api test. (ray-project#29494)
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Gong <[email protected]>
Signed-off-by: Weichen Xu <[email protected]>
  • Loading branch information
Jun Gong authored and WeichenXu123 committed Dec 19, 2022
1 parent 268efb6 commit c0106da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rllib/examples/replay_buffer_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
.environment(env="CartPole-v0")
.training(model=dict(use_lstm=True, lstm_cell_size=64, max_seq_len=20))
.framework(framework=args.framework)
.rollouts(num_workers=4)
.rollouts(num_rollout_workers=4)
)

stop_config = {
Expand Down

0 comments on commit c0106da

Please sign in to comment.