Deep Reinforcement Learning in Python Tutorial - A Course on How to Implement Deep Learning Papers

Subscribers:
10,700,000
Published on ● Video Link: https://www.youtube.com/watch?v=GJJc1t0rtSU



Duration: 2:57:10
277,516 views
4,669


In this intermediate deep learning tutorial, you will learn how to go from reading a paper on deep deterministic policy gradients to implementing the concepts in Tensorflow. This process can be applied to any deep learning paper, not just deep reinforcement learning.

In the second part, you will learn how to code a deep deterministic policy gradient (DDPG) agent using Python and PyTorch, to beat the continuous lunar lander environment (a classic machine learning problem).

DDPG combines the best of Deep Q Learning and Actor Critic Methods into an algorithm that can solve environments with continuous action spaces. We will have an actor network that learns the (deterministic) policy, coupled with a critic network to learn the action-value functions. We will make use of a replay buffer to maximize sample efficiency, as well as target networks to assist in algorithm convergence and stability.

🎥 Course created by Phil Tabor. Check out his YouTube channel: https://www.youtube.com/channel/UC58v9cLitc8VaCjrcKyAbrw

⭐️ Course Contents ⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:04:58) How to Implement Deep Learning Papers
⌨️ (1:59:00) Deep Deterministic Policy Gradients are Easy in Pytorch

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://www.freecodecamp.org/news




Other Videos By freeCodeCamp.org


2019-08-13Learn Angular Material - Full Tutorial
2019-08-07Python NumPy Tutorial for Beginners
2019-08-05Kotlin Programming Fundamentals Tutorial - Full Course
2019-08-02In-Depth React Tutorial: Build a Hotel Reservation Site (with Contentful and Netlify)
2019-07-29Full Ethical Hacking Course - Network Penetration Testing for Beginners (2019)
2019-07-26Svelte Tutorial - Is it better than React?
2019-07-24Dart Programming Tutorial - Full Course
2019-07-22Godot Game Engine Tutorial - Make a 2D Platformer Game
2019-07-19Solidity Tutorial - A Full Course on Ethereum, Blockchain Development, Smart Contracts, and the EVM
2019-07-17React Hooks Tutorial - A Crash Course on Styled Components, JSX, React Router, and HOC
2019-07-16Deep Reinforcement Learning in Python Tutorial - A Course on How to Implement Deep Learning Papers
2019-07-15Intermediate React and Firebase Tutorial - Build an Evernote Clone
2019-07-12Kotlin Course - Tutorial for Beginners
2019-07-10Learn GraphQL with Laravel and Vue.js - Full Tutorial
2019-07-08Getting Started with Node.js - Full Tutorial
2019-07-05Linux for Ethical Hackers (Kali Linux Tutorial)
2019-07-03Flutter Course - Full Tutorial for Beginners (Build iOS and Android Apps)
2019-07-01Data Visualization with D3.js - Full Tutorial Course
2019-06-28Build Your First Blockchain App Using Ethereum Smart Contracts and Solidity
2019-06-25Learn the MERN Stack - Full Tutorial (MongoDB, Express, React, Node.js)
2019-06-24Full Stack React & Firebase Tutorial - Build a social media app



Tags:
deep deterministic policy gradients
ddpg tutorial
ddpg algorithm
deep deterministic policy gradients algorithm
ddpg network
continuous actor critic
ddpg openai gym
ddpg tensorflow
ddpg example
ddpg code
implement deep learning papers
how to read deep learning papers
continuous action reinforcement learning
ddpg implementation
ddpg paper
lunar lander
python
pytorch