To install all the necessary dependencies, create a Conda virtual environment using the file provided:
git clone https://github.com/gsotirchos/RISC
conda env create -f environment.yaml
The configs for running the experiments described in the paper can be found in the folder risc/configs/
. To launch an agent, go to the risc/
directory and run:
cd risc/
python main.py -c configs/episodic/sierl.yaml
We provide SIERL configurations for Minigrid and the Atari game Montezuma's Revenge.
TBD