Ecosyste.ms: Repos

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

GitHub topics: neat-python

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: 7 days ago - Pushed: 7 days 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: 223 KB - Last synced: 9 days ago - Pushed: 9 days 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: 12 days ago - Pushed: 12 days 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: 15 days ago - Pushed: 15 days ago - Stars: 0 - Forks: 0

marcpinet/neat-cars

đźš— Draw a circuit and watch self-driving cars evolve thanks to the NEAT evolutionary algorithm.

Language: Python - Size: 3.53 MB - Last synced: 16 days ago - Pushed: 16 days ago - Stars: 9 - Forks: 0

MartinGurasvili/Self-Driving-Car-AI

This is a application that though a feed forward neural network allows a car to learn to drive

Language: Python - Size: 2.48 MB - Last synced: 24 days ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

axe76/QuadroPong

An efficient NEAT implementation on a multi-agent Pong environment

Language: Python - Size: 43.9 KB - Last synced: 24 days ago - Pushed: about 3 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: 24 days ago - Pushed: over 3 years ago - Stars: 0 - Forks: 1

7enTropy7/Flappy_Birds_NEAT

Ever wondered how it feels to never lose at Flappy Bird? This Genetic Algorithm does just that!

Language: Python - Size: 231 KB - Last synced: 24 days ago - Pushed: over 3 years ago - Stars: 1 - Forks: 1

jinPrelude/pyNeat

Implementation of NEAT algorithm to help intuitive understanding.

Language: Python - Size: 184 KB - Last synced: 4 days ago - Pushed: over 2 years ago - Stars: 8 - Forks: 0

mason-lee19/stockTrader_NEAT

NEAT-python for stock trading

Language: Jupyter Notebook - Size: 28.7 MB - Last synced: 29 days ago - Pushed: 29 days ago - Stars: 0 - Forks: 0

selfint/NEAT_OPENAIGYM

Using NEAT to solve OpenAI gym environments

Language: Python - Size: 35.2 KB - Last synced: about 1 month ago - Pushed: over 4 years ago - Stars: 1 - Forks: 0

maxontech/DriveAI

🏎️ Teaching a car how to drive using the NEAT algorithm in Python.

Language: Python - Size: 4.43 MB - Last synced: about 1 month ago - Pushed: 3 months ago - Stars: 24 - Forks: 18

maxontech/neat-chrome-dinosaur

🧠 NEAT algorithm applied to Chrome Dinosaur game in Python.

Language: Python - Size: 9.05 MB - Last synced: about 1 month ago - Pushed: 3 months ago - Stars: 35 - Forks: 48

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: 623 KB - Last synced: about 2 months ago - Pushed: over 7 years ago - Stars: 1 - Forks: 0

rodmonic/DragonWoodAI

Can I get an AI to play Dragon Wood

Language: Python - Size: 19.4 MB - Last synced: about 2 months ago - Pushed: about 2 months 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: about 1 month ago - Pushed: 4 months 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: about 2 months ago - Pushed: over 2 years 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: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

mukeshmk/trex-jump-ai

Python T-Rex Jump AI (with NEAT)

Language: Python - Size: 24.4 KB - Last synced: 2 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

mukeshmk/flappy-bird-ai

Python Flappy Bird AI (with NEAT)

Language: Python - Size: 34.2 KB - Last synced: 2 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

fyemane/Tech-With-Tim-projects

Python projects I've done with Tech with Tim

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

fatihkykc/NEAT-Shooter-AI

NEAT-AI plays arcade shooter game "scramble"

Language: Python - Size: 5.47 MB - Last synced: 3 months ago - Pushed: almost 3 years 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: 3 months ago - Pushed: 3 months 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: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

geektoni/evolutionary-pacman

Final Project for the Bio-inspired Artificial Intelligence Course.

Language: Python - Size: 349 KB - Last synced: 3 months ago - Pushed: over 5 years ago - Stars: 3 - Forks: 1

DanQuenaz/DinoExpert

AI playing Google Chrome Dino game.

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

leotodisco/Pong-AI

Il progetto unisce il gioco PONG con l' algoritmo NEAT (NeuroEvolution of Augmenting Topologies)

Language: Python - Size: 237 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 1 - Forks: 0

GwenMailland/Mario_NEAT_AI

Mario NEAT AI

Language: Jupyter Notebook - Size: 6.22 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

SparshaSaha/Self-Playing-AI-Bot-using-Evolutionary-Algorithms

A self-playing bot built with NEAT-python for Chrome T-Rex game recreated in pygame

Language: Python - Size: 2.91 MB - Last synced: about 1 month ago - Pushed: about 5 years ago - Stars: 9 - Forks: 5

masanbasa3k/DestroyTheInvaders_Game_Neat

Destroy the Invaders game with python pygame and using Neat module and AI plays the game

Language: Python - Size: 105 KB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 4 - Forks: 0

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.

Language: Python - Size: 32.2 KB - Last synced: 5 months ago - Pushed: 5 months 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: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

willweimike/PongWithNEAT

Training AI to play Pong Game with neat-python

Language: Python - Size: 4.88 KB - Last synced: 5 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

mxjoly/neat-python

Implementation of neat algorithm in python.

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

Rahul-1337/EvolvingFlappy

EvolvingFlappy is an intriguing project that merges the classic Flappy Bird game with the innovative NEAT (NeuroEvolution of Augmenting Topologies) algorithm. Witness the autonomous evolution of birds as they learn to navigate through pipes, adapting and improving their strategies across generations.

Language: Python - Size: 12.1 MB - Last synced: 5 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

caiofov/Pong-AI-Neat-Pygame

Pong AI with Neat and PyGame

Language: Python - Size: 54.7 KB - Last synced: 6 months ago - Pushed: about 2 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: 6 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

Leonardo8133/Simulacao-de-Ecossistema

Meu primeiro Projeto - Simulação de Ecossistema

Language: Python - Size: 5.56 MB - Last synced: 4 months ago - Pushed: 9 months ago - Stars: 4 - Forks: 0

medChaouki/LineFollowerSimulator

This project will serve as a training ground for a neural network controlled line follower

Language: Python - Size: 188 KB - Last synced: 6 months ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

nerdimite/neat

NeuroEvolution of Augmenting Topologies on Gym Environments

Language: Python - Size: 58.6 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 3 - Forks: 0

kaptcha0/Quasar-Firewall

An attempt at a fully artificial intelligent firewall.

Language: Python - Size: 267 MB - Last synced: 19 days ago - Pushed: 19 days ago - Stars: 3 - Forks: 3

sroj/neat-openai-gym

NEAT for Reinforcement Learning on the OpenAI Gym

Language: Python - Size: 54.7 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 23 - Forks: 7

andrewlawhh/RasPyCar-v1

Proof of Concept for Self Driving Car

Language: Python - Size: 50.8 KB - Last synced: 7 months ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

Defaultin/car-autopilot

Self-driving car AI trained in simulations with randomly generated highways and parking lots đźš—

Language: Python - Size: 107 MB - Last synced: 7 months ago - Pushed: almost 2 years ago - Stars: 4 - 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: 7 months ago - Pushed: 7 months 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: 8 months ago - Pushed: 8 months 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: 8 months ago - Pushed: over 3 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: 8 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Evozone/wumpus-AI-agent

A Wumpus World game with an AI agent that plays it.

Language: Python - Size: 173 MB - Last synced: 28 days ago - Pushed: 12 months ago - Stars: 4 - Forks: 4

7enTropy7/BipedalWalker

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

Language: Python - Size: 1.51 MB - Last synced: 24 days ago - Pushed: almost 2 years ago - Stars: 5 - Forks: 2

reddragonnm/neatpy

A NEAT library in Python

Language: Python - Size: 108 KB - Last synced: 27 days ago - Pushed: almost 2 years ago - Stars: 11 - Forks: 1

VanjaLjubobratovic/Smort-Snake

A repository which trains agents to play the snake game using Q-learning and NEAT genetic algorithm inspired by Uber AI Labs paper: "Deep Neuroevolution: Genetic Algorithms Are a Competitive Alternative for Training Deep Neural Networks for Reinforcement Learning"

Language: Python - Size: 1.5 MB - Last synced: 9 months ago - Pushed: over 1 year 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: 9 months ago - Pushed: 9 months 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: 9 months ago - Pushed: over 6 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: 9 months ago - Pushed: about 1 year 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: 4 months ago - Pushed: 10 months ago - Stars: 1 - Forks: 0

dtoscar24/Flappy_Bird

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: 51.8 KB - Last synced: 4 months ago - Pushed: 9 months 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: 4 months ago - Pushed: 9 months 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: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

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.

Language: Python - Size: 10.7 MB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 1 - Forks: 0

Rhys-Alexander/Flappy-Bird-with-AI

Artificially Intelligent Flappy Bird Master

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

Roshyoshi/Pong-py

Simple Pong AI that you cannot beat.

Language: Python - Size: 6.93 MB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

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.

Language: Makefile - Size: 16.6 KB - Last synced: 10 months ago - Pushed: 10 months 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: about 1 month ago - Pushed: 10 months 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: 10 months ago - Pushed: 10 months 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: 10 months ago - Pushed: over 2 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: 4 months ago - Pushed: 10 months ago - Stars: 5 - Forks: 0

erupturatis/Age-of-war-AI

Age of war AI

Language: Python - Size: 61.1 MB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 1 - 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: 192 KB - Last synced: 10 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 1

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: 10 months ago - Pushed: 10 months 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: 4 months ago - Pushed: 10 months 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: 10 months ago - Pushed: 10 months 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: 10 months ago - Pushed: 10 months 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: 11 months ago - Pushed: over 1 year 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: 2 months ago - Pushed: 2 months 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: 11 months ago - Pushed: 11 months ago - Stars: 1 - Forks: 0

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

Language: Python - Size: 63.5 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 10 - 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: 11 months ago - Pushed: almost 4 years ago - Stars: 2 - Forks: 0

ikergarcia1996/NeuroEvolution-Flappy-Bird

A comparison between humans, neuroevolution and multilayer perceptrons playing Flapy Bird implemented in Python

Language: Jupyter Notebook - Size: 18.1 MB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 17 - Forks: 7

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: 2 months ago - Pushed: 2 months ago - Stars: 4 - Forks: 0

naklecha/knip

Python module to make coding hassle free!

Language: Python - Size: 25.4 KB - Last synced: 4 months ago - Pushed: almost 3 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: 12 months ago - Pushed: almost 2 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: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

Mathias002/NEAT-Flappy-Bird-master

Python Flappy Bird AI

Language: Python - Size: 20.5 KB - Last synced: 12 months ago - Pushed: about 1 year ago - Stars: 8 - Forks: 0

ManuOtel/Flappy-Bird

Flappy-Bird AI using NEAT

Language: Python - Size: 17.6 KB - Last synced: about 1 year ago - Pushed: about 1 year 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: about 1 year ago - Pushed: almost 4 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: about 1 year ago - Pushed: over 6 years ago - Stars: 5 - Forks: 0

vivek3141/super-mario-neat

This program evolves an AI using the NEAT algorithm to play Super Mario Bros.

Language: Python - Size: 16.6 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 79 - Forks: 17

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: about 1 year ago - Pushed: over 2 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: about 1 year ago - Pushed: over 1 year 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: about 1 year ago - Pushed: over 5 years ago - Stars: 11 - Forks: 3

sushantPatrikar/flappybirdAI

Flappy Bird game, but AI plays it :robot:

Language: Python - Size: 1.34 MB - Last synced: about 1 year ago - Pushed: almost 5 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: about 1 year ago - Pushed: about 5 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: 11 months ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

sushantPatrikar/pingpongAI

Ping Pong game, but AI plays it :robot:

Language: Python - Size: 1.66 MB - Last synced: about 1 year ago - Pushed: almost 5 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: about 1 year ago - Pushed: almost 6 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: about 1 year ago - Pushed: over 1 year ago - Stars: 7 - Forks: 0

Related Keywords
neat-python 169 python 78 pygame 60 neat 58 ai 38 neat-algorithm 37 genetic-algorithm 33 artificial-intelligence 33 neural-network 32 reinforcement-learning 30 machine-learning 29 flappy-bird 25 python3 24 neuroevolution 23 neural-networks 17 game 11 deep-learning 10 flappy-bird-game 9 artificial-neural-networks 9 openai-gym 8 evolutionary-algorithms 7 game-development 6 gym 5 games 5 ml 5 self-driving-car 5 feedforward-neural-network 5 reinforcement-learning-algorithms 4 machine-learning-algorithms 4 game-ai 4 pygame-games 4 pong 3 atari-games 3 pong-game 3 neuroevolutionofaugmentedtopologies 3 dinosaur-game 3 neuroevolution-of-augmenting-topologies 3 pygame-application 3 deep-q-learning 2 ai-project 2 python-3 2 mario 2 genetic-programming 2 unsupervised-learning 2 q-learning 2 simulation 2 nn 2 deep-neural-networks 2 2d-game 2 reinforcement-learning-environments 2 catalan-language 2 hacktoberfest 2 flappy-bird-ai 2 tensorflow 2 age-of-war 2 neruoevolution 2 keras 2 self-learning 2 flappy-bird-clone 2 genetic-algorithms 2 pygame-gui 2 stocks 2 learning 2 machine 2 trading-algorithms 2 chrome 2 tensorflow-rl 1 ai-plays-game 1 ping-pong 1 pong-learner 1 dino 1 dino-game 1 openai-gym-environment 1 reinforcement-learning-agent 1 programming 1 simple-ai 1 machile-learning 1 hacktoberfest2022 1 bot 1 openai-gym-cartpole 1 bot-training 1 icy-tower-game 1 neat-genetics-algorithm 1 snake-game 1 algoritmo-genetico 1 evomanframework 1 finalpaper 1 ia 1 jogos 1 neuro-evolucao 1 redes-neurais-artificiais 1 tcc 1 gym-super-mario-bros 1 super-mario 1 super-mario-bros 1 stock-trading-bot 1 livestream 1 streamlabs 1 streamlabs-api 1 turtle-graphics 1