alessiodm / drl-zh

Deep Reinforcement Learning: Zero to Hero!
MIT License
1.97k stars 69 forks source link
deep-learning deep-reinforcement-learning machine-learning reinforcement-learning

Deep Reinforcement Learning: Zero to Hero!

Welcome to the most hands-on reinforcement learning experience!

This is a short and practical introductory course on foundational and classic deep reinforcement learning algorithms. By the end of the course, you will have written from scratch algorithms like DQN, SAC, PPO, as well as understood at a high-level the theory behind them.

We will be able to train an AI to play Atari games and land on the Moon!

Environment Setup

To make sure we can focus on learning, the environment setup is opinionated 😊 Here it is:

How Do I Start?

Open this repository folder in Visual Studio Code (make sure to keep the .vscode folder for settings consistency, running on Jupyter might require some tweaks to code and imports).

Open the first 00_Intro.ipynb notebook in Visual Studio Code, and follow along! Your objective is to write code in the TODO sections and try out the algorithms! You might even encounter some unit tests to verify your implementation along the way! Keep moving from one notebook to the next, and if you get stuck feel free to check the /solution folder where the full code is available.

For an expanded treatment and step-by-step coding, stay tuned for the upcoming YouTube videos!