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
Hello, I think there is a library called shimmy, which is mentioned in the error message when the MineRL env is directly
provided to stable-baselines3 components. This seems to wrap an openai gym environment into a gymnasium environment.
ImportError: Missing shimmy installation. You provided an OpenAI Gym environment. Stable-Baselines3 (SB3) has transitioned to using Gymnasium internally. In order to use OpenAI Gym environments with SB3, you need to install shimmy (`pip install 'shimmy>=2.0'`).
Will there be support for Gymnasium?
The text was updated successfully, but these errors were encountered: