From 14caf011e4241be7638cf72bd1b775609ee1273c Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Thu, 30 Jun 2022 15:28:47 +0200 Subject: [PATCH] Update README.md --- unit5/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit5/README.md b/unit5/README.md index 4624724..419b0df 100644 --- a/unit5/README.md +++ b/unit5/README.md @@ -18,7 +18,7 @@ The required time for this unit is, approximately: ## Start this Unit 🚀 Here are the steps for this Unit: -1️⃣ 📖 **Read [Policy Gradient with PyTorch] Chapter (https://huggingface.co/blog/deep-rl-pg)**. +1️⃣ 📖 **Read [Policy Gradient with PyTorch Chapter](https://huggingface.co/blog/deep-rl-pg)**. 2️⃣ 👩‍💻 Then dive on the hands-on where you'll **code your first Deep Reinforcement Learning algorithm from scratch: Reinforce**.