Skip to content

Anyesh/ai-plays-flappybird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Plays Flappy Bird

I've trained a DQN that learns to play flappy bird on it's own.

Try the pre-trained model

First install the pip requirements and run main.py to see how our agent plays flappy bird.

Train the model

If you want to train this model on your own, just change to agent.train() in main.py file and you are good to go. You can see the progress on the console displayed using rich.

Outputs

flappy bird

About

Deep Q-network learning (rl) to play flappybird.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages