Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Hi, would it be possible add compatibility with Gymnasium and newer versions of PettingZoo?
Gymnasium and PettingZoo are compatible with current RL training libraries (rllib, tianshou and CleanRL have already migrated, and stable-baselines3 will soon) as well as other tools such as Comet and WandB.
For information about upgrading and compatibility, see migration guide and gym compatibility. The main difference is the API has switched to returning truncated
and terminated
, rather than done
, in order to give more information and mitigate edge case issues.
We would like to list this package in the third party environments lists (PettingZoo, Gymnasium), but are removing all libraries which do not plan to migrate to Gymnasium/recent versions of PettingZoo.
Describe the solution you'd like
A clear and concise description of what you want to happen.
This package would be updated to use gymnasium rather than gym, and use at least PettingZoo v1.20 (uses termination/truncation and gymnnasium rather than gym).
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.