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

Gym 0.21.0 support #674

Closed
AvivSham opened this issue Nov 24, 2021 · 1 comment · Fixed by #734
Closed

Gym 0.21.0 support #674

AvivSham opened this issue Nov 24, 2021 · 1 comment · Fixed by #734
Labels
custom gym env Issue related to Custom Gym Env question Further information is requested

Comments

@AvivSham
Copy link

Hi All,
Thank you for you valuable contribution to the RL community!
I'm working with SB and MinAtar their latest commit requires gym==0.21.0 which creates conflict with SB3. The current workaround is to checkout to older commit and then installing MinAtar.
When do you tend to release a version which supports gym==0.21.0?

Thanks in advance.

@AvivSham AvivSham added custom gym env Issue related to Custom Gym Env question Further information is requested labels Nov 24, 2021
@araffin
Copy link
Member

araffin commented Nov 24, 2021

I'm working with SB and MinAtar their latest commit requires gym==0.21.0 which creates conflict with SB3. The current workaround is to checkout to older commit and then installing MinAtar.

One other simple workaround is to install it with --no-dependencies flag, otherwise, you can follow #572

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
custom gym env Issue related to Custom Gym Env question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants