Skip to content

Releases: markub3327/flappy-bird-gymnasium

FlappyBird Gymnasium v0.4.0

29 Feb 13:12
Compare
Choose a tag to compare

FlappyBird Gymnasium v0.3.0

08 Sep 17:47
Compare
Choose a tag to compare
  • Fix CLI
  • Remove redundant code

FlappyBird Gymnasium v0.2.2

02 Aug 05:03
92513f1
Compare
Choose a tag to compare

Changes

  • Fixed render mode
  • Seed
  • Unit tests
  • Colorise agent's background

Thanks @araffin and @AndiLeni for contributions.

FlappyBird Gymnasium v0.2.1

15 Mar 16:47
Compare
Choose a tag to compare

New sensors:

  • the last pipe's horizontal position
  • the last top pipe's vertical position
  • the last bottom pipe's vertical position
  • the next pipe's horizontal position
  • the next top pipe's vertical position
  • the next bottom pipe's vertical position
  • the next next pipe's horizontal position
  • the next next top pipe's vertical position
  • the next next bottom pipe's vertical position
  • player's vertical position
  • player's vertical velocity
  • player's rotation

Updated model

FlappyBird Gymnasium v0.2.0

11 Mar 18:30
Compare
Choose a tag to compare

New features:

  • pytest (updated CI)
  • NEW CLI

FlappyBird Gymnasium v0.1.2

11 Mar 17:01
Compare
Choose a tag to compare

New sensors:

  • horizontal distance to the next pipe
  • the next pipe's top vertical position
  • the next pipe's bottom vertical position
  • horizontal distance to the next next pipe
  • the next next pipe's top vertical position
  • the next next pipe's bottom vertical position
  • player's vertical position
  • player's vertical velocity
  • player's rotation

FlappyBird Gymnasium v0.1.1

11 Mar 09:52
Compare
Choose a tag to compare

New sensors:

  • horizontal distance to the next next pipe
  • difference between the player's y position and the next next hole's y position
  • player's vertical velocity
  • player's rotation

Flappy Bird Gymnasium 0.1.0

06 Mar 17:53
Compare
Choose a tag to compare