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

GitHub topics: neat-python

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

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: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

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: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

7enTropy7/BipedalWalker

This is how you teach a dumb bot to walk on two feet.

Language: Python - Size: 1.51 MB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 5 - Forks: 2

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: 4 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

JishanBaig/Keystroke-Dynamics-Authentication-using-Neuroevolution-of-Evolving-Topologies-NEAT-

Optimizing both weight and structure of neural network using genetic algorithm using neat-python library. identifying the user by its typing patterns using the evolved neural network and also compared it with 3-layer neural network.

Language: Python - Size: 118 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 2 - 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

Grace-Hephzibah/Flappy-Bird

Reinforcement Learning (NEAT) integrated with a popular one button game - Flappy Bird

Language: Python - Size: 125 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - 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

BouzoulasDimitrios/Neat-2D-car-game

An implementation of NEAT on a 2D car game

Language: Python - Size: 35.5 MB - Last synced at: 11 months ago - Pushed at: almost 2 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

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: 4 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Roshyoshi/Pong-py

Simple Pong AI that you cannot beat.

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

haydencordeiro/NEAT-Cells

Using NeuroEvolution of Augmenting Topologies in Python

Language: Python - Size: 9.47 MB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 1 - 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

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

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

Language: C# - Size: 976 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 0

erupturatis/Age-of-war-AI

Age of war AI

Language: Python - Size: 61.1 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - 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

Imawd/pyCar_machineLearning

A car in Pygame that learns to complete a track using NEAT's FeedForward Neural Network

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

agroudiev/FlappyBird-Neat

Using a neural network and genetic algorithm to train an AI to play Flappy Bird.

Language: Python - Size: 501 KB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 1 - 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

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

Sam120204/FlappyBird---Python-with-NEAT

Using an AI to play the game of flappy bird using Python and the module NEAT - python.

Language: Python - Size: 1.45 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Akarsh3053/Flappy-Bird-AI

An gentic algorithm based agent which can learn to play Flappy Bird Game.

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

Atul-Acharya-17/Dino-Runner-AI

AI that plays Dino Runner using NEAT and pygame

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

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.

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

naklecha/knip

Python module to make coding hassle free!

Language: Python - Size: 25.4 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 10 - Forks: 1

devincapriola/FlappyBird-AI

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

Language: Python - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - 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: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Mathias002/NEAT-Flappy-Bird-master

Python Flappy Bird AI

Language: Python - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 8 - 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

mdalvi/evolving-networks

The implementation is an effort to develop the NEAT algorithm originally developed by Kenneth O. Stanley for evolving arbitrary neural networks.

Language: Jupyter Notebook - Size: 562 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

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.

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

Kacper-Pietkun/Stock-Trading-With-Neat-Algorithm

Stock trading based on MACD indicator, using NEAT and naive algorithm

Language: Python - Size: 18.5 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 14 - Forks: 11

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

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

Language: Python - Size: 4.33 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 11 - Forks: 3

sushantPatrikar/flappybirdAI

Flappy Bird game, but AI plays it :robot:

Language: Python - Size: 1.34 MB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 16 - Forks: 2

vivek3141/pacman-ai

A.I. plays the original 1980 Pacman using Neuroevolution of Augmenting Topologies and Deep Q Learning

Language: Python - Size: 1.57 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 26 - Forks: 4

m-chenie/T-RexAIGame

Play against an AI that teaches itself to play a jumping T-Rex game

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

sushantPatrikar/pingpongAI

Ping Pong game, but AI plays it :robot:

Language: Python - Size: 1.66 MB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 10 - Forks: 7

gustavohb/super-mario-neat

Super Mario World playing agent developed using Retro Learning Environment library as a final project for the Machine Learning course at Universidade Federal do ABC.

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

suprasauce/Sway

This project is all about using NEAT algorithm to perform neuroevolution in order to make an AI agent for the game "Sway".

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

John-Trager/NEAT-Pong

Machine learning pong ai using NEAT

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

kilian-kier/Dino-Game-AI

A simple pygame dino game which can also be trained and played by a NEAT AI

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

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: 27 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Gicminos/neat-python Fork of CodeReclaimers/neat-python

Fork of neat-python for small changes and maintentance. Feedback and PRs are welcome!

Language: Python - Size: 2.06 MB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 1 - 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: almost 3 years ago - Stars: 0 - Forks: 1

sergeivolodin/deephack.rl

Playing ATARI games using a convolutional autoencoder and an evolutionary algorithm. Team name: bad_skiers_evolved (DeepHack.RL)

Language: Jupyter Notebook - Size: 624 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

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

lidorshimoni/Icy-Tower_NEAT_AI

An Icy Tower Game Built with PyGame and AI with NEAT genetics algorithm.

Language: Python - Size: 2.5 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - 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

adipandas/pyneat

NEAT: NeuroEvolution of Augmenting Topologies

Language: Python - Size: 476 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 2 - 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

Rhys-Alexander/Flappy-Bird-with-AI

Artificially Intelligent Flappy Bird Master

Language: Python - Size: 33.2 KB - Last synced at: 7 months ago - Pushed at: about 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: 7 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

aankitdas/Flappy-Bird

NEAT algorithm playing Flappy Bird

Language: Python - Size: 11.7 KB - Last synced at: 8 months ago - Pushed at: about 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: about 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: about 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

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.

Language: Python - Size: 9.27 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 1

FraLotito/neat-control

Self-solving control problems from OpenAI Gym with NEAT

Language: Python - Size: 1.68 MB - Last synced at: 13 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

ju-leon/NEATer

A fast Python neuroevolution library for evolutionary machine learning

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

kris927b/NEATWrapper

This repository contains a wrapper for the NEAT (Evolving Neural Networks through Augmenting Topologies) Algorithm.

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

caiofov/FlappyBird-AI-Neat-Pygame

FlappyBird AI with Neat and Pygame

Language: Python - Size: 64.5 KB - Last synced at: 3 months ago - Pushed at: over 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

sauravpanchal/recommender-neat

Recommender built using unconventional methods. For academic purpose only.

Language: Jupyter Notebook - Size: 2.53 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

caiofov/Pong-AI-Neat-Pygame

Pong AI with Neat and PyGame

Language: Python - Size: 54.7 KB - Last synced at: 3 months ago - Pushed at: over 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: 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: over 2 years ago - Pushed at: over 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

jcelaya775/FlappyBird-AI

Using a NEAT genetic algorithm to train an unsupervised learning model to play Flappy Bird (credit to Tech With Tim)

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

vstark21/Flappy_Bird

Implementing and training A2C and NEAT agents to play flappy bird game.

Language: Jupyter Notebook - Size: 44.9 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 5 - 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

MaxZabarka/sonic-ai

AI plays sonic!

Language: Python - Size: 143 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - 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

Grzetan/snowboard-game

Simple pygame snowboard game with 'Watch AI learn' option

Language: Python - Size: 1.43 MB - Last synced at: over 2 years ago - Pushed at: about 5 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: almost 4 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

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: about 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

Timmyy3000/Dodge-The-Blocks-NEAT-AI

An implementation of NEAT to evolve an AI that plays a 2D Game (Dodge the Blocks) that mimics simple obstacle avoidance and range perception to extraordinary levels

Language: Python - Size: 482 KB - Last synced at: 6 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

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

mds10/NEAT-Flappy-Bird

AI that learns to play the Flappy Bird Game using NEAT (NeuroEvolution of Augmenting Topologies)

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

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

PhilipPurwoko/FlappyBird-AI

:bird: Flappy Bird AI :brain: dengan Genetic Algorithm menggunakan pygame dan NEAT Python

Language: Python - Size: 29.3 KB - Last synced at: 26 days 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: 4 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

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

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

DominikLindorfer/Machine-Learning-NEAT

Exploration of the NEAT AI Framework playing Flappy-Bird

Language: Python - Size: 4.17 MB - Last synced at: 4 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

Shaheer-Imam/AI-Flappy-Birds

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

Related Keywords
neat-python 216 python 97 pygame 81 neat 72 ai 54 neat-algorithm 47 genetic-algorithm 42 neural-network 40 reinforcement-learning 37 artificial-intelligence 35 machine-learning 34 flappy-bird 32 python3 27 neuroevolution 27 neural-networks 25 game 18 deep-learning 15 evolutionary-algorithms 14 flappy-bird-game 11 openai-gym 10 artificial-neural-networks 9 game-development 7 games 6 self-driving-car 6 feedforward-neural-network 6 ml 6 dinosaur-game 5 neuroevolution-of-augmenting-topologies 5 gym 5 genetic-algorithms 5 neuroevolutionofaugmentedtopologies 4 simulation 4 game-ai 4 machine-learning-algorithms 4 reinforcement-learning-algorithms 4 flappybird 4 pong 4 ia 3 pygame-application 3 evolutionary-algorithm 3 self-learning 3 atari-games 3 deep-neural-networks 3 deep-reinforcement-learning 3 keras 3 q-learning 3 flappy-bird-ai 3 openai 3 flappy-bird-clone 3 pong-game 3 pygame-games 3 hacktoberfest 3 pytorch 3 2d-game 2 mario 2 tensorflow 2 deep-q-learning 2 python-3 2 gym-environment 2 automation 2 algorithms 2 genetic-programming 2 ai-project 2 catalan-language 2 gpt-4 2 age-of-war 2 neruoevolution 2 reinforcement-learning-environments 2 opencv 2 gym-retro 2 trading-algorithms 2 nn 2 stocks 2 pygame-gui 2 learning 2 machine 2 pacman 2 chrome 2 unsupervised-learning 2 neuro-evolution 2 optuna 1 keystroke-authentication 1 graphviz 1 matplotlib 1 openai-retro 1 numpy 1 sonic 1 cargame 1 racing-game 1 repl 1 pong-python 1 sonic-the-hedgehog 1 environment 1 game-reversing 1 openai-gym-environment 1 reverse-engineering 1 programming 1 machile-learning 1 unity 1 unity-ml-agents 1