Skip to content

Pong game with Deep Reinforcement Learning

License

Notifications You must be signed in to change notification settings

kdkhanmir/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

About

Pong game with Deep Reinforcement Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%