From d6f45e6f3c3bdb8428a254bfd98741213020cb76 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Wed, 15 Mar 2023 22:26:58 +0100 Subject: [PATCH] Update unit5.ipynb Update MLAgents version --- notebooks/unit5/unit5.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/unit5/unit5.ipynb b/notebooks/unit5/unit5.ipynb index 56b65da..963de58 100644 --- a/notebooks/unit5/unit5.ipynb +++ b/notebooks/unit5/unit5.ipynb @@ -200,7 +200,7 @@ "source": [ "%%capture\n", "# Clone the repository\n", - "!git clone --depth 1 https://github.com/huggingface/ml-agents/ " + "!git clone --depth 1 --branch hf-integration https://github.com/huggingface/ml-agents" ] }, { @@ -841,4 +841,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +}