school

Reinforcement Learning Specialization by University of Alberta

Coursera Specialization is a series of courses that help you master a skill. To begin, you can enroll in the Specialization directly, or review its courses and choose the one you’d like to start with. When you subscribe to a course that is part of a Specialization, you’re automatically subscribed to the full Specialization. You can either complete just one course or you can pause your learning or end your subscription at any time.

We have already looked at TOP 100 Coursera Specializations and today we will check out specialization to Master the Concepts of Reinforcement Learning. Implement a complete RL solution and understand how to apply AI tools to solve real-world problems.

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 action 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.

By the end of this Specialization, learners will understand the foundations of much of modern probabilistic artificial intelligence (AI) and be prepared to take more advanced courses or to apply AI tools and ideas to real-world problems. This content will focus on “small-scale” problems in order to understand the foundations of Reinforcement Learning, as taught by world-renowned experts at the University of Alberta, Faculty of Science.

The tools learned in this Specialization can be applied to game development (AI), customer interaction (how a website interacts with customers), smart assistants, recommender systems, supply chain, industrial control, finance, oil & gas pipelines, industrial control systems, and more.

Suggested Prerequisites: Probabilities & Expectations, basic linear algebra, basic calculus, Python 3.0 (at least 1 year), implementing algorithms from pseudocode.

Click to Enroll

#1.Fundamentals of Reinforcement Learning

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.

#2.Sample-based Learning Methods

In this 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

#3.Prediction and Control with Function Approximation

In this course, you will learn how to solve problems with large, high-dimensional, and potentially infinite state spaces. You will see that estimating value functions can be cast as a supervised learning problem function approximation allowing you to build agents that carefully balance generalization and discrimination in order to maximize reward. We will begin this journey by investigating how our policy evaluation or prediction methods like Monte Carlo and TD can be extended to the function approximation setting. You will learn about feature construction techniques for RL, and representation learning via neural networks and backprop. We conclude this course with a deep-dive into policy gradient methods; a way to learn policies directly without learning a value function. In this course, you will solve two continuous-state control tasks and investigate the benefits of policy gradient methods in a continuous-action environment. This course strongly builds on the fundamentals of Courses 1 and 2.

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

  • Understand how to use supervised learning approaches to approximate value functions
  • Understand objectives for prediction (value estimation) under function approximation
  • Implement TD with function approximation (state aggregation), on an environment with an infinite state space (continuous state space)
  • Understand fixed basis and neural network approaches to feature construction Implement TD with neural network function approximation in a continuous state environment
  • Understand new difficulties in exploration when moving to function approximation Contrast discounted problem formulations for control versus an average reward problem formulation
  • Implement expected Sarsa and Q-learning with function approximation on a continuous state control task Understand objectives for directly estimating policies (policy gradient objectives)
  • Implement a policy gradient method (called Actor-Critic) on a discrete state environment

#4.A Complete Reinforcement Learning System (Capstone)

In this final course, you will put together your knowledge from Courses 1, 2, and 3 to implement a complete RL solution to a problem. This capstone will let you see how each component—problem formulation, algorithm selection, parameter selection, and representation design—fits together into a complete solution, and how to make appropriate choices when deploying RL in the real world. This project will require you to implement both the environment to stimulate your problem and a control agent with Neural Network function approximation. In addition, you will conduct a scientific study of your learning system to develop your ability to assess the robustness of RL agents. To use RL in the real world, it is critical to (a) appropriately formalize the problem as an MDP, (b) select appropriate algorithms, (c ) identify what choices in your implementation will have large impacts on performance and (d) validate the expected behavior of your algorithms. This capstone is valuable for anyone who is planning on using RL to solve real problems.

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

Complete an RL solution to a problem, starting from problem formulation, appropriate algorithm selection, and implementation and empirical study into the effectiveness of the solution.

Useful Resources :

Like this post? Don’t forget to share it!

Summary
Reinforcement Learning Specialization by University of Alberta
Article Name
Reinforcement Learning Specialization by University of Alberta
Description
By the end of this Specialization, learners will understand the foundations of much of modern probabilistic artificial intelligence (AI) and be prepared to take more advanced courses or to apply AI tools and ideas to real-world problems.
Author
Publisher Name
Upnxtblog
Publisher Logo

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Previous post Why Should You Use Deep Learning Containers?
Next post Deep TabNine: Write code faster using deep learning