the repo about reinforcement learning and imitation learning
conda create -n rl python=3.6 # important! python version should be 3.6
pip install -r requirements.txt
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
pip install "gym[atari, accept-rom-license]"