Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 871 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 871 Bytes

Accel

build

Accel is an open source library for reinforcement learning.

Install

You can install Accel via pip (>=19.0) by entering the following command:

$ pip install git+https://github.com/waffoo/accel

You can also install it from the source code:

$ pip install .

Algorithms

Following algorithms have been implemented:

Lisense

MIT License