Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 27 |
"codebase_version": "v3.0",
|
| 28 |
"robot_type": "piper",
|
| 29 |
"total_episodes": 2,
|
| 30 |
-
"total_frames":
|
| 31 |
"total_tasks": 1,
|
| 32 |
"chunks_size": 1000,
|
| 33 |
"data_files_size_in_mb": 100,
|
|
@@ -42,16 +42,23 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 42 |
"action": {
|
| 43 |
"dtype": "float32",
|
| 44 |
"names": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
"end_effector.x",
|
| 46 |
"end_effector.y",
|
| 47 |
"end_effector.z",
|
| 48 |
"end_effector.rx",
|
| 49 |
"end_effector.ry",
|
| 50 |
"end_effector.rz",
|
| 51 |
-
"gripper.pos"
|
|
|
|
| 52 |
],
|
| 53 |
"shape": [
|
| 54 |
-
|
| 55 |
]
|
| 56 |
},
|
| 57 |
"observation.state": {
|
|
|
|
| 27 |
"codebase_version": "v3.0",
|
| 28 |
"robot_type": "piper",
|
| 29 |
"total_episodes": 2,
|
| 30 |
+
"total_frames": 473,
|
| 31 |
"total_tasks": 1,
|
| 32 |
"chunks_size": 1000,
|
| 33 |
"data_files_size_in_mb": 100,
|
|
|
|
| 42 |
"action": {
|
| 43 |
"dtype": "float32",
|
| 44 |
"names": [
|
| 45 |
+
"joint_1.pos",
|
| 46 |
+
"joint_2.pos",
|
| 47 |
+
"joint_3.pos",
|
| 48 |
+
"joint_4.pos",
|
| 49 |
+
"joint_5.pos",
|
| 50 |
+
"joint_6.pos",
|
| 51 |
"end_effector.x",
|
| 52 |
"end_effector.y",
|
| 53 |
"end_effector.z",
|
| 54 |
"end_effector.rx",
|
| 55 |
"end_effector.ry",
|
| 56 |
"end_effector.rz",
|
| 57 |
+
"gripper.pos",
|
| 58 |
+
"gripper.effort"
|
| 59 |
],
|
| 60 |
"shape": [
|
| 61 |
+
14
|
| 62 |
]
|
| 63 |
},
|
| 64 |
"observation.state": {
|