Cutting-Edge AI: Deep Reinforcement Learning in Python (Udemy.com)

Apply deep learning to artificial intelligence and reinforcement learning using evolution strategies, A2C, and DDPG

Created by: Lazy Programmer Inc.

Produced in 2021

icon
What you will learn

  • Understand a cutting-edge implementation of the A2C algorithm (OpenAI Baselines)
  • Understand and implement Evolution Strategies (ES) for AI
  • Understand and implement DDPG (Deep Deterministic Policy Gradient)

icon
Quality Score

Content Quality
/
Video Quality
/
Qualified Instructor
/
Course Pace
/
Course Depth & Coverage
/

Overall Score : 90 / 100

icon
Course Description

Welcome to Cutting-Edge AI!

This is technically Deep Learning in Python part 11 of my deep learning series, and my 3rd reinforcement learning course.
Deep Reinforcement Learning is actually the combination of 2 topics: Reinforcement Learning and Deep Learning (Neural Networks).
While both of these have been around for quite some time, it's only been recently that Deep Learning has really taken off, and along with it, Reinforcement Learning.
The maturation of deep learning has propelled advances in reinforcement learning, which has been around since the 1980s, although some aspects of it, such as the Bellman equation, have been for much longer.

Recently, these advances have allowed us to showcase just how powerful reinforcement learning can be.
We've seen how AlphaZero can master the game of Go using only self-play.
This is just a few years after the original AlphaGo already beat a world champion in Go.

We've seen real-world robots learn how to walk, and even recover after being kicked over, despite only being trained using simulation.
Simulation is nice because it doesn't require actual hardware, which is expensive. If your agent falls down, no real damage is done.

We've seen real-world robots learn hand dexterity, which is no small feat.
Walking is one thing, but that involves coarse movements. Hand dexterity is complex - you have many degrees of freedom and many of the forces involved are extremely subtle.
Imagine using your foot to do something you usually do with your hand, and you immediately understand why this would be difficult.

Last but not least - video games.
Even just considering the past few months, we've seen some amazing developments. AIs are now beating professional players in CS:GO and Dota 2.

So what makes this course different from the first two?
Now that we know deep learning works with reinforcement learning, the question becomes: how do we improve these algorithms?
This course is going to show you a few different ways: including the powerful A2C (Advantage Actor-Critic) algorithm, the DDPG (Deep Deterministic Policy Gradient) algorithm, and evolution strategies.
Evolution strategies is a new and fresh take on reinforcement learning, that kind of throws away all the old theory in favor of a more "black box" approach, inspired by biological evolution.

What's also great about this new course is the variety of environments we get to look at.
First, we're going to look at the classic Atari environments. These are important because they show that reinforcement learning agents can learn based on images alone.
Second, we're going to look at MuJoCo, which is a physics simulator. This is the first step to building a robot that can navigate the real-world and understand physics - we first have to show it can work with simulated physics.
Finally, we're going to look at Flappy Bird, everyone's favorite mobile game just a few years ago.

Thanks for reading, and I'll see you in class!

Suggested prerequisites:
  • Calculus
  • Probability
  • Object-oriented programming
  • Python coding: if/else, loops, lists, dicts, sets
  • Numpy coding: matrix and vector operations
  • Linear regression
  • Gradient descent
  • Know how to build a convolutional neural network (CNN) in TensorFlow
  • Markov Decision Proccesses (MDPs)


TIPS (for getting through the course):
  • Watch it at 2x.
  • Take handwritten notes. This will drastically increase your ability to retain the information.
  • Write down the equations. If you don't, I guarantee it will just look like gibberish.
  • Ask lots of questions on the discussion board. The more the better!
  • Realize that most exercises will take you days or weeks to complete.
  • Write code yourself, don't just sit there and look at my code.


WHAT ORDER SHOULD I TAKE YOUR COURSES IN?:
  • Check out the lecture "What order should I take your courses in?" (available in the Appendix of any of my courses, including the free Numpy course)
Who this course is for:
  • Students and professionals who want to apply Reinforcement Learning to their work and projects
  • Anyone who wants to learn cutting-edge Artificial Intelligence and Reinforcement Learning algorithms

icon
Instructor Details

placeholder

Today, I spend most of my time as an artificial intelligence and machine learning engineer with a focus on deep learning, although I have also been known as a data scientist, big data engineer, and full stack software engineer.
I received my masters degree in computer engineering with a specialization in machine learning and pattern recognition.
Experience includes online advertising and digital media as both a data scientist (optimizing click and conversion rates) and big data engineer (building data processing pipelines). Some big data technologies I frequently use are Hadoop, Pig, Hive, MapReduce, and Spark.
I've created deep learning models to predict click-through rate and user behavior, as well as for image and signal processing and modeling text.
My work in recommendation systems has applied Reinforcement Learning and Collaborative Filtering, and we validated the results using A/B testing.
I have taught undergraduate and graduate students in data science, statistics, machine learning, algorithms, calculus, computer graphics, and physics for students attending universities such as Columbia University, NYU, Hunter College, and The New School.
Multiple businesses have benefitted from my web programming expertise. I do all the backend (server), frontend (HTML/JS/CSS), and operations/deployment work. Some of the technologies I've used are: Python, Ruby/Rails, PHP, Bootstrap, jQuery (Javascript), Backbone, and Angular. For storage/databases I've used MySQL

icon
More courses by Lazy Programmer Inc.

Deep Learning: Convolutional Neural Networks in Python

$11.99

Data Science: Natural Language Processing (NLP) in Python

$11.99

Deep Learning Prerequisites: Linear Regression in Python

$11.99

Bayesian Machine Learning in Python: A/B Testing

$11.99

Deep Learning Prerequisites: The Numpy Stack in Python (V2+)

$11.99

Unsupervised Machine Learning Hidden Markov Models in Python

$11.99

icon
More artificial intelligence courses

Convolutional Neural Networks

Free

AI For Everyone

Free

A Crash Course in Data Science

Free

Sequence Models

Free

Open Source tools for Data Science

Free

icon
Reviews

4.5

14 total reviews

5 star 4 star 3 star 2 star 1 star
% Complete
% Complete
% Complete
% Complete
% Complete

By Milan Lehotsky

Yes, it was a good beginning

By Gabriel Siqueira

Awesome

By Pablo Azevedo Sampaio

Good and well explained content. However, considering the name of the course, some very important recent methods are missing, such as: PPO and AlphaGo Zero.

By Quoc Huy PHAM

I've followed this Reinforcement learning series since the first course. This third part is so beautiful. Love the way you explain the math very clearly and carefully. Please do more, about TPRO or PPO,... Looking forward for more of your RL course. Thank you !

By Massimiliano D'Amico

In-depth and detailed explanations;

I'm really satisfied with the course!

By Jingsong Meng

This is excellent. It contains many critical and cutting edge concept, and explains them clearly. Also, you can find the corresponding content in book "Reinforcement Learning: An Introduction". The code explain is clean and clear. Very very useful.

By Rakib Al-Fahad

Too much complex explanation. The description is boring. It feels like someone just read materials from slides. Hard to follow

By Yaroslav Dmytrotsa

it will be nice to see in top course something more complex - HRL or i2a. Something that show RL's evolution progress not only on base level but in context of real tasks.

By James

This was a good match for me. The lectures confirmed that it is difficult to find in books a complete and consistent treatment for specific A2C problems, which are complete in that they include both the theory (equations) and the code. Often you get one or the other and it is sometimes easy to spot errors in the code, which makes you wonder if you should trust the source.

By Venu Swamy

I would recommend taking this class to any student whether you are a beginner or advanced in RL. I've learned many new things.

By Eng Yeong

A great match if you want to learn some advanced reinforcement learning topics. The content is just right to get a good understanding of the intuition and practice.

By Nazareth Dominguez

It was an amazing course. The pace was right, the instructions were clear, and the topics were very interesting. I definitely didn't know what I was doing all the time, but I found the course to be just technical enough for me.