Model-Based RL

Adapting the cartpole tutorial to work with Flappy Bird.

Install

Game State

The cartpole state consists of 4 continous features. Flappy Bird currently uses 5.

  • player y position / 512
  • players velocity / 10
  • next pipe distance to player / 288
  • next pipe top y position / 512
  • next pipe bottom y position / 512

(Screen size - 512 x 288)