Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Upgrade gym to 0.22.0 #17

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

RohanM
Copy link

@RohanM RohanM commented May 1, 2022

This PR is based on the following, which should be reviewed and merged first:

Continue the incremental upgrade path by upgrading gym to 0.22.0. In this release, gym.make() no longer accepts the gym's package name. So far we've done this:

env = gym.make('gym_go:go-v0')

But now we need to:

import gym_go
env = gym.make('go-v0')

@RohanM RohanM mentioned this pull request May 1, 2022
3 tasks
@RohanM RohanM marked this pull request as ready for review May 3, 2022 06:24
@RohanM RohanM mentioned this pull request May 3, 2022
6 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant