waffoo / accel

accelerate reinforcement learning
MIT License
1 stars 1 forks source link
deep-learning machine-learning python3 reinforcement-learning

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