Skip to content

DQN implemented in keras with Dueling Network and Prioritized Experience Replay

Notifications You must be signed in to change notification settings

shivamsaboo17/DQN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DQN

DQN implemented in keras. Learning to play Cartpole using Deep Q Learning.

Implemented

  • Replay Buffer to train using de-correlated batches
  • Separate Target Network to predict estimated q-values
  • Huber Loss for stability
  • Dueling Networks
  • Prioritized Experience Replay

About

DQN implemented in keras with Dueling Network and Prioritized Experience Replay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages