Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 698 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 698 Bytes

rlutil

License Build Status codecov

A collection of common code for RL projects.

Setup

Install dependencies

pip install -r requirements.txt
sudo apt-get install python-dev

Compile Cython environments (this must be run from the repo root directory)

bash build.sh

Run tests (this must be run from the repo root directory)

bash run_tests.sh