Skip to content

cxy1997/Flappy-Bird-with-Segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird RL environment with Segmentation and Detection

Installation

pip install git+git://github.com/cxy1997/Flappy-Bird-with-Segmentation.git

Usage

from Flappy_Bird_with_Segmentation import FlappyBirdSegEnv

env = FlappyBirdSegEnv()
obs, info = env.reset()
obs, reward, terminal, info = env.step(0)  # 1-flap the bird; 0-do nothing

Have fun!

About

Flappy Bird RL environment with Segmentation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages