- Lecture slides
- Video 1 by D.Silver
- Video 2 by D. Silver
- Blog post on q-learning Vs SARSA - url
- Eligibility traces from Sutton's book - url
- Slides on UCT and planning/tree search approach - http://courses.cs.washington.edu/courses/csep573/12au/lectures/18-rl.pdf
- Post on MCTS (monte-carlo tree search) - http://www.cameronius.com/research/mcts/about/index.html
Go to the notebook and follow instructions from there.
You will have to modify a few .py files in the meantime (e.g. sarsa.py).