Skip to content

spdhiraj99/Pong-DQN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pong-DQN

Pong game with Deep Reinforcement Learning There are Two versions,

  1. Tensorflow-heavy, this one uses PyGame and Tensorflow with 4 convNets
  2. Keras-light, this one uses Blessings(a python library) and keras with 2 Layers(It's just a lightweight model and doesn't hold much significance)

original code by malreddysid

Releases

No releases published

Packages

No packages published

Languages