Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ size_categories:
|
|
10 |
---
|
11 |
|
12 |
**PPFT**: Path Planning on Fifty x Thirty <br>
|
13 |
-
Our dataset consists of 100 manually selected 50 × 30 maps from a randomly generated collection, each with 10 different start and goal positions. Therefore, there are 1000 samples in total
|
14 |
- x range: The minimum and maximum x-coordinates of the environment boundary range as [x min, x max].
|
15 |
- y range: The minimum and maximum y-coordinates of the environment boundary range as [y min, y max].
|
16 |
- horizontal barriers: List of horizontal barriers, each represented as [y, x start, x end].
|
|
|
10 |
---
|
11 |
|
12 |
**PPFT**: Path Planning on Fifty x Thirty <br>
|
13 |
+
Our dataset consists of 100 manually selected 50 × 30 maps from a randomly generated collection, each with 10 different start and goal positions. Therefore, there are 1000 samples in total. Our data conform to the standard of search-based algorithm environments in a continuous space. Each map includes the following parameters:
|
14 |
- x range: The minimum and maximum x-coordinates of the environment boundary range as [x min, x max].
|
15 |
- y range: The minimum and maximum y-coordinates of the environment boundary range as [y min, y max].
|
16 |
- horizontal barriers: List of horizontal barriers, each represented as [y, x start, x end].
|