An open API service providing repository metadata for many open source software ecosystems.

Topic: "neat-python"

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. 🚀

Language: Python - Size: 25.4 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

mehdirt/AI-Pong-Game

Integrates the classic Pong game with AI using NEAT (NeuroEvolution of Augmenting Topologies) to train neural networks through evolutionary principles. Watch as the AI evolves to master Pong by competing and improving over generations.

Language: Python - Size: 510 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

BrianBragaCavalcante/Neat-Config-Editor

Neat Config Editor is a tool designed for editing configuration files of the NEAT-Python library, simplifying the process of managing and modifying configurations for NEAT-based projects.

Language: HTML - Size: 13.3 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

ArcheeSinha/AI-plays-Flappy-Bird

Using NEAT - AI plays the popular game Flappy Bird on its own.

Language: Python - Size: 43.9 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

miltonllera/es-hyper-neat

An implementation of ES-HyperNEAT using Jax.

Language: Python - Size: 14.6 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

AnthonyClemens/NEAT-2048

NEAT-Python Implementation of 2048

Language: Python - Size: 24.4 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

MansurPro/DinoMindEvolution

This project uses neural evolution to train a neural network to play the Google Chrome Dinosaur Game autonomously.

Language: Python - Size: 853 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Arrowar/Flippy-Bird

Flappy Bird Game with AI

Language: Python - Size: 253 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

DilanDoshi/FlappyBird

Flappy Bird Implemented with NEAT Algorithms

Language: Python - Size: 11.7 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

timosarkar/WHEATHER-RUN

simple genetic ai model to tell you when to go for a run and when not

Language: Python - Size: 2.93 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

gtamba/neat

A python implementation of NeuroEvolution of Augmenting Topologies (K. O. Stanley and R. Miikkulainen 2002)

Language: Python - Size: 5.86 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

hans772/NeuroEvolution

An attempt at creating a simulation of live evolution of NEAT neural network using a simple Entity & Food model..

Language: Python - Size: 33.2 KB - Last synced at: 12 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

mainbrm1380/Snake

snake solved using NEAT

Language: Python - Size: 1.67 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

buzzpranav/AutonomousDriver.py

This program uses the N.E.A.T library and method to make the AI learn how to navigate through the race track. More information in the comments of the code!

Language: Python - Size: 197 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 1

NemesisXVI/Ping-Pong-NEAT

This project demonstrates training an AI to play a Pong game (developed using pygame) using the NEAT (NeuroEvolution of Augmenting Topologies) algorithm.

Language: Python - Size: 62.5 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

royxdev/AI_Flappy_Bird

Flappy Bird Game using Genetic Algorithm

Language: Python - Size: 18.6 KB - Last synced at: about 12 hours ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

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.

Language: Python - Size: 4.11 MB - Last synced at: 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

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.

Language: Python - Size: 29.3 KB - Last synced at: 2 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

GabrielCande/AirstrikerGenesisAI

Implementacion of NEAT algorithm, PPO algorithm and Genetic algorithm to train agents in the game Airstriker-Genesis, using gym-retro environment.

Language: Python - Size: 2.42 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

curtis-aln/Neural-Cellular-Automata

Using Python and the NEAT genetic algorithm to grow neural cellular automata patterns

Language: Python - Size: 3.67 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Zediwan/BioRT-NEAT

Biologically Inspired rtNEAT

Language: Python - Size: 110 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

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.

Language: Python - Size: 30.3 KB - Last synced at: 2 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

dtoscar24/Flappy_Bird

Using Neural Networks through the NEAT algorithm for the birds so they can learn how to play Flappy Bird

Language: Python - Size: 53.7 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

mason-lee19/stock_paper_trader

This will utilize neural network and machine learning models to paper trade on the stock market.

Language: Python - Size: 227 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

neeleshpandey/aUTO-Flappy

Auto-Flappy: An AI-driven adaptation of Flappy Bird, trained using NEAT, offering autonomous gameplay.

Language: Python - Size: 17.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ArcCreate/DinoBot-NEAT

ML Bot using the NEAT algorithm to play the chrome dinosaur game

Language: Python - Size: 36.5 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Dallaz00/Flappy-Bird-Python-NEAT

The classic Flappy Bird game recreated in Python and Pygame and integrated with NEAT

Language: Python - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

mason-lee19/stockTrader_NEAT

NEAT-python for stock trading

Language: Jupyter Notebook - Size: 28.7 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

MatSaf123/neat-retro-pong

Teaching AI to play OpenAI Gym's ATARI Pong with use of Neuroevolution of Augmented Topologies reinforcement learning algorithm

Language: Python - Size: 1.3 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

HSG20/Machine-Learning-Pong

Self Learning pong game using NEAT and Pygame, there's bound to be errors since i made this for myself following Tech With Tim tutorial on my pong game which is posted. Code isn't neat but there's comments where I think they're useful. I also attached the best neural network i could train, but of course it can be improved.

Language: Python - Size: 0 Bytes - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

jpgold830/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.

Language: Python - Size: 10.6 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

abouabra/NEAT-AI-Flappy-Bird

This is a simple implementation of the Flappy Bird game using the NEAT algorithm to train an AI to play the game.

Language: Python - Size: 987 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

GwenMailland/Mario_NEAT_AI

Mario NEAT AI

Language: Jupyter Notebook - Size: 6.22 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

DanQuenaz/DinoExpert

AI playing Google Chrome Dino game.

Language: Python - Size: 28.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jvmolu/Self-Driving-Car-AI

Explore the NEAT Self-Driving Car AI repo! 🚗💨 Powered by Genetic Algorithms & Neural Networks, it evolves driving strategies in realistic simulations. Train, evaluate, and customize for diverse driving challenges. Join us in shaping the future of autonomous vehicles! 🤖🔥

Language: Python - Size: 322 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cryptolympix/neat-python

Implementation of neat algorithm in python.

Language: Python - Size: 135 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

henrikcozza/NEAT_AI_Flappybird

An AI learns to play Flappybird using Neural Evolution with Augmenting Topology NEAT

Language: Python - Size: 13.5 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Pedro-Alonso/Flappy-Bird-com-IA-Secompp-2023

Projeto em Python desenvolvido na Secompp 2023, que integra Inteligência Artificial a um minigame.

Language: Python - Size: 396 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

petkosamoletko/Flappy_Bird_Neat_AI

Utilizing the NEAT algorithm, this project trains an AI to play Flappy Bird. Users can either train AI models, display the top-performing AI gameplay, or play the game themselves.

Language: Python - Size: 23.1 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dtoscar24/Flappy_Bird_no_comentaris

Utilització de les xarxes neuronals a través de l'algoritme NEAT amb el propòsit que els ocells aprenguin a jugar al Flappy Bird

Language: Python - Size: 44.9 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

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..

Language: Python - Size: 5.52 MB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Abhijith-AK/NEAT_FlappyBird

AI playing the flappy bird game , works using neat module - python

Language: Python - Size: 14.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

BouzoulasDimitrios/Neat-2D-car-game

An implementation of NEAT on a 2D car game

Language: Python - Size: 35.5 MB - Last synced at: 10 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Siddharth-2382/Flappy-Bird-AI

This repository contains the code for a Flappy Bird game with NEAT AI. NEAT is a genetic algorithm that can be used to train neural networks to play games. In this project, a NEAT neural network is trained to play Flappy Bird. The neural network learns to control the bird so that it can avoid the pipes and score points.

Language: Python - Size: 23.4 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Sam-Wonjae-Lee/SuperMarioAI

NEAT Neural Network that plays Super Mario World using OpenAI's gym retro library and NEAT Python library.

Language: Python - Size: 15.9 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

dtoscar24/Flappy-Bird-AI

In this repository you will see the game Flappy Bird using NEAT

Language: Python - Size: 54.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

dtoscar24/Flappy-Bird-AI-without-comments

In this repository you will the same as the Flappy-Bird-AI repository but in this case is without comments

Language: Python - Size: 12.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

CodeRic28/ai_plays_flappy_bird

Training AI to play the game flappy bird

Language: Python - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

SamuelSHernandez/FormulaAI

Reinforced Learning algorithm to teach a car how to go around a track

Language: Python - Size: 1010 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

ManuOtel/Flappy-Bird

Flappy-Bird AI using NEAT

Language: Python - Size: 17.6 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

VitorMarinheiro/FlappyBird-NEAT

Implementation of Artificial Neural Network to learn to play Flappy Bird using NEAT-Python.

Language: Python - Size: 17.6 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

rajathpi/flappy-bird

Using NeuroEvolution of Augmenting Topologies(NEAT) to train an agent to play the game Flappy bird. Programming both the environment and the AI using python

Language: Python - Size: 25.4 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

manahilfatima31/Flying_Through_Obstacles

“Flying through the obstacles” is a playable game which the model learns to play and trains itself to perform best even in the most difficult levels. The model trains to emerge victorious against human players in any stage. Our model produces the best gaming results that are possible to achieve.

Language: Python - Size: 126 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ao9000/flappy-bird-ai

Flappy Bird clone done in Pygame with NEAT AI implementation in Python for educational purposes

Language: Python - Size: 71.7 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Ismaxis/NEAT-Driving-Car

Neural Network learns to control a car

Language: Python - Size: 1.92 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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

Language: Python - Size: 12.1 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Mihyar-30614/Genetic-Programming-Benchmarking-Deep-Memory-Tasks

Genetic Programming: Benchmarking Deep Memory Tasks

Language: Python - Size: 21 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

IcHiGo-KuRoSaKiI/NEAT_GAME

A flappy bird like game based on NEAT Algorithm

Language: Python - Size: 13.6 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

rezaarezvan/Flappy-Bird-AI

Language: Python - Size: 70.3 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

wiknwo/TwoDGames

A collection of clones of popular 2D games coupled with an AI to play the game against itself or against a human in some cases.

Language: JavaScript - Size: 5.54 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Rhys-Alexander/Flappy-Bird-with-AI

Artificially Intelligent Flappy Bird Master

Language: Python - Size: 33.2 KB - Last synced at: 6 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

aankitdas/Local-Dino-Game

NEAT algorithm to play dino game made from scratch

Language: Python - Size: 11.7 KB - Last synced at: 6 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

aankitdas/Flappy-Bird

NEAT algorithm playing Flappy Bird

Language: Python - Size: 11.7 KB - Last synced at: 7 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

mirkoruether/skyjo-bot

Bot learns to play SKYJO using the neat algorithm

Language: Python - Size: 42 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

DevNeil97/AI-Plays-Flappy-Bird

The game we all love, but now a machine trying to play it

Language: Python - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

AAnirudh07/self-driving-2D-NEAT

This repository contains the implementation of a 2D self driving agent using NEAT to navigate a racetrack autonomously.

Language: Python - Size: 231 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

GreenMachine582/NEAT

Application of a NEAT (NeuroEvolution of Augmenting Topologies) with a Connect 4 environment.

Language: Python - Size: 9.33 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Silenco22/pong-igra-pygame

Pong game with NEAT (Game modes: human vs human or human vs AI)

Language: Python - Size: 20.5 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

caiofov/Pong-AI-Neat-Pygame

Pong AI with Neat and PyGame

Language: Python - Size: 54.7 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

caiofov/FlappyBird-AI-Neat-Pygame

FlappyBird AI with Neat and Pygame

Language: Python - Size: 64.5 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

matheuskolln/FlappyBirdAI

Flappy bird game that uses AI to play.

Language: Python - Size: 68.4 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

gulpinhenry/flappy-bird-ai

A program that uses the NEAT (NeuroEvolution of Augmenting Topologies) algorithm to play Flappy Bird. NEAT is a generation-based reinforcement learning method which imitates natural selection to evolve neural networks. The game design was implemented using pygame, and solely played by the computer. The user can change the population size in the config file to increase the rate of learning, but it is ultimately able to play Flappy Bird at an extremely proficient level.

Language: Python - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

RudhraReddy/Flappy-AI-N.E.A.T

A python AI based N.E.A.T method

Language: Python - Size: 31.3 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

owenmoogk/flappy-bird-ai

Using neural network evolution to teach the computer to play.

Language: Python - Size: 53.7 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

owenmoogk/dino-game-ai

Using neural network evolution to teach the computer to play.

Language: Python - Size: 21.6 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

NaynaJahan/Flappy-Birds-Ai

Flappy Birds AI using NEAT

Language: Python - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Visualtaggy/ReinforcementLearning-FlappyBird

This project is to train an AI to play flappy bird using Reinforcement Learning and Neuroevolution. I've used Python , NEAT-PYTHON and PyGame

Language: Python - Size: 20.6 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

sanogotech/NEAT-Flappy-Bird Fork of techwithtim/NEAT-Flappy-Bird

An AI that plays flappy bird! Using the NEAT python module.

Language: Python - Size: 81.1 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

varunjain3/FlappyBirdAI

NEAT algorithm to train an AI to play the famous game flappy bird. Using PyGame for Flappy Bird

Language: Python - Size: 12.9 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

fatihkykc/NEAT-Shooter-AI

NEAT-AI plays arcade shooter game "scramble"

Language: Python - Size: 5.47 MB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

rudrajit1729/NEAT-FLAPPY-BIRD

An AI that plays flappy bird! Using the NEAT python module.

Language: Python - Size: 188 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

Hawk453/flappy

Flappy bird using NEAT

Language: Python - Size: 1.26 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

hectorsvill/Flappy_Bird_AI

Flappy bird game using a neural network to learn how to play.

Language: Python - Size: 36.1 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

axe76/QuadroPong

An efficient NEAT implementation on a multi-agent Pong environment

Language: Python - Size: 43.9 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

nt314p/Mancala-neat

A mancala AI trained using the NEAT-Python library.

Language: Python - Size: 98.6 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

andrescornejo/proyecto-programado-2

Repositorio para el proyecto programado dos, del curso análisis de algoritmos.

Language: Python - Size: 3.18 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

UnsignedArduino/Battle-Snakes

Where snakes battle for food in PyGame. Uses NEAT or whatever it's called.

Language: Python - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

alexeygorskiy/meteor_shower

Little red squares learn to avoid "meteors" with the help of machine learning.

Language: Python - Size: 4.09 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

7enTropy7/NEAT_Puzzle_8

A NEAT way of solving Puzzle 8

Language: Python - Size: 36.1 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

aleksandr-kataev/Dodger_ai

A neural network trained to play a simple game made using pygame. Uses python's NEAT module to train the network.

Language: Python - Size: 2.2 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

DominikLindorfer/Machine-Learning-NEAT

Exploration of the NEAT AI Framework playing Flappy-Bird

Language: Python - Size: 4.17 MB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

AdityaPunetha/FlappyBird-AI

My first ML/AL project. Self learning program to play Flappy bird. Using the NEAT python module.

Language: Python - Size: 8.29 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

VigneshNk/neat-simulation

An AI that controls a spaceship and dodges incoming asteroids using a genetic algorithm that creates a neural network.

Language: Python - Size: 11.2 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

bilaltahir21/FlappyBird-NEAT

Automated version of Flappy Bird game which is using Python's module of NEAT algoritm to train automated player.

Language: Python - Size: 17.6 KB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

harshkumarkhatri/Flappy-Bird-Pygame

This repository contains the code for the game which i build while learning pygame.

Language: Python - Size: 12.3 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

luis705/flappy-bird

Flappy bird clone and NEAT AI algorithm

Language: Python - Size: 561 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

chaudhary1337/Flappy-Bird

Implementing the Legendary game, Flappy Bird using the NEAT(Neuroevolution of augmenting topologies) algorithm.

Language: Python - Size: 19.5 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

saisubham/flappy-bird-ai

AI playing Flappy bird

Language: Python - Size: 3.6 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

gmunumel/flappybird

Game Flappy Bird using NEAT

Language: Python - Size: 9.92 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

gmunumel/trex404

Game Google Chrome TRex 404 with ML

Language: Python - Size: 2.65 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Related Topics
python 95 pygame 77 neat 73 ai 53 neat-algorithm 47 genetic-algorithm 42 neural-network 38 reinforcement-learning 36 artificial-intelligence 33 machine-learning 33 flappy-bird 32 python3 27 neuroevolution 26 neural-networks 24 game 18 deep-learning 15 evolutionary-algorithms 14 flappy-bird-game 10 openai-gym 10 artificial-neural-networks 9 game-development 7 ml 6 games 6 self-driving-car 6 feedforward-neural-network 6 dinosaur-game 5 gym 5 neuroevolution-of-augmenting-topologies 5 pong 4 game-ai 4 neuroevolutionofaugmentedtopologies 4 machine-learning-algorithms 4 genetic-algorithms 4 flappybird 4 reinforcement-learning-algorithms 4 simulation 4 pong-game 3 openai 3 evolutionary-algorithm 3 pygame-application 3 ia 3 flappy-bird-clone 3 q-learning 3 pygame-games 3 keras 3 deep-neural-networks 3 flappy-bird-ai 3 deep-reinforcement-learning 3 pytorch 3 hacktoberfest 3 atari-games 3 self-learning 3 opencv 2 learning 2 pygame-gui 2 nn 2 python-3 2 catalan-language 2 chrome 2 age-of-war 2 reinforcement-learning-environments 2 gym-retro 2 gpt-4 2 trading-algorithms 2 stocks 2 gym-environment 2 mario 2 ai-project 2 neuro-evolution 2 machine 2 unsupervised-learning 2 neruoevolution 2 2d-game 2 algorithms 2 tensorflow 2 pacman 2 automation 2 genetic-programming 2 deep-q-learning 2 c 1 card-game 1 pole-balancer 1 xor-problem 1 shooter 1 cellular-automata 1 ai-bots 1 gymnasium 1 self-playing 1 self-playing-bot 1 artificial-intelligence-algorithms 1 ppo 1 donkeykong 1 gym-super-mario-bros 1 super-mario 1 super-mario-bros 1 blackjack 1 chrome-dino-game 1 donkey-kong-country 1 chrome-dinosaur-game 1 gpt-4-vision 1