Pong game with Deep Reinforcement Learning There are Two versions,
- Tensorflow-heavy, this one uses PyGame and Tensorflow with 4 convNets
- 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