Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 2.82 KB

Reinforcement Learning.md

File metadata and controls

30 lines (23 loc) · 2.82 KB

reinforcement-learning

Courses

  1. Reinforcement Learning Explained by Microsoft on edx.
  2. Deep Reinforcement Learning by UC Berkeley (CS294-112).
  3. Reinforcement Learning by Georgia Tech on Udacity (CS 8803).
  4. Reinforcement Learning by UCL.
  5. Deep RL Bootcamp 2017 by US Berkeley, Open AI and others. Video

Videos

  1. Q Learning Explained (tutorial) by Siraj Raval.
  2. Reinforcement Learning by Joelle Pineau (FAIR, 2017).

Tutorials

  1. REINFORCEMENT LEARNING (DQN) TUTORIAL by PyTorch.

Medium

  1. Intuitive RL: Intro to Advantage-Actor-Critic (A2C) is awesome cartoon about RL.
  2. Reinforcement Learning from scratch is a comprehensive overview of many of the main algorithms that power Deep RL today.
  3. Simple Reinforcement Learning with Tensorflow is a first part of list of articles.
  4. Deep Reinforcement Learning from beginner to expert is a first part of list of articles by Thomas Simonini. A Course Page.
  5. OpenAI gym Part1, Part2 and Part3 by Roland Meertens.

Workshops

  1. Overview of the first RL Workshop Spinning Up in Deep RL by OpenAI. This workshop took a deeper dive into RL algorithm design, robotics, and building safe AI systems. All resource package here.

RL Software

  1. GYM - is a toolkit for developing and comparing reinforcement learning algorithms.

Books