Datasets:
Add README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- machine-generated
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
license: apache-2.0
|
| 7 |
+
multimodal:
|
| 8 |
+
- vision
|
| 9 |
+
pretty_name: DataArm move the bottle from the green plate to the pink plate
|
| 10 |
+
task_categories:
|
| 11 |
+
- imitation-learning
|
| 12 |
+
task_ids:
|
| 13 |
+
- continuous-control
|
| 14 |
+
- robotic-manipulation
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# lr-2002/mv-bottle
|
| 18 |
+
|
| 19 |
+
## Dataset Description
|
| 20 |
+
|
| 21 |
+
This dataset contains robot arm demonstration trajectories collected with the DataArm robotic system.
|
| 22 |
+
|
| 23 |
+
- **Task**: move the bottle from the green plate to the pink plate
|
| 24 |
+
- **Action Type**: abs_joint
|
| 25 |
+
- **Total Episodes**: 47
|
| 26 |
+
- **Total Frames**: 12683
|
| 27 |
+
- **FPS**: 60
|
| 28 |
+
|
| 29 |
+
## Action Format
|
| 30 |
+
|
| 31 |
+
**Action Type**: abs_joint
|
| 32 |
+
|
| 33 |
+
Actions are **absolute joint positions** (in radians). Each action is an 8-dimensional vector representing target positions for all arm joints plus gripper state.
|
| 34 |
+
|