Any good SharpNEAT tutorial?
SharpNEAT is a NeuroEvolution of Augmenting Topologies (NEAT) library in C#. The whole thing sounds pretty exciting but I can't find a damn sample/tutorial anywhere! Any help appreciated! ...
SharpNEAT is a NeuroEvolution of Augmenting Topologies (NEAT) library in C#. The whole thing sounds pretty exciting but I can't find a damn sample/tutorial anywhere! Any help appreciated! ...
Hi Guys, I am working on a turn-based-game AI using a neural-network technique known as NEAT. I am attempting to train a network that can move around a two dimensional (X&Y coords) space given a variety of values that are stored in what is effectively a two dimensional array. I can see two strategies for using the neural network: For...