From f6b96f3e46631f88022973dff10573e108b6ccf9 Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Wed, 10 May 2023 08:49:02 +0200 Subject: [PATCH] Add huggingface_hub --- notebooks/unit6/requirements-unit6.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notebooks/unit6/requirements-unit6.txt b/notebooks/unit6/requirements-unit6.txt index b92d196..cf5db2d 100644 --- a/notebooks/unit6/requirements-unit6.txt +++ b/notebooks/unit6/requirements-unit6.txt @@ -1,3 +1,4 @@ stable-baselines3==2.0.0a4 huggingface_sb3 -panda-gym \ No newline at end of file +panda-gym +huggingface_hub \ No newline at end of file