Commit ·
7282af2
1
Parent(s): 34f24e3
Updated Readme.md
Browse files
README.md
CHANGED
|
@@ -53,6 +53,7 @@ short_description: Autonomous drone delivery RL environment.
|
|
| 53 |
- [Hugging Face Submission](#hugging-face-submission)
|
| 54 |
- [Reward Engineering](#reward-engineering)
|
| 55 |
- [Grading & Evaluation](#grading--evaluation)
|
|
|
|
| 56 |
- [Project Architecture](#project-architecture)
|
| 57 |
- [Project Structure](#project-structure)
|
| 58 |
- [Configuration Reference](#configuration-reference)
|
|
@@ -662,7 +663,7 @@ $$\text{score} = 0.8 \times \underbrace{\frac{\text{deliveries done}}{\text{deli
|
|
| 662 |
|
| 663 |
---
|
| 664 |
|
| 665 |
-
##
|
| 666 |
|
| 667 |
If you want to understand how **SkyRelic** works "at a glance," follow the journey of a single delivery:
|
| 668 |
|
|
|
|
| 53 |
- [Hugging Face Submission](#hugging-face-submission)
|
| 54 |
- [Reward Engineering](#reward-engineering)
|
| 55 |
- [Grading & Evaluation](#grading--evaluation)
|
| 56 |
+
- [The Life of a Parcel (End-to-End Flow)](#the-life-of-a-parcel-end-to-end-flow)
|
| 57 |
- [Project Architecture](#project-architecture)
|
| 58 |
- [Project Structure](#project-structure)
|
| 59 |
- [Configuration Reference](#configuration-reference)
|
|
|
|
| 663 |
|
| 664 |
---
|
| 665 |
|
| 666 |
+
## The Life of a Parcel (End-to-End Flow)
|
| 667 |
|
| 668 |
If you want to understand how **SkyRelic** works "at a glance," follow the journey of a single delivery:
|
| 669 |
|