Update hands-on.mdx

This commit is contained in:
Thomas Simonini
2023-04-26 18:47:51 +02:00
committed by GitHub
parent 015a20fa77
commit 7cdd185d03

View File

@@ -85,7 +85,7 @@ Before diving into the notebook, you need to:
```python
%%capture
# Clone the repository
!git clone --depth 1 --branch hf-integration https://github.com/huggingface/ml-agents
!git clone --depth 1 --branch hf-integration-save https://github.com/huggingface/ml-agents
```
```python