Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

A library of AI algorithms written natively in GDscript.Includes support for:1. Simple Neural Network and Neural Net2. Neural Network Advanced (Multi-Layered Neural Network) with SGD and ADAM optimisers3. Minimax Algorithm4. Q-Learning Algorithm (and SARSA)5. Deep Q-Networks (DQN) [Only for discrete action spaces]6. Convolutional Neural Networks (For Image recognition and processing)
Neural Network Godot 4
A Neural Network for Godot 4 which is heavily inspired from Greaby's work.
A library of AI algorithms written natively in GDscript.
Includes support for:
1. Simple Neural Network and Neural Net
2. Neural Network Advanced (Multi-Layered Neural Network) with SGD and ADAM optimisers
3. Minimax Algorithm
4. Q-Learning Algorithm (and SARSA)
5. Deep Q-Networks (DQN) [Only for discrete action spaces]
6. Convolutional Neural Networks (For Image recognition and processing)
Reviews
Quick Information

A library of AI algorithms written natively in GDscript.Includes support for:1. Simple Neural Network and Neural Net2. Neural Network Advanced (Multi-Layered Neural Network) with SGD and ADAM optimisers3. Minimax Algorithm4. Q-Learning Algorithm (and SARSA)5. Deep Q-Networks (DQN) [Only for discrete action spaces]6. Convolutional Neural Networks (For Image recognition and processing)