ZSci / AI-Pong

Classic pong game where it is Computer vs. Computer. One side is controlled by an algorithm and the other side by a neural network.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI-Pong

Classic pong game where it is Computer vs. Computer. One side is controlled by an algorithm and the other side by a neural network.

The left side bar is controlled by a MultiLayerPerceptron Model, which learnt how to play the game on over 150 wins.

The right side bar is controlled by a normal algorithm which moves up and down based on the x, y coordinates of the ball

About

Classic pong game where it is Computer vs. Computer. One side is controlled by an algorithm and the other side by a neural network.


Languages

Language:Python 100.0%