neat
neat copied to clipboard
Implementation of NEAT(NeuroEvolution of Augmenting Topologies) algorithm in Rust
neat 🧠
Implementation of NEAT(NeuroEvolution of Augmenting Topologies) algorithm in Rust.
Demo
XOR gate
Function approximation (sine function)
Flappy bird
Roadmap
- [x] Basic NEAT algorithm implementation
- [x] XOR example
- [x] Function approximation example (sine function)
- [ ] Open AI gym environment examples
- [x] Real world game examples (Flappy Bird, Snake, etc.)
- [ ] Complexity-based speciation