This project is an AI that learns to play Flappy Bird using the NEAT (NeuroEvolution of Augmenting Topologies) algorithm.
-
Clone the repository:
git clone https://github.com/yourusername/FlappyBirdAI.git
-
Navigate to the project directory:
cd FlappyBirdAI
-
Install the dependencies:
pip install -r requirements.txt
Run the following command to start the game:
python -m FlappyBirdAI.game
The NEAT configuration can be found in the config-feedforward(NEAT).txt file. Adjust the parameters as needed to experiment with different settings.
- This project is licensed under the MIT License.