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