
Publisher
baladesilver
NEAT_GDScript
This tool allows for a simple implementation of the NEAT Genetic Algorithm. It requires two classes to be extended, then it will automatically generate an entire Neural Network with the Genetic Algorithm attached.
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
NEAT_GDScript
A better NEAT implementation from my old one, transtaled from Code Bullet's Processing implementation.
To utilize this, extend the NN_Population and NN_Agent, give them your own class_name and replace the functions provided in the example, inside My_Population and My_Agent.
If you have any questions, feel free to ask me on my Discord: https://discord.gg/SdNpD2FKrR
Thanks to zwometer for supporting the project.