Transition from gym to gymnasium#9
Conversation
EtienneMenager
left a comment
There was a problem hiding this comment.
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.