-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transition from gym to gymnasium #9
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utilité du basetemplate dans la PR?
Bonne remarque, aucune (en plus l'env n'est pas fonctionnel encore...) |
Stable Baseline3 can't be use with gymnasium (aka gym v0.26 or v0.27) for now. It's a big problem for RL community. |
Poke @scarponiv |
News : |
Thanks @hunoutl. I got the news this week |
There is no longer a team working on gym maintenance (previously openai).
A transition to gymnasium will eventually be mandatory. So it's a good idea to start doing it.
At first glance, switching from one library to another should be done without problems.
I make a try on GripperEnv and it worked. Some change where made in AbstractEnv.py (sofagym) to match the new gymnasium API.
There are some warnings to warn about future changes to the API for the next gymnasium releases.
I begun. Overall, the first changes (binding) bring new concept that I find rather practical.
I continued with another environment and I was able to observe a side effect. I will continue to investigate and will gradually add the new environments under gymnasium.