Sample-based Learning Methods (Coursera)

Sample-based Learning Methods is a free online MOC Course, Offered by the University of Alberta and Alberta Machine Intelligence Institute via Coursera. This course is 2 of 4 in the Reinforcement Learning Specialization.

Enroll In Course

Be ahead to learn something new Today

  • Flexible Online Learning
  • Verified Certificate*
  • Add powers to your Resume
  • Access course Anytime, Anywhere

Overview

In the Sample-based Learning Methods Coursera course, you will learn about several algorithms that can learn near-optimal policies based on trial and error interaction with the environment learning from the agent’s own experience.

Learning from actual experience is striking because it requires no prior knowledge of the environment’s dynamics, yet can still attain optimal behavior. We will cover intuitively simple but powerful Monte Carlo methods, and temporal difference learning methods including Q-learning.

We will wrap up this course investigating how we can get the best of both worlds: algorithms that can combine model-based planning (similar to dynamic programming) and temporal difference updates to radically accelerate learning.

By the end of this course you will be able to:

  • Understand Temporal-Difference learning and Monte Carlo as two strategies for estimating value functions from sampled experience
  • Understand the importance of exploration, when using sampled experience rather than dynamic programming sweeps within a model
  • Understand the connections between Monte Carlo and Dynamic Programming and TD.
  • Implement and apply the TD algorithm, for estimating value functions
  • Implement and apply Expected Sarsa and Q-learning (two TD methods for control)
  • Understand the difference between on-policy and off-policy control
  • Understand planning with simulated experience (as opposed to classic planning strategies)
  • Implement a model-based approach to RL, called Dyna, which uses simulated experience
  • Conduct an empirical study to see the improvements in sample efficiency when using Dyna

Syllabus

WEEK 1 – Welcome to the Course!

Welcome to the second course in the Reinforcement Learning Specialization: Sample-Based Learning Methods, brought to you by the University of Alberta, Onlea, and Coursera.

In this pre-course module, you’ll be introduced to your instructors, and get a flavor of what the course has in store for you. Make sure to introduce yourself to your classmates in the “Meet and Greet” section!

WEEK 2 – Monte Carlo Methods for Prediction & Control

This week you will learn how to estimate value functions and optimal policies, using only sampled experience from the environment.

This module represents our first step toward incremental learning methods that learn from the agent’s own interaction with the world, rather than a model of the world. You will learn about on-policy and off-policy methods for prediction and control, using the Monte Carlo method, methods that use sampled returns.

You will also be reintroduced to the exploration problem, but more generally in RL, beyond bandits.

WEEK 3 – Temporal Difference Learning Methods for Prediction

This week, you will learn about one of the most fundamental concepts in reinforcement learning: temporal difference (TD) learning. TD learning combines some of the features of both Monte Carlo and Dynamic Programming (DP) methods.

TD methods are similar to Monte Carlo methods in that they can learn from the agent’s interaction with the world, and do not require knowledge of the model. TD methods are similar to DP methods in that they bootstrap, and thus can learn online, no waiting until the end of an episode.

You will see how TD can learn more efficiently than Monte Carlo, due to bootstrapping. For this module, we first focus on TD for prediction and discuss TD for control in the next module. This week, you will implement TD to estimate the value function for a fixed policy, in a simulated domain.

WEEK 4 – Temporal Difference Learning Methods for Control

This week, you will learn about using temporal difference learning for control, as a generalized policy iteration strategy.

You will see three different algorithms based on bootstrapping and Bellman equations for control: Sarsa, Q-learning, and Expected Sarsa. You will see some of the differences between the methods for on-policy and off-policy control, and that Expected Sarsa is a unified algorithm for both. You will implement Expected Sarsa and Q-learning, on Cliff World.

WEEK 5 – Planning, Learning & Acting

Up until now, you might think that learning with and without a model are two distinct, and in some ways, competing strategies: planning with Dynamic Programming versus sample-based learning via TD methods.

This week we unify these two strategies with the Dyna architecture. You will learn how to estimate the model from data and then use this model to generate hypothetical experience (a bit like dreaming) to dramatically improve sample efficiency compared to sample-based methods like Q-learning. In addition, you will learn how to design learning systems that are robust to inaccurate models.

Teacher

  • Martha White
  • Adam White

Additional information

Course Delivery

Online

Course Efforts

21 Hours

Course Enrollment

Free

Course Language

English

Course Length

4 Weeks

Course Level

Intermediate

Course Provider

Course School

,

Course Subtitles

Arabic, English, French, German, Italian, Portuguese, Russian, Spanish

Flexible Learning

Yes

Verified Certificate

Paid

Reviews

There are no reviews yet.

Be the first to review “Sample-based Learning Methods (Coursera)”

Your email address will not be published. Required fields are marked *