Highlighted Projects

Reinforcement Learning: An Introduction (2nd ed)

Implementation of algorithms from Sutton and Barto book Reinforcement Learning: An Introduction (2nd ed)

Chapter 2: Multi-armed Bandits

Chapter 4: Dynamic Programming

Chapter 5: Monte Carlo Methods

Chapter 6: Temporal-Difference Learning

Chapter 9: On-Policy Prediction with Approximation

Chapter 10: On-Policy Control with Approximation

Chapter 13: Policy Gradient Methods

UCL Course on RL (2016) by David Silver

A more in-depth treatment of selected concepts from David Sivler video lectures and Sutton and Barto book. This is advanced material.