This repository contains code implementations of basic RL algorithms.
Run the command below to install dependencies needed.
pip install -r requirements.txtRun the commands below to install packages required.
sudo add-apt-repository universe
sudo xargs -a packages.txt apt-get installThe error libGL error: MESA-LOADER: failed to open iris can be solved using the instructions found here.
Download the ROMS here and extract the .rar file.
Run python -m atari_py.import_roms <path to folder>. The ROMs should be copied to your atari_py installation directory.