Gyaan Thesis work forked from patrolling zoo
Packages are as follows:
- onpolicy: Contains the algorithm code.
- sdzoo: Contains the environment code.
-
Clone the sdzoo repository:
git clone --recurse [email protected]:NU-IDEAS-Lab/sdzoo.git
-
Create a Conda environment with required packages:
cd ./sdzoo conda env create -n sdzoo -f ./environment.yml conda activate sdzoo
-
Install PyTorch to the new
sdzoo
conda environment using the steps outlined on the PyTorch website. -
Install the
onpolicy
andsdzoo
packages:pip install -e .
You may run the example in onpolicy/scripts/train_sd_scripts/mappo.ipynb
.