Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 382 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 382 Bytes

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