Skip to content
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

Is there any plans to move to gymnasium? #261

Open
Mayankm96 opened this issue Nov 8, 2023 · 2 comments
Open

Is there any plans to move to gymnasium? #261

Mayankm96 opened this issue Nov 8, 2023 · 2 comments

Comments

@Mayankm96
Copy link
Contributor

Hi Developers!

It seems RL-Games is still using gym instead of the more modern gymnasium. This seems to be hardcoded in some places of the code where the type is checked against gym action spaces.

Example:

https://github.com/Denys88/rl_games/blob/master/rl_games/common/experience.py#L308-L319

Are there any plans to move to gymnasium, or to make the type-checks lenient to check if it is gym or gymnasium space?

And if not, then is there a way to specify spaces without using either of them?

Thanks!

@Denys88
Copy link
Owner

Denys88 commented Nov 9, 2023

Yes, I even have branch where i am testing it. But there a lot of interesting projects which still use gym so I want to make sure they will continue working.
I think I can finish it in a 3 three weeks.

@Denys88
Copy link
Owner

Denys88 commented Dec 29, 2023

hi @Mayankm96 I am still working on it because there a lot of strange envs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants