Skip to content

Niangmohamed/Reinforcement-Learning-Specialization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coursera Fundamentals of Reinforcement Learning

This repository contains a collection of the assignments used in the course Fundamentals of Reinforcement Learning, part of Reinforcement Learning Specialization, hosted by University of Alberta & Alberta Machine Intelligence Institute.

Reinforcement Learning is a subfield of Machine Learning, but is also a general purpose formalism for automated decision-making and AI. This course introduces you to statistical learning techniques where an agent explicitly takes actions and interacts with the world. Understanding the importance and challenges of learning agents that make decisions is of vital importance today, with more and more companies interested in interactive agents and intelligent decision-making.

This course introduces you to the fundamentals of Reinforcement Learning. When you finish this course, you will:

  • Formalize problems as Markov Decision Processes;

  • Understand basic exploration methods and the exploration/exploitation tradeoff;

  • Understand value functions, as a general-purpose tool for optimal decision-making;

  • Know how to implement dynamic programming as an efficient solution approach to an industrial control problem.

This course teaches you the key concepts of Reinforcement Learning, underlying classic and modern algorithms in RL. After completing this course, you will be able to start using RL for real problems, where you have or can specify the MDP.