Skip to content

An introductory reinforcement learning course built on reveal.js

License

Notifications You must be signed in to change notification settings

ADGEfficiency/rl-course

 
 

Repository files navigation

Materials for the introductory reinforcement learning course A Glance at Reinforcement Learning. If you like this, Make sure you check out rl-resources, which contains all the literature used in the course and tips on where to go next.

This project is built and maintained by Adam Green - adam.green@adgefficiency.com.

The course is built using reveal.js. A pdf of the slides is included, or you can locally deploy the presentation using:

brew install node 

npm install

npm start

Goals for the course

The goals of the course are to:

  • introduce you to the concepts, ideas and terminology of reinforcement learning
  • become familiar with important literature
  • understand the current state of the art
  • pass on advice from running reinforcement learning experiments

Course content:

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

About

An introductory reinforcement learning course built on reveal.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 56.1%
  • CSS 30.0%
  • HTML 13.9%