These are support scenes for creating AR and VR applications in Godot.Please note: Godot XR Tools v3 has breaking changes compared to v2!They need to be used in combination with one of the AR or VR interfaces.This plugin requires features added to Godot 3.5Documentation is provided here:https://godotvr.github.io/godot-xr-tools/
Quick Information
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.
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.
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.
Reviews
Quick Information
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.