From e1db7917a6fa9ee17cd39d66dcfcfcb49309e703 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Wed, 15 Mar 2023 21:55:39 +0100 Subject: [PATCH] Update train.mdx Update MLAgents version --- units/en/unitbonus1/train.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/en/unitbonus1/train.mdx b/units/en/unitbonus1/train.mdx index 0ac738b..8e5c898 100644 --- a/units/en/unitbonus1/train.mdx +++ b/units/en/unitbonus1/train.mdx @@ -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