Skip to content

Releases: kartik2309/RLPack

v0.0.1

14 Dec 03:11
Compare
Choose a tag to compare

In this tag version we have following agents available:

New Implementations

  • DQN
    • Uniform Sampling
    • Proportional Prioritization
    • Rank-Based Prioritization.
      -A2C
      -A3C

New class for simulation called SimulatorDistributed, for distributed agents.

Improvements

DQN has been made efficient by custom CUDA kernels.