Releases: markub3327/flappy-bird-gymnasium
Releases · markub3327/flappy-bird-gymnasium
FlappyBird Gymnasium v0.4.0
FlappyBird Gymnasium v0.3.0
- Fix CLI
- Remove redundant code
FlappyBird Gymnasium v0.2.2
FlappyBird Gymnasium v0.2.1
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
New features:
- pytest (updated CI)
- NEW CLI
FlappyBird Gymnasium v0.1.2
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
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
v0.1.0 fix