Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.
/ deep-Q-networks Public archive

Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51

Notifications You must be signed in to change notification settings

cyoon1729/deep-Q-networks

Repository files navigation

deep-Q-networks

Implementation of algorithms from the Q-learning family

Check /ipynb for jupiter notebooks of implementations

Implemented:

  • Vanilla DQN
  • Double DQN
  • Dueling DQN
  • Prioritized experience replay + DDQN
  • Noisy DQN (in progress)
  • C51 Categorical DQN (in progress)
  • DRQN with Gated Recurrent Units (in progress)

Dependencies:

  • PyTorch = 0.4.1
  • Python = 3.6
  • Gym = 0.12.5

Associated Papers:

To be added

About

Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published