From bb39a8972d6b1388daccec65d96e7265000c833c Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Wed, 1 Jun 2022 19:17:40 +0200 Subject: [PATCH] Update quiz 2 link --- unit2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit2/README.md b/unit2/README.md index 73d410e..2f59224 100644 --- a/unit2/README.md +++ b/unit2/README.md @@ -48,7 +48,7 @@ Are you new to Discord? Check our **discord 101 to get the best practices** πŸ‘‰ 5️⃣ πŸ“– **Read An [Introduction to Q-Learning Part 2](https://huggingface.co/blog/deep-rl-q-part2)**. -6️⃣ πŸ“ Take a piece of paper and **check your knowledge with this series of questions** ❔ πŸ‘‰ https://github.com/huggingface/deep-rl-class/blob/main/unit2/quiz1.md +6️⃣ πŸ“ Take a piece of paper and **check your knowledge with this series of questions** ❔ πŸ‘‰ https://github.com/huggingface/deep-rl-class/blob/main/unit2/quiz2.md 7️⃣ πŸ‘©β€πŸ’» Then dive on the hands-on, where **you’ll implement our first RL agent from scratch**, a Q-Learning agent, and will train it in two environments: 1. Frozen Lake v1 ❄️: where our agent will need toΒ **go from the starting state (S) to the goal state (G)**Β by walking only on frozen tiles (F) and avoiding holes (H).