Skip to content

Commit

Permalink
add src and description for forced landing and runway landing
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS55 committed May 25, 2024
1 parent 18ec1dc commit ffb5ba2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,21 @@ env = gymnasium.make("runway-v1")
<em>Runway Landing</em>
</p>

In this task the aircraft needs to navigate to a runway to land.

### Forced Landing

```python
env = gymnasium.make("forced_landing-v1")
```

<p align="center">
<img src="https://github.com/AOS55/FlyerEnv/blob/gh-media/docs/media/forced_landing.gif"><br/>
<em>Forced Landing</em>
</p>

In this task the aircraft needs to find a suitable landing spot in an unprepared location.

## Installation

```pip install flyer-env```
Expand Down

0 comments on commit ffb5ba2

Please sign in to comment.