Datasets:
Add files using upload-large-folder tool
Browse files- README.md +63 -39
- data/chunk-000/episode_000000.parquet +2 -2
- data/chunk-000/episode_000001.parquet +2 -2
- data/chunk-000/episode_000002.parquet +2 -2
- data/chunk-000/episode_000003.parquet +2 -2
- data/chunk-000/episode_000004.parquet +2 -2
- data/chunk-000/episode_000005.parquet +2 -2
- data/chunk-000/episode_000006.parquet +2 -2
- data/chunk-000/episode_000007.parquet +2 -2
- data/chunk-000/episode_000008.parquet +2 -2
- data/chunk-000/episode_000009.parquet +2 -2
- data/chunk-000/episode_000010.parquet +2 -2
- data/chunk-000/episode_000011.parquet +2 -2
- data/chunk-000/episode_000012.parquet +2 -2
- data/chunk-000/episode_000013.parquet +2 -2
- data/chunk-000/episode_000014.parquet +2 -2
- data/chunk-000/episode_000015.parquet +2 -2
- data/chunk-000/episode_000016.parquet +2 -2
- data/chunk-000/episode_000017.parquet +2 -2
- data/chunk-000/episode_000018.parquet +2 -2
- data/chunk-000/episode_000019.parquet +2 -2
- meta/episodes.jsonl +20 -62
- meta/episodes_stats.jsonl +0 -0
- meta/info.json +63 -39
- meta/tasks.jsonl +1 -2
- videos/chunk-000/observation.images.cam_head/episode_000000.mp4 +3 -0
- videos/chunk-000/observation.images.cam_head/episode_000002.mp4 +3 -0
- videos/chunk-000/observation.images.cam_head/episode_000003.mp4 +3 -0
- videos/chunk-000/observation.images.cam_head/episode_000006.mp4 +3 -0
- videos/chunk-000/observation.images.cam_head/episode_000007.mp4 +3 -0
- videos/chunk-000/observation.images.cam_head/episode_000009.mp4 +3 -0
- videos/chunk-000/observation.images.cam_head/episode_000010.mp4 +3 -0
- videos/chunk-000/observation.images.cam_head/episode_000011.mp4 +3 -0
- videos/chunk-000/observation.images.cam_head/episode_000012.mp4 +3 -0
- videos/chunk-000/observation.images.cam_head/episode_000013.mp4 +3 -0
- videos/chunk-000/observation.images.cam_head/episode_000014.mp4 +3 -0
- videos/chunk-000/observation.images.cam_head/episode_000015.mp4 +3 -0
- videos/chunk-000/observation.images.cam_head/episode_000016.mp4 +3 -0
- videos/chunk-000/observation.images.cam_head/episode_000017.mp4 +3 -0
- videos/chunk-000/observation.images.cam_head/episode_000018.mp4 +3 -0
- videos/chunk-000/observation.images.cam_head/episode_000019.mp4 +3 -0
- videos/chunk-000/observation.images.cam_wrist_left/episode_000000.mp4 +3 -0
- videos/chunk-000/observation.images.cam_wrist_left/episode_000001.mp4 +3 -0
- videos/chunk-000/observation.images.cam_wrist_left/episode_000002.mp4 +3 -0
- videos/chunk-000/observation.images.cam_wrist_left/episode_000005.mp4 +3 -0
- videos/chunk-000/observation.images.cam_wrist_left/episode_000008.mp4 +3 -0
- videos/chunk-000/observation.images.cam_wrist_left/episode_000010.mp4 +3 -0
- videos/chunk-000/observation.images.cam_wrist_left/episode_000014.mp4 +3 -0
- videos/chunk-000/observation.images.cam_wrist_left/episode_000018.mp4 +3 -0
README.md
CHANGED
|
@@ -4,7 +4,7 @@ task_categories:
|
|
| 4 |
- robotics
|
| 5 |
tags:
|
| 6 |
- LeRobot
|
| 7 |
-
-
|
| 8 |
- robotis
|
| 9 |
configs:
|
| 10 |
- config_name: default
|
|
@@ -27,16 +27,16 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 27 |
```json
|
| 28 |
{
|
| 29 |
"codebase_version": "v2.1",
|
| 30 |
-
"robot_type": "
|
| 31 |
-
"total_episodes":
|
| 32 |
-
"total_frames":
|
| 33 |
"total_tasks": 1,
|
| 34 |
-
"total_videos":
|
| 35 |
"total_chunks": 1,
|
| 36 |
"chunks_size": 1000,
|
| 37 |
-
"fps":
|
| 38 |
"splits": {
|
| 39 |
-
"train": "0:
|
| 40 |
},
|
| 41 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 42 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
|
@@ -76,7 +76,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 76 |
],
|
| 77 |
"names": null
|
| 78 |
},
|
| 79 |
-
"observation.images.
|
| 80 |
"dtype": "video",
|
| 81 |
"names": [
|
| 82 |
"height",
|
|
@@ -84,19 +84,19 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 84 |
"channels"
|
| 85 |
],
|
| 86 |
"shape": [
|
| 87 |
-
|
| 88 |
-
|
| 89 |
3
|
| 90 |
],
|
| 91 |
"info": {
|
| 92 |
-
"video.height":
|
| 93 |
-
"video.width":
|
| 94 |
"video.channels": 3,
|
| 95 |
"video.codec": "libx264",
|
| 96 |
"video.pix_fmt": "yuv420p"
|
| 97 |
}
|
| 98 |
},
|
| 99 |
-
"observation.images.
|
| 100 |
"dtype": "video",
|
| 101 |
"names": [
|
| 102 |
"height",
|
|
@@ -104,19 +104,19 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 104 |
"channels"
|
| 105 |
],
|
| 106 |
"shape": [
|
| 107 |
-
|
| 108 |
-
|
| 109 |
3
|
| 110 |
],
|
| 111 |
"info": {
|
| 112 |
-
"video.height":
|
| 113 |
-
"video.width":
|
| 114 |
"video.channels": 3,
|
| 115 |
"video.codec": "libx264",
|
| 116 |
"video.pix_fmt": "yuv420p"
|
| 117 |
}
|
| 118 |
},
|
| 119 |
-
"observation.images.
|
| 120 |
"dtype": "video",
|
| 121 |
"names": [
|
| 122 |
"height",
|
|
@@ -124,19 +124,19 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 124 |
"channels"
|
| 125 |
],
|
| 126 |
"shape": [
|
| 127 |
-
|
| 128 |
-
|
| 129 |
3
|
| 130 |
],
|
| 131 |
"info": {
|
| 132 |
-
"video.height":
|
| 133 |
-
"video.width":
|
| 134 |
"video.channels": 3,
|
| 135 |
"video.codec": "libx264",
|
| 136 |
"video.pix_fmt": "yuv420p"
|
| 137 |
}
|
| 138 |
},
|
| 139 |
-
"observation.images.
|
| 140 |
"dtype": "video",
|
| 141 |
"names": [
|
| 142 |
"height",
|
|
@@ -159,31 +159,55 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 159 |
"observation.state": {
|
| 160 |
"dtype": "float32",
|
| 161 |
"names": [
|
| 162 |
-
"
|
| 163 |
-
"
|
| 164 |
-
"
|
| 165 |
-
"
|
| 166 |
-
"
|
| 167 |
-
"
|
| 168 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 169 |
],
|
| 170 |
"shape": [
|
| 171 |
-
|
| 172 |
]
|
| 173 |
},
|
| 174 |
"action": {
|
| 175 |
"dtype": "float32",
|
| 176 |
"names": [
|
| 177 |
-
"
|
| 178 |
-
"
|
| 179 |
-
"
|
| 180 |
-
"
|
| 181 |
-
"
|
| 182 |
-
"
|
| 183 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 184 |
],
|
| 185 |
"shape": [
|
| 186 |
-
|
| 187 |
]
|
| 188 |
}
|
| 189 |
}
|
|
|
|
| 4 |
- robotics
|
| 5 |
tags:
|
| 6 |
- LeRobot
|
| 7 |
+
- ffw_bg2_rev4
|
| 8 |
- robotis
|
| 9 |
configs:
|
| 10 |
- config_name: default
|
|
|
|
| 27 |
```json
|
| 28 |
{
|
| 29 |
"codebase_version": "v2.1",
|
| 30 |
+
"robot_type": "ffw_bg2_rev4",
|
| 31 |
+
"total_episodes": 20,
|
| 32 |
+
"total_frames": 12007,
|
| 33 |
"total_tasks": 1,
|
| 34 |
+
"total_videos": 80,
|
| 35 |
"total_chunks": 1,
|
| 36 |
"chunks_size": 1000,
|
| 37 |
+
"fps": 10,
|
| 38 |
"splits": {
|
| 39 |
+
"train": "0:20"
|
| 40 |
},
|
| 41 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 42 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
|
|
|
| 76 |
],
|
| 77 |
"names": null
|
| 78 |
},
|
| 79 |
+
"observation.images.cam_head": {
|
| 80 |
"dtype": "video",
|
| 81 |
"names": [
|
| 82 |
"height",
|
|
|
|
| 84 |
"channels"
|
| 85 |
],
|
| 86 |
"shape": [
|
| 87 |
+
376,
|
| 88 |
+
672,
|
| 89 |
3
|
| 90 |
],
|
| 91 |
"info": {
|
| 92 |
+
"video.height": 376,
|
| 93 |
+
"video.width": 672,
|
| 94 |
"video.channels": 3,
|
| 95 |
"video.codec": "libx264",
|
| 96 |
"video.pix_fmt": "yuv420p"
|
| 97 |
}
|
| 98 |
},
|
| 99 |
+
"observation.images.cam_head_right": {
|
| 100 |
"dtype": "video",
|
| 101 |
"names": [
|
| 102 |
"height",
|
|
|
|
| 104 |
"channels"
|
| 105 |
],
|
| 106 |
"shape": [
|
| 107 |
+
376,
|
| 108 |
+
672,
|
| 109 |
3
|
| 110 |
],
|
| 111 |
"info": {
|
| 112 |
+
"video.height": 376,
|
| 113 |
+
"video.width": 672,
|
| 114 |
"video.channels": 3,
|
| 115 |
"video.codec": "libx264",
|
| 116 |
"video.pix_fmt": "yuv420p"
|
| 117 |
}
|
| 118 |
},
|
| 119 |
+
"observation.images.cam_wrist_left": {
|
| 120 |
"dtype": "video",
|
| 121 |
"names": [
|
| 122 |
"height",
|
|
|
|
| 124 |
"channels"
|
| 125 |
],
|
| 126 |
"shape": [
|
| 127 |
+
240,
|
| 128 |
+
424,
|
| 129 |
3
|
| 130 |
],
|
| 131 |
"info": {
|
| 132 |
+
"video.height": 240,
|
| 133 |
+
"video.width": 424,
|
| 134 |
"video.channels": 3,
|
| 135 |
"video.codec": "libx264",
|
| 136 |
"video.pix_fmt": "yuv420p"
|
| 137 |
}
|
| 138 |
},
|
| 139 |
+
"observation.images.cam_wrist_right": {
|
| 140 |
"dtype": "video",
|
| 141 |
"names": [
|
| 142 |
"height",
|
|
|
|
| 159 |
"observation.state": {
|
| 160 |
"dtype": "float32",
|
| 161 |
"names": [
|
| 162 |
+
"arm_l_joint1",
|
| 163 |
+
"arm_l_joint2",
|
| 164 |
+
"arm_l_joint3",
|
| 165 |
+
"arm_l_joint4",
|
| 166 |
+
"arm_l_joint5",
|
| 167 |
+
"arm_l_joint6",
|
| 168 |
+
"arm_l_joint7",
|
| 169 |
+
"gripper_l_joint1",
|
| 170 |
+
"arm_r_joint1",
|
| 171 |
+
"arm_r_joint2",
|
| 172 |
+
"arm_r_joint3",
|
| 173 |
+
"arm_r_joint4",
|
| 174 |
+
"arm_r_joint5",
|
| 175 |
+
"arm_r_joint6",
|
| 176 |
+
"arm_r_joint7",
|
| 177 |
+
"gripper_r_joint1",
|
| 178 |
+
"head_joint1",
|
| 179 |
+
"head_joint2",
|
| 180 |
+
"lift_joint"
|
| 181 |
],
|
| 182 |
"shape": [
|
| 183 |
+
19
|
| 184 |
]
|
| 185 |
},
|
| 186 |
"action": {
|
| 187 |
"dtype": "float32",
|
| 188 |
"names": [
|
| 189 |
+
"arm_l_joint1",
|
| 190 |
+
"arm_l_joint2",
|
| 191 |
+
"arm_l_joint3",
|
| 192 |
+
"arm_l_joint4",
|
| 193 |
+
"arm_l_joint5",
|
| 194 |
+
"arm_l_joint6",
|
| 195 |
+
"arm_l_joint7",
|
| 196 |
+
"gripper_l_joint1",
|
| 197 |
+
"arm_r_joint1",
|
| 198 |
+
"arm_r_joint2",
|
| 199 |
+
"arm_r_joint3",
|
| 200 |
+
"arm_r_joint4",
|
| 201 |
+
"arm_r_joint5",
|
| 202 |
+
"arm_r_joint6",
|
| 203 |
+
"arm_r_joint7",
|
| 204 |
+
"gripper_r_joint1",
|
| 205 |
+
"head_joint1",
|
| 206 |
+
"head_joint2",
|
| 207 |
+
"lift_joint"
|
| 208 |
],
|
| 209 |
"shape": [
|
| 210 |
+
19
|
| 211 |
]
|
| 212 |
}
|
| 213 |
}
|
data/chunk-000/episode_000000.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd9d47214cf765aca1c7dbe7bdfc77e459a100e7ded7acf4cf7ac0b425f4fe36
|
| 3 |
+
size 85834
|
data/chunk-000/episode_000001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4071dd3a3feacfd408b31c2ac4aa9dc71a91e3d549e474fcadd5956e2d30c768
|
| 3 |
+
size 87042
|
data/chunk-000/episode_000002.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1097ab1108e17b0039c326091862898e196ff1b2e1e4a00f2c39397d7de9853
|
| 3 |
+
size 86868
|
data/chunk-000/episode_000003.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be0a75d15972a3c2317e54a0a14d1b64845d75bd9328fd83750aeb2fc1cbe9e7
|
| 3 |
+
size 85689
|
data/chunk-000/episode_000004.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a1bb83c8b574c242965f0bacbc214dd2e9e4a927a0672eab17c0646f55eb91f
|
| 3 |
+
size 87283
|
data/chunk-000/episode_000005.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:903ab5a01891edda84b99ac447ec1f7a3776e95962c628f8bd630b06eb308b0c
|
| 3 |
+
size 85868
|
data/chunk-000/episode_000006.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d43e2bb5779b45ed798994de2275fa131680727a700c840a3c0b2aec8ed0db25
|
| 3 |
+
size 86628
|
data/chunk-000/episode_000007.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f055263289db6c2c28339a241ac91fa3e61406a93adf9275c1a93659f89d3da1
|
| 3 |
+
size 87780
|
data/chunk-000/episode_000008.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e948e8b5697121f2524ee6efaf306368513642c0c9ed19edcb21f8b817e87a42
|
| 3 |
+
size 84582
|
data/chunk-000/episode_000009.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a665dbffd7c70ef17eded058e5f0c570b5d9d25ab3398a42f511148873aae0b
|
| 3 |
+
size 87621
|
data/chunk-000/episode_000010.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0260ebabae3e38224ca77674f73545aaefda813f460debeaa1531d575948875e
|
| 3 |
+
size 86566
|
data/chunk-000/episode_000011.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e8e1c510ef16269ee4569baa6bcc64f2d324c9cdb12623f3a49c2130b53e18d
|
| 3 |
+
size 87623
|
data/chunk-000/episode_000012.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d4a39540924b3c9c95f4443349fdd99ba657ddd4c0e754d35162d047f91f59a
|
| 3 |
+
size 88268
|
data/chunk-000/episode_000013.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3125495865cba6ef50e0bb060a76342efe168dcff04e2b93127eaa73ba49a8c9
|
| 3 |
+
size 85382
|
data/chunk-000/episode_000014.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30b039107440252c8eedd14f0c24bca893cfce80ecf18f38e39b97614de277e2
|
| 3 |
+
size 86928
|
data/chunk-000/episode_000015.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b4019a193868d2f1865c6c0fa0471a5ba74c864e47ab431ba13a09d8185a6b6
|
| 3 |
+
size 87091
|
data/chunk-000/episode_000016.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d1e15489292ad579c16e51a909dad3515eb2a2c8fea31f979c581c3aaeb3c01
|
| 3 |
+
size 86510
|
data/chunk-000/episode_000017.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a64fdfe95fc006397f894fd02625b3bef9073fb0eca2956f038474e5383e4c09
|
| 3 |
+
size 87355
|
data/chunk-000/episode_000018.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ca8c38e85cdc93e295468562d922cd163dd94573f9e7b55dbd2542bf2a784df
|
| 3 |
+
size 88865
|
data/chunk-000/episode_000019.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21f6c8e63c0aae4bc74b4e0bee62383e44cf3a91ea892f294560495437c5b379
|
| 3 |
+
size 88439
|
meta/episodes.jsonl
CHANGED
|
@@ -1,62 +1,20 @@
|
|
| 1 |
-
{"episode_index": 0, "tasks": ["
|
| 2 |
-
{"episode_index": 1, "tasks": ["
|
| 3 |
-
{"episode_index": 2, "tasks": ["
|
| 4 |
-
{"episode_index": 3, "tasks": ["
|
| 5 |
-
{"episode_index": 4, "tasks": ["
|
| 6 |
-
{"episode_index": 5, "tasks": ["
|
| 7 |
-
{"episode_index": 6, "tasks": ["
|
| 8 |
-
{"episode_index": 7, "tasks": ["
|
| 9 |
-
{"episode_index": 8, "tasks": ["
|
| 10 |
-
{"episode_index": 9, "tasks": ["
|
| 11 |
-
{"episode_index": 10, "tasks": ["
|
| 12 |
-
{"episode_index": 11, "tasks": ["
|
| 13 |
-
{"episode_index": 12, "tasks": ["
|
| 14 |
-
{"episode_index": 13, "tasks": ["
|
| 15 |
-
{"episode_index": 14, "tasks": ["
|
| 16 |
-
{"episode_index": 15, "tasks": ["
|
| 17 |
-
{"episode_index": 16, "tasks": ["
|
| 18 |
-
{"episode_index": 17, "tasks": ["
|
| 19 |
-
{"episode_index": 18, "tasks": ["
|
| 20 |
-
{"episode_index": 19, "tasks": ["
|
| 21 |
-
{"episode_index": 20, "tasks": ["Stack yellow cup without red cup"], "length": 735}
|
| 22 |
-
{"episode_index": 21, "tasks": ["Stack yellow cup without red cup"], "length": 730}
|
| 23 |
-
{"episode_index": 22, "tasks": ["Stack yellow cup without red cup"], "length": 641}
|
| 24 |
-
{"episode_index": 23, "tasks": ["Stack yellow cup without red cup"], "length": 529}
|
| 25 |
-
{"episode_index": 24, "tasks": ["Stack yellow cup without red cup"], "length": 637}
|
| 26 |
-
{"episode_index": 25, "tasks": ["Stack yellow cup without red cup"], "length": 602}
|
| 27 |
-
{"episode_index": 26, "tasks": ["Stack yellow cup without red cup"], "length": 688}
|
| 28 |
-
{"episode_index": 27, "tasks": ["Stack yellow cup without red cup"], "length": 619}
|
| 29 |
-
{"episode_index": 28, "tasks": ["Stack yellow cup without red cup"], "length": 636}
|
| 30 |
-
{"episode_index": 29, "tasks": ["Stack yellow cup without red cup"], "length": 558}
|
| 31 |
-
{"episode_index": 30, "tasks": ["Stack yellow cup without red cup"], "length": 528}
|
| 32 |
-
{"episode_index": 31, "tasks": ["Stack yellow cup without red cup"], "length": 484}
|
| 33 |
-
{"episode_index": 32, "tasks": ["Stack yellow cup without red cup"], "length": 540}
|
| 34 |
-
{"episode_index": 33, "tasks": ["Stack yellow cup without red cup"], "length": 496}
|
| 35 |
-
{"episode_index": 34, "tasks": ["Stack yellow cup without red cup"], "length": 548}
|
| 36 |
-
{"episode_index": 35, "tasks": ["Stack yellow cup without red cup"], "length": 566}
|
| 37 |
-
{"episode_index": 36, "tasks": ["Stack yellow cup without red cup"], "length": 510}
|
| 38 |
-
{"episode_index": 37, "tasks": ["Stack yellow cup without red cup"], "length": 664}
|
| 39 |
-
{"episode_index": 38, "tasks": ["Stack yellow cup without red cup"], "length": 505}
|
| 40 |
-
{"episode_index": 39, "tasks": ["Stack yellow cup without red cup"], "length": 651}
|
| 41 |
-
{"episode_index": 40, "tasks": ["Stack yellow cup without red cup"], "length": 550}
|
| 42 |
-
{"episode_index": 41, "tasks": ["Stack yellow cup without red cup"], "length": 574}
|
| 43 |
-
{"episode_index": 42, "tasks": ["Stack yellow cup without red cup"], "length": 568}
|
| 44 |
-
{"episode_index": 43, "tasks": ["Stack yellow cup without red cup"], "length": 484}
|
| 45 |
-
{"episode_index": 44, "tasks": ["Stack yellow cup without red cup"], "length": 521}
|
| 46 |
-
{"episode_index": 45, "tasks": ["Stack yellow cup without red cup"], "length": 481}
|
| 47 |
-
{"episode_index": 46, "tasks": ["Stack yellow cup without red cup"], "length": 460}
|
| 48 |
-
{"episode_index": 47, "tasks": ["Stack yellow cup without red cup"], "length": 449}
|
| 49 |
-
{"episode_index": 48, "tasks": ["Stack yellow cup without red cup"], "length": 559}
|
| 50 |
-
{"episode_index": 49, "tasks": ["Stack yellow cup without red cup"], "length": 462}
|
| 51 |
-
{"episode_index": 50, "tasks": ["Stack yellow cup without red cup"], "length": 449}
|
| 52 |
-
{"episode_index": 51, "tasks": ["Stack yellow cup without red cup"], "length": 482}
|
| 53 |
-
{"episode_index": 52, "tasks": ["Stack yellow cup without red cup"], "length": 511}
|
| 54 |
-
{"episode_index": 53, "tasks": ["Stack yellow cup without red cup"], "length": 457}
|
| 55 |
-
{"episode_index": 54, "tasks": ["Stack yellow cup without red cup"], "length": 477}
|
| 56 |
-
{"episode_index": 55, "tasks": ["Stack yellow cup without red cup"], "length": 531}
|
| 57 |
-
{"episode_index": 56, "tasks": ["Stack yellow cup without red cup"], "length": 478}
|
| 58 |
-
{"episode_index": 57, "tasks": ["Stack yellow cup without red cup"], "length": 547}
|
| 59 |
-
{"episode_index": 58, "tasks": ["Pick a yellow cup and stack it on a green bowl."], "length": 600}
|
| 60 |
-
{"episode_index": 59, "tasks": ["Pick a yellow cup and stack it on a green bowl."], "length": 601}
|
| 61 |
-
{"episode_index": 60, "tasks": ["Pick a yellow cup and stack it on a green bowl."], "length": 486}
|
| 62 |
-
{"episode_index": 61, "tasks": ["Pick a yellow cup and stack it on a green bowl."], "length": 550}
|
|
|
|
| 1 |
+
{"episode_index": 0, "tasks": ["Pick up the coffee and place it into the carton"], "length": 600}
|
| 2 |
+
{"episode_index": 1, "tasks": ["Pick up the coffee and place it into the carton"], "length": 600}
|
| 3 |
+
{"episode_index": 2, "tasks": ["Pick up the coffee and place it into the carton"], "length": 600}
|
| 4 |
+
{"episode_index": 3, "tasks": ["Pick up the coffee and place it into the carton"], "length": 600}
|
| 5 |
+
{"episode_index": 4, "tasks": ["Pick up the coffee and place it into the carton"], "length": 601}
|
| 6 |
+
{"episode_index": 5, "tasks": ["Pick up the coffee and place it into the carton"], "length": 600}
|
| 7 |
+
{"episode_index": 6, "tasks": ["Pick up the coffee and place it into the carton"], "length": 600}
|
| 8 |
+
{"episode_index": 7, "tasks": ["Pick up the coffee and place it into the carton"], "length": 600}
|
| 9 |
+
{"episode_index": 8, "tasks": ["Pick up the coffee and place it into the carton"], "length": 600}
|
| 10 |
+
{"episode_index": 9, "tasks": ["Pick up the coffee and place it into the carton"], "length": 601}
|
| 11 |
+
{"episode_index": 10, "tasks": ["Pick up the coffee and place it into the carton"], "length": 601}
|
| 12 |
+
{"episode_index": 11, "tasks": ["Pick up the coffee and place it into the carton"], "length": 601}
|
| 13 |
+
{"episode_index": 12, "tasks": ["Pick up the coffee and place it into the carton"], "length": 601}
|
| 14 |
+
{"episode_index": 13, "tasks": ["Pick up the coffee and place it into the carton"], "length": 600}
|
| 15 |
+
{"episode_index": 14, "tasks": ["Pick up the coffee and place it into the carton"], "length": 600}
|
| 16 |
+
{"episode_index": 15, "tasks": ["Pick up the coffee and place it into the carton"], "length": 601}
|
| 17 |
+
{"episode_index": 16, "tasks": ["Pick up the coffee and place it into the carton"], "length": 601}
|
| 18 |
+
{"episode_index": 17, "tasks": ["Pick up the coffee and place it into the carton"], "length": 600}
|
| 19 |
+
{"episode_index": 18, "tasks": ["Pick up the coffee and place it into the carton"], "length": 600}
|
| 20 |
+
{"episode_index": 19, "tasks": ["Pick up the coffee and place it into the carton"], "length": 600}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
meta/episodes_stats.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
meta/info.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
{
|
| 2 |
"codebase_version": "v2.1",
|
| 3 |
-
"robot_type": "
|
| 4 |
-
"total_episodes":
|
| 5 |
-
"total_frames":
|
| 6 |
-
"total_tasks":
|
| 7 |
-
"total_videos":
|
| 8 |
"total_chunks": 1,
|
| 9 |
"chunks_size": 1000,
|
| 10 |
-
"fps":
|
| 11 |
"splits": {
|
| 12 |
-
"train": "0:
|
| 13 |
},
|
| 14 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 15 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
|
@@ -49,7 +49,7 @@
|
|
| 49 |
],
|
| 50 |
"names": null
|
| 51 |
},
|
| 52 |
-
"observation.images.
|
| 53 |
"dtype": "video",
|
| 54 |
"names": [
|
| 55 |
"height",
|
|
@@ -57,19 +57,19 @@
|
|
| 57 |
"channels"
|
| 58 |
],
|
| 59 |
"shape": [
|
| 60 |
-
|
| 61 |
-
|
| 62 |
3
|
| 63 |
],
|
| 64 |
"info": {
|
| 65 |
-
"video.height":
|
| 66 |
-
"video.width":
|
| 67 |
"video.channels": 3,
|
| 68 |
"video.codec": "libx264",
|
| 69 |
"video.pix_fmt": "yuv420p"
|
| 70 |
}
|
| 71 |
},
|
| 72 |
-
"observation.images.
|
| 73 |
"dtype": "video",
|
| 74 |
"names": [
|
| 75 |
"height",
|
|
@@ -77,19 +77,19 @@
|
|
| 77 |
"channels"
|
| 78 |
],
|
| 79 |
"shape": [
|
| 80 |
-
|
| 81 |
-
|
| 82 |
3
|
| 83 |
],
|
| 84 |
"info": {
|
| 85 |
-
"video.height":
|
| 86 |
-
"video.width":
|
| 87 |
"video.channels": 3,
|
| 88 |
"video.codec": "libx264",
|
| 89 |
"video.pix_fmt": "yuv420p"
|
| 90 |
}
|
| 91 |
},
|
| 92 |
-
"observation.images.
|
| 93 |
"dtype": "video",
|
| 94 |
"names": [
|
| 95 |
"height",
|
|
@@ -97,19 +97,19 @@
|
|
| 97 |
"channels"
|
| 98 |
],
|
| 99 |
"shape": [
|
| 100 |
-
|
| 101 |
-
|
| 102 |
3
|
| 103 |
],
|
| 104 |
"info": {
|
| 105 |
-
"video.height":
|
| 106 |
-
"video.width":
|
| 107 |
"video.channels": 3,
|
| 108 |
"video.codec": "libx264",
|
| 109 |
"video.pix_fmt": "yuv420p"
|
| 110 |
}
|
| 111 |
},
|
| 112 |
-
"observation.images.
|
| 113 |
"dtype": "video",
|
| 114 |
"names": [
|
| 115 |
"height",
|
|
@@ -132,31 +132,55 @@
|
|
| 132 |
"observation.state": {
|
| 133 |
"dtype": "float32",
|
| 134 |
"names": [
|
| 135 |
-
"
|
| 136 |
-
"
|
| 137 |
-
"
|
| 138 |
-
"
|
| 139 |
-
"
|
| 140 |
-
"
|
| 141 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 142 |
],
|
| 143 |
"shape": [
|
| 144 |
-
|
| 145 |
]
|
| 146 |
},
|
| 147 |
"action": {
|
| 148 |
"dtype": "float32",
|
| 149 |
"names": [
|
| 150 |
-
"
|
| 151 |
-
"
|
| 152 |
-
"
|
| 153 |
-
"
|
| 154 |
-
"
|
| 155 |
-
"
|
| 156 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 157 |
],
|
| 158 |
"shape": [
|
| 159 |
-
|
| 160 |
]
|
| 161 |
}
|
| 162 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"codebase_version": "v2.1",
|
| 3 |
+
"robot_type": "ffw_bg2_rev4",
|
| 4 |
+
"total_episodes": 20,
|
| 5 |
+
"total_frames": 12007,
|
| 6 |
+
"total_tasks": 1,
|
| 7 |
+
"total_videos": 80,
|
| 8 |
"total_chunks": 1,
|
| 9 |
"chunks_size": 1000,
|
| 10 |
+
"fps": 10,
|
| 11 |
"splits": {
|
| 12 |
+
"train": "0:20"
|
| 13 |
},
|
| 14 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 15 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
|
|
|
| 49 |
],
|
| 50 |
"names": null
|
| 51 |
},
|
| 52 |
+
"observation.images.cam_head": {
|
| 53 |
"dtype": "video",
|
| 54 |
"names": [
|
| 55 |
"height",
|
|
|
|
| 57 |
"channels"
|
| 58 |
],
|
| 59 |
"shape": [
|
| 60 |
+
376,
|
| 61 |
+
672,
|
| 62 |
3
|
| 63 |
],
|
| 64 |
"info": {
|
| 65 |
+
"video.height": 376,
|
| 66 |
+
"video.width": 672,
|
| 67 |
"video.channels": 3,
|
| 68 |
"video.codec": "libx264",
|
| 69 |
"video.pix_fmt": "yuv420p"
|
| 70 |
}
|
| 71 |
},
|
| 72 |
+
"observation.images.cam_head_right": {
|
| 73 |
"dtype": "video",
|
| 74 |
"names": [
|
| 75 |
"height",
|
|
|
|
| 77 |
"channels"
|
| 78 |
],
|
| 79 |
"shape": [
|
| 80 |
+
376,
|
| 81 |
+
672,
|
| 82 |
3
|
| 83 |
],
|
| 84 |
"info": {
|
| 85 |
+
"video.height": 376,
|
| 86 |
+
"video.width": 672,
|
| 87 |
"video.channels": 3,
|
| 88 |
"video.codec": "libx264",
|
| 89 |
"video.pix_fmt": "yuv420p"
|
| 90 |
}
|
| 91 |
},
|
| 92 |
+
"observation.images.cam_wrist_left": {
|
| 93 |
"dtype": "video",
|
| 94 |
"names": [
|
| 95 |
"height",
|
|
|
|
| 97 |
"channels"
|
| 98 |
],
|
| 99 |
"shape": [
|
| 100 |
+
240,
|
| 101 |
+
424,
|
| 102 |
3
|
| 103 |
],
|
| 104 |
"info": {
|
| 105 |
+
"video.height": 240,
|
| 106 |
+
"video.width": 424,
|
| 107 |
"video.channels": 3,
|
| 108 |
"video.codec": "libx264",
|
| 109 |
"video.pix_fmt": "yuv420p"
|
| 110 |
}
|
| 111 |
},
|
| 112 |
+
"observation.images.cam_wrist_right": {
|
| 113 |
"dtype": "video",
|
| 114 |
"names": [
|
| 115 |
"height",
|
|
|
|
| 132 |
"observation.state": {
|
| 133 |
"dtype": "float32",
|
| 134 |
"names": [
|
| 135 |
+
"arm_l_joint1",
|
| 136 |
+
"arm_l_joint2",
|
| 137 |
+
"arm_l_joint3",
|
| 138 |
+
"arm_l_joint4",
|
| 139 |
+
"arm_l_joint5",
|
| 140 |
+
"arm_l_joint6",
|
| 141 |
+
"arm_l_joint7",
|
| 142 |
+
"gripper_l_joint1",
|
| 143 |
+
"arm_r_joint1",
|
| 144 |
+
"arm_r_joint2",
|
| 145 |
+
"arm_r_joint3",
|
| 146 |
+
"arm_r_joint4",
|
| 147 |
+
"arm_r_joint5",
|
| 148 |
+
"arm_r_joint6",
|
| 149 |
+
"arm_r_joint7",
|
| 150 |
+
"gripper_r_joint1",
|
| 151 |
+
"head_joint1",
|
| 152 |
+
"head_joint2",
|
| 153 |
+
"lift_joint"
|
| 154 |
],
|
| 155 |
"shape": [
|
| 156 |
+
19
|
| 157 |
]
|
| 158 |
},
|
| 159 |
"action": {
|
| 160 |
"dtype": "float32",
|
| 161 |
"names": [
|
| 162 |
+
"arm_l_joint1",
|
| 163 |
+
"arm_l_joint2",
|
| 164 |
+
"arm_l_joint3",
|
| 165 |
+
"arm_l_joint4",
|
| 166 |
+
"arm_l_joint5",
|
| 167 |
+
"arm_l_joint6",
|
| 168 |
+
"arm_l_joint7",
|
| 169 |
+
"gripper_l_joint1",
|
| 170 |
+
"arm_r_joint1",
|
| 171 |
+
"arm_r_joint2",
|
| 172 |
+
"arm_r_joint3",
|
| 173 |
+
"arm_r_joint4",
|
| 174 |
+
"arm_r_joint5",
|
| 175 |
+
"arm_r_joint6",
|
| 176 |
+
"arm_r_joint7",
|
| 177 |
+
"gripper_r_joint1",
|
| 178 |
+
"head_joint1",
|
| 179 |
+
"head_joint2",
|
| 180 |
+
"lift_joint"
|
| 181 |
],
|
| 182 |
"shape": [
|
| 183 |
+
19
|
| 184 |
]
|
| 185 |
}
|
| 186 |
}
|
meta/tasks.jsonl
CHANGED
|
@@ -1,2 +1 @@
|
|
| 1 |
-
{"task_index": 0, "task": "
|
| 2 |
-
{"task_index": 1, "task": "Pick a yellow cup and stack it on a green bowl."}
|
|
|
|
| 1 |
+
{"task_index": 0, "task": "Pick up the coffee and place it into the carton"}
|
|
|
videos/chunk-000/observation.images.cam_head/episode_000000.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e37275ce9ea4ab74ee1ff992a0ae3de1b95b1dea958bb1baba8602745dbd8461
|
| 3 |
+
size 7847919
|
videos/chunk-000/observation.images.cam_head/episode_000002.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5ccd50cc095c7b22b778021051ad2a79fa5781ba7034e4df7fd02ea1fd1f1df
|
| 3 |
+
size 7953419
|
videos/chunk-000/observation.images.cam_head/episode_000003.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9741e58e4b08a3996045e15479bb27accd62de20f2399353f364425946269b8d
|
| 3 |
+
size 8141420
|
videos/chunk-000/observation.images.cam_head/episode_000006.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec8e5da73aafd78c457d47763d78f09ba2347efdfc88e23d47823e89e8b7702e
|
| 3 |
+
size 8039461
|
videos/chunk-000/observation.images.cam_head/episode_000007.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:802282320c520ac93ef3134b7b391bdd009aae42ab96093209ba2d5b4bfa3aa7
|
| 3 |
+
size 7990540
|
videos/chunk-000/observation.images.cam_head/episode_000009.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de4c646bb1e6abfb0da2d349312dc75a0cde2fee03f2328873010e91ccb30965
|
| 3 |
+
size 7854805
|
videos/chunk-000/observation.images.cam_head/episode_000010.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e866199051e16f776e04c034ad9cf6052f5c8cadc0af8a110354eb286b58eb55
|
| 3 |
+
size 7969159
|
videos/chunk-000/observation.images.cam_head/episode_000011.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e916ebd8c744f1beeb625a573ac871fc40257f3c861ca7259c1dad74a5648095
|
| 3 |
+
size 7860904
|
videos/chunk-000/observation.images.cam_head/episode_000012.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01badee351441b0a026a6ef6b7bf0cacdbcb3b617750e09bd9b3bf92496933ac
|
| 3 |
+
size 7922401
|
videos/chunk-000/observation.images.cam_head/episode_000013.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e408178ad279af8492be6b3152c22083315ea6360cbdc3d77fb0be5d19a4e91
|
| 3 |
+
size 8007153
|
videos/chunk-000/observation.images.cam_head/episode_000014.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78d368f8081e2c317656788e47c5e6ba215b40d0c1c30554471ce2268f47a5f6
|
| 3 |
+
size 7838099
|
videos/chunk-000/observation.images.cam_head/episode_000015.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca11362afbe1ba63f1b3fa617450eec7a908c7cb7ef9897b8f6debd2bf4b6cc0
|
| 3 |
+
size 7712213
|
videos/chunk-000/observation.images.cam_head/episode_000016.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff28ea4e0ef39630074f5bd550ddd3b47bdb4eb944dd41b0b94038c87e667943
|
| 3 |
+
size 7797833
|
videos/chunk-000/observation.images.cam_head/episode_000017.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10c7a4b128b85e155a7568a437d57e11353cb101afe0e886bc798eba1ef509ea
|
| 3 |
+
size 7840368
|
videos/chunk-000/observation.images.cam_head/episode_000018.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0f308076370a84d7be2fd25ba8e33e4ae907bad9e920ac16bb0a41f941dbc70
|
| 3 |
+
size 8303804
|
videos/chunk-000/observation.images.cam_head/episode_000019.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2103f9a21249ae49eb53da4cbe6eb21cc13d56b042d30b0fb0534a5273ed7243
|
| 3 |
+
size 8189901
|
videos/chunk-000/observation.images.cam_wrist_left/episode_000000.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:147d9ededcb43b41ea7e8549a81bc43cb4447f9aa8f021d905c233ab1b4f25e3
|
| 3 |
+
size 5404306
|
videos/chunk-000/observation.images.cam_wrist_left/episode_000001.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1116c544445f84a7cc329360d893943544508e41e77611fc30ea41da1fd6441
|
| 3 |
+
size 5461011
|
videos/chunk-000/observation.images.cam_wrist_left/episode_000002.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dee1284c59cbfd69853ef873c9a3ef52e424b8bf6af12cde78d69275d996f990
|
| 3 |
+
size 5465115
|
videos/chunk-000/observation.images.cam_wrist_left/episode_000005.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90afd59948c7b01b09ad3855e68e8d88311571fec8571192b261e5c3889a1076
|
| 3 |
+
size 5339764
|
videos/chunk-000/observation.images.cam_wrist_left/episode_000008.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ca57ec8b2f383a5d65d5fed48a3512c08a673248f0765c6ca8847866a0d5336
|
| 3 |
+
size 5467662
|
videos/chunk-000/observation.images.cam_wrist_left/episode_000010.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbbfe7e477ddd0430f56d1498f20e70d03dfd1fd0f132efd5387b58dbc992281
|
| 3 |
+
size 5707117
|
videos/chunk-000/observation.images.cam_wrist_left/episode_000014.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d47b9da75d0a4928720875ad2152fae64a0c83adf2b5202533da6fdb4b30a0ad
|
| 3 |
+
size 5675812
|
videos/chunk-000/observation.images.cam_wrist_left/episode_000018.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48cc9d843232d2fb9d6535e5a47d21e34ca2f846b2824adb32241cc27ca5ce5f
|
| 3 |
+
size 5745197
|