After cloning the repository, we need to initialize the pytorch_sac as a submodule.
git submodule init
git submodule update
We recommend using the repository within a clean virtual environment. We provide the make_env.sh
script to create a new environment with all the necesary packages to run the project. You just have to run:
./make_env.sh <env_name>
conda activate <env_name>
./run.sh