aikorea / awesome-rl

Reinforcement learning resources curated
http://aikorea.org/awesome-rl
8.74k stars 1.83k forks source link

Contribute python code for the book #14

Closed ShangtongZhang closed 7 years ago

ShangtongZhang commented 7 years ago

Hi, I'm taking the course RL instructed by Sutton this term. However I find there is only matlab and lisp code available and both are out-of-date and incomplete. So I'm trying to replicate all the examples for the in-progress second edition of the book in python. I have done with all the examples from chapter 1 to chapter 6 and I will complete all the chapters by the end of this term (Dec 2016). My python code is here: https://github.com/ShangtongZhang/reinforcement-learning-an-introduction. All codes are neat and well documented. Would you like to add my code to this awesome list? Thanks