neat-algorithm
There are 163 repositories under neat-algorithm topic.
sash-a/CoDeepNEAT
An implementation of CoDeepNEAT using pytorch with extensions
flo-wolf/UnitySharpNEAT
Implementation of SharpNEAT in Unity 2020. Full refactor of the UnityNEAT project.
MaxRohowsky/DriveAI
🏎️ Teaching a car how to drive using the NEAT algorithm in Python.
sushantPatrikar/pingpongAI
Ping Pong game, but AI plays it :robot:
BalaDeSilver/NEAT_GDScript
A better NEAT implementation from my old one, transtaled from Code Bullet's Processing implementation.
tenstad/des-hyperneat
Deep Evolvable-Substrate HyperNEAT - Extending ES-HyperNEAT with Multiple Substrates in an Evolving Topology
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.
sushantPatrikar/flappybirdAI
Flappy Bird game, but AI plays it :robot:
bhark/sNEAT
sNEAT: A simplified implementation of NEAT (Neuro-Evolution of Augmenting Topologies) in Python
reddragonnm/neatpy
A NEAT library in Python
kshitijaucharmal/FlappyNEAT
The NEAT Algorithm made from scratch learns to play the game color switch also made from scratch in python
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
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
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
TimeDelta/learning-to-learn
Learning to learn: Memory-Guided Evolution of Computation Graphs via Self-Compressing Fitness-Regularized Latent Space
Vishwesh4/NEAT-spaceinvaders
Using NEAT to make a gamebot for spaceinvaders
yaricom/neat-libraries-compared
The repository with source code which can be used to compare performance of different implementations of the NEAT algorithm
jasonzh0/UniteNeat
Neural Evolution of Augmenting Topologies Implementation with Unity
BlagojeBlagojevic/NEAT
Genetic algorithm for training ann
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.
AndreiSva/continuity
a pretty cool artificial life simulator
christianechevarria/neat.js
🦑 Neuro-Evolution of Augmenting Topologies (NEAT) implementation in JS
filomath/Quantum-Error-Decoding-using-NEAT
My solution to the screening task for the Quantum Computing program offered by QOSF.
jonatan5524/SnakeAI
Snake game self played with genetic algorithm and neural network - NEAT
koesan/NEAT
A comprehensive collection of evolutionary AI projects built with NEAT algorithm showcasing intelligent behavior development in Car, Snake, and Pong games.
LionelBergen/Bizhawk-NEAT-GameSolver-ML-AI
NEAT program which learns different SNES/NES games from the Bizhawk emulator
nerdimite/neat
NeuroEvolution of Augmenting Topologies on Gym Environments
reicek/NeatapticTS
:rocket: Blazing fast neuro-evolution & backpropagation for the browser and Node.js