This repo includes lecture slides, notebooks and other material for the RL week at AMMI, the African Masters of Machine Intelligence
Extra:
- Supplementary: Policy/Value Iteration in Matrix form
- RL book Chapter 4, Dynamic Programming
- Dynamic Programming lecture video
- Day 5 Slides
- Day 6 Slides
- REINFORCE exercise
- REINFORCE solution
- REINFORCE with learned Baseline exercise
- REINFORCE with learned Baseline solution
- Actor-Critic
- Actor-Critic solution
Extra:
- Policy Gradient Algorithms
- Policy Gradient Explained - Blog Post
- Policy Gradient lecture video
- Day 8 Slides
Extra:
- Python crash course
- Numpy crash course
- How to build your own Neural Network from scratch in Python
- Reinforcement Learning: An Introduction, by Sutton and Barto, 2018. This is the canonical RL book which has everything you need to learn RL.
- RL Course Lectures by David Silver, videos, slides