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

Update CliffWalk REINFORCE with Baseline Solution.ipynb #201

Closed guotong1988 closed 5 years ago

dennybritz commented 5 years ago

Thanks!