sakshamjindal / Deep-Reinforcement-Learning-Course-Pytorch

Implementations from the free course Deep Reinforcement Learning with PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep Reinforcement Learning Course in Pytorch

Unofficial Pytroch (1.7+) implementation of the original Deep Reinforcement Learning Course

Syllabus

Chapter 1: Introduction to Deeep Reinforcement Learning

πŸ“œ ARTICLE Introduction to Deep Reinforcement Learning

πŸ“Ή VIDEO Introduction to Deep Reinforcement Learning

Chapter 2: Q-learning with Taxi-v3 πŸš•

πŸ“œ ARTICLE: Q-Learning, let’s create an autonomous Taxi πŸš– (Part 1/2)

VIDEO Q-Learning, let’s create an autonomous Taxi πŸš– (Part 1/2)

πŸ“Ή [ARTICLE: Q-Learning, let’s create an autonomous Taxi πŸš– (Part 2/2)] πŸ“…FridayπŸ“…

πŸ“Ή [VIDEO: Q-Learning, let’s create an autonomous Taxi πŸš– (Part 2/2)] πŸ“…FridayπŸ“…

FROZENLAKE IMPLEMENTATION

πŸ“Ή Implementing a Q-learning agent that plays Taxi-v2 πŸš•

Part 3: Deep Q-learning with Doom

πŸ“œ ARTICLE // DOOM IMPLEMENTATION

πŸ“Ή Create a DQN Agent that learns to play Atari Space Invaders πŸ‘Ύ

Part 4: Policy Gradients with Doom

πŸ“œ ARTICLE // CARTPOLE IMPLEMENTATION // DOOM IMPLEMENTATION

πŸ“Ή Create an Agent that learns to play Doom deathmatch

Part 3+: Improvments in Deep Q-Learning

πŸ“œ ARTICLE// Doom Deadly corridor IMPLEMENTATION

πŸ“Ή Create an Agent that learns to play Doom Deadly corridor

Part 5: Advantage Advantage Actor Critic (A2C)

πŸ“œ ARTICLE

πŸ“Ή Create an Agent that learns to play Sonic

Part 6: Proximal Policy Gradients

πŸ“œ ARTICLE

πŸ‘¨β€πŸ’» Create an Agent that learns to play Sonic the Hedgehog 2 and 3

Part 7: Curiosity Driven Learning made easy Part I

πŸ“œ ARTICLE

Part 8: Random Network Distillation with PyTorch

πŸ‘¨β€πŸ’» A trained RND agent that learned to play Montezuma's revenge (21 hours of training with a Tesla K80

Any questions πŸ‘¨β€πŸ’»

If you have any questions on theory and Tensorflow implementation, please contact the original author:

πŸ“§: simonini.thomas.pro@gmail.com

Github: https://github.com/simoninithomas/Deep_reinforcement_learning_Course

🌐 : https://simoninithomas.github.io/deep-rl-course/

About

Implementations from the free course Deep Reinforcement Learning with PyTorch


Languages

Language:Jupyter Notebook 91.9%Language:Python 8.1%Language:Shell 0.0%