Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.21 KB

Accel

build

Accel is an open source library for reinforcement learning.

Install

Accel is based on PyTorch. You must install PyTorch by yourself in advance.
Then, you can install Accel via pip (>=19.0) by

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

You can also install it from the source code:

$ pip install .

Some examples are constructed on top of D4RL. Please install it if necessary.

Algorithms

Following algorithms have been implemented:

Lisense

MIT License