Exploring Neuroevolution Snake
Exploring Neuroevolution Snake reveals several interesting facts.
- This is a Neural Network driven
- We'll be exploring the combination of genetic algorithms and neural networks:
- I just tried making a nueroevolution program for
- The Neural Network was trained by Conventional
- University of Minnesota PSY 5038W Final Project
In-Depth Information on Neuroevolution Snake
Try it: https://greendoubledecker.github.io/ + Creation of Coding Quests Episode 1: Implementing the NEAT Algorithm from scrach in C++ Full source code available here: ... Training the AI. Link to github: https://greendoubledecker.github.io/
A neural network with 9 inputs, 2x 20 hidden units and 3 outputs is trained using evolutional principles.
Stay tuned for more updates related to Neuroevolution Snake.