Skip to content

Releases: moripiri/DiverseRL

v0.0.1: DiverseRL private -> public change!

05 May 18:01
Compare
Choose a tag to compare

DiverseRL is now opened to public!

After long time of developing, I believe my little project can be finally presented.

Currently, DiverseRL supports the following RL algorithms.

  • DQN(+DDQN, Dueling DQN, NoisyNet)
  • DDPG
  • TD3
  • SAC
  • PPO
  • Classic RL algorithms
    • Dyna-Q
    • Q-learning
    • SARSA
    • Monte-carlo model-free control

With features of

  • Logging (Wandb, Tensorboard)
  • Configuration setting by single yaml file

What's Changed

New Contributors

Full Changelog: https://github.com/moripiri/DiverseRL/commits/v0.0.1