Skip to content

Flappy-AI is a project that utilizes the NEAT (NeuroEvolution of Augmenting Topologies) algorithm to create an AI that learns to play the game Flappy Bird. The repository includes all necessary assets, configuration files, and code to run the project.

License

Notifications You must be signed in to change notification settings

karan-nanda/Flappy-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy-AI

Flappy Bird AI

This project is an AI that learns to play Flappy Bird using the NEAT (NeuroEvolution of Augmenting Topologies) algorithm.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/FlappyBirdAI.git
  2. Navigate to the project directory:

    cd FlappyBirdAI
  3. Install the dependencies:

    pip install -r requirements.txt

Usage

Run the following command to start the game:

python -m FlappyBirdAI.game

Configuration

The NEAT configuration can be found in the config-feedforward(NEAT).txt file. Adjust the parameters as needed to experiment with different settings.

License

  • This project is licensed under the MIT License.

About

Flappy-AI is a project that utilizes the NEAT (NeuroEvolution of Augmenting Topologies) algorithm to create an AI that learns to play the game Flappy Bird. The repository includes all necessary assets, configuration files, and code to run the project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages