- David Silver's Reinforcement Learning Course
- Reinforcement Learning: An Introduction (2nd Edition)
- The GitHub repository: https://github.com/dennybritz/reinforcement-learning
The goal of the repository is to implement popular Reinforcement Learning Algorithms, provide interesting plots and animations for each algorithm, including the figures that are presented in the RL bible of Sutton and Barto and in the lectures of the RL 🐐 David Silver.
This repository contains, but is not limited to, the exercises that are presented in Danny Britz' s excellent repository. The exercises are implemented from scratch in Python 3, using:
- OpenAI Gym for creating new or using existing RL environments, and
- the PyTorch ML framework for Neural Networks Implementations.
- Planning by Dynamic Programming
- Model-Free Prediction
- Model-Free Control