Skip to content

waffoo/accel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages