Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 464 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 464 Bytes

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}
}