openai / retro-contest

OpenAI Retro Contest
https://contest.openai.com/
MIT License
65 stars 50 forks source link

Import gym.wrappers explicitly #28

Closed ankeshanand closed 5 years ago

ankeshanand commented 5 years ago

Newer versions of gym don't import gym.wrappers by default (see: https://github.com/openai/gym/pull/1154), hence make throws an error. This PR fixes the error.