Run the following to create the conda env
conda env create -f environment.yml
Then add locobotSim as a dev package with
pip install -e .
Install PyTorch using the torch docs as reference
To run anything, first activate the env with
conda activate DesSocCog