You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: