From 1ddd3b17c813eb7fe30bf7805670d6a12240eced Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Wed, 4 May 2022 14:42:15 +0200 Subject: [PATCH] Update links Unit 1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a07f964..c656730 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ And don't forget to share with your friends who want to learn 🤗! ## The Syllabus 🏗️ | 📆 Publishing date | 📘 Unit | 👩‍💻 Hands-on | |---------------|----------------------------------------------------------|----------------------------------------------------------------------------------------------------------| -| May, the 4th | An Introduction to Deep Reinforcement Learning | Train a Deep Reinforcement Learning lander agent to land correctly on the Moon 🌕 using Stable-Baselines3 | +| Published 🥳 | [An Introduction to Deep Reinforcement Learning](https://github.com/huggingface/deep-rl-class/tree/main/unit1) | Train a Deep Reinforcement Learning lander agent to land correctly on the Moon 🌕 using Stable-Baselines3(https://github.com/huggingface/deep-rl-class/blob/main/unit1/unit1.ipynb) | | May, the 11th | Bonus | 🎁 it's a surprise 🎁 | | May, the 18th | Q-Learning | Train an agent to cross a Frozen lake in this new version of the environment. | | June, the 1st | Deep Q-Learning and improvements | Train a Deep Q-Learning agent to play Space Invaders |