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

Explicitly specify gym version 0.20.0 #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RohanM
Copy link

@RohanM RohanM commented May 1, 2022

OpenAI Gym has a number of breaking changes. This gym isn't yet compatible with them, so let's specify the latest version that works.

Steps to reproduce

  1. git checkout master
  2. Install packages in an isolated venv:
rm -r screenshots # interferes with packaging process
pipenv install -e .
pipenv install pyglet scipy sklearn
pipenv shell
python demo.py
  1. You should see an error initialising the gym: gym.error.NameNotFound: Environment 'gym_go:go' doesn't exist.

  2. Reset the repository and check out this branch:

pipenv --rm
rm -r Pipfile* build
  1. Repeat this process
  2. The demo should start

@RohanM RohanM marked this pull request as ready for review May 1, 2022 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant