neat-python
There are 256 repositories under neat-python topic.
vivek3141/super-mario-neat
This program evolves an AI using the NEAT algorithm to play Super Mario Bros.
Ishan7390/FlappyBirdAI
Using NEAT Python to learn to play Flappy Bird.
MaxRohowsky/neat-chrome-dinosaur
🧠 NEAT algorithm applied to Chrome Dinosaur game in Python.
drallensmith/neat-python
Python implementation of the NEAT neuroevolution algorithm
Kacper-Pietkun/Stock-Trading-With-Neat-Algorithm
Stock trading based on MACD indicator, using NEAT and naive algorithm
MaxRohowsky/DriveAI
🏎️ Teaching a car how to drive using the NEAT algorithm in Python.
sroj/neat-openai-gym
NEAT for Reinforcement Learning on the OpenAI Gym
vivek3141/pacman-ai
A.I. plays the original 1980 Pacman using Neuroevolution of Augmenting Topologies and Deep Q Learning
vivek3141/streamer-ai
Python based AI that uses Deep Neural Networks, Neuroevolution and Streamlabs APIs to live stream games while commentating over them at the same time
ikergarcia1996/NeuroEvolution-Flappy-Bird
A comparison between humans, neuroevolution and multilayer perceptrons playing Flapy Bird implemented in Python
sushantPatrikar/pingpongAI
Ping Pong game, but AI plays it :robot:
xauuug/snake-neat
A self-learning snake game implemented using NEAT algorithm
marcpinet/neat-cars
🚗 Draw a circuit and watch self-driving cars evolve thanks to the NEAT evolutionary algorithm.
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
SamanKhamesian/Hybrid-Self-Attention-NEAT
This repository is the official implementation of the Hybrid Self-Attention NEAT algorithm. It contains the code to reproduce the results presented in the original paper: https://link.springer.com/article/10.1007/s12530-023-09510-3
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
jinPrelude/pyNeat
Implementation of NEAT algorithm to help intuitive understanding.
naklecha/knip
Python module to make coding hassle free!
SparshaSaha/Self-Playing-AI-Bot-using-Evolutionary-Algorithms
A self-playing bot built with NEAT-python for Chrome T-Rex game recreated in pygame
Kacper-Pietkun/splix.io-multiplayer-AI
Implementation of online multiplayer game - splix.io, enriched by two kind of bots using AI. Bots using heuristic algorithm and bots using NEAT algorithm.
kilian-kier/Dino-Game-AI
A simple pygame dino game which can also be trained and played by a NEAT AI
Mathias002/NEAT-Flappy-Bird-master
Python Flappy Bird AI
suprasauce/Sway
This project is all about using NEAT algorithm to perform neuroevolution in order to make an AI agent for the game "Sway".
vstark21/Flappy_Bird
Implementing and training A2C and NEAT agents to play flappy bird game.
Defaultin/car-autopilot
Self-driving car AI trained in simulations with randomly generated highways and parking lots 🚗
Evozone/wumpus-AI-agent
A Wumpus World game with an AI agent that plays it.
filipecavalc/Algoritmo-neuro-evolutivo-aplicado-a-mecanica-de-um-jogo-2D
A neuro-evolução é uma técnica de aprendizado de máquina que aplica algoritmos evolucionários para construir uma rede neural artificial, tendo como inspiração o processo biológico evolutivo do sistema nervoso na natureza.
harveybc/rl-optimizer
Reinforcement learning based optimizer with extensible architecture. Using plug-ins it can be used for trading strategy, porfolio or hyperparameter optimization, using optimization methods like genetic algorithms or q-learning, and diverse agent types as heuristic strategies or using machine learning on observations to produce agent control actions
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
yaricom/neat-libraries-compared
The repository with source code which can be used to compare performance of different implementations of the NEAT algorithm
Reecer9714/NEATStocks
This project uses neat-python and stock data from Alpha Vantage to train a model to choose whether buy, sell, or hold a stock.