-
Notifications
You must be signed in to change notification settings - Fork 71
Description
Eventually, feature requests will be treated as a scrum board for open-source contributors. At the current scale, you should come chat with us on the Discord #development channel before writing one of these.
Hi, would it be possible to update this repo to use the most recent version of PettingZoo? This project is listed in PettingZoo's third-party-environments, but we only want to include environments which work with the current version.
If you need any help working out issues due to different versions feel free to ask, there were some breaking changes in version 1.2, so it requires a bit of code changes to adapt. The previous API returned done
in the step() function, whereas the new one returns truncated and terminated (matching gymnasium). There is a migration guide for gymnasium explaining the changes further, the steps should be basically the same (we're working on making resources for updating old PettingZoo repositories as well): https://gymnasium.farama.org/content/migration-guide/
I am trying to: Use NeuralMMO with current PettingZoo/Gymnasium versions
**It is hard/impossible because:" There have been breaking changes since the version used (v1.19.0 of PettingZoo)
The solution should look like: The internal logic needs to switch to using terminated
and truncated
instead of done
.