GymGo icon indicating copy to clipboard operation
GymGo copied to clipboard

Explicitly specify gym version 0.20.0

Open RohanM opened this issue 2 years ago • 0 comments

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 avatar May 01 '22 00:05 RohanM