neat-algorithm
There are 145 repositories under neat-algorithm topic.
flo-wolf/UnitySharpNEAT
Implementation of SharpNEAT in Unity 2020. Full refactor of the UnityNEAT project.
sash-a/CoDeepNEAT
An implementation of CoDeepNEAT using pytorch with extensions
MaxRohowsky/DriveAI
🏎️ Teaching a car how to drive using the NEAT algorithm in Python.
BalaDeSilver/NEAT_GDScript
A better NEAT implementation from my old one, transtaled from Code Bullet's Processing implementation.
sushantPatrikar/flappybirdAI
Flappy Bird game, but AI plays it :robot:
sushantPatrikar/pingpongAI
Ping Pong game, but AI plays it :robot:
shohan-pherones/snake-game-self-played
This is a self-played snake game that uses genetic algorithm and neural network to learn and improve its gameplay over time. The game is built using the p5.js library for graphics and user interface, and the tensorflow.js and neataptic libraries for machine learning.
tenstad/des-hyperneat
Deep Evolvable-Substrate HyperNEAT - Extending ES-HyperNEAT with Multiple Substrates in an Evolving Topology
reddragonnm/neatpy
A NEAT library in Python
bhark/sNEAT
sNEAT: A simplified implementation of NEAT (Neuro-Evolution of Augmenting Topologies) in Python
kilian-kier/Dino-Game-AI
A simple pygame dino game which can also be trained and played by a NEAT AI
0ql/AI-Hill-Climb-Racing
Hill Climb Racing with NEAT
erupturatis/Age-of-war-unity-clone
Age of war clone made in unity in order to speed up the neat algorithm training process. The values are extracted from the original game. It Communicates with a python script
kshitijaucharmal/FlappyNEAT
The NEAT Algorithm made from scratch learns to play the game color switch also made from scratch in python
Vishwesh4/NEAT-spaceinvaders
Using NEAT to make a gamebot for spaceinvaders
We-Gold/tinyneat
TinyNEAT is a simple and extensible NEAT (NeuroEvolution of Augmenting Topologies) implementation in TypeScript.
Evozone/wumpus-AI-agent
A Wumpus World game with an AI agent that plays it.
John-Trager/NEAT-Pong
Machine learning pong ai using NEAT
ju-leon/NEATer
A fast Python neuroevolution library for evolutionary machine learning
Leonardo8133/Simulacao-de-Ecossistema
Meu primeiro Projeto - Simulação de Ecossistema
Zjjc123/UniteNeat
Neural Evolution of Augmenting Topologies Implementation with Unity
FelixStridsberg/neat
NEAT Algorithm implemented in java.
iamgroot42/NEAT-Keras
Neuroevolution for Keras models
MaxineXiong/AI-Plays-Flappy-Bird
The project showcases the implementation of the NEAT algorithm in Python to play a Flappy Bird-like game. It orchestrates the evolution and evaluation of a bird population through successive generations until the fitness threshold is met. The ultimate winner genome, demonstrating exceptional gameplay, is saved as a pickle file as the main output.
yaricom/neat-libraries-compared
The repository with source code which can be used to compare performance of different implementations of the NEAT algorithm
7enTropy7/Terry_Rex
A genetically evolved dinosaur that is scared of Cactus!
AndreiSva/continuity
a pretty cool artificial life simulator
BlagojeBlagojevic/NEAT
Genetic algorithm for training ann
christianechevarria/neat.js
🦑 Neuro-Evolution of Augmenting Topologies (NEAT) implementation in JS
chrlns/yahni
Yet Another HyperNEAT Implementation
jonatan5524/SnakeAI
Snake game self played with genetic algorithm and neural network - NEAT
nerdimite/neat
NeuroEvolution of Augmenting Topologies on Gym Environments
pkonowrocki/NEAT
Implementation of NEAT algorithm, based on "Evolving Neural Networks through Augmenting Topologies" by Kenneth O. Stanley and Risto Miikkulainen
XwanXuanX/NEAT-plus-plus
NEAT replica with distributed training
Yourself1011/Ant-Colonies
An implementation of Kenneth Stanley's NeuroEvolution of Augmenting Topologies (NEAT)