avalon
avalon copied to clipboard
Upgrading to Gymnasium
Hey there, I run the Farama Foundation and am one of the the maintainers of Gymnasium (and formerly Gym).
As you're able to, would you be willing to upgrade from Gym to Gymnasium? Gym isn't maintained anymore and won't be getting support for new versions of Python or anything like that anymore, and RLlib and Stable Baselines3 and most of the other major packages have switched or are publicly planning to do so, and I've been going around and asking other notable packages that haven't upgraded yet to upgrade.
In case you haven't already seen it, we have a blog post that summarizes the backstory of the switch here- https://farama.org/Announcing-The-Farama-Foundation
I'm happy to answer any questions you have or help if I'm able to
Hi @jkterry1 – this is on our radar (https://github.com/Avalon-Benchmark/avalon/pull/12#issuecomment-1339768153).
The main thing for me is that when we do upgrade I'd like to make sure and update semantics to be correct, i.e. detangling done
into terminated
and truncated
properly.
That makes sense. If there's anything you need our help with to sort that out, please let us know.
Hey- Gymnasium 1.0 is out so the API is stable now :)