Skip to content

An implementation of Double Deep Q-Network (DDQN) in order to play Flappy Bird.

Notifications You must be signed in to change notification settings

sondremalerud/flappybird-ddqn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird DDQN

Overview

An implementation of Double Deep Q-Network (DDQN) in order to play Flappy Bird.

Demo

After training for about 4000 episodes:
Flappy Bird DDQN Demo

Requirements

Flappy Bird Gymnasium

pip install flappy-bird-gymnasium

Other requirements

  • Python 3.x
  • Pygame
  • Pytorch
  • OpenAI Gymnasium
  • Matplotlib

About

An implementation of Double Deep Q-Network (DDQN) in order to play Flappy Bird.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages