Skip to content

Commit

Permalink
add needed pyglet version control
Browse files Browse the repository at this point in the history
  • Loading branch information
WillDudley committed Dec 30, 2022
1 parent b861a70 commit e9dc895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Used in the paper [Multi-Agent Actor-Critic for Mixed Cooperative-Competitive En
- To interactively view moving to landmark scenario (see others in ./scenarios/):
`bin/interactive.py --scenario simple.py`

- Known dependencies: Python (3.5.4), OpenAI gym (0.10.5), numpy (1.14.5)
- Known dependencies: Python (3.5.4), OpenAI gym (0.10.5), numpy (1.14.5), pyglet (1.5.27)

- To use the environments, look at the code for importing them in `make_env.py`.

Expand Down

0 comments on commit e9dc895

Please sign in to comment.