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

Support Gymnasium 1.0.0 #57

Open
stefanbschneider opened this issue Nov 15, 2024 · 3 comments
Open

Support Gymnasium 1.0.0 #57

stefanbschneider opened this issue Nov 15, 2024 · 3 comments
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@stefanbschneider
Copy link
Owner

Gymnasium 1.0.0 introduces some breaking API changes that currently lead to errors with mobile-env: #56

Update mobile-env to support Gymnasium 1.0.0 and update requirements.

@stefanbschneider stefanbschneider added help wanted Extra attention is needed good first issue Good for newcomers labels Nov 15, 2024
@stefanbschneider
Copy link
Owner Author

Test with recently released ray 2.39, which introduces support for Gymnasium 1 in Ray: https://github.com/ray-project/ray/releases/tag/ray-2.39.0

@stefanbschneider stefanbschneider added the dependencies Pull requests that update a dependency file label Nov 16, 2024
@stefanbschneider
Copy link
Owner Author

I started work here: https://github.com/stefanbschneider/mobile-env/tree/issue57

Basically, need to access anything that's linked to the unwrapped mobile-env environment via env.unwrapped. gymnasium.make() returns a wrapped Env with only standard interface.

BLOCKED by sb3 support for gymansium 1.0.0 atm.

@stefanbschneider
Copy link
Owner Author

Merged a PR to use the unwrapped gym env. What's missing for the mobile-env 2.1 release is: Support for the latest Ray 2.39+ and a new, upcoming SB3 that supports gym 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant