Reinforcement Learning : Memo

Published: 2017-01-03 16:21:27

Categories: AI/ML & Inference

Tags: RL, memo, reinforcement learning

<- Back to Blog Home

I came across this  tutorial series on Reinforcement Learning by Arthur Juliani: [WWW]

Fundamentals textbook : Reinforcement Learning: An Introduction - By Richard S. Sutton and Andrew G. Barto Freely available online : https://webdocs.cs.ualberta.ca/~sutton/book/the-book.html Video Tutorial by R. Sutton.

OpenAI Gym OpenAI is an research organization for RL. They have a environment called OpenAI-Gym (Python), useful for learning RL agents.

More Resources for Quick Learning