From 0acf986a228a64f20a61e53efc4ebfb4d5d8f720 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Wed, 18 May 2022 18:39:57 +0200 Subject: [PATCH] Update README.md --- unit2/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unit2/README.md b/unit2/README.md index a28ac94..bab5b26 100644 --- a/unit2/README.md +++ b/unit2/README.md @@ -1,5 +1,8 @@ # Unit 2: Introduction to Q-Learning +- [Part 1 is published](https://huggingface.co/blog/deep-rl-q-part1) +- Part 2 **will be published on Friday 📅** + In this Unit, we're going to dive deeper into one of the Reinforcement Learning methods: value-based methods and **study our first RL algorithm: Q-Learning**. We'll also implement our **first RL agent from scratch**: a Q-Learning agent and will train it in two environments: