diff --git a/setup.sh b/setup.sh index e3200e3..a46393d 100644 --- a/setup.sh +++ b/setup.sh @@ -8,7 +8,7 @@ if [ ! -d $ISAACGYM_DIR ]; then exit fi -git submodule update --init --recursive --progress +git submodule update --init --recursive --remote --progress export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True