A curated collection of reinforcement learning resources
100
34 commits
updated Aug 7, 2026
My personal collection of reinforcement learning resources.
Most of the content is in subject folders such as alphago and model-based.
Sutton & Barto - Reinforcement Learning: An Introduction - 2nd Edition - highly awaited second edition released in 2019
UCL Lectures - David Silver (Head of Reinforcement Learning at DeepMind) - slides - 10 lecture videos
Open AI Spinning Up in Deep Reinforcement Learning - notes - lecture
To train a reinforcement learning agent you need three things - an environment (look at Open AI gym), an agent and code to run the experiments.
Part of learning how to use reinforcement learning is gaining familiarity with how quickly an agent should learn on a toy environment.
Three useful environments are:
Start out building simple agents and code to run experiments. A list of agents to work through is given below:
Hints:
If you like this check out:
34 commits
A curated collection of reinforcement learning resources
100
34 commits
updated Aug 7, 2026
My personal collection of reinforcement learning resources.
Most of the content is in subject folders such as alphago and model-based.
Sutton & Barto - Reinforcement Learning: An Introduction - 2nd Edition - highly awaited second edition released in 2019
UCL Lectures - David Silver (Head of Reinforcement Learning at DeepMind) - slides - 10 lecture videos
Open AI Spinning Up in Deep Reinforcement Learning - notes - lecture
To train a reinforcement learning agent you need three things - an environment (look at Open AI gym), an agent and code to run the experiments.
Part of learning how to use reinforcement learning is gaining familiarity with how quickly an agent should learn on a toy environment.
Three useful environments are:
Start out building simple agents and code to run experiments. A list of agents to work through is given below:
Hints:
If you like this check out:
34 commits