ArthurAllshire / easyrl

A collection of reinforcement learning algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EasyRL

Installation

git clone https://github.com/taochenshh/easyrl.git
cd easyrl
conda env create -f environment.yml
conda activate easyrl

Examples

Checkout examples here

Citation

To cite this repository in publications:

@misc{chen2020easyrl,
  author = {Tao Chen},
  title = {{EasyRL}},
  howpublished = {\url{https://github.com/taochenshh/easyrl}},
  year = {2020}
}

About

A collection of reinforcement learning algorithms.


Languages

Language:Python 100.0%