Skip to content

PowerSpy/FlappyBird-AI-NEAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlappyBird AI (Made with NEAT)

  1. Install requirements
    • pygame
    • neat-python

If it doesn't run properly install the specific versions using:

pip install -r requirements.txt
  1. Try game.py to test out the game:
python3 game.py
  1. Run run_genome.py to test the pre-trained model
python3 run_genome.py
  1. Train your own using the main.py file (tweak config.txt to get different results if you know what you are doing)
python3 main.py

NEAT on Wikipedia

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages