Update units/en/unit2/hands-on.mdx

Co-authored-by: Omar Sanseviero <osanseviero@gmail.com>
This commit is contained in:
Thomas Simonini
2022-12-12 13:36:37 +01:00
committed by GitHub
parent 7b9c1cf0a4
commit f20ccf4cc1

View File

@@ -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