From 1ed8d39ea764d576073c95af3a2617575c82b188 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Fri, 18 Aug 2023 08:44:28 +0200 Subject: [PATCH] Update unit6.ipynb --- notebooks/unit6/unit6.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/unit6/unit6.ipynb b/notebooks/unit6/unit6.ipynb index b9cdfd0..5fa4f87 100644 --- a/notebooks/unit6/unit6.ipynb +++ b/notebooks/unit6/unit6.ipynb @@ -248,7 +248,7 @@ { "cell_type": "code", "source": [ - "!pip install git+https://github.com/huggingface/huggingface_sb3@gymnasium-v2 # We didn't merged this branch yet\n", + "!pip install huggingface_sb3\n", "!pip install huggingface_hub\n", "!pip install panda_gym" ], @@ -797,4 +797,4 @@ } } ] -} \ No newline at end of file +}