Update train.mdx

Update MLAgents version
This commit is contained in:
Thomas Simonini
2023-03-15 21:55:39 +01:00
committed by GitHub
parent c38d32e26b
commit e1db7917a6

View File

@@ -68,7 +68,7 @@ Before diving into the notebook, you need to:
```bash
# Clone this specific repository (can take 3min)
git clone https://github.com/huggingface/ml-agents/
git clone --depth 1 --branch hf-integration https://github.com/huggingface/ml-agents
```
```bash