Neural Network Pathfinder
A downloadable project for Windows
A little program that showcases an Artificial Neural Network (ANN) that learns how to pathfind through randomly generated mazes using A* as an error function. Input neurons are fed certain data about the cell, such as its position, distance from the goal, amount of times it's been walked over, and more. The source code is available for download if you wish to play around with different inputs.
A* pathfinding is on the left side, with the ANN being on the right hand side, for easy comparison between the two methods.
Status | Prototype |
Category | Other |
Platforms | Windows |
Author | Liru |
Tags | 2D, ai, monogame, neural-network, Open Source, pathfinding, sourcecode |
Install instructions
Unzip and run the exe.
The project was made using Visual Studio 2019.
Leave a comment
Log in with itch.io to leave a comment.