AI mouse in a maze
The Not AI mouse in a maze project was very successful at getting the virtual mouse to navigate a randomly generated maze using a fairly simple set of rules. It could solve about 99% of them. However, there were some maze designs that it got stuck on and others where it was very slow to find the correct path. So, finally it was time to see how well my mouse could do at solving the maze using AI (the NEAT algorithm). A brief description of the code, how it works, and a video of the mouse is on Github ...