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

Feature request: migrate from gymnasium to gym #789

Open
elliottower opened this issue Mar 17, 2023 · 1 comment
Open

Feature request: migrate from gymnasium to gym #789

elliottower opened this issue Mar 17, 2023 · 1 comment
Assignees
Labels
Enhancement New feature or request
Milestone

Comments

@elliottower
Copy link

🚀 Feature

Hi, would it be possible for it to be upgraded from gym to gymnasium? Gymnasium is the maintained version of openai gym and is compatible with current RL training libraries (rllib and tianshou have already migrated, and stable-baselines3 will soon).

For information about upgrading and compatibility, see migration guide and gym compatibility. The main difference is the API has switched to returning truncated and terminated, rather than done, in order to give more information and mitigate edge case issues.

Additional context

Hi, this repository is currently listed in the gymnasium third party environments but we are cleaning the list up to only include maintained gymnasium-compatible repositories.

@ChrisCummins
Copy link
Contributor

ChrisCummins commented Mar 21, 2023

Hi @elliottower, thanks for reaching out.

would it be possible for it to be upgraded from gym to gymnasium?

Yes, it's on our roadmap, but we haven't yet found resources to work on it. It'll be quite a chunk of work to port the existing code to the new interface and ensure no regressions. Thanks for confirming the migration of training libraries to gymnasium, that was a blocker at the time we first discussed this.

Cheers,
Chris

@ChrisCummins ChrisCummins added this to the v0.3.0 milestone Mar 21, 2023
@ChrisCummins ChrisCummins self-assigned this Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants