GymGo
GymGo copied to clipboard
Explicitly specify gym version 0.20.0
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
-
git checkout master
- 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
-
You should see an error initialising the gym:
gym.error.NameNotFound: Environment 'gym_go:go' doesn't exist.
-
Reset the repository and check out this branch:
pipenv --rm
rm -r Pipfile* build
- Repeat this process
- The demo should start