Skip to content

Built an AI agent capable of playing Flappy Bird game using Genetic Algorithm of Natural Selection

Notifications You must be signed in to change notification settings

rndninja/Flappy-Bird-AI-Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic Algorithms and Reinforcement Learning are useful for finding solutions to problems for which there is no clear solution and the situations vary with time, i.e. for probabilistic situations. In this project, we have implemented an AI for the Flappy Bird which makes the computer play the game much more efficient as compared to what a normal human being can do. We have achieved these goals using Genetic Algorithms with an underlying Neural Network Architecture.

For more details regarding the implementation please read the pdf attached with this repository. Any new suggestions are highly welcome. For using the agent, run Control.py

About

Built an AI agent capable of playing Flappy Bird game using Genetic Algorithm of Natural Selection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages