In a previous post we went built a framework for running learning agents against PyGame. Now we'll try and build something in it that can learn to play Pong. We will be aided in this quest by two trusty friends Tensorflow Google's recently released numerical computation library and this paper on reinforcement learning for Atari games by Deepmind. I'm going to assume some knowledge of Tensorflow he