When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Decision Making and Reinforcement Learning
Master the Skills of Tomorrow with Coursera! From AI and Blockchain to Public Speaking and Psychology, Explore Courses Tailored for Your Success.

This Course Includes
coursera
4.3 (20 reviews )
47 hours
english
Online - Self Paced
course
Columbia University
About Decision Making and Reinforcement Learning
This course is an introduction to sequential decision making and reinforcement learning. We start with a discussion of utility theory to learn how preferences can be represented and modeled for decision making. We first model simple decision problems as multi-armed bandit problems in and discuss several approaches to evaluate feedback. We will then model decision problems as finite Markov decision processes (MDPs), and discuss their solutions via dynamic programming algorithms. We touch on the notion of partial observability in real problems, modeled by POMDPs and then solved by online planning methods. Finally, we introduce the reinforcement learning problem and discuss two paradigms: Monte Carlo methods and temporal difference learning. We conclude the course by noting how the two paradigms lie on a spectrum of n-step temporal difference methods. An emphasis on algorithms and examples will be a key part of this course.
What You Will Learn?
- Map between qualitative preferences and appropriate quantitative utilities.Model non-associative and associative sequential decision problems with multi-armed bandit problems and Markov decision processes respectivelyImplement dynamic programming algorithms to find optimal policiesImplement basic reinforcement learning algorithms using Monte Carlo and temporal difference methods.