From f20ccf4cc1aabe149cdd088f098d201c8a821fb9 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Mon, 12 Dec 2022 13:36:37 +0100 Subject: [PATCH] Update units/en/unit2/hands-on.mdx Co-authored-by: Omar Sanseviero --- units/en/unit2/hands-on.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/en/unit2/hands-on.mdx b/units/en/unit2/hands-on.mdx index cc36d00..18af8b2 100644 --- a/units/en/unit2/hands-on.mdx +++ b/units/en/unit2/hands-on.mdx @@ -105,7 +105,7 @@ The Hugging Face Hub 🤗 works as a central place where anyone can share and ex You can see here all the Deep RL models available (if they use Q Learning) 👉 https://huggingface.co/models?other=q-learning ```bash -pip install -r https://github.com/huggingface/deep-rl-class/tree/main/notebooks/unit2/requirements-unit2.txt +pip install -r https://raw.githubusercontent.com/huggingface/deep-rl-class/main/notebooks/unit2/requirements-unit2.txt ``` ```bash