Update setup.sh

This commit is contained in:
João Carvalho 2023-11-20 09:27:15 +01:00 committed by GitHub
parent 8b8274cec0
commit 7a23394141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,18 +8,6 @@ if [ ! -d $ISAACGYM_DIR ]; then
exit exit
fi fi
cd $DEPS_DIR
find . ! -name 'isaacgym' -type f -exec rm -rf {} +
cd $ROOT_DIR
git submodule sync
git pull --recurse-submodules
git submodule update --init --recursive --remote --progress
export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
eval "$(~/miniconda3/bin/conda shell.bash hook)" eval "$(~/miniconda3/bin/conda shell.bash hook)"