AI that plays pacman
Using darwinism to play Pacman (because it wasn’t already hard enought)
This project is a simple program that uses a neural network to play Pacman. To do the training we use NEAT, a kind of genetic algorithm that generates a population of NNs (in this case, NNs that will play Pacman) and tests them against an enviroment. The ones that perform the best get to pass down their genes
pip install neat
main.py
to start the training from the beginningcheckpoints
to see different NNs partially trained