Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
PurpleSand commited on
Commit
56b1e6a
β€’
1 Parent(s): 8de4771

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -1,8 +1,18 @@
 
 
 
 
 
 
 
 
 
1
  # COMMAND Dataset πŸ˜ƒ
2
  ## Dataset Structure πŸ—‚οΈ
3
 
4
  The **COMMAND_dataset** is organized as follows:
5
 
 
6
  COMMAND_dataset/
7
  β”œβ”€ README.md # Documentation for the dataset
8
  β”œβ”€ map_asset/ # Directory containing map assets πŸ—ΊοΈ
@@ -16,6 +26,7 @@ COMMAND_dataset/
16
  └─ scenarios/ # Directory containing scenario information πŸ“œ
17
  β”œβ”€.json # Scenario schema
18
  └─.npy # Sketch instructions
 
19
 
20
  ---
21
 
@@ -31,6 +42,7 @@ COMMAND_dataset/
31
  | Avg. FD (P / M) | 1.05 / 1.77 | 0.97 / 2.02 | 3.03 / 3.50 | 1.91 / 3.76 |
32
  | % of Misleading | 31% | 51% | 50% | 39% |
33
 
 
34
  **Note:** These values differ slightly from the paper because the data version history is missing.
35
 
36
  ## Directory Details πŸ—οΈ
@@ -103,8 +115,4 @@ COMMAND_dataset/
103
  "drive_map_name": "occupancy_map",
104
  "model_guideline": "You are an indoor food-serving robot.\n\nYou must follow these driving instructions:\n1. You must avoid collisions.\n2. You should prioritize reaching the final destination.\n3. You should follow the Trajectory Instruction.\n a. If the Trajectory Instruction cannot be followed due to any obstacles, you should deviate to bypass the obstacle.\n b. You should try to evade any identifiable obstacles.\n4. You should maintain a constant driving speed."
105
  }
106
-
107
-
108
- ---
109
- license: cc-by-nc-4.0
110
- ---
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ task_categories:
4
+ - robotics
5
+ language:
6
+ - en
7
+ size_categories:
8
+ - 1K<n<10K
9
+ ---
10
  # COMMAND Dataset πŸ˜ƒ
11
  ## Dataset Structure πŸ—‚οΈ
12
 
13
  The **COMMAND_dataset** is organized as follows:
14
 
15
+ ```
16
  COMMAND_dataset/
17
  β”œβ”€ README.md # Documentation for the dataset
18
  β”œβ”€ map_asset/ # Directory containing map assets πŸ—ΊοΈ
 
26
  └─ scenarios/ # Directory containing scenario information πŸ“œ
27
  β”œβ”€.json # Scenario schema
28
  └─.npy # Sketch instructions
29
+ ```
30
 
31
  ---
32
 
 
42
  | Avg. FD (P / M) | 1.05 / 1.77 | 0.97 / 2.02 | 3.03 / 3.50 | 1.91 / 3.76 |
43
  | % of Misleading | 31% | 51% | 50% | 39% |
44
 
45
+ Total : 3317 bagfiles, includes 48 hours of driving data over 219 kilometers.
46
  **Note:** These values differ slightly from the paper because the data version history is missing.
47
 
48
  ## Directory Details πŸ—οΈ
 
115
  "drive_map_name": "occupancy_map",
116
  "model_guideline": "You are an indoor food-serving robot.\n\nYou must follow these driving instructions:\n1. You must avoid collisions.\n2. You should prioritize reaching the final destination.\n3. You should follow the Trajectory Instruction.\n a. If the Trajectory Instruction cannot be followed due to any obstacles, you should deviate to bypass the obstacle.\n b. You should try to evade any identifiable obstacles.\n4. You should maintain a constant driving speed."
117
  }
118
+ ```