Control Systems & Reinforcement Learning

Control Systems & Reinforcement Learning

Reinforcement learning is a collection of tools for the design of decision and control algorithms. What makes RL different from traditional control is that the modelling step is avoided, and instead the control design is based on observations of the system to be controlled.

Course information from Spring 2021

Covers Part I of the new monograph of the same name:

  1. Introduction
  2. Control Crash Course
  3. Optimal Control
  4. ODE Methods for Algorithm Design  → Actor only methods, and Actor-Critic in Part II
  5. Value Function Approximations   → TD and Q-learning
CS&RL

Intended for graduate students and senior undergraduates without the usual background in stochastic processes (though this is desirable).  Experience with Matlab or Python is essential, and the always-essential signals & systems mathematical toolbox.

The origins or RL go all the way back to Claude Shannon in the 1950s, and the field made headlines in the public press more recently following the success of AlphaGo and other RL algorithms that beat grand masters at complex games like Go and Chess. Today it is hoped that RL will be an engine behind autonomous cars, as well as better decision making in fields ranging from medicine to finance. This course provides an introduction to RL through the lens of control theory. We will find that the DQN algorithm behind AlphaGo is related to classical control concepts going back to the 1960s. Given this intuition we will discover techniques to create new and potentially more reliable algorithms for decision and control.

More Resources