Skip to content
#

neuroevolution-of-augmenting-topologies

Here are 10 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 Aug 11, 2023
  • 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

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

  • Updated Jul 28, 2023
  • Makefile

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