Skip to content

Project files for a video game tutorial on creating flappy bird. Link to the video: https://youtu.be/UZg49z76cLw

Notifications You must be signed in to change notification settings

Not-a-goof/FlappyBird_Python

 
 

Repository files navigation

FlappyBird_Python

Project files for a reinforcement learning approach to train an agent to play Flappy Bird effectively.

Run flappy_update.py to play normally.

Run flappy_logger.py to play normally, and record your actions locally for future reference (still in progress).

Run flappy_qlearning.py to have the RL agent play. Currently, the agent will train without a starting reference each time the game is run. Still in progress.

About

Project files for a video game tutorial on creating flappy bird. Link to the video: https://youtu.be/UZg49z76cLw

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%