-
Notifications
You must be signed in to change notification settings - Fork 0
IoanThomas06/Snake-Genetic-Algorithm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The program here was designed as part of an A-Level project. The program represents an example implementation of the library/API MlApiNet.Snake v1.1.4+, which can be found on NuGet here: https://www.nuget.org/packages/MLAPINET.Snake/. The program also makes use of MathNet.Numerics v5.0.0, NuGet: https://www.nuget.org/packages/MathNet.Numerics/. The program implements a genetic algorithm which can be used to train a feed forward neural network to play Snake. A partially trained example is included through the other .txt files, the file names will include 'NNBrainKiddo'. Place all of these in the debug bin to be able to load the brain. An accompanying word document will be included at some point to show the training and design of the machine learning model. Videos recorded for this A Level project can be found here: https://www.youtube.com/watch?v=2T_-c9PdSec&list=PLhD8zzUVkhu0Ev-lSxAOIycrH3mqEnwkp&pp=gAQBiAQB.
About
Part of an A-Level project.