/reinforcement_learning_algorithms

Catalog of reinforcement learning algorithms.

Primary LanguageJupyter Notebook

Collection of Reinforcement Learning Algorithms

Collection of popular reinforcement learning algorithms and abstractions to test them across different environments.

Install

Requirements

pip install gym torch torchvision numpy scikit 

Install in development mode:

git clone http://github.com/ssainz/reinforcement_learning_algorithms
cd reinforcement_learning_algorithms 
git pull
pip install --upgrade setuptools
pip install --editable .