From 424f3763493119080d38eeaaee7a85ff993296da Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Fri, 20 May 2022 13:57:47 +0200 Subject: [PATCH] Update README.md --- unit2/README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/unit2/README.md b/unit2/README.md index 1e50e61..2a3cde9 100644 --- a/unit2/README.md +++ b/unit2/README.md @@ -1,8 +1,5 @@ # 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: @@ -15,13 +12,11 @@ We'll also implement our **first RL agent from scratch**: a Q-Learning agent and You'll then be able to **compare your agent’s results with other classmates thanks to a leaderboard** 🔥. This Unit is divided into 2 parts: -- [Part 1 is published](https://huggingface.co/blog/deep-rl-q-part1) -- Part 2 will be published on Friday 📅 +- [Part 1](https://huggingface.co/blog/deep-rl-q-part1) +- [Part 2](https://huggingface.co/blog/deep-rl-q-part2) Two parts - - This course is **self-paced**, you can start whenever you want. ## Required time ⏱️