google-deepmind / google-deepmind/meltingpot
MeltingPot examples do not work
Open
bug
- Dominant language
- Python
- Stars
- 873
- Forks
- 162
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 29
Description
The examples need to be updated to ensure they can run.
Currently there are dependency conflicts in the MeltingPot `examples/requirements.txt`
```
stable-baselines3 2.2.1 requires gymnasium<0.30,>=0.28.1, but you have gymnasium 0.26.3 which is incompatible.
supersuit 3.9.2 requires gymnasium>=0.28.1, but you have gymnasium 0.26.3 which is incompatible.
pettingzoo 1.24.3 requires gymnasium>=0.28.0, but you have gymnasium 0.26.3 which is incompatible.
```
No workaround right now, sorry.
Contributor guide
Assessment
This issue has not been assessed yet.