Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -29,15 +29,15 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
29 |
{
|
30 |
"codebase_version": "v2.0",
|
31 |
"robot_type": "aloha-stationary",
|
32 |
-
"total_episodes":
|
33 |
-
"total_frames":
|
34 |
"total_tasks": 1,
|
35 |
"total_videos": 0,
|
36 |
"total_chunks": 1,
|
37 |
"chunks_size": 1000,
|
38 |
"fps": 50,
|
39 |
"splits": {
|
40 |
-
"train": "0:
|
41 |
},
|
42 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
43 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
@@ -64,7 +64,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
64 |
"action_13"
|
65 |
]
|
66 |
},
|
67 |
-
"
|
68 |
"dtype": "float32",
|
69 |
"shape": [
|
70 |
14
|
@@ -86,7 +86,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
86 |
"effort_13"
|
87 |
]
|
88 |
},
|
89 |
-
"
|
90 |
"dtype": "image",
|
91 |
"shape": [
|
92 |
3,
|
@@ -99,7 +99,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
99 |
"width"
|
100 |
]
|
101 |
},
|
102 |
-
"
|
103 |
"dtype": "image",
|
104 |
"shape": [
|
105 |
3,
|
@@ -112,7 +112,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
112 |
"width"
|
113 |
]
|
114 |
},
|
115 |
-
"
|
116 |
"dtype": "image",
|
117 |
"shape": [
|
118 |
3,
|
@@ -125,7 +125,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
125 |
"width"
|
126 |
]
|
127 |
},
|
128 |
-
"
|
129 |
"dtype": "float32",
|
130 |
"shape": [
|
131 |
14
|
@@ -147,7 +147,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
147 |
"qpos_13"
|
148 |
]
|
149 |
},
|
150 |
-
"
|
151 |
"dtype": "float32",
|
152 |
"shape": [
|
153 |
14
|
|
|
29 |
{
|
30 |
"codebase_version": "v2.0",
|
31 |
"robot_type": "aloha-stationary",
|
32 |
+
"total_episodes": 90,
|
33 |
+
"total_frames": 90,
|
34 |
"total_tasks": 1,
|
35 |
"total_videos": 0,
|
36 |
"total_chunks": 1,
|
37 |
"chunks_size": 1000,
|
38 |
"fps": 50,
|
39 |
"splits": {
|
40 |
+
"train": "0:90"
|
41 |
},
|
42 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
43 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
|
|
64 |
"action_13"
|
65 |
]
|
66 |
},
|
67 |
+
"observation.effort": {
|
68 |
"dtype": "float32",
|
69 |
"shape": [
|
70 |
14
|
|
|
86 |
"effort_13"
|
87 |
]
|
88 |
},
|
89 |
+
"observation.images.cam_high": {
|
90 |
"dtype": "image",
|
91 |
"shape": [
|
92 |
3,
|
|
|
99 |
"width"
|
100 |
]
|
101 |
},
|
102 |
+
"observation.images.cam_left_wrist": {
|
103 |
"dtype": "image",
|
104 |
"shape": [
|
105 |
3,
|
|
|
112 |
"width"
|
113 |
]
|
114 |
},
|
115 |
+
"observation.images.cam_right_wrist": {
|
116 |
"dtype": "image",
|
117 |
"shape": [
|
118 |
3,
|
|
|
125 |
"width"
|
126 |
]
|
127 |
},
|
128 |
+
"observation.state": {
|
129 |
"dtype": "float32",
|
130 |
"shape": [
|
131 |
14
|
|
|
147 |
"qpos_13"
|
148 |
]
|
149 |
},
|
150 |
+
"observation.qvel": {
|
151 |
"dtype": "float32",
|
152 |
"shape": [
|
153 |
14
|