Skip to content
#

neuroevolution-of-augmenting-topologies

Here are 13 public repositories matching this topic...

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.

  • Updated Jun 24, 2024
  • Python

This library use a genetic algorithm to fit a neural network weights. This is useful when you don't have a dataset to train your neural network, for example when you need an agent to interact with an environment or to learn to play some games.

  • Updated Jul 30, 2023
  • Go

Just an experiment for testing neuroevolution of augmenting topologies (NEAT) algorithm using chrome trex game. It is a genetic algorithm for training and building evolving neural networks. I used this NEAT Algorithm for developing a evolving neural network which helps a trex dinosaur to play the game on it's own without any external inputs.

  • Updated Apr 7, 2023
  • JavaScript

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.

  • Updated Feb 27, 2024
  • Python

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.

  • Updated Jul 11, 2024
  • Python

Improve this page

Add a description, image, and links to the neuroevolution-of-augmenting-topologies topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the neuroevolution-of-augmenting-topologies topic, visit your repo's landing page and select "manage topics."

Learn more