Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 287 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 287 Bytes

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