Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Deep Reinforcement Learning: Hands-on AI Tutorial in Python
Rating: 3.9 out of 5(225 ratings)
17,437 students

Deep Reinforcement Learning: Hands-on AI Tutorial in Python

Develop Artificial Intelligence Applications using Reinforcement Learning in Python.
Created byMehdi Mohammadi
Last updated 10/2020
English
English [Auto],

What you'll learn

  • The concepts and fundamentals of reinforcement learning
  • The main algorithms including Q-Learning, SARSA as well as Deep Q-Learning.
  • How to formulate a problem in the context of reinforcement learning and MDP.
  • Apply the learned techniques to some hands-on experiments and real world projects.
  • Develop artificial intelligence applications using reinforcement learning.

Coding Exercises

This course includes our updated coding exercises so you can practice your skills as you learn.

See a demo
Image of coding exercise example

Course content

6 sections51 lectures4h 3m total length
  • Introduction1:44

    Explore practical reinforcement learning fundamentals, formulate problems as a Markov decision process, and implement Q-learning, SARSA, and deep Q-learning through hands-on projects in Python.

  • Course Structure1:23

    Outline of four-part course structure, covering reinforcement learning concepts, Markov decision process, Bellman equation, key algorithms (Q-learning, SARSA, Q-network), and maze and stock trading projects.

  • Environment Setup1:13

    Set up your development environment by installing python and a virtual environment, then install numpy, pandas, tensorflow, and keras via requirements.txt.

Requirements

  • Students are assumed to be familiar with python and have some basic knowledge of statistics, and deep learning.

Description

In this course we learn the concepts and fundamentals of reinforcement learning, it's relation to artificial intelligence and machine learning, and how we can formulate a problem in the context of reinforcement learning and Markov Decision Process. We cover different fundamental algorithms including Q-Learning, SARSA as well as Deep Q-Learning. We present the whole implementation of two projects from scratch with Q-learning and Deep Q-Network.


Who this course is for:

  • Machine learning and AI enthusiasts and practitioners, data scientists, machine learning engineers.