Accel is an open source library for reinforcement learning.
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 .
Following algorithms have been implemented:
- DQN (including Double DQN, Dueling DQN, Prioritized Experience Replay, and Multi-step DQN)
- Soft Actor-Critic