NeuroTo commited on
Commit
1733c8c
·
verified ·
1 Parent(s): 727c296

Upload folder using huggingface_hub

Browse files
Files changed (40) hide show
  1. README.md +256 -0
  2. data/chunk-000/episode_000000.parquet +3 -0
  3. data/chunk-000/episode_000001.parquet +3 -0
  4. data/chunk-000/episode_000002.parquet +3 -0
  5. data/chunk-000/episode_000003.parquet +3 -0
  6. data/chunk-000/episode_000004.parquet +3 -0
  7. data/chunk-000/episode_000005.parquet +3 -0
  8. data/chunk-000/episode_000006.parquet +3 -0
  9. meta/episodes.jsonl +7 -0
  10. meta/episodes_stats.jsonl +7 -0
  11. meta/info.json +209 -0
  12. meta/tasks.jsonl +1 -0
  13. videos/chunk-000/observation.images.global1/episode_000000.mp4 +3 -0
  14. videos/chunk-000/observation.images.global1/episode_000001.mp4 +3 -0
  15. videos/chunk-000/observation.images.global1/episode_000002.mp4 +3 -0
  16. videos/chunk-000/observation.images.global1/episode_000003.mp4 +3 -0
  17. videos/chunk-000/observation.images.global1/episode_000004.mp4 +3 -0
  18. videos/chunk-000/observation.images.global1/episode_000005.mp4 +3 -0
  19. videos/chunk-000/observation.images.global1/episode_000006.mp4 +3 -0
  20. videos/chunk-000/observation.images.global2/episode_000000.mp4 +3 -0
  21. videos/chunk-000/observation.images.global2/episode_000001.mp4 +3 -0
  22. videos/chunk-000/observation.images.global2/episode_000002.mp4 +3 -0
  23. videos/chunk-000/observation.images.global2/episode_000003.mp4 +3 -0
  24. videos/chunk-000/observation.images.global2/episode_000004.mp4 +3 -0
  25. videos/chunk-000/observation.images.global2/episode_000005.mp4 +3 -0
  26. videos/chunk-000/observation.images.global2/episode_000006.mp4 +3 -0
  27. videos/chunk-000/observation.images.left_arm.wrist/episode_000000.mp4 +3 -0
  28. videos/chunk-000/observation.images.left_arm.wrist/episode_000001.mp4 +3 -0
  29. videos/chunk-000/observation.images.left_arm.wrist/episode_000002.mp4 +3 -0
  30. videos/chunk-000/observation.images.left_arm.wrist/episode_000003.mp4 +3 -0
  31. videos/chunk-000/observation.images.left_arm.wrist/episode_000004.mp4 +3 -0
  32. videos/chunk-000/observation.images.left_arm.wrist/episode_000005.mp4 +3 -0
  33. videos/chunk-000/observation.images.left_arm.wrist/episode_000006.mp4 +3 -0
  34. videos/chunk-000/observation.images.right_arm.wrist/episode_000000.mp4 +3 -0
  35. videos/chunk-000/observation.images.right_arm.wrist/episode_000001.mp4 +3 -0
  36. videos/chunk-000/observation.images.right_arm.wrist/episode_000002.mp4 +3 -0
  37. videos/chunk-000/observation.images.right_arm.wrist/episode_000003.mp4 +3 -0
  38. videos/chunk-000/observation.images.right_arm.wrist/episode_000004.mp4 +3 -0
  39. videos/chunk-000/observation.images.right_arm.wrist/episode_000005.mp4 +3 -0
  40. videos/chunk-000/observation.images.right_arm.wrist/episode_000006.mp4 +3 -0
README.md ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v2.1",
28
+ "robot_type": "so101_two_followers",
29
+ "total_episodes": 5,
30
+ "total_frames": 11454,
31
+ "total_tasks": 1,
32
+ "total_videos": 20,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:5"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "action": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 24
46
+ ],
47
+ "names": [
48
+ "right_arm.shoulder_pan.pos",
49
+ "right_arm.shoulder_lift.pos",
50
+ "right_arm.elbow_flex.pos",
51
+ "right_arm.wrist_flex.pos",
52
+ "right_arm.wrist_roll.pos",
53
+ "right_arm.gripper.pos",
54
+ "right_arm.shoulder_pan.vel",
55
+ "right_arm.shoulder_lift.vel",
56
+ "right_arm.elbow_flex.vel",
57
+ "right_arm.wrist_flex.vel",
58
+ "right_arm.wrist_roll.vel",
59
+ "right_arm.gripper.vel",
60
+ "left_arm.shoulder_pan.pos",
61
+ "left_arm.shoulder_lift.pos",
62
+ "left_arm.elbow_flex.pos",
63
+ "left_arm.wrist_flex.pos",
64
+ "left_arm.wrist_roll.pos",
65
+ "left_arm.gripper.pos",
66
+ "left_arm.shoulder_pan.vel",
67
+ "left_arm.shoulder_lift.vel",
68
+ "left_arm.elbow_flex.vel",
69
+ "left_arm.wrist_flex.vel",
70
+ "left_arm.wrist_roll.vel",
71
+ "left_arm.gripper.vel"
72
+ ]
73
+ },
74
+ "observation.state": {
75
+ "dtype": "float32",
76
+ "shape": [
77
+ 36
78
+ ],
79
+ "names": [
80
+ "right_arm.shoulder_pan.pos",
81
+ "right_arm.shoulder_lift.pos",
82
+ "right_arm.elbow_flex.pos",
83
+ "right_arm.wrist_flex.pos",
84
+ "right_arm.wrist_roll.pos",
85
+ "right_arm.gripper.pos",
86
+ "right_arm.shoulder_pan.vel",
87
+ "right_arm.shoulder_lift.vel",
88
+ "right_arm.elbow_flex.vel",
89
+ "right_arm.wrist_flex.vel",
90
+ "right_arm.wrist_roll.vel",
91
+ "right_arm.gripper.vel",
92
+ "right_arm.shoulder_pan.load",
93
+ "right_arm.shoulder_lift.load",
94
+ "right_arm.elbow_flex.load",
95
+ "right_arm.wrist_flex.load",
96
+ "right_arm.wrist_roll.load",
97
+ "right_arm.gripper.load",
98
+ "left_arm.shoulder_pan.pos",
99
+ "left_arm.shoulder_lift.pos",
100
+ "left_arm.elbow_flex.pos",
101
+ "left_arm.wrist_flex.pos",
102
+ "left_arm.wrist_roll.pos",
103
+ "left_arm.gripper.pos",
104
+ "left_arm.shoulder_pan.vel",
105
+ "left_arm.shoulder_lift.vel",
106
+ "left_arm.elbow_flex.vel",
107
+ "left_arm.wrist_flex.vel",
108
+ "left_arm.wrist_roll.vel",
109
+ "left_arm.gripper.vel",
110
+ "left_arm.shoulder_pan.load",
111
+ "left_arm.shoulder_lift.load",
112
+ "left_arm.elbow_flex.load",
113
+ "left_arm.wrist_flex.load",
114
+ "left_arm.wrist_roll.load",
115
+ "left_arm.gripper.load"
116
+ ]
117
+ },
118
+ "observation.images.global1": {
119
+ "dtype": "video",
120
+ "shape": [
121
+ 480,
122
+ 640,
123
+ 3
124
+ ],
125
+ "names": [
126
+ "height",
127
+ "width",
128
+ "channels"
129
+ ],
130
+ "info": {
131
+ "video.height": 480,
132
+ "video.width": 640,
133
+ "video.codec": "av1",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.is_depth_map": false,
136
+ "video.fps": 30,
137
+ "video.channels": 3,
138
+ "has_audio": false
139
+ }
140
+ },
141
+ "observation.images.global2": {
142
+ "dtype": "video",
143
+ "shape": [
144
+ 480,
145
+ 640,
146
+ 3
147
+ ],
148
+ "names": [
149
+ "height",
150
+ "width",
151
+ "channels"
152
+ ],
153
+ "info": {
154
+ "video.height": 480,
155
+ "video.width": 640,
156
+ "video.codec": "av1",
157
+ "video.pix_fmt": "yuv420p",
158
+ "video.is_depth_map": false,
159
+ "video.fps": 30,
160
+ "video.channels": 3,
161
+ "has_audio": false
162
+ }
163
+ },
164
+ "observation.images.right_arm.wrist": {
165
+ "dtype": "video",
166
+ "shape": [
167
+ 480,
168
+ 640,
169
+ 3
170
+ ],
171
+ "names": [
172
+ "height",
173
+ "width",
174
+ "channels"
175
+ ],
176
+ "info": {
177
+ "video.height": 480,
178
+ "video.width": 640,
179
+ "video.codec": "av1",
180
+ "video.pix_fmt": "yuv420p",
181
+ "video.is_depth_map": false,
182
+ "video.fps": 30,
183
+ "video.channels": 3,
184
+ "has_audio": false
185
+ }
186
+ },
187
+ "observation.images.left_arm.wrist": {
188
+ "dtype": "video",
189
+ "shape": [
190
+ 480,
191
+ 640,
192
+ 3
193
+ ],
194
+ "names": [
195
+ "height",
196
+ "width",
197
+ "channels"
198
+ ],
199
+ "info": {
200
+ "video.height": 480,
201
+ "video.width": 640,
202
+ "video.codec": "av1",
203
+ "video.pix_fmt": "yuv420p",
204
+ "video.is_depth_map": false,
205
+ "video.fps": 30,
206
+ "video.channels": 3,
207
+ "has_audio": false
208
+ }
209
+ },
210
+ "timestamp": {
211
+ "dtype": "float32",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null
216
+ },
217
+ "frame_index": {
218
+ "dtype": "int64",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "episode_index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ },
231
+ "index": {
232
+ "dtype": "int64",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ },
238
+ "task_index": {
239
+ "dtype": "int64",
240
+ "shape": [
241
+ 1
242
+ ],
243
+ "names": null
244
+ }
245
+ }
246
+ }
247
+ ```
248
+
249
+
250
+ ## Citation
251
+
252
+ **BibTeX:**
253
+
254
+ ```bibtex
255
+ [More Information Needed]
256
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77de717b21e8fad0a6a94ea6f7a009f3b26d8af6bd8fc5b3dcf1e259770aaf21
3
+ size 184417
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fa233d6ca28fe4e77c627116414dac50641e35c3e8e3d71659f16262ef05fc8
3
+ size 163302
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92473a46d75450dbd3ab8a7c638eeb01fa45fc17f44caf7c02681f11d659b9ed
3
+ size 289960
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:956bc1508a22c363476053689be5adc3789d0bc61b171cdcd4332faf9e0673bc
3
+ size 296615
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1659fcf1c2290f5eb2e750f20583fc4347941ee5fa97d4acc646437dc0231e65
3
+ size 334025
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58574eb38f508b05f9c69001ef8096d15cf543e2373eb9fdba3764070aafccc8
3
+ size 342489
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecd871c2e903720e6f092631a0a41edf9c154fdcba7545b58635ec2a8286e88e
3
+ size 318208
meta/episodes.jsonl ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {"episode_index":0,"tasks":["Fold the T-shirt in front of you."],"length":1796}
2
+ {"episode_index":1,"tasks":["Fold the T-shirt in front of you."],"length":1796}
3
+ {"episode_index":2,"tasks":["Fold the T-shirt in front of you."],"length":3014}
4
+ {"episode_index":3,"tasks":["Fold the T-shirt in front of you."],"length":3052}
5
+ {"episode_index":4,"tasks":["Fold the T-shirt in front of you."],"length":3645}
6
+ {"episode_index":5,"tasks":["Fold the T-shirt in front of you."],"length":3702}
7
+ {"episode_index":6,"tasks":["Fold the T-shirt in front of you."],"length":3400}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "stats": {"observation.state": {"max": [35.62575149536133, 60.388511657714844, 89.66923522949219, 99.57645416259766, 18.453153610229492, 39.720279693603516, 850.0, 750.0, 1200.0, 900.0, 650.0, 1750.0, 1276.0, 1240.0, 1428.0, 1260.0, 1232.0, 1576.0, 36.75715255737305, 52.07843017578125, 93.1003189086914, 99.33193969726562, 17.036264419555664, 28.798341751098633, 650.0, 1050.0, 900.0, 650.0, 500.0, 1500.0, 1272.0, 1340.0, 1296.0, 1208.0, 1188.0, 1520.0], "min": [-53.858455657958984, -72.6351318359375, -67.01404571533203, 55.44260787963867, -2.20607328414917, 2.377622365951538, -600.0, -850.0, -900.0, -750.0, -400.0, -1700.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -7.263389587402344, -78.7450942993164, -54.06264114379883, 46.88935470581055, -6.1831464767456055, 2.0718231201171875, -700.0, -600.0, -800.0, -500.0, -800.0, -1300.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [-1.8300518989562988, 11.15811824798584, 2.6091346740722656, 81.90376281738281, 4.80141544342041, 19.01180648803711, 0.6124721765518188, 11.302895545959473, -11.108017921447754, 3.7026727199554443, 3.452115774154663, 1.8374165296554565, 643.7505493164062, 370.6213684082031, 368.24945068359375, 627.3518676757812, 536.6325073242188, 554.7349853515625, 0.9465029835700989, 14.480257987976074, -5.531923294067383, 81.59637451171875, -2.162017345428467, 18.14604377746582, 7.321826457977295, 21.965478897094727, -19.125835418701172, 5.846325397491455, -1.0022271871566772, 2.75612473487854, 630.3296508789062, 259.74609375, 283.82183837890625, 457.2828369140625, 550.6948852539062, 274.9754943847656], "std": [17.727624893188477, 32.386844635009766, 43.50475311279297, 13.852476119995117, 3.9968810081481934, 13.35366439819336, 143.77252197265625, 214.52134704589844, 261.18115234375, 155.64254760742188, 76.18276977539062, 212.90243530273438, 510.6481018066406, 444.318115234375, 432.8937072753906, 512.581787109375, 518.460693359375, 501.1086120605469, 8.333641052246094, 28.119009017944336, 35.81179428100586, 13.477038383483887, 2.6917827129364014, 10.30582332611084, 117.4770736694336, 168.61497497558594, 186.5599822998047, 110.01734924316406, 85.95135498046875, 141.42010498046875, 513.747314453125, 396.435302734375, 369.550537109375, 513.3818969726562, 516.9713134765625, 428.7054748535156], "count": [1796]}, "action": {"max": [35.69244384765625, 62.18947219848633, 88.55585479736328, 99.91334533691406, 18.545644760131836, 40.366241455078125, 850.0, 800.0, 1250.0, 900.0, 850.0, 1850.0, 37.787811279296875, 52.08333206176758, 92.85391235351562, 100.0, 17.72751235961914, 29.069766998291016, 600.0, 1000.0, 850.0, 650.0, 550.0, 1800.0], "min": [-54.47793960571289, -73.47368621826172, -70.11807250976562, 54.9393424987793, -2.3803296089172363, 1.4331209659576416, -550.0, -850.0, -900.0, -800.0, -400.0, -1800.0, -7.449210166931152, -79.25, -57.033016204833984, 46.107784271240234, -6.049447536468506, 0.6976743936538696, -500.0, -600.0, -850.0, -450.0, -1050.0, -1500.0], "mean": [-1.6032001972198486, 10.155110359191895, 1.1513370275497437, 82.14848327636719, 4.893373012542725, 18.752370834350586, 0.9187082648277283, 10.746102333068848, -11.275055885314941, 4.2873053550720215, 3.9810690879821777, 1.1135857105255127, 1.169839859008789, 13.713725090026855, -7.407331943511963, 81.72613525390625, -2.1125662326812744, 17.854673385620117, 6.263919830322266, 20.18374252319336, -19.905345916748047, 5.679287433624268, -0.974387526512146, 2.2271714210510254], "std": [17.794551849365234, 32.068016052246094, 43.48447036743164, 13.998592376708984, 4.004086971282959, 14.239405632019043, 137.09490966796875, 221.20614624023438, 271.4305419921875, 161.16136169433594, 85.35282135009766, 211.24034118652344, 8.461776733398438, 27.665403366088867, 35.671871185302734, 13.474746704101562, 2.6835107803344727, 10.748848915100098, 99.6567611694336, 166.28582763671875, 192.52549743652344, 113.5498275756836, 96.25755310058594, 146.67811584472656], "count": [1796]}, "timestamp": {"max": [59.833333333333336], "min": [0.0], "mean": [29.916666666666668], "std": [17.28201537887163], "count": [1796]}, "frame_index": {"max": [1795], "min": [0], "mean": [897.5], "std": [518.4604613661489], "count": [1796]}, "episode_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [1796]}, "index": {"max": [1795], "min": [0], "mean": [897.5], "std": [518.4604613661489], "count": [1796]}, "task_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [1796]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4623387997623292]], [[0.4820715715983363]], [[0.49581302361853835]]], "std": [[[0.3025905492787239]], [[0.2962382844890024]], [[0.2905626217823039]]], "count": [275]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4848818835412953]], [[0.4865038250148544]], [[0.48571126262626263]]], "std": [[[0.25255730565399886]], [[0.2525706814942366]], [[0.2482662849282892]]], "count": [275]}, "observation.images.right_arm.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6756750141117053]], [[0.6567005637254901]], [[0.6185479411764706]]], "std": [[[0.30696519200020833]], [[0.2916283783464139]], [[0.2722706538597244]]], "count": [275]}, "observation.images.left_arm.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.472309584818776]], [[0.47555811497326206]], [[0.47785728089720736]]], "std": [[[0.3393255967339017]], [[0.33694243593593276]], [[0.3312680791209491]]], "count": [275]}}}
2
+ {"episode_index": 1, "stats": {"observation.state": {"max": [8.596561431884766, 67.39865112304688, 96.46578979492188, 99.15290069580078, 7.967817306518555, 27.272727966308594, 450.0, 850.0, 1100.0, 700.0, 600.0, 750.0, 1188.0, 1304.0, 1460.0, 1256.0, 1236.0, 1284.0, 7.99706506729126, 31.372549057006836, 96.36859130859375, 94.90605163574219, 10.305243492126465, 26.657459259033203, 450.0, 900.0, 450.0, 400.0, 350.0, 1250.0, 1164.0, 1328.0, 1148.0, 1156.0, 1156.0, 1412.0], "min": [-31.4674129486084, -98.90202331542969, -75.26053619384766, 43.49851608276367, -2.20607328414917, 2.0979020595550537, -600.0, -750.0, -800.0, -600.0, -400.0, -950.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -19.002201080322266, -97.49019622802734, -18.56559181213379, 41.544883728027344, -3.3655099868774414, 2.0718231201171875, -600.0, -800.0, -700.0, -500.0, -1050.0, -800.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [-7.33720064163208, 2.8722646236419678, 10.759588241577148, 73.31564331054688, 1.4605538845062256, 13.55273723602295, 0.055679287761449814, 32.377506256103516, -30.373050689697266, 4.0645880699157715, -1.1135857105255127, 4.677060127258301, 423.0712585449219, 228.9331817626953, 266.2427673339844, 551.910888671875, 475.14031982421875, 612.6970825195312, -6.235961437225342, -19.1964111328125, 32.49032974243164, 65.22970581054688, 2.6267924308776855, 11.34217643737793, -1.6982182264328003, 27.31068992614746, -21.63140296936035, -0.7795100212097168, 1.0579065084457397, 4.092427730560303, 563.3496704101562, 216.418701171875, 185.90869140625, 252.9398651123047, 478.327392578125, 496.1848449707031], "std": [8.397881507873535, 42.13018798828125, 54.643348693847656, 16.788557052612305, 2.625650405883789, 8.298263549804688, 105.76373291015625, 175.2732696533203, 218.2079315185547, 151.05438232421875, 74.64689636230469, 103.01904296875, 505.76019287109375, 385.8939514160156, 360.93280029296875, 515.8588256835938, 511.8453369140625, 522.4141235351562, 5.029906749725342, 32.70100784301758, 24.966930389404297, 13.94150447845459, 3.4474809169769287, 8.621049880981445, 87.82334899902344, 179.0417022705078, 132.6704864501953, 87.68559265136719, 66.41817474365234, 99.9644775390625, 515.102783203125, 370.9096374511719, 280.4160461425781, 420.73406982421875, 513.3790893554688, 489.66839599609375], "count": [1796]}, "action": {"max": [8.868501663208008, 67.57894897460938, 93.91461944580078, 99.82669067382812, 8.187287330627441, 28.10509490966797, 400.0, 850.0, 1100.0, 800.0, 800.0, 900.0, 8.08126449584961, 30.75, 93.66802215576172, 95.03849792480469, 10.625986099243164, 26.89922523498535, 400.0, 900.0, 500.0, 400.0, 450.0, 1550.0], "min": [-31.93534278869629, -98.90526580810547, -75.84014892578125, 43.240901947021484, -2.4326446056365967, 1.3535032272338867, -500.0, -850.0, -900.0, -600.0, -400.0, -1000.0, -20.180587768554688, -98.66666412353516, -21.75486183166504, 40.804107666015625, -4.366123199462891, 1.3178294897079468, -600.0, -850.0, -700.0, -650.0, -1450.0, -800.0], "mean": [-7.274363994598389, 2.412928342819214, 8.82358455657959, 73.4294204711914, 1.4908281564712524, 13.837366104125977, -0.4454343020915985, 31.12472152709961, -30.178173065185547, 3.9253897666931152, -0.8630289435386658, 4.482182502746582, -6.170655727386475, -19.737014770507812, 30.660037994384766, 64.97087097167969, 2.6702752113342285, 10.966915130615234, -1.2249443531036377, 25.751670837402344, -20.68485450744629, -1.3919821977615356, 0.8630289435386658, 3.535634756088257], "std": [8.543461799621582, 41.88567352294922, 54.646358489990234, 16.966796875, 2.654277801513672, 8.692401885986328, 101.00992584228516, 179.5959014892578, 228.75132751464844, 160.52536010742188, 83.71292114257812, 106.71052551269531, 5.0222272872924805, 32.44646453857422, 25.090360641479492, 13.787017822265625, 3.517719030380249, 9.2678804397583, 74.44094848632812, 170.8867950439453, 137.26393127441406, 92.9640884399414, 83.53084564208984, 103.7846450805664], "count": [1796]}, "timestamp": {"max": [59.833333333333336], "min": [0.0], "mean": [29.916666666666668], "std": [17.28201537887163], "count": [1796]}, "frame_index": {"max": [1795], "min": [0], "mean": [897.5], "std": [518.4604613661489], "count": [1796]}, "episode_index": {"max": [1], "min": [1], "mean": [1.0], "std": [0.0], "count": [1796]}, "index": {"max": [3591], "min": [1796], "mean": [2693.5], "std": [518.4604613661489], "count": [1796]}, "task_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [1796]}, "observation.images.global1": {"min": [[[0.0]], [[0.00784313725490196]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41512804218657157]], [[0.4358426841948901]], [[0.4542315909090909]]], "std": [[[0.32184631073148384]], [[0.3146744379902223]], [[0.3065470334278053]]], "count": [275]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4772869243909685]], [[0.4807946999405823]], [[0.48156743909685085]]], "std": [[[0.3050449580131324]], [[0.3036991772644737]], [[0.29747268774122043]]], "count": [275]}, "observation.images.right_arm.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6656349740047534]], [[0.6449968337789662]], [[0.6020972905525847]]], "std": [[[0.32388695843688875]], [[0.3081732938936512]], [[0.28712416906694727]]], "count": [275]}, "observation.images.left_arm.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4666228312537136]], [[0.4729430154486037]], [[0.4769497719845514]]], "std": [[[0.36117488733140013]], [[0.35717843960832324]], [[0.3496782045545771]]], "count": [275]}}}
3
+ {"episode_index": 2, "stats": {"observation.state": {"max": [55.297882080078125, 74.49324035644531, 99.72813415527344, 99.49173736572266, 9.005969047546387, 39.370628356933594, 700.0, 950.0, 1300.0, 700.0, 750.0, 1750.0, 1348.0, 1324.0, 1380.0, 1220.0, 1256.0, 1556.0, 18.121789932250977, 58.588233947753906, 98.91057586669922, 99.41545104980469, 0.8087660074234009, 25.62154769897461, 600.0, 950.0, 2350.0, 750.0, 600.0, 1200.0, 1224.0, 1340.0, 1652.0, 1248.0, 1200.0, 1392.0], "min": [-50.819671630859375, -98.5641860961914, -96.8282699584961, 34.265140533447266, -25.979755401611328, 2.237762212753296, -800.0, -850.0, -1000.0, -700.0, -600.0, -1600.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -9.317681312561035, -97.2549057006836, -82.56922149658203, 41.87891387939453, -24.60213851928711, 2.0718231201171875, -600.0, -1750.0, -950.0, -1500.0, -600.0, -1050.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [-0.5593547224998474, 27.46153450012207, -27.808809280395508, 84.51408386230469, -2.5083775520324707, 17.873966217041016, -0.24883875250816345, 1.3769077062606812, -0.0995355024933815, -0.08294624835252762, 0.2820172607898712, -0.34837424755096436, 517.7703857421875, 282.4976806640625, 488.9250183105469, 753.376220703125, 454.1433410644531, 486.97015380859375, -1.2253196239471436, 14.30416488647461, -19.837871551513672, 80.12796783447266, -3.6207492351531982, 11.573333740234375, -0.03317850083112717, -0.14930325746536255, -0.16589249670505524, 0.5806237459182739, 0.24883875250816345, 0.21566025912761688, 487.5753173828125, 232.59588623046875, 350.0636901855469, 596.2296142578125, 584.2654418945312, 599.6881103515625], "std": [20.179399490356445, 45.79119873046875, 57.01612854003906, 16.650819778442383, 6.839962959289551, 9.808493614196777, 141.70509338378906, 199.91656494140625, 263.7681579589844, 160.16500854492188, 111.26374053955078, 172.60719299316406, 523.0372314453125, 403.4193115234375, 477.06695556640625, 474.4092712402344, 507.4627380371094, 516.0647583007812, 5.283543109893799, 39.63397216796875, 46.03208541870117, 15.64956283569336, 4.419366836547852, 5.930407524108887, 73.68621826171875, 192.8485870361328, 233.6383056640625, 147.15953063964844, 70.37479400634766, 105.83857727050781, 514.2952270507812, 330.6461181640625, 418.6893005371094, 515.4313354492188, 512.915283203125, 500.5030517578125], "count": [3014]}, "action": {"max": [56.225425720214844, 76.0, 100.0, 100.0, 9.390530586242676, 39.649681091308594, 650.0, 900.0, 1450.0, 800.0, 850.0, 1750.0, 18.465011596679688, 59.25, 99.9095458984375, 100.0, 0.9468700885772705, 25.42635726928711, 550.0, 1000.0, 2650.0, 800.0, 550.0, 1500.0], "min": [-51.157711029052734, -98.98947143554688, -99.81834411621094, 33.53553009033203, -25.92205047607422, 0.47770699858665466, -750.0, -850.0, -1050.0, -750.0, -600.0, -1950.0, -9.25507926940918, -99.0, -84.62234497070312, 40.97519302368164, -24.72382926940918, 1.0077519416809082, -550.0, -1550.0, -1000.0, -1500.0, -650.0, -1200.0], "mean": [-0.3903700113296509, 26.408222198486328, -28.812223434448242, 84.83737182617188, -2.506232261657715, 17.8941707611084, 0.0, 1.0948904752731323, 0.26542800664901733, -0.5308560132980347, 0.0995355024933815, -0.03317850083112717, -1.1960033178329468, 12.739595413208008, -21.32695770263672, 80.25562286376953, -3.5613481998443604, 11.462543487548828, 0.3317849934101105, 0.04976775124669075, 0.3151957392692566, 0.8294625282287598, 0.14930325746536255, -0.11612474918365479], "std": [20.18035888671875, 45.605899810791016, 57.25212478637695, 16.954927444458008, 6.860000133514404, 10.177268981933594, 132.3565216064453, 206.82237243652344, 279.295654296875, 166.42405700683594, 119.81786346435547, 177.36924743652344, 5.292586803436279, 39.35147476196289, 46.6003532409668, 15.764686584472656, 4.43692684173584, 6.308999061584473, 63.49015426635742, 189.4071502685547, 244.35699462890625, 152.5620880126953, 76.6812744140625, 111.97750091552734], "count": [3014]}, "timestamp": {"max": [100.43333333333334], "min": [0.0], "mean": [50.21666666666666], "std": [29.002226925990815], "count": [3014]}, "frame_index": {"max": [3013], "min": [0], "mean": [1506.5], "std": [870.0668077797245], "count": [3014]}, "episode_index": {"max": [3], "min": [3], "mean": [3.0], "std": [0.0], "count": [3014]}, "index": {"max": [8401], "min": [5388], "mean": [6894.5], "std": [870.0668077797245], "count": [3014]}, "task_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [3014]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4361657093153353]], [[0.4580309642535175]], [[0.4675905469227921]]], "std": [[[0.30103926179080137]], [[0.2963284388108036]], [[0.29166659576176246]]], "count": [406]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4887675613348788]], [[0.4916712265365917]], [[0.4920579356024019]]], "std": [[[0.3040000417144082]], [[0.30303552187236477]], [[0.2984942922874404]]], "count": [406]}, "observation.images.right_arm.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6792995820454619]], [[0.6629791259176084]], [[0.6289733722511994]]], "std": [[[0.28643092657804997]], [[0.27251254115155255]], [[0.2553713300659391]]], "count": [406]}, "observation.images.left_arm.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5093630373844941]], [[0.5126566237845713]], [[0.5095589171013233]]], "std": [[[0.33668679680246877]], [[0.335773216795529]], [[0.32766318283568274]]], "count": [406]}}}
4
+ {"episode_index": 3, "stats": {"observation.state": {"max": [54.898040771484375, 80.82770538330078, 99.72813415527344, 99.23760986328125, 8.538801193237305, 34.335662841796875, 700.0, 900.0, 1400.0, 850.0, 550.0, 1300.0, 1300.0, 1296.0, 1356.0, 1280.0, 1212.0, 1456.0, 8.510638236999512, 48.47058868408203, 99.27371978759766, 99.33193969726562, 0.026089224964380264, 17.81768035888672, 700.0, 1350.0, 1000.0, 700.0, 600.0, 600.0, 1248.0, 1436.0, 1256.0, 1224.0, 1216.0, 1220.0], "min": [-51.29948043823242, -94.59459686279297, -98.82192993164062, 25.54002571105957, -33.610172271728516, 2.237762212753296, -700.0, -1300.0, -850.0, -800.0, -650.0, -1450.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -57.81364822387695, -97.33333587646484, -42.98683547973633, 23.924842834472656, -53.509002685546875, 2.0718231201171875, -800.0, -1450.0, -1000.0, -550.0, -500.0, -1050.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [2.8521993160247803, 27.848024368286133, -21.55792236328125, 76.75498962402344, -3.208709239959717, 18.654123306274414, -0.5733944773674011, -0.5078637003898621, -0.04914810135960579, 0.47509828209877014, 1.097640872001648, -0.2785058915615082, 570.085205078125, 358.8440246582031, 408.3119201660156, 644.5714111328125, 560.6461181640625, 501.5255432128906, -11.32773208618164, 9.167393684387207, 1.9642133712768555, 75.29151153564453, -11.357142448425293, 9.627741813659668, 0.42595019936561584, 0.4587155878543854, -0.03276539966464043, -1.556356430053711, -0.6061598658561707, 0.4587155878543854, 414.1847839355469, 272.3276672363281, 324.2175598144531, 724.3643798828125, 561.5989379882812, 399.29095458984375], "std": [22.15034294128418, 42.31645965576172, 57.06118392944336, 19.148967742919922, 10.613447189331055, 10.396178245544434, 140.17774963378906, 180.11952209472656, 228.26748657226562, 155.99777221679688, 96.01139068603516, 146.912353515625, 521.201416015625, 444.4815673828125, 461.9503479003906, 507.7481689453125, 515.0394897460938, 510.9414978027344, 10.031899452209473, 32.44202423095703, 36.58167266845703, 23.769594192504883, 12.865185737609863, 4.850543975830078, 112.96842956542969, 185.0345458984375, 176.65618896484375, 117.76554870605469, 92.33585357666016, 75.02474212646484, 499.7579040527344, 372.23577880859375, 420.9051513671875, 482.6748046875, 515.7174682617188, 484.1352844238281], "count": [3052]}, "action": {"max": [57.01179504394531, 81.47368621826172, 100.0, 99.91334533691406, 8.919696807861328, 35.11146545410156, 600.0, 850.0, 1400.0, 1000.0, 650.0, 1450.0, 8.623024940490723, 48.0, 99.9095458984375, 100.0, 0.26301947236061096, 17.829458236694336, 600.0, 1300.0, 900.0, 750.0, 650.0, 700.0], "min": [-51.50720977783203, -94.10526275634766, -99.72752380371094, 24.696706771850586, -33.45540237426758, 1.1942675113677979, -650.0, -1150.0, -900.0, -800.0, -750.0, -1450.0, -60.0, -98.25, -45.18317413330078, 23.096664428710938, -53.86638641357422, 0.6976743936538696, -750.0, -1150.0, -1000.0, -700.0, -650.0, -1400.0], "mean": [3.0429747104644775, 26.86044692993164, -22.58017349243164, 76.94124603271484, -3.1463377475738525, 18.574914932250977, -0.32765400409698486, -0.7208387851715088, -0.29488858580589294, 0.7536041736602783, 0.8027523159980774, -0.638925313949585, -11.360928535461426, 7.752735614776611, 0.7921185493469238, 75.51637268066406, -11.301244735717773, 9.42109489440918, -0.016382699832320213, 0.5733944773674011, 0.1802096962928772, -0.8191350102424622, -0.7863696217536926, 0.03276539966464043], "std": [22.234033584594727, 42.00004577636719, 57.499568939208984, 19.29705047607422, 10.611762046813965, 10.914334297180176, 129.94418334960938, 184.15017700195312, 239.78111267089844, 163.625732421875, 100.89768981933594, 153.75411987304688, 10.131413459777832, 32.1058235168457, 37.01213836669922, 24.023704528808594, 12.888036727905273, 5.2584357261657715, 95.10892486572266, 182.7870635986328, 186.19400024414062, 123.84030151367188, 97.93549346923828, 81.33468627929688], "count": [3052]}, "timestamp": {"max": [101.7], "min": [0.0], "mean": [50.85], "std": [29.36788211635289], "count": [3052]}, "frame_index": {"max": [3051], "min": [0], "mean": [1525.5], "std": [881.0364634905867], "count": [3052]}, "episode_index": {"max": [4], "min": [4], "mean": [4.0], "std": [0.0], "count": [3052]}, "index": {"max": [11453], "min": [8402], "mean": [9927.5], "std": [881.0364634905867], "count": [3052]}, "task_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [3052]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4321894378686434]], [[0.4556740176151762]], [[0.4664272447393592]]], "std": [[[0.30157650801176006]], [[0.2965082934318049]], [[0.29123047301416066]]], "count": [410]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47154362446197995]], [[0.47646481298820337]], [[0.4772428323768532]]], "std": [[[0.32993095030147396]], [[0.32766916524799744]], [[0.32216432618080926]]], "count": [410]}, "observation.images.right_arm.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6773463125697433]], [[0.6595667000438387]], [[0.6253195156822892]]], "std": [[[0.29092393989421583]], [[0.2766800839175797]], [[0.2592739511652738]]], "count": [410]}, "observation.images.left_arm.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48903011318348477]], [[0.4942331151362984]], [[0.4942488766339869]]], "std": [[[0.36407958873673246]], [[0.361722955094204]], [[0.35347690755584593]]], "count": [410]}}}
5
+ {"episode_index": 4, "stats": {"observation.state": {"max": [68.0127944946289, 80.23648834228516, 99.72813415527344, 99.15290069580078, 25.772125244140625, 37.97202682495117, 600.0, 1100.0, 1550.0, 700.0, 950.0, 1200.0, 1280.0, 1384.0, 1816.0, 1336.0, 1332.0, 1416.0, 10.124725341796875, 62.66666793823242, 99.18292999267578, 99.49895477294922, 11.087921142578125, 22.72099494934082, 600.0, 1300.0, 1350.0, 950.0, 550.0, 900.0, 1220.0, 1460.0, 1416.0, 1324.0, 1228.0, 1292.0], "min": [-46.741302490234375, -98.64865112304688, -99.09379577636719, 50.10588836669922, -19.179859161376953, 2.0979020595550537, -800.0, -1000.0, -1000.0, -950.0, -950.0, -1950.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -25.38517951965332, -97.33333587646484, -72.67362976074219, 41.62839126586914, -35.403079986572266, 2.0718231201171875, -650.0, -1300.0, -750.0, -750.0, -700.0, -1250.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [6.327678203582764, 27.711305618286133, -24.444778442382812, 87.0400619506836, 0.8271050453186035, 20.32679557800293, 0.41152262687683105, -0.12345679104328156, -0.08230452984571457, -0.6858710646629333, -0.9053497910499573, -0.15089163184165955, 541.3311157226562, 348.92730712890625, 407.7157897949219, 631.1879272460938, 495.3678894042969, 457.0853271484375, -9.104934692382812, 14.313921928405762, -9.50469970703125, 82.8253173828125, -4.607093334197998, 11.511868476867676, -0.3566529452800751, 0.2743484079837799, -0.10973937064409256, 1.0973936319351196, -0.38408780097961426, 0.10973937064409256, 523.793701171875, 277.523193359375, 322.924560546875, 682.7830200195312, 460.0680236816406, 531.8628540039062], "std": [17.243330001831055, 41.390262603759766, 50.24220275878906, 14.374988555908203, 6.334707260131836, 11.474691390991211, 124.92428588867188, 184.3070068359375, 231.16561889648438, 140.04446411132812, 106.44092559814453, 185.74900817871094, 523.0694580078125, 447.89007568359375, 500.9151306152344, 512.7852783203125, 514.197509765625, 517.6884765625, 6.605494022369385, 33.965087890625, 40.206199645996094, 18.402732849121094, 7.905378818511963, 6.366706848144531, 93.44713592529297, 169.53465270996094, 180.61004638671875, 111.3021011352539, 78.46993255615234, 110.79576873779297, 518.055419921875, 370.4192199707031, 429.8772277832031, 497.8932800292969, 512.58154296875, 504.3387145996094], "count": [3645]}, "action": {"max": [68.89471435546875, 80.80000305175781, 100.0, 99.91334533691406, 26.131311416625977, 38.21656036376953, 550.0, 1200.0, 1700.0, 700.0, 1200.0, 1350.0, 10.338600158691406, 63.08333206176758, 99.54771423339844, 100.0, 12.309310913085938, 22.55813980102539, 500.0, 1300.0, 1400.0, 750.0, 650.0, 1000.0], "min": [-46.876365661621094, -98.82105255126953, -99.45503997802734, 49.39341354370117, -19.74888801574707, 0.8757961988449097, -700.0, -1050.0, -1050.0, -1050.0, -600.0, -2150.0, -25.417606353759766, -98.41666412353516, -75.03392028808594, 41.060733795166016, -35.50762939453125, 0.38759690523147583, -500.0, -1050.0, -750.0, -750.0, -650.0, -1600.0], "mean": [6.520991325378418, 26.833593368530273, -24.855392456054688, 87.26934051513672, 0.8622792959213257, 20.391252517700195, 0.562414288520813, -0.3017832636833191, -0.15089163184165955, 0.041152264922857285, 0.12345679104328156, -0.3017832636833191, -9.018272399902344, 12.797133445739746, -10.562175750732422, 83.03754425048828, -4.551723957061768, 11.35880184173584, -0.9465020298957825, 0.01371742133051157, 0.0, 0.10973937064409256, -0.6584362387657166, -0.05486968532204628], "std": [17.32895278930664, 41.277400970458984, 51.12960433959961, 14.472434043884277, 6.343320369720459, 11.678282737731934, 116.58305358886719, 189.88088989257812, 251.2422637939453, 147.2123260498047, 111.69891357421875, 187.27664184570312, 6.590318202972412, 33.720359802246094, 40.5640869140625, 18.61505699157715, 7.964081764221191, 6.774652004241943, 78.5654525756836, 165.22216796875, 191.40939331054688, 114.2818374633789, 89.49311065673828, 114.22782897949219], "count": [3645]}, "timestamp": {"max": [121.46666666666667], "min": [0.0], "mean": [60.733333333333334], "std": [35.07402753331028], "count": [3645]}, "frame_index": {"max": [3644], "min": [0], "mean": [1822.0], "std": [1052.2208259993083], "count": [3645]}, "episode_index": {"max": [5], "min": [5], "mean": [5.0], "std": [0.0], "count": [3645]}, "index": {"max": [15098], "min": [11454], "mean": [13276.0], "std": [1052.2208259993083], "count": [3645]}, "task_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [3645]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4267696596673495]], [[0.44962341783728416]], [[0.4596625176812018]]], "std": [[[0.30271695346096766]], [[0.29829348695436114]], [[0.2937536286107399]]], "count": [469]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4929029894296027]], [[0.49670607745585793]], [[0.49800148635324776]]], "std": [[[0.33687784213905897]], [[0.33581923560562404]], [[0.32989105641112093]]], "count": [469]}, "observation.images.right_arm.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6797001385753306]], [[0.6624519741976392]], [[0.6292664017099378]]], "std": [[[0.29267973951672177]], [[0.27837858337226745]], [[0.26140220962704025]]], "count": [469]}, "observation.images.left_arm.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5084234835103195]], [[0.5132307083281074]], [[0.512727821850133]]], "std": [[[0.34354143528970865]], [[0.34183236726667515]], [[0.33379356062544124]]], "count": [469]}}}
6
+ {"episode_index": 5, "stats": {"observation.state": {"max": [67.2131118774414, 74.66216278076172, 99.81875610351562, 99.23760986328125, 24.422527313232422, 32.02797317504883, 750.0, 1200.0, 1250.0, 1150.0, 600.0, 1400.0, 1336.0, 1392.0, 1484.0, 1376.0, 1224.0, 1432.0, 19.589141845703125, 62.74509811401367, 99.54607391357422, 99.33193969726562, 28.25463104248047, 23.06629753112793, 700.0, 1300.0, 1600.0, 550.0, 500.0, 1200.0, 1252.0, 1436.0, 1448.0, 1204.0, 1192.0, 1400.0], "min": [-47.62095260620117, -98.39527130126953, -88.67240905761719, 28.504871368408203, -29.820919036865234, 2.237762212753296, -800.0, -1300.0, -1550.0, -850.0, -600.0, -1700.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -20.909757614135742, -97.33333587646484, -68.49750518798828, 41.87891387939453, -12.131489753723145, 2.0718231201171875, -450.0, -1100.0, -1000.0, -750.0, -700.0, -850.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [9.912771224975586, 32.70087814331055, -31.33924674987793, 89.08800506591797, 0.8765115141868591, 17.454299926757812, -0.27012425661087036, 0.29713669419288635, -0.33765533566474915, 0.10804970562458038, -0.29713669419288635, 0.28363046050071716, 592.2366333007812, 347.6239929199219, 410.327392578125, 708.779052734375, 516.1761474609375, 459.1355895996094, -4.954888820648193, 22.23868179321289, -21.523975372314453, 86.38580322265625, -3.437246322631836, 11.322596549987793, -0.24311183393001556, 0.22960561513900757, 0.37817394733428955, -0.28363046050071716, 0.5402485132217407, 0.35116153955459595, 540.2333984375, 279.388427734375, 282.20745849609375, 743.3603515625, 560.850341796875, 289.50189208984375], "std": [17.833391189575195, 38.46232223510742, 47.166259765625, 14.443207740783691, 9.425636291503906, 11.077007293701172, 135.5349578857422, 191.74591064453125, 225.31356811523438, 147.04901123046875, 100.32966613769531, 170.8433380126953, 517.4970703125, 442.6163635253906, 476.43743896484375, 494.02191162109375, 516.2628173828125, 502.982666015625, 5.1985650062561035, 33.229923248291016, 38.5274543762207, 15.8216552734375, 5.804965972900391, 6.377267360687256, 66.75025177001953, 165.3762664794922, 168.21987915039062, 104.70683288574219, 64.81926727294922, 98.33047485351562, 516.3218383789062, 348.93548583984375, 390.7304382324219, 475.6694030761719, 515.1069946289062, 435.91363525390625], "count": [3702]}, "action": {"max": [68.71996307373047, 77.51579284667969, 100.0, 99.91334533691406, 24.666492462158203, 32.643310546875, 700.0, 1200.0, 1250.0, 1450.0, 600.0, 1400.0, 20.0, 64.66666412353516, 99.81908416748047, 100.0, 28.563913345336914, 22.86821746826172, 600.0, 1250.0, 1750.0, 500.0, 550.0, 1450.0], "min": [-47.57535934448242, -99.49473571777344, -91.64395904541016, 27.989601135253906, -29.636411666870117, 0.7961783409118652, -700.0, -1300.0, -1600.0, -900.0, -650.0, -1950.0, -20.902935028076172, -98.58333587646484, -69.69696807861328, 41.060733795166016, -12.36191463470459, 1.3178294897079468, -400.0, -1050.0, -1000.0, -750.0, -1050.0, -900.0], "mean": [10.07729434967041, 31.742219924926758, -32.094913482666016, 89.41394805908203, 0.9238771796226501, 17.316478729248047, -0.12155591696500778, -0.24311183393001556, 0.06753106415271759, -0.21609941124916077, -0.28363046050071716, -0.39168018102645874, -4.878309726715088, 20.353862762451172, -22.822813034057617, 86.63446044921875, -3.376305341720581, 11.0067138671875, -0.013506213203072548, 0.21609941124916077, 0.06753106415271759, -0.4727174639701843, 0.6753106713294983, -0.31064289808273315], "std": [17.872169494628906, 38.45726776123047, 47.24522399902344, 14.681242942810059, 9.391919136047363, 11.493643760681152, 127.2048568725586, 199.9525604248047, 240.5382843017578, 154.62413024902344, 106.2498779296875, 173.0970001220703, 5.170199871063232, 32.97786331176758, 38.72243881225586, 15.995681762695312, 5.8125176429748535, 6.748692512512207, 57.37715530395508, 163.063232421875, 177.4743194580078, 107.7508544921875, 75.4471435546875, 100.21842956542969], "count": [3702]}, "timestamp": {"max": [123.36666666666666], "min": [0.0], "mean": [61.68333333333334], "std": [35.622510309363946], "count": [3702]}, "frame_index": {"max": [3701], "min": [0], "mean": [1850.5], "std": [1068.6753092809186], "count": [3702]}, "episode_index": {"max": [6], "min": [6], "mean": [6.0], "std": [0.0], "count": [3702]}, "index": {"max": [18800], "min": [15099], "mean": [16949.5], "std": [1068.6753092809186], "count": [3702]}, "task_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [3702]}, "observation.images.global1": {"min": [[[0.0]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.433204267325777]], [[0.45602187612034967]], [[0.4665330477303439]]], "std": [[[0.30392974697037184]], [[0.2997753965606099]], [[0.29434403350927973]]], "count": [474]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47895635333071346]], [[0.48376330889247404]], [[0.4847965453586498]]], "std": [[[0.33710970059527756]], [[0.3350170990477031]], [[0.32923689292590796]]], "count": [474]}, "observation.images.right_arm.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6794786991361242]], [[0.6622654668583327]], [[0.6303295383642205]]], "std": [[[0.2926502077794113]], [[0.2780949872173979]], [[0.26132606104444844]]], "count": [474]}, "observation.images.left_arm.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5033708404863352]], [[0.5075873269490637]], [[0.5067441254895066]]], "std": [[[0.36594071088165075]], [[0.36481194359132924]], [[0.35608255600088556]]], "count": [474]}}}
7
+ {"episode_index": 6, "stats": {"observation.state": {"max": [60.015995025634766, 80.82770538330078, 99.81875610351562, 99.15290069580078, 36.82844543457031, 39.02098083496094, 650.0, 1000.0, 1650.0, 1000.0, 800.0, 1250.0, 1364.0, 1344.0, 1460.0, 1316.0, 1304.0, 1392.0, 0.7336757183074951, 53.72549057006836, 99.72764587402344, 99.33193969726562, 5.557004928588867, 22.859115600585938, 650.0, 1000.0, 1200.0, 450.0, 500.0, 750.0, 1216.0, 1344.0, 1340.0, 1208.0, 1196.0, 1268.0], "min": [-53.858455657958984, -98.39527130126953, -96.10330963134766, 21.982210159301758, -9.265507698059082, 2.237762212753296, -900.0, -1700.0, -750.0, -950.0, -750.0, -1850.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -24.578136444091797, -94.82353210449219, -71.5842056274414, 37.20250701904297, -25.436994552612305, 2.0718231201171875, -400.0, -950.0, -800.0, -700.0, -500.0, -1250.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [12.025321006774902, 30.37395668029785, -26.6170597076416, 89.35314178466797, 6.937639236450195, 16.957773208618164, 0.029411764815449715, 0.779411792755127, -0.29411765933036804, -1.529411792755127, -0.5735294222831726, -0.4852941036224365, 521.8200073242188, 452.058837890625, 494.92706298828125, 775.3270874023438, 483.7235412597656, 575.3447265625, -8.124133110046387, 3.9056789875030518, 3.2693352699279785, 78.87696075439453, -8.50064754486084, 10.363374710083008, 1.0147058963775635, 1.191176414489746, -0.10294117778539658, -0.6029411554336548, 0.8088235259056091, -0.1764705926179886, 522.843505859375, 278.9423522949219, 270.5917663574219, 683.2329711914062, 453.9423522949219, 472.16705322265625], "std": [21.693418502807617, 39.64754104614258, 51.688873291015625, 14.438017845153809, 8.83818244934082, 11.284748077392578, 145.98536682128906, 220.58712768554688, 259.3765563964844, 146.01344299316406, 131.87130737304688, 154.6496124267578, 523.7429809570312, 486.8129577636719, 503.3435974121094, 468.17877197265625, 512.45556640625, 512.7323608398438, 6.251133441925049, 29.298368453979492, 31.463878631591797, 17.86551856994629, 5.036452293395996, 5.718613147735596, 57.27626419067383, 142.54042053222656, 141.86517333984375, 97.55908203125, 62.53307342529297, 83.49849700927734, 518.5700073242188, 383.2397766113281, 383.7610778808594, 497.2511901855469, 509.29571533203125, 499.70306396484375], "count": [3400]}, "action": {"max": [62.691131591796875, 84.25263214111328, 100.0, 100.0, 37.11744689941406, 39.72929763793945, 650.0, 1050.0, 1800.0, 1050.0, 1000.0, 1200.0, 0.8577877879142761, 53.58333206176758, 100.0, 100.0, 5.839032173156738, 22.86821746826172, 500.0, 1000.0, 1300.0, 550.0, 650.0, 850.0], "min": [-54.74006271362305, -100.0, -97.45685577392578, 20.450607299804688, -9.704421043395996, 0.47770699858665466, -700.0, -1750.0, -900.0, -950.0, -900.0, -2050.0, -24.87584686279297, -94.66666412353516, -74.12935638427734, 36.78357696533203, -25.460283279418945, 0.8527131676673889, -350.0, -900.0, -850.0, -750.0, -600.0, -1550.0], "mean": [12.19504165649414, 29.66599464416504, -27.150339126586914, 89.75836181640625, 6.953675270080566, 16.9537353515625, 1.2352941036224365, 0.44117647409439087, 0.36764705181121826, -1.970588207244873, 0.04411764815449715, 0.10294117778539658, -8.023178100585938, 2.651538610458374, 1.9976170063018799, 79.07328796386719, -8.475983619689941, 10.187663078308105, 0.5735294222831726, 0.970588207244873, 0.04411764815449715, -0.529411792755127, 1.058823585510254, -0.14705882966518402], "std": [21.767574310302734, 39.81526565551758, 51.251060485839844, 14.834157943725586, 8.87848949432373, 11.843998908996582, 138.16494750976562, 232.8367156982422, 275.9806213378906, 155.21505737304688, 141.96365356445312, 157.70635986328125, 6.280789852142334, 29.259601593017578, 31.767467498779297, 18.012691497802734, 5.061627388000488, 5.9598822593688965, 49.67960739135742, 138.58514404296875, 149.95835876464844, 101.45771789550781, 70.05445861816406, 89.60675048828125], "count": [3400]}, "timestamp": {"max": [113.3], "min": [0.0], "mean": [56.65], "std": [32.71651383900458], "count": [3400]}, "frame_index": {"max": [3399], "min": [0], "mean": [1699.5], "std": [981.4954151701372], "count": [3400]}, "episode_index": {"max": [7], "min": [7], "mean": [7.0], "std": [0.0], "count": [3400]}, "index": {"max": [22200], "min": [18801], "mean": [20500.5], "std": [981.4954151701372], "count": [3400]}, "task_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [3400]}, "observation.images.global1": {"min": [[[0.0]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4268117917860028]], [[0.4514066805280164]], [[0.4621034419292061]]], "std": [[[0.3107823560934584]], [[0.3049988791984794]], [[0.2986383934088782]]], "count": [445]}, "observation.images.global2": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47364516000220314]], [[0.4783833282844973]], [[0.47907643616435336]]], "std": [[[0.32658626386650186]], [[0.3245019253748236]], [[0.31914689714111005]]], "count": [445]}, "observation.images.right_arm.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.674527116839245]], [[0.6551579610964235]], [[0.6205224567636043]]], "std": [[[0.29796496838796027]], [[0.2826972757530585]], [[0.2647959054354071]]], "count": [445]}, "observation.images.left_arm.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5193323469743704]], [[0.5235511359881031]], [[0.521302654310788]]], "std": [[[0.33025291683434643]], [[0.3288539938046847]], [[0.3214993398103623]]], "count": [445]}}}
meta/info.json ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so101_two_followers",
3
+ "codebase_version": "v2.1",
4
+ "total_episodes": 7,
5
+ "total_frames": 20405,
6
+ "total_tasks": 1,
7
+ "total_videos": 28,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:7"
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",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 24
21
+ ],
22
+ "names": [
23
+ "right_arm.shoulder_pan.pos",
24
+ "right_arm.shoulder_lift.pos",
25
+ "right_arm.elbow_flex.pos",
26
+ "right_arm.wrist_flex.pos",
27
+ "right_arm.wrist_roll.pos",
28
+ "right_arm.gripper.pos",
29
+ "right_arm.shoulder_pan.vel",
30
+ "right_arm.shoulder_lift.vel",
31
+ "right_arm.elbow_flex.vel",
32
+ "right_arm.wrist_flex.vel",
33
+ "right_arm.wrist_roll.vel",
34
+ "right_arm.gripper.vel",
35
+ "left_arm.shoulder_pan.pos",
36
+ "left_arm.shoulder_lift.pos",
37
+ "left_arm.elbow_flex.pos",
38
+ "left_arm.wrist_flex.pos",
39
+ "left_arm.wrist_roll.pos",
40
+ "left_arm.gripper.pos",
41
+ "left_arm.shoulder_pan.vel",
42
+ "left_arm.shoulder_lift.vel",
43
+ "left_arm.elbow_flex.vel",
44
+ "left_arm.wrist_flex.vel",
45
+ "left_arm.wrist_roll.vel",
46
+ "left_arm.gripper.vel"
47
+ ]
48
+ },
49
+ "observation.state": {
50
+ "dtype": "float32",
51
+ "shape": [
52
+ 36
53
+ ],
54
+ "names": [
55
+ "right_arm.shoulder_pan.pos",
56
+ "right_arm.shoulder_lift.pos",
57
+ "right_arm.elbow_flex.pos",
58
+ "right_arm.wrist_flex.pos",
59
+ "right_arm.wrist_roll.pos",
60
+ "right_arm.gripper.pos",
61
+ "right_arm.shoulder_pan.vel",
62
+ "right_arm.shoulder_lift.vel",
63
+ "right_arm.elbow_flex.vel",
64
+ "right_arm.wrist_flex.vel",
65
+ "right_arm.wrist_roll.vel",
66
+ "right_arm.gripper.vel",
67
+ "right_arm.shoulder_pan.load",
68
+ "right_arm.shoulder_lift.load",
69
+ "right_arm.elbow_flex.load",
70
+ "right_arm.wrist_flex.load",
71
+ "right_arm.wrist_roll.load",
72
+ "right_arm.gripper.load",
73
+ "left_arm.shoulder_pan.pos",
74
+ "left_arm.shoulder_lift.pos",
75
+ "left_arm.elbow_flex.pos",
76
+ "left_arm.wrist_flex.pos",
77
+ "left_arm.wrist_roll.pos",
78
+ "left_arm.gripper.pos",
79
+ "left_arm.shoulder_pan.vel",
80
+ "left_arm.shoulder_lift.vel",
81
+ "left_arm.elbow_flex.vel",
82
+ "left_arm.wrist_flex.vel",
83
+ "left_arm.wrist_roll.vel",
84
+ "left_arm.gripper.vel",
85
+ "left_arm.shoulder_pan.load",
86
+ "left_arm.shoulder_lift.load",
87
+ "left_arm.elbow_flex.load",
88
+ "left_arm.wrist_flex.load",
89
+ "left_arm.wrist_roll.load",
90
+ "left_arm.gripper.load"
91
+ ]
92
+ },
93
+ "timestamp": {
94
+ "dtype": "float32",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null
99
+ },
100
+ "episode_index": {
101
+ "dtype": "int64",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": null
106
+ },
107
+ "frame_index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null
113
+ },
114
+ "task_index": {
115
+ "dtype": "int64",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "observation.images.global1": {
129
+ "dtype": "video",
130
+ "shape": [
131
+ 480,
132
+ 640,
133
+ 3
134
+ ],
135
+ "names": [
136
+ "height",
137
+ "width",
138
+ "channels"
139
+ ],
140
+ "info": {
141
+ "video.fps": 30,
142
+ "video.codec": "av1",
143
+ "video.pix_fmt": "yuv420p",
144
+ "video.is_depth_map": false,
145
+ "has_audio": false
146
+ }
147
+ },
148
+ "observation.images.global2": {
149
+ "dtype": "video",
150
+ "shape": [
151
+ 480,
152
+ 640,
153
+ 3
154
+ ],
155
+ "names": [
156
+ "height",
157
+ "width",
158
+ "channels"
159
+ ],
160
+ "info": {
161
+ "video.fps": 30,
162
+ "video.codec": "av1",
163
+ "video.pix_fmt": "yuv420p",
164
+ "video.is_depth_map": false,
165
+ "has_audio": false
166
+ }
167
+ },
168
+ "observation.images.right_arm.wrist": {
169
+ "dtype": "video",
170
+ "shape": [
171
+ 480,
172
+ 640,
173
+ 3
174
+ ],
175
+ "names": [
176
+ "height",
177
+ "width",
178
+ "channels"
179
+ ],
180
+ "info": {
181
+ "video.fps": 30,
182
+ "video.codec": "av1",
183
+ "video.pix_fmt": "yuv420p",
184
+ "video.is_depth_map": false,
185
+ "has_audio": false
186
+ }
187
+ },
188
+ "observation.images.left_arm.wrist": {
189
+ "dtype": "video",
190
+ "shape": [
191
+ 480,
192
+ 640,
193
+ 3
194
+ ],
195
+ "names": [
196
+ "height",
197
+ "width",
198
+ "channels"
199
+ ],
200
+ "info": {
201
+ "video.fps": 30,
202
+ "video.codec": "av1",
203
+ "video.pix_fmt": "yuv420p",
204
+ "video.is_depth_map": false,
205
+ "has_audio": false
206
+ }
207
+ }
208
+ }
209
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"Fold the T-shirt in front of you."}
videos/chunk-000/observation.images.global1/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4253a9297c87a8cc70bf07f1ccf4b0296e9e5c8c48f4f356c50c94f490218834
3
+ size 18070391
videos/chunk-000/observation.images.global1/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd6551f6b2e8d9aec1f70c957b4987aa8bac577f5e99d8084435ae2588ea363c
3
+ size 16446857
videos/chunk-000/observation.images.global1/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ed8c898f6af3a2a2c1f6be3521dbaf4e0d1308273f7435d3a4ffb2356821971
3
+ size 31892335
videos/chunk-000/observation.images.global1/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faa511fb216286224c03d900e0fe72084ced909f25d116ccd6f896b7853eac06
3
+ size 30142487
videos/chunk-000/observation.images.global1/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:874c3f7b7c116706113574bc71aba459af48f2e43826ac6bf97e7f5a7d542632
3
+ size 36907202
videos/chunk-000/observation.images.global1/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84696679a20baaed360ddfc414171daadcd8832f55fc4b46000f57b76fc42531
3
+ size 37634093
videos/chunk-000/observation.images.global1/episode_000006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00eb1c2aab24f7412f45e18e76145353fa7cb7e992390fed5979dc3c4cbfbb6e
3
+ size 32578907
videos/chunk-000/observation.images.global2/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96ba734427fe191a9a8d77581c57bf9167893347252f99744bf8df5a7a98503c
3
+ size 8459072
videos/chunk-000/observation.images.global2/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efe36f4877565166e8c5e63614ffc9aa0dee136ab4eb55631ddf4e7d9542e6c1
3
+ size 7869650
videos/chunk-000/observation.images.global2/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe2a90e4a671377d14b2fb27fe5b35e43e0e7ca117dbe4d2f88fd4e0f59663bd
3
+ size 14410970
videos/chunk-000/observation.images.global2/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24d0fe0e4f24ade5218c2a65ebbc0a1731ce59d6df4de323e49862e962afc3d1
3
+ size 12944979
videos/chunk-000/observation.images.global2/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f673fd2e70941bd6d73ba415121fe559b5d221674f11f315b346f9423db4fb9
3
+ size 15087475
videos/chunk-000/observation.images.global2/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8d77ef7831220b2719773ab3253300952ca78334095191460932d53844892a6
3
+ size 14807270
videos/chunk-000/observation.images.global2/episode_000006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a8c3cc1ab397783cff04b03758336d1a6f8537d2926c4fdb16e2df7ff9b796c
3
+ size 14055367
videos/chunk-000/observation.images.left_arm.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4974271c23b4fcb5d36197892ea65d6bb96996b3dd973109f2d58e7bf6f630f
3
+ size 6825926
videos/chunk-000/observation.images.left_arm.wrist/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2789532ab1f5e42566ef88b8274bb0491b94a1352062ab02684398ad44368a8f
3
+ size 6306541
videos/chunk-000/observation.images.left_arm.wrist/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c563cc3fb4f4641765414044c5a743584930c157dcb525c040a1117af13db5f4
3
+ size 10519257
videos/chunk-000/observation.images.left_arm.wrist/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2a39ca72c5deb2ddebe8480ff5f1367626422c40d71207e70daa2c5831c6ec5
3
+ size 10886638
videos/chunk-000/observation.images.left_arm.wrist/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3a9c2af8d26ad908cf103906a34007c176d6caac9d98bb4d2fdd1295cf7a5d8
3
+ size 12770455
videos/chunk-000/observation.images.left_arm.wrist/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1315cdc35767c1b62a5776105528cb610600b86b46a54a7783ee09c20483c653
3
+ size 12692854
videos/chunk-000/observation.images.left_arm.wrist/episode_000006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:862b582bae6f8c83a810a6bed39618850c2641aa8ba68b35cc385aa5b6120e8e
3
+ size 12380213
videos/chunk-000/observation.images.right_arm.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:957a910a6703dfef8a305cf6ce7b56d97e3ee3d35e10fb0129668b673ce25672
3
+ size 25014276
videos/chunk-000/observation.images.right_arm.wrist/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52b836afd9b3308a815442f9f92901725099858397ca66af5ccaf805bbcc0f32
3
+ size 25135085
videos/chunk-000/observation.images.right_arm.wrist/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d6396b846367c9d0412d1513f49cb0f51d80dc591b6ffe561049621882cdcac
3
+ size 42533779
videos/chunk-000/observation.images.right_arm.wrist/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a748bbfc058da94d14bf66145c68df53ebb1d144af4150c0fa105045a61d987f
3
+ size 38392160
videos/chunk-000/observation.images.right_arm.wrist/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6f1cb6b362877a9eddcbdfbf7b8728f299d178ad84fc0df4b29ff147ef81345
3
+ size 46466175
videos/chunk-000/observation.images.right_arm.wrist/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea3851579e614cfa6a3c8c71c059d750705cdb2cbedd98af5357f869cdeb6c5c
3
+ size 47108765
videos/chunk-000/observation.images.right_arm.wrist/episode_000006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a96de9fbac27fd24b27e659d8437c9b9d7870ab474108327747955440b153b47
3
+ size 43455061