Projects in Awesome Lists tagged with neat-python
A curated list of projects in awesome lists tagged with neat-python .
https://github.com/vivek3141/super-mario-neat
This program evolves an AI using the NEAT algorithm to play Super Mario Bros.
genetic-algorithm gym gym-super-mario-bros machine-learning mario neat neat-python neural-network neuroevolution super-mario super-mario-bros
Last synced: 30 Apr 2025
https://github.com/vivek3141/pacman-ai
A.I. plays the original 1980 Pacman using Neuroevolution of Augmenting Topologies and Deep Q Learning
artificial-intelligence deep-q-learning dopamine dqn neat neat-python neural-network neuroevolution pacman python q-learning reinforcement-learning tensorflow tensorflow-rl
Last synced: 01 Apr 2025
https://github.com/ikergarcia1996/neuroevolution-flappy-bird
A comparison between humans, neuroevolution and multilayer perceptrons playing Flapy Bird implemented in Python
ai ai-tutorial artificial-evolution artificial-intelligence artificial-neural-networks deep-learning flappy-bird game-programming genetic-algorithm jupyter-notebook machine-intelligence machine-learning machine-learning-algorithms multilayer-perceptron-network neat neat-python neural-network neural-networks neuroevolution python
Last synced: 23 Jan 2025
https://github.com/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
livestream machine-learning neat neat-python neruoevolution neural-network python streamlabs streamlabs-api
Last synced: 14 Mar 2025
https://github.com/marcpinet/neat-cars
đźš— Draw a circuit and watch self-driving cars evolve thanks to the NEAT evolutionary algorithm.
evolutionary-algorithms machine-learning neat neat-python pygame python self-driving-car
Last synced: 23 Nov 2024
https://github.com/naklecha/knip
Python module to make coding hassle free!
datascience hang hassle machinelearning neat neat-python no nohang pip pip3 print python python3
Last synced: 14 Apr 2025
https://github.com/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
atari-games deep-neural-networks hybrid-model neat-python neural-networks neuroevolution self-attention
Last synced: 17 Mar 2025
https://github.com/defaultin/car-autopilot
Self-driving car AI trained in simulations with randomly generated highways and parking lots đźš—
autopilot deep-learning neat-python pygame self-driving-car simulator
Last synced: 12 Apr 2025
https://github.com/evozone/wumpus-ai-agent
A Wumpus World game with an AI agent that plays it.
artificial-intelligence artificial-neural-networks game-development neat-algorithm neat-python wumpus-game
Last synced: 26 Apr 2025
https://github.com/yaricom/neat-libraries-compared
The repository with source code which can be used to compare performance of different implementations of the NEAT algorithm
multineat-library neat neat-algorithm neat-python neat-python-library neuroevolution pole-balancer xor-problem
Last synced: 09 Apr 2025
https://github.com/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.
ai-project flappy-bird neat neat-algorithm neat-python neuroevolution-of-augmenting-topologies pygame python
Last synced: 11 Apr 2025
https://github.com/sam120204/flappybird---python-with-neat
Using an AI to play the game of flappy bird using Python and the module NEAT - python.
Last synced: 06 Apr 2025
https://github.com/selfint/neat_openaigym
Using NEAT to solve OpenAI gym environments
neat-python neuroevolution openai-gym python3
Last synced: 08 Apr 2025
https://github.com/janjagusch/pythonic-learning-machine
Python implementation of the Semantic Learning Machine
artificial-intelligence genetic-algorithm genetic-programming machine-learning neat-python neural-network neuro-evolution python pythonic-learning-machine semantic-learning-machine
Last synced: 13 May 2025
https://github.com/corzed/n-body-problem-ai
AI tries to solve the N-Body-Problem
3-body-problem 3bodyproblem ai n-body-problem nbodyproblem neat neat-python pygame
Last synced: 03 Apr 2025
https://github.com/red-rapious/flappybird-neat
Using a neural network and genetic algorithm to train an AI to play Flappy Bird.
flappy-bird game-solver genetic-algorithm machine-learning neat-python
Last synced: 01 Mar 2025
https://github.com/haydencordeiro/neat-cells
Using NeuroEvolution of Augmenting Topologies in Python
Last synced: 10 Apr 2025
https://github.com/datarohit/ai-flappy-bird-game
This is a reinforcement learning based project where multiple agents are created and trained to learn the play the flappy bird game.
neat-python pygame python reinfocement-learning
Last synced: 09 Apr 2025
https://github.com/sitamgithub-msit/intellipong
"IntelliPong" is an AI-powered version of the popular game ping pong. This project tries to combine the thrill of ping pong with the power of artificial intelligence.
ai artificial-intelligence artificial-neural-networks cookiecutter neat neat-algorithm neat-python neuroevolution-of-augmenting-topologies neuroevolutionofaugmentedtopologies pygame pygame-application pygame-games pygame-library python python3
Last synced: 23 Mar 2025
https://github.com/lovi-0/flippy-bird
Flappy Bird Game with AI
deep-neural-networks flappy-bird game neat-algorithm neat-python python
Last synced: 26 Jan 2025
https://github.com/indivar0508/flappybirdai
Implemented FlappyBird in Python, and developed NeuralNetwork from scratch and built a bot using NEAT to let Bot evolve to play the game. Turtrial Referenced from in p5.js TheCodingTrain and Code-Bullet, tutorial for pygame Referenced from sentdex
ai evolutionary-algorithms flappy-bird ml neat-python pygame python3 reinforcement-learning
Last synced: 13 Jun 2025
https://github.com/bilaltahir21/flappybird-neat
Automated version of Flappy Bird game which is using Python's module of NEAT algoritm to train automated player.
neat-python pygame python3 repl
Last synced: 02 Mar 2025
https://github.com/arrowar/flippy-bird
Flappy Bird Game with AI
deep-neural-networks flappy-bird game neat-algorithm neat-python python
Last synced: 08 Apr 2025
https://github.com/art-defcon/neat-python
This application demonstrates the NeuroEvolution of Augmenting Topologies (NEAT) algorithm
Last synced: 13 May 2025
https://github.com/talhaahussain/donkey-kong-neat
A Python program to play the first or second level of Donkey Kong Country (SNES, 1996), Jungle Hijinks or Ropey Rampage, using the genetic algorithm NEAT (NeuroEvolution of Augmenting Topologies) and Gymnasium, a maintained fork of OpenAI's Gym.
donkey-kong donkey-kong-country donkeykong gymnasium neat neat-python neuroevolution-of-augmenting-topologies openai openai-gym opencv
Last synced: 23 Feb 2025
https://github.com/unsignedarduino/battle-snakes
Where snakes battle for food in PyGame. Uses NEAT or whatever it's called.
battle neat neat-python pygame pygame-game pygame-snake python python3 snake snake-game
Last synced: 24 Feb 2025
https://github.com/talhaahussain/flappy-bird-neat
An implementation of Flappy Bird by Dong Nguyen (2013) in Python, as well as a NEAT (NeuroEvolution of Augmenting Topologies) genetic algorithm to learn and play the game.
evolutionary-algorithms flappy-bird neat-python pygame
Last synced: 23 Feb 2025
https://github.com/saidhanush27/ai-flappybird
AI Flappy Bird is a self-learning Flappy Bird game powered by NEAT (NeuroEvolution of Augmenting Topologies). It uses a neural network to evolve over generations, improving its ability to navigate obstacles. Built with pygame and NEAT-Python, the AI trains itself through genetic algorithms, optimizing its gameplay over time. 🚀
Last synced: 03 Mar 2025
https://github.com/guilhermefornaciari/iacourse
At some point, I got interested in artificial intelligence, so I wanted to learn more about it. Then, I taught 40 students what it is and how to make a simple AI..
course flappy-bird flappy-bird-clone flappybird game ia neat neat-python pygame python teaching-materials
Last synced: 18 Mar 2025
https://github.com/mansurpro/dinomindevolution
This project uses neural evolution to train a neural network to play the Google Chrome Dinosaur Game autonomously.
ai algorithms dinosaur-game game neat-algorithm neat-python neural-networks pygame python3
Last synced: 27 Mar 2025
https://github.com/aduyha04/ai_flappy_bird
This is a Flappy Bird game implementation using the NEAT (NeuroEvolution of Augmenting Topologies) algorithm for artificial intelligence and Pygame for graphics and interaction.
Last synced: 11 Apr 2025
https://github.com/caiofov/flappybird-ai-neat-pygame
FlappyBird AI with Neat and Pygame
ai flappy-bird game genetic-algorithm neat-python pygame
Last synced: 06 Apr 2025
https://github.com/fralotito/neat-control
Self-solving control problems from OpenAI Gym with NEAT
algorithms cartpole evolutionary-algorithms lunarlander-v2 neat neat-python neural-networks reinforcement-learning
Last synced: 12 Apr 2025
https://github.com/masterskepticista/neat_py
Basic Mutation and Copy Functions. Library requires only Numpy.
genetic-algorithm neat-python neural-networks neuroevolution
Last synced: 06 Mar 2025
https://github.com/hopegilles445/flappybird.py
Flappy Bird Clone using Python & Pygame , A simple and fun Flappy Bird game where players control a bird, avoiding obstacles while scoring points. Features smooth physics, increasing difficulty, and high-score tracking. Press SPACE to flap and start playing
bot casual-game cnn endless-runner flappy-bird game game-clone game-development genetic-algorithm neat-python python python-library python-programming retro-game
Last synced: 07 Mar 2025
https://github.com/caiofov/pong-ai-neat-pygame
Pong AI with Neat and PyGame
ai game neat-python pong pygame
Last synced: 06 Apr 2025
https://github.com/techiral/flappy-bird-ai
FlappyBirdAI utilizes NEAT Python to train an AI to master Flappy Bird. Employing genetic algorithms, this project evolves neural networks over generations to improve gameplay performance automatically. Ideal for developers and AI enthusiasts exploring game AI and evolutionary algorithms in Python.
ai-game-development chatgpt deep-learning deep-reinforcement-learning flappy-bird-ai genetic-algorithm gpt gpt-3 gpt-4 gpt4o mutation-testing neat-algorithm neat-python neural-networks openai openai-gym pygame python-game-development reinforcement-learning simulation
Last synced: 31 Mar 2025
https://github.com/techiral/dino-ai-neat
Welcome to the Dino-AI-NEAT project! This project integrates the classic Chrome Dino game with NEAT (NeuroEvolution of Augmenting Topologies) AI using Python and Pygame. Witness the AI evolve and master the game, surpassing human capabilities in dodging obstacles.
ai chrome-dino-game chrome-dinosaur-game evolutionary-algorithms genetic-algorithm gpt-4 gpt-4-vision gpt-4o neat neat-algorithm neat-python neuroevolution-of-augmenting-topologies techiral
Last synced: 31 Mar 2025
https://github.com/danishayman/flappy-bird-ai
Train an AI to master Flappy Bird using the NEAT (NeuroEvolution of Augmenting Topologies) algorithm
ai flappy-bird flappy-bird-game flappybird neat neat-python neural-network python
Last synced: 12 Jun 2025
https://github.com/dominiklindorfer/machine-learning-neat
Exploration of the NEAT AI Framework playing Flappy-Bird
machine-learning machine-learning-algorithms ml neat neat-algorithm neat-python neural-network
Last synced: 16 Mar 2025