Creating the environment:
conda create --prefix /nfs/scratch_2/koen/mario_rl python=3.9
Activate environment:
conda activate /nfs/scratch_2/koen/mario_rl
Install pytorch:
conda install pytorch==1.13.0 torchvision pytorch-cuda=11.6 -c pytorch -c nvidia
Install requirements
pip install -r requirements.txt
Check whether Mario Bros works by running
gym_super_mario_bros -m human