Main folder: AsymmPlay/project/torch/
Using Anaconda, install our environment by running
conda env create -f environment.yml
Install local versions by cd into each folders: gym-minigrid, torch, rl-starter-files and run
pip install -e .
Example tests can be found in AsymmPlay/project/torch/readme.txt .