Skip to content

anhad13/QFlappyPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QFlappyPy

Authors: Anhad Mohananey, Yashovardhan Chaturvedi

This is an AI-based bird implementation of the game Flappy Bird in python. Qlearning algorithm has been used for reinforcement learning.

To run the game, execute the python file flap.py with command line argument specifying the frames-per-second(FPS) at which you want to run the dynamic learning algorithm.

Eg:

python flap.py 20000

will run the game at 20,000 FPS. This implementation is done in order to speed up the learning process.

About

Qlearning for Flappy Bird AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages