Skip to content

Commit

Permalink
Merge pull request #3 from jorisSchaller/patch-1
Browse files Browse the repository at this point in the history
Delete wrong information in the README
  • Loading branch information
markub3327 authored Mar 23, 2024
2 parents f56c21b + 2d710bd commit d1c16cf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ based on the [flappy-bird-gym](https://github.com/Talendar/flappy-bird-gym) proj
## State space

The "FlappyBird-v0" environment, yields simple numerical information about the game's state as
observations or RGB-arrays (images) representing the game's screen.
observations representing the game's screen.

### `FlappyBird-v0`
There exist two options for the observations:
1. option
* The LIDAR sensor 180 readings (Paper: [Playing Flappy Bird Based on Motion Recognition Using a Transformer Model and LIDAR Sensor](https://www.mdpi.com/1424-8220/24/6/1905))

Expand All @@ -32,9 +33,6 @@ observations or RGB-arrays (images) representing the game's screen.
* player's vertical velocity
* player's rotation

3. option
* or RGB-array (image) representing the game's screen

## Action space

* 0 - **do nothing**
Expand Down

0 comments on commit d1c16cf

Please sign in to comment.