AI-PlaysSnake

Implemented the game Snake and a genetic neuro-evolving reinforcement learning model to beat it, including implementations for the underlying physics engine and graphics for the game.

AI-PlaysSnake is a project that implements the classic Snake game and a genetic neuro-evolving reinforcement learning model to master it. The project includes a custom physics engine and graphics, and demonstrates the application of NEAT (NeuroEvolution of Augmenting Topologies) to game AI.

View on GitHub