Delete dataset_infos.json
Browse files- dataset_infos.json +0 -54
dataset_infos.json
DELETED
@@ -1,54 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"name": "dart_llm_tasks",
|
3 |
-
"version": "1.0.0",
|
4 |
-
"description": "A dataset of natural language instructions for robotic task planning and coordination, designed for few-shot learning evaluation",
|
5 |
-
"size": 102,
|
6 |
-
"features": {
|
7 |
-
"task_id": {
|
8 |
-
"_type": "Value",
|
9 |
-
"dtype": "string",
|
10 |
-
"description": "Unique identifier for the task in format 'dart_llm-{level}-{type}-{number}'"
|
11 |
-
},
|
12 |
-
"text": {
|
13 |
-
"_type": "Value",
|
14 |
-
"dtype": "string",
|
15 |
-
"description": "Natural language instruction for the robotic task"
|
16 |
-
},
|
17 |
-
"output": {
|
18 |
-
"_type": "Value",
|
19 |
-
"dtype": "string",
|
20 |
-
"description": "Structured task decomposition and execution plan"
|
21 |
-
}
|
22 |
-
},
|
23 |
-
"task_types": {
|
24 |
-
"L1": {
|
25 |
-
"description": "Basic tasks (single robot operations or simple commands)",
|
26 |
-
"count": 47,
|
27 |
-
"examples": ["Move robot to location", "Perform single excavation", "Simple avoidance"]
|
28 |
-
},
|
29 |
-
"L2": {
|
30 |
-
"description": "Medium complexity tasks (two-robot coordination)",
|
31 |
-
"count": 33,
|
32 |
-
"examples": ["Coordinated excavation and transport", "Sequential operations"]
|
33 |
-
},
|
34 |
-
"L3": {
|
35 |
-
"description": "Complex tasks (multi-robot coordination and complex sequences)",
|
36 |
-
"count": 22,
|
37 |
-
"examples": ["Multi-robot simultaneous operations", "Complex area coverage"]
|
38 |
-
}
|
39 |
-
},
|
40 |
-
"available_robots": {
|
41 |
-
"excavators": ["excavator_01", "excavator_02", "excavator_03"],
|
42 |
-
"dump_trucks": ["dump_truck_01", "dump_truck_02", "dump_truck_03"]
|
43 |
-
},
|
44 |
-
"instruction_functions": {
|
45 |
-
"target_area_for_specific_robots": "Move specific robots to target area",
|
46 |
-
"target_area_for_all_robots": "Move all robots to target area",
|
47 |
-
"avoid_areas_for_specific_robots": "Make specific robots avoid areas",
|
48 |
-
"avoid_areas_for_all_robots": "Make all robots avoid areas",
|
49 |
-
"Excavation": "Perform excavation operation",
|
50 |
-
"ExcavatorUnloading": "Unload excavator materials",
|
51 |
-
"DumpLoading": "Load dump truck with materials",
|
52 |
-
"DumpUnloading": "Unload dump truck materials"
|
53 |
-
}
|
54 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|