dsr-rl icon indicating copy to clipboard operation
dsr-rl copied to clipboard

Reinforcement learning course at Data Science Retreat

This repo is no longer maintained - my reinforcement learning course now lives at ADGEfficiency/rl-course


Materials for the reinforcement learning course at Data Science Retreat.

This course is aimed at students with a grasp of supervised learning - no prior understanding of reinforcement learning required.

The course materials are:

This repo also has machine learning and reinforcement learning literature. Further resources (video lectures, blog posts etc) are listed in dsr-rl/resources.md.

Content

  • background statistical concepts
  • Markov Decision processes
  • value function methods (DQN and it's extensions)
  • policy gradient methods
  • AlphaGo
  • practical advice for experiments
  • current state of the art

Goals for the course

Introduction to concepts, ideas and terminology. Familiarity with important literature. Understanding of the state of the field today. Practical strategies to run reinforcement learning experiments.

Where to go next

Further resources (video lectures, blog posts etc) are listed in dsr-rl/resources.md.