dennybritz / reinforcement-learning

Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
http://www.wildml.com/2016/10/learning-reinforcement-learning/
MIT License
20.23k stars 6k forks source link

Fixed compatibility with current version of OpenAI gym without DiscreteEnv class #245

Closed arielsboiardi closed 1 year ago

dennybritz commented 1 year ago

Looks good, thanks!