aikorea / awesome-rl

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

More RL resources #68

Open knaggita opened 5 years ago

knaggita commented 5 years ago

Richard Sutton's google drive containing lectures, videos, code, additional reading material, exams, assignments etc. It's a very comprehensive resource. Richard Sutton's public google drive

The latest draft of the RL book Reinforcement Learning: An Introduction March 22, 2018

Implementation of different chapters for RL. Good for exercises and in-depth understanding of concepts dennybritz GitHub page

An Introduction to Deep Reinforcement Learning https://arxiv.org/pdf/1811.12560.pdf

andretadeu commented 5 years ago

Hi @knaggita ,

The RL book was already released and this is the released version: http://www.incompleteideas.net/book/RLbook2018.pdf

Thanks,