mknbv / rl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The aim of this project is to reproduce reinforcement learning algorithms. While there are a lot of repositories that attempt to do the same, many of them may use simpler benchmarks or not achieve results that are as good as the ones reported in the papers. An additional goal is to provide a modular code base that is quite readable and reusable.

Currently implemented algorithms:

To view some of the result head over to the wiki page.

Installation

git clone https://github.com/MichaelKonobeev/rl.git
  • cd into the package and install it:
cd rl && pip install -e .

About

License:MIT License


Languages

Language:Python 100.0%