Datasets:
Upload schema.json with huggingface_hub
Browse files- schema.json +34 -3
schema.json
CHANGED
|
@@ -4,7 +4,8 @@
|
|
| 4 |
|
| 5 |
"minimum_viable_episode": {
|
| 6 |
"required": [">=1 setpoint signal", ">=1 effort signal"],
|
| 7 |
-
"rationale": "Enables causal analysis: command → response"
|
|
|
|
| 8 |
},
|
| 9 |
|
| 10 |
"causal_structure": {
|
|
@@ -73,7 +74,8 @@
|
|
| 73 |
"dof": 6,
|
| 74 |
"task": "screwdriving",
|
| 75 |
"episodes": 4094,
|
| 76 |
-
"sampling_rate_hz": 100
|
|
|
|
| 77 |
},
|
| 78 |
"voraus": {
|
| 79 |
"source": "https://github.com/vorausrobotik/voraus-ad-dataset",
|
|
@@ -81,7 +83,36 @@
|
|
| 81 |
"dof": 6,
|
| 82 |
"task": "pick-and-place",
|
| 83 |
"episodes": 2122,
|
| 84 |
-
"sampling_rate_hz": 100
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
}
|
| 86 |
}
|
| 87 |
}
|
|
|
|
| 4 |
|
| 5 |
"minimum_viable_episode": {
|
| 6 |
"required": [">=1 setpoint signal", ">=1 effort signal"],
|
| 7 |
+
"rationale": "Enables causal analysis: command → response",
|
| 8 |
+
"exceptions": ["nasa_milling: effort-only (no dynamic setpoints, infer normal from healthy episodes)"]
|
| 9 |
},
|
| 10 |
|
| 11 |
"causal_structure": {
|
|
|
|
| 74 |
"dof": 6,
|
| 75 |
"task": "screwdriving",
|
| 76 |
"episodes": 4094,
|
| 77 |
+
"sampling_rate_hz": 100,
|
| 78 |
+
"mve_compliant": true
|
| 79 |
},
|
| 80 |
"voraus": {
|
| 81 |
"source": "https://github.com/vorausrobotik/voraus-ad-dataset",
|
|
|
|
| 83 |
"dof": 6,
|
| 84 |
"task": "pick-and-place",
|
| 85 |
"episodes": 2122,
|
| 86 |
+
"sampling_rate_hz": 100,
|
| 87 |
+
"mve_compliant": true
|
| 88 |
+
},
|
| 89 |
+
"nasa_milling": {
|
| 90 |
+
"source": "https://data.nasa.gov/dataset/milling-wear",
|
| 91 |
+
"machine": "CNC Milling",
|
| 92 |
+
"dof": 3,
|
| 93 |
+
"task": "milling",
|
| 94 |
+
"episodes": 167,
|
| 95 |
+
"sampling_rate_hz": 250,
|
| 96 |
+
"mve_compliant": false,
|
| 97 |
+
"note": "Effort-only dataset (current, vibration, acoustic). No dynamic setpoints. Machining params in metadata."
|
| 98 |
+
},
|
| 99 |
+
"rh20t": {
|
| 100 |
+
"source": "https://rh20t.github.io/",
|
| 101 |
+
"robot": "Franka Panda",
|
| 102 |
+
"dof": 7,
|
| 103 |
+
"task": "manipulation",
|
| 104 |
+
"episodes": 500,
|
| 105 |
+
"sampling_rate_hz": 10,
|
| 106 |
+
"mve_compliant": true
|
| 107 |
+
},
|
| 108 |
+
"reassemble": {
|
| 109 |
+
"source": "https://github.com/TUWIEN-ASL/REASSEMBLE",
|
| 110 |
+
"robot": "Franka Panda",
|
| 111 |
+
"dof": 7,
|
| 112 |
+
"task": "assembly",
|
| 113 |
+
"episodes": 100,
|
| 114 |
+
"sampling_rate_hz": 100,
|
| 115 |
+
"mve_compliant": true
|
| 116 |
}
|
| 117 |
}
|
| 118 |
}
|