Skip to content

Commit

Permalink
fix petting zoo
Browse files Browse the repository at this point in the history
  • Loading branch information
huangshiyu13 committed Nov 13, 2023
1 parent 8c196b3 commit 6e9ce0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom_env/pettingzoo_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

env = make(
"RockPaperScissors",
env_num=1,
env_num=10,
opponent_wrappers=[RandomOpponentWrapper],
)

Expand Down

0 comments on commit 6e9ce0f

Please sign in to comment.