Skip to content

alvinkimata/Reinforcement-learning

Repository files navigation

Reinforcement-learning

This repository contains code implementations of basic RL algorithms.

Run the command below to install dependencies needed.

pip install -r requirements.txt

Run the commands below to install packages required.

sudo add-apt-repository universe

sudo xargs -a packages.txt apt-get install

The error libGL error: MESA-LOADER: failed to open iris can be solved using the instructions found here.

Installing ROMs.


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.

About

This repository contains code implementations of basic RL algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors