Skip to content

Flappy Bird played by an Ai , developed by Python .

Notifications You must be signed in to change notification settings

Oussama08/AiFlappyBird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AiFlappyBird

Flappy Bird played by an Ai , developed by Python , using NEAT . You Can Run it Using PyCharm ( recommended ) , or any other Python IDE.

What NEAT needs :

Inputs ( in our case it's the bird elevation , and the Pipes )

Outputs ( Jump or not )

Activation function ( We're gonna use Tanh function )

Population size ( I Set the population on 50 birds in the beginning , but you can change That in the Config File ^^ )

Fitness Function ( it's How the Birds are going to react and Grow their intelligence.)

Max Generations ( We put a limit where the Ai should Stop trying , works on complex situations , so we're cool ^^ )

flappy_ai

About

Flappy Bird played by an Ai , developed by Python .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages