Skip to content

v0.0.1

Latest
Compare
Choose a tag to compare
@kartik2309 kartik2309 released this 14 Dec 03:11
· 126 commits to master since this release

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.