From 5067867c83b35c2fe13f3a63bae65e44b11522db Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Wed, 18 May 2022 17:19:03 +0200 Subject: [PATCH] Update unit 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74639f9..82b95c1 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This course is **self-paced** you can start when you want 🥳. |---------------|----------------------------------------------------------|----------------------------------------------------------------------------------------------------------| | [Published 🥳](https://github.com/huggingface/deep-rl-class/tree/main/unit1#unit-1-introduction-to-deep-reinforcement-learning) | [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](https://discord.com/channels/879548962464493619/968114737655214080/973937495546925056) | | -| May, the 18th | Q-Learning | Train an agent to cross a Frozen lake in this new version of the environment. | +| May, the 18th/May, the 20th | [Q-Learning](https://github.com/huggingface/deep-rl-class/blob/main/unit2/README.md) | 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 | | | Policy-based methods | 🏗️ | | | Actor-Critic Methods | 🏗️ |