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