CrawlAi commited on
Commit
6f5365f
·
1 Parent(s): e5fc3db

Sync dataset from local copy

Browse files
Files changed (45) hide show
  1. README.md +187 -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. data/chunk-000/episode_000007.parquet +3 -0
  10. data/chunk-000/episode_000008.parquet +3 -0
  11. data/chunk-000/episode_000009.parquet +3 -0
  12. meta/episodes.jsonl +10 -0
  13. meta/episodes_stats.jsonl +10 -0
  14. meta/info.json +150 -0
  15. meta/tasks.jsonl +1 -0
  16. videos/chunk-000/observation.images.side/episode_000000.mp4 +3 -0
  17. videos/chunk-000/observation.images.side/episode_000001.mp4 +3 -0
  18. videos/chunk-000/observation.images.side/episode_000002.mp4 +3 -0
  19. videos/chunk-000/observation.images.side/episode_000003.mp4 +3 -0
  20. videos/chunk-000/observation.images.side/episode_000004.mp4 +3 -0
  21. videos/chunk-000/observation.images.side/episode_000005.mp4 +3 -0
  22. videos/chunk-000/observation.images.side/episode_000006.mp4 +3 -0
  23. videos/chunk-000/observation.images.side/episode_000007.mp4 +3 -0
  24. videos/chunk-000/observation.images.side/episode_000008.mp4 +3 -0
  25. videos/chunk-000/observation.images.side/episode_000009.mp4 +3 -0
  26. videos/chunk-000/observation.images.topdown/episode_000000.mp4 +3 -0
  27. videos/chunk-000/observation.images.topdown/episode_000001.mp4 +3 -0
  28. videos/chunk-000/observation.images.topdown/episode_000002.mp4 +3 -0
  29. videos/chunk-000/observation.images.topdown/episode_000003.mp4 +3 -0
  30. videos/chunk-000/observation.images.topdown/episode_000004.mp4 +3 -0
  31. videos/chunk-000/observation.images.topdown/episode_000005.mp4 +3 -0
  32. videos/chunk-000/observation.images.topdown/episode_000006.mp4 +3 -0
  33. videos/chunk-000/observation.images.topdown/episode_000007.mp4 +3 -0
  34. videos/chunk-000/observation.images.topdown/episode_000008.mp4 +3 -0
  35. videos/chunk-000/observation.images.topdown/episode_000009.mp4 +3 -0
  36. videos/chunk-000/observation.images.wrist/episode_000000.mp4 +3 -0
  37. videos/chunk-000/observation.images.wrist/episode_000001.mp4 +3 -0
  38. videos/chunk-000/observation.images.wrist/episode_000002.mp4 +3 -0
  39. videos/chunk-000/observation.images.wrist/episode_000003.mp4 +3 -0
  40. videos/chunk-000/observation.images.wrist/episode_000004.mp4 +3 -0
  41. videos/chunk-000/observation.images.wrist/episode_000005.mp4 +3 -0
  42. videos/chunk-000/observation.images.wrist/episode_000006.mp4 +3 -0
  43. videos/chunk-000/observation.images.wrist/episode_000007.mp4 +3 -0
  44. videos/chunk-000/observation.images.wrist/episode_000008.mp4 +3 -0
  45. videos/chunk-000/observation.images.wrist/episode_000009.mp4 +3 -0
README.md ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - so101
8
+ - tutorial
9
+ configs:
10
+ - config_name: default
11
+ data_files: data/*/*.parquet
12
+ ---
13
+
14
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
15
+
16
+ ## Dataset Description
17
+
18
+
19
+
20
+ - **Homepage:** [More Information Needed]
21
+ - **Paper:** [More Information Needed]
22
+ - **License:** apache-2.0
23
+
24
+ ## Dataset Structure
25
+
26
+ [meta/info.json](meta/info.json):
27
+ ```json
28
+ {
29
+ "codebase_version": "v2.1",
30
+ "robot_type": "so101",
31
+ "total_episodes": 1,
32
+ "total_frames": 1405,
33
+ "total_tasks": 1,
34
+ "total_videos": 3,
35
+ "total_chunks": 1,
36
+ "chunks_size": 1000,
37
+ "fps": 60,
38
+ "splits": {
39
+ "train": "0:1"
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",
43
+ "features": {
44
+ "action": {
45
+ "dtype": "float32",
46
+ "shape": [
47
+ 6
48
+ ],
49
+ "names": [
50
+ "main_shoulder_pan",
51
+ "main_shoulder_lift",
52
+ "main_elbow_flex",
53
+ "main_wrist_flex",
54
+ "main_wrist_roll",
55
+ "main_gripper"
56
+ ]
57
+ },
58
+ "observation.state": {
59
+ "dtype": "float32",
60
+ "shape": [
61
+ 6
62
+ ],
63
+ "names": [
64
+ "main_shoulder_pan",
65
+ "main_shoulder_lift",
66
+ "main_elbow_flex",
67
+ "main_wrist_flex",
68
+ "main_wrist_roll",
69
+ "main_gripper"
70
+ ]
71
+ },
72
+ "observation.images.wrist": {
73
+ "dtype": "video",
74
+ "shape": [
75
+ 480,
76
+ 640,
77
+ 3
78
+ ],
79
+ "names": [
80
+ "height",
81
+ "width",
82
+ "channels"
83
+ ],
84
+ "info": {
85
+ "video.height": 480,
86
+ "video.width": 640,
87
+ "video.codec": "av1",
88
+ "video.pix_fmt": "yuv420p",
89
+ "video.is_depth_map": false,
90
+ "video.fps": 60,
91
+ "video.channels": 3,
92
+ "has_audio": false
93
+ }
94
+ },
95
+ "observation.images.side": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 480,
99
+ 640,
100
+ 3
101
+ ],
102
+ "names": [
103
+ "height",
104
+ "width",
105
+ "channels"
106
+ ],
107
+ "info": {
108
+ "video.height": 480,
109
+ "video.width": 640,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "video.fps": 60,
114
+ "video.channels": 3,
115
+ "has_audio": false
116
+ }
117
+ },
118
+ "observation.images.topdown": {
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": 60,
137
+ "video.channels": 3,
138
+ "has_audio": false
139
+ }
140
+ },
141
+ "timestamp": {
142
+ "dtype": "float32",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": null
147
+ },
148
+ "frame_index": {
149
+ "dtype": "int64",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": null
154
+ },
155
+ "episode_index": {
156
+ "dtype": "int64",
157
+ "shape": [
158
+ 1
159
+ ],
160
+ "names": null
161
+ },
162
+ "index": {
163
+ "dtype": "int64",
164
+ "shape": [
165
+ 1
166
+ ],
167
+ "names": null
168
+ },
169
+ "task_index": {
170
+ "dtype": "int64",
171
+ "shape": [
172
+ 1
173
+ ],
174
+ "names": null
175
+ }
176
+ }
177
+ }
178
+ ```
179
+
180
+
181
+ ## Citation
182
+
183
+ **BibTeX:**
184
+
185
+ ```bibtex
186
+ [More Information Needed]
187
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd8d1e441f61ddecb7d14f23347d83e095b6d1cb60ab8779e4eba29c6e9c359a
3
+ size 34694
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4217fdf4c7112917ff9a6a13fbfd49aa6d0006bc9e57edc3b9cac402474acbd
3
+ size 3724
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d81e47f946536ca0208160268ca78617410412896228b24fffbaf36d7e320706
3
+ size 37466
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a555d03e09c64b620d4c5f806f4706f9cceae5c0e50eabdfbe35a9ae6ef262c
3
+ size 38418
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce33a820e667be5f74df821efef09c720bc31f307869736632ec07578418a086
3
+ size 39524
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d130d21ed6c7024181e342eea0b9e381ec9e67a4894bb8c82c8c1636999859e
3
+ size 40290
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:664d5d8ff5dc40b8b9dded869e12bbaa65fd6c1c5bb2bd3e6f29257178149ba3
3
+ size 3724
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1ef2ad764265b7262ea616c3088157b31a611ec9e3f6aaccd9f937152b51bae
3
+ size 29738
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa6d3f57c0bc9b4727ae11e84e7f7a6a5a0eb306f7807458efae6d490dc094d3
3
+ size 3724
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07ad02709783f9b07a14c67331b4be77e4d86e59271cc0ac6080e76a1fee45a1
3
+ size 39889
meta/episodes.jsonl ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp the red stick put it in the bin."], "length": 816}
2
+ {"episode_index": 1, "tasks": ["Grasp the red stick put it in the bin."], "length": 1}
3
+ {"episode_index": 2, "tasks": ["Grasp the red stick put it in the bin."], "length": 826}
4
+ {"episode_index": 3, "tasks": ["Grasp the red stick put it in the bin."], "length": 841}
5
+ {"episode_index": 4, "tasks": ["Grasp the red stick put it in the bin."], "length": 845}
6
+ {"episode_index": 5, "tasks": ["Grasp the red stick put it in the bin."], "length": 869}
7
+ {"episode_index": 6, "tasks": ["Grasp the red stick put it in the bin."], "length": 1}
8
+ {"episode_index": 7, "tasks": ["Grasp the red stick put it in the bin."], "length": 655}
9
+ {"episode_index": 8, "tasks": ["Grasp the red stick put it in the bin."], "length": 1}
10
+ {"episode_index": 9, "tasks": ["Grasp the red stick put it in the bin."], "length": 870}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.703125, 59.501953125, 19.86328125, 37.353515625, 85.95703125, -0.2546689212322235], "max": [34.62890625, 195.029296875, 179.560546875, 99.052734375, 113.73046875, 38.45500946044922], "mean": [10.796113967895508, 128.2156982421875, 109.15872192382812, 72.80663299560547, 96.5968246459961, 6.149936676025391], "std": [12.501679420471191, 59.87702941894531, 61.656314849853516, 16.89812469482422, 10.446487426757812, 12.405033111572266], "count": [816]}, "observation.state": {"min": [-1.0546875, 58.623046875, 22.236328125, 38.583984375, 86.044921875, 0.0], "max": [34.541015625, 194.326171875, 179.208984375, 98.96484375, 113.115234375, 38.11164855957031], "mean": [10.681941986083984, 126.92285919189453, 109.8727035522461, 72.95834350585938, 96.64332580566406, 7.514732360839844], "std": [12.521462440490723, 60.517181396484375, 60.61701965332031, 16.683618545532227, 10.255064010620117, 12.01809310913086], "count": [816]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4991125314434985]], [[0.4867525692294462]], [[0.48686270075464394]]], "std": [[[0.18734531578107813]], [[0.19544250784367576]], [[0.20503188208062187]]], "count": [152]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6787175540720675]], [[0.6473030535130719]], [[0.6020158668730651]]], "std": [[[0.24728287364056115]], [[0.2548612449063113]], [[0.2759405173890848]]], "count": [152]}, "observation.images.topdown": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6158143355478156]], [[0.6047701775885793]], [[0.6044816579592364]]], "std": [[[0.18406293986931282]], [[0.19013054522866304]], [[0.19371645093776607]]], "count": [152]}, "timestamp": {"min": [0.0], "max": [27.166666666666668], "mean": [13.583333333333334], "std": [7.851957764834242], "count": [816]}, "frame_index": {"min": [0], "max": [815], "mean": [407.5], "std": [235.55873294502726], "count": [816]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [816]}, "index": {"min": [0], "max": [815], "mean": [407.5], "std": [235.55873294502726], "count": [816]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [816]}}}
2
+ {"episode_index": 1, "stats": {"action": {"min": [2.900390625, 194.4140625, 179.560546875, 75.5859375, 86.1328125, -0.16977928578853607], "max": [2.900390625, 194.4140625, 179.560546875, 75.5859375, 86.1328125, -0.16977928578853607], "mean": [2.900390625, 194.4140625, 179.560546875, 75.5859375, 86.1328125, -0.16977928578853607], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [1]}, "observation.state": {"min": [2.63671875, 194.0625, 179.208984375, 75.322265625, 86.30859375, 0.0], "max": [2.63671875, 194.0625, 179.208984375, 75.322265625, 86.30859375, 0.0], "mean": [2.63671875, 194.0625, 179.208984375, 75.322265625, 86.30859375, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [1]}, "observation.images.wrist": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[0.7803921568627451]], [[0.7803921568627451]], [[0.796078431372549]]], "mean": [[[0.4797516339869281]], [[0.47628063725490194]], [[0.4770819035947712]]], "std": [[[0.16278853509888053]], [[0.16670384281921097]], [[0.17752334276152026]]], "count": [1]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7006047794117648]], [[0.6677136437908496]], [[0.62140625]]], "std": [[[0.23069751589632545]], [[0.24439533164698632]], [[0.27140837731078005]]], "count": [1]}, "observation.images.topdown": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.01568627450980392]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.6300163398692811]], [[0.6222700163398693]], [[0.6237258986928105]]], "std": [[[0.1552537363804427]], [[0.16402879281637922]], [[0.1710064360556615]]], "count": [1]}, "timestamp": {"min": [0.0], "max": [0.0], "mean": [0.0], "std": [0.0], "count": [1]}, "frame_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [1]}, "index": {"min": [816], "max": [816], "mean": [816.0], "std": [0.0], "count": [1]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1]}}}
3
+ {"episode_index": 2, "stats": {"action": {"min": [0.3515625, 46.669921875, 70.83984375, 0.17578125, 77.958984375, -0.4244482219219208], "max": [38.14453125, 194.94140625, 179.736328125, 76.201171875, 110.390625, 37.606109619140625], "mean": [14.975242614746094, 136.2711181640625, 131.1197052001953, 45.386104583740234, 90.373291015625, 6.219940662384033], "std": [13.106832504272461, 57.44934844970703, 44.07667922973633, 29.64497184753418, 11.191512107849121, 12.570783615112305], "count": [826]}, "observation.state": {"min": [0.3515625, 46.40625, 72.509765625, 0.87890625, 78.310546875, 0.0], "max": [37.880859375, 194.58984375, 179.296875, 75.849609375, 110.0390625, 37.284629821777344], "mean": [14.963112831115723, 135.54855346679688, 131.8524169921875, 45.90736770629883, 90.46408081054688, 6.7159624099731445], "std": [13.0052490234375, 57.971641540527344, 43.22581481933594, 29.342952728271484, 11.1259765625, 12.399638175964355], "count": [826]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5107086317481537]], [[0.4984658732811306]], [[0.4925908414502165]]], "std": [[[0.18358258854269377]], [[0.19655262163814655]], [[0.21819377710242352]]], "count": [154]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6857921321937867]], [[0.6540682056913675]], [[0.6082798693340973]]], "std": [[[0.2456337755294762]], [[0.2544286132588959]], [[0.27640085451169005]]], "count": [154]}, "observation.images.topdown": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6150085505793226]], [[0.6081595193001442]], [[0.6106420428019693]]], "std": [[[0.1811234312152787]], [[0.188168684428703]], [[0.19199635509035723]]], "count": [154]}, "timestamp": {"min": [0.0], "max": [27.5], "mean": [13.75], "std": [7.948182881081129], "count": [826]}, "frame_index": {"min": [0], "max": [825], "mean": [412.5], "std": [238.44548643243385], "count": [826]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [826]}, "index": {"min": [817], "max": [1642], "mean": [1229.5], "std": [238.44548643243385], "count": [826]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [826]}}}
4
+ {"episode_index": 3, "stats": {"action": {"min": [-8.4375, 64.3359375, 42.01171875, 24.873046875, 78.046875, -0.4244482219219208], "max": [40.95703125, 195.029296875, 179.6484375, 98.525390625, 124.27734375, 35.568763732910156], "mean": [14.128966331481934, 134.02508544921875, 119.02925872802734, 62.786415100097656, 95.13508605957031, 4.673489093780518], "std": [15.995555877685547, 54.79365158081055, 50.74142074584961, 17.501317977905273, 12.57779598236084, 10.795714378356934], "count": [841]}, "observation.state": {"min": [-8.349609375, 63.984375, 44.384765625, 25.751953125, 78.310546875, 0.0], "max": [40.869140625, 194.326171875, 179.208984375, 98.4375, 123.837890625, 35.2860107421875], "mean": [14.061559677124023, 133.23963928222656, 119.92619323730469, 63.104339599609375, 95.09463500976562, 5.274477481842041], "std": [15.982479095458984, 55.321617126464844, 49.97118377685547, 17.249061584472656, 12.514445304870605, 10.580799102783203], "count": [841]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49955386265082957]], [[0.4905839905941009]], [[0.49458010594729346]]], "std": [[[0.170166172452416]], [[0.1766427908973861]], [[0.19147281513756773]]], "count": [156]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6826855203619909]], [[0.6508662343409586]], [[0.6050532590707224]]], "std": [[[0.2481675509744789]], [[0.2568654717017952]], [[0.2781872296942269]]], "count": [156]}, "observation.images.topdown": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6123713038901458]], [[0.60628255404726]], [[0.6090975220483493]]], "std": [[[0.1840367119222633]], [[0.19045617270466528]], [[0.19348810768886235]]], "count": [156]}, "timestamp": {"min": [0.0], "max": [28.0], "mean": [14.0], "std": [8.09252055226855], "count": [841]}, "frame_index": {"min": [0], "max": [840], "mean": [420.0], "std": [242.77561656805653], "count": [841]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [841]}, "index": {"min": [1643], "max": [2483], "mean": [2063.0], "std": [242.77561656805653], "count": [841]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [841]}}}
5
+ {"episode_index": 4, "stats": {"action": {"min": [-4.39453125, 60.64453125, 32.607421875, 10.634765625, 75.146484375, -0.2546689212322235], "max": [38.759765625, 194.94140625, 179.6484375, 98.96484375, 158.115234375, 36.41765594482422], "mean": [16.52863883972168, 115.31039428710938, 107.9974136352539, 55.17464065551758, 98.39860534667969, 7.984710216522217], "std": [16.50545310974121, 54.308265686035156, 46.849708557128906, 28.756099700927734, 23.834016799926758, 12.542675971984863], "count": [845]}, "observation.state": {"min": [-4.5703125, 59.853515625, 34.892578125, 11.42578125, 75.498046875, -0.13783597946166992], "max": [38.935546875, 194.23828125, 179.208984375, 98.876953125, 157.587890625, 36.18194580078125], "mean": [16.457181930541992, 114.38428497314453, 109.20247650146484, 55.476776123046875, 98.47718048095703, 9.234091758728027], "std": [16.41822052001953, 54.83835983276367, 46.07634353637695, 28.45907211303711, 23.66556739807129, 11.993780136108398], "count": [845]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5087795557859897]], [[0.4966435276835093]], [[0.49750546495307524]]], "std": [[[0.18204373961537446]], [[0.186265665524239]], [[0.2010878662724825]]], "count": [156]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6772347036303837]], [[0.6460147634908664]], [[0.6003872706133735]]], "std": [[[0.25331882265528055]], [[0.2602716608433729]], [[0.2804821215604823]]], "count": [156]}, "observation.images.topdown": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6145280370160885]], [[0.6077004763176638]], [[0.6100853103527737]]], "std": [[[0.18798000463084155]], [[0.19455054956224374]], [[0.19756635848634196]]], "count": [156]}, "timestamp": {"min": [0.0], "max": [28.133333333333333], "mean": [14.066666666666665], "std": [8.1310105972956], "count": [845]}, "frame_index": {"min": [0], "max": [844], "mean": [422.0], "std": [243.93031791886796], "count": [845]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [845]}, "index": {"min": [2484], "max": [3328], "mean": [2906.0], "std": [243.93031791886796], "count": [845]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [845]}}}
6
+ {"episode_index": 5, "stats": {"action": {"min": [-0.703125, 58.18359375, 75.41015625, -4.833984375, 88.41796875, -0.33955857157707214], "max": [40.25390625, 194.853515625, 179.82421875, 75.146484375, 124.27734375, 29.796262741088867], "mean": [13.9259614944458, 133.84332275390625, 129.05702209472656, 45.050559997558594, 99.12248229980469, 4.981929779052734], "std": [15.889557838439941, 50.88468933105469, 40.40858840942383, 27.58509063720703, 8.982843399047852, 10.278579711914062], "count": [869]}, "observation.state": {"min": [-0.703125, 57.568359375, 78.3984375, -3.69140625, 88.76953125, 0.0], "max": [40.078125, 193.974609375, 179.384765625, 75.146484375, 123.837890625, 29.56581687927246], "mean": [13.900574684143066, 132.94326782226562, 130.2688446044922, 45.45886993408203, 99.20077514648438, 5.69392204284668], "std": [15.80634880065918, 51.24039840698242, 39.37324523925781, 27.288721084594727, 8.890450477600098, 9.981949806213379], "count": [869]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5045512944240197]], [[0.49604123646854575]], [[0.4966045113357843]]], "std": [[[0.18379555309343382]], [[0.19452323342687447]], [[0.2158333436928321]]], "count": [160]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6833197035845588]], [[0.6522445121017156]], [[0.6070289841196895]]], "std": [[[0.24548024136255345]], [[0.25401536464629726]], [[0.27584839927101057]]], "count": [160]}, "observation.images.topdown": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6180382965686274]], [[0.6103503893484477]], [[0.6129269492953431]]], "std": [[[0.18202877063457903]], [[0.18854730953535956]], [[0.19173747469136565]]], "count": [160]}, "timestamp": {"min": [0.0], "max": [28.933333333333334], "mean": [14.466666666666667], "std": [8.361950862222416], "count": [869]}, "frame_index": {"min": [0], "max": [868], "mean": [434.0], "std": [250.85852586667252], "count": [869]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [869]}, "index": {"min": [3329], "max": [4197], "mean": [3763.0], "std": [250.85852586667252], "count": [869]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [869]}}}
7
+ {"episode_index": 6, "stats": {"action": {"min": [0.087890625, 193.447265625, 179.736328125, 74.091796875, 96.15234375, 0.16977928578853607], "max": [0.087890625, 193.447265625, 179.736328125, 74.091796875, 96.15234375, 0.16977928578853607], "mean": [0.087890625, 193.447265625, 179.736328125, 74.091796875, 96.15234375, 0.16977928578853607], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [1]}, "observation.state": {"min": [0.17578125, 192.744140625, 179.384765625, 73.916015625, 96.416015625, 0.0], "max": [0.17578125, 192.744140625, 179.384765625, 73.916015625, 96.416015625, 0.0], "mean": [0.17578125, 192.744140625, 179.384765625, 73.916015625, 96.416015625, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [1]}, "observation.images.wrist": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[0.7568627450980392]], [[0.7568627450980392]], [[0.7647058823529411]]], "mean": [[[0.49098897058823526]], [[0.48165073529411767]], [[0.48565849673202616]]], "std": [[[0.16178596886430285]], [[0.16034506891235353]], [[0.16860543403127118]]], "count": [1]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6985563725490196]], [[0.6708823529411764]], [[0.6257105800653595]]], "std": [[[0.23053318950767357]], [[0.24016593448305848]], [[0.26655256858730897]]], "count": [1]}, "observation.images.topdown": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.01568627450980392]]], "max": [[[0.984313725490196]], [[0.9686274509803922]], [[0.9764705882352941]]], "mean": [[[0.6325032679738561]], [[0.6261981209150327]], [[0.6275110294117647]]], "std": [[[0.15592982841259748]], [[0.16468331212748288]], [[0.1706278349211777]]], "count": [1]}, "timestamp": {"min": [0.0], "max": [0.0], "mean": [0.0], "std": [0.0], "count": [1]}, "frame_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [1]}, "index": {"min": [4198], "max": [4198], "mean": [4198.0], "std": [0.0], "count": [1]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1]}}}
8
+ {"episode_index": 7, "stats": {"action": {"min": [-0.3515625, 91.0546875, 89.6484375, -23.02734375, 77.958984375, -0.6791171431541443], "max": [57.83203125, 195.29296875, 179.912109375, 75.498046875, 114.169921875, 35.99320983886719], "mean": [16.825754165649414, 132.34750366210938, 140.7467498779297, 25.620452880859375, 92.7737808227539, 6.196971893310547], "std": [22.989309310913086, 40.94363784790039, 31.237031936645508, 34.06365203857422, 9.76945686340332, 12.322216033935547], "count": [655]}, "observation.state": {"min": [-0.439453125, 90.791015625, 92.8125, -21.884765625, 77.87109375, 0.13783597946166992], "max": [57.568359375, 193.798828125, 179.384765625, 75.322265625, 113.642578125, 36.31977844238281], "mean": [17.0845947265625, 131.0816192626953, 141.88967895507812, 25.81850814819336, 92.78324890136719, 7.76023006439209], "std": [23.036884307861328, 40.818878173828125, 30.214218139648438, 33.469242095947266, 9.73507308959961, 11.958415031433105], "count": [655]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5082265003546638]], [[0.4971096417895324]], [[0.4931186445508436]]], "std": [[[0.19209813817224342]], [[0.2066015707901606]], [[0.230145177719194]]], "count": [129]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6855215173278614]], [[0.656259322592086]], [[0.612130616038405]]], "std": [[[0.23080880819627334]], [[0.24078082904424933]], [[0.2658310036426911]]], "count": [129]}, "observation.images.topdown": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6165728802502913]], [[0.6113397631985611]], [[0.6148918211987637]]], "std": [[[0.17815041095495973]], [[0.18560128859852648]], [[0.18940118271180983]]], "count": [129]}, "timestamp": {"min": [0.0], "max": [21.8], "mean": [10.9], "std": [6.3027330932258625], "count": [655]}, "frame_index": {"min": [0], "max": [654], "mean": [327.0], "std": [189.08199279677586], "count": [655]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [655]}, "index": {"min": [4199], "max": [4853], "mean": [4526.0], "std": [189.08199279677586], "count": [655]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [655]}}}
9
+ {"episode_index": 8, "stats": {"action": {"min": [-0.3515625, 194.4140625, 179.6484375, 75.498046875, 87.36328125, -0.16977928578853607], "max": [-0.3515625, 194.4140625, 179.6484375, 75.498046875, 87.36328125, -0.16977928578853607], "mean": [-0.3515625, 194.4140625, 179.6484375, 75.498046875, 87.36328125, -0.16977928578853607], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [1]}, "observation.state": {"min": [-0.17578125, 193.798828125, 179.384765625, 75.322265625, 87.71484375, 0.13783597946166992], "max": [-0.17578125, 193.798828125, 179.384765625, 75.322265625, 87.71484375, 0.13783597946166992], "mean": [-0.17578125, 193.798828125, 179.384765625, 75.322265625, 87.71484375, 0.13783597946166992], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [1]}, "observation.images.wrist": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[0.7411764705882353]], [[0.7568627450980392]], [[0.7686274509803922]]], "mean": [[[0.4674756944444444]], [[0.4700610702614379]], [[0.4764781454248366]]], "std": [[[0.16119889618810412]], [[0.166493614608441]], [[0.17897165994289319]]], "count": [1]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6985294117647058]], [[0.6712381535947712]], [[0.6268498774509804]]], "std": [[[0.2289165476489579]], [[0.2389660459594984]], [[0.26567314484910987]]], "count": [1]}, "observation.images.topdown": {"min": [[[0.00784313725490196]], [[0.0]], [[0.01568627450980392]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.984313725490196]]], "mean": [[[0.629953022875817]], [[0.623873570261438]], [[0.6274597630718954]]], "std": [[[0.15479467059989313]], [[0.16399211471898695]], [[0.17010271721284353]]], "count": [1]}, "timestamp": {"min": [0.0], "max": [0.0], "mean": [0.0], "std": [0.0], "count": [1]}, "frame_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [1]}, "index": {"min": [4854], "max": [4854], "mean": [4854.0], "std": [0.0], "count": [1]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1]}}}
10
+ {"episode_index": 9, "stats": {"action": {"min": [-2.373046875, 79.716796875, 76.025390625, -35.947265625, 69.521484375, -0.6791171431541443], "max": [57.83203125, 194.677734375, 179.736328125, 77.958984375, 100.37109375, 26.3157901763916], "mean": [18.494409561157227, 143.26150512695312, 147.99810791015625, 31.670124053955078, 91.50730895996094, 6.444459915161133], "std": [25.14556884765625, 45.57818603515625, 32.821895599365234, 42.79121017456055, 9.346949577331543, 10.703584671020508], "count": [870]}, "observation.state": {"min": [-2.4609375, 79.1015625, 79.013671875, -34.8046875, 69.873046875, 0.0], "max": [57.919921875, 194.501953125, 179.384765625, 77.958984375, 99.931640625, 26.119916915893555], "mean": [18.333377838134766, 142.6152801513672, 148.8662109375, 32.20726776123047, 91.55023956298828, 7.253094673156738], "std": [25.17783546447754, 45.9732551574707, 32.18257141113281, 42.764278411865234, 9.281452178955078, 10.186383247375488], "count": [870]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5115803972630718]], [[0.4994403569240196]], [[0.4970201069750817]]], "std": [[[0.2033792426997777]], [[0.2134809218664381]], [[0.2333131524117115]]], "count": [160]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.689004918555964]], [[0.6599983200571895]], [[0.6155208014195261]]], "std": [[[0.22715423275335161]], [[0.23745161269091963]], [[0.26375612314148367]]], "count": [160]}, "observation.images.topdown": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6128093788296569]], [[0.607114945874183]], [[0.6106794411254085]]], "std": [[[0.17385915817371161]], [[0.18128531286218003]], [[0.18583039244503383]]], "count": [160]}, "timestamp": {"min": [0.0], "max": [28.966666666666665], "mean": [14.483333333333333], "std": [8.371573373072755], "count": [870]}, "frame_index": {"min": [0], "max": [869], "mean": [434.5], "std": [251.14720119218265], "count": [870]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [870]}, "index": {"min": [4855], "max": [5724], "mean": [5289.5], "std": [251.14720119218265], "count": [870]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [870]}}}
meta/info.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101",
4
+ "total_episodes": 10,
5
+ "total_frames": 5725,
6
+ "total_tasks": 1,
7
+ "total_videos": 30,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:10"
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
+ 6
21
+ ],
22
+ "names": [
23
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.wrist": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.side": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "observation.images.topdown": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 480,
95
+ 640,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.height": 480,
105
+ "video.width": 640,
106
+ "video.codec": "av1",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "video.fps": 30,
110
+ "video.channels": 3,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "timestamp": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "frame_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "episode_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ },
135
+ "index": {
136
+ "dtype": "int64",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null
141
+ },
142
+ "task_index": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ }
149
+ }
150
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp the red stick put it in the bin."}
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d77152495f647c17d47fb52ed0a6d3816d9bc2a1ccaacdcc98638899f633a98
3
+ size 6683494
videos/chunk-000/observation.images.side/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20400d69408a7872ebfe51b2d537aadf814f96cff1f4e9138b62c8fbb6f82092
3
+ size 9859
videos/chunk-000/observation.images.side/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:664fbca71b4ec071c896a317ce5c1cd3258f35e573be37fb754284f75a15238f
3
+ size 6873202
videos/chunk-000/observation.images.side/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:292dc684d951016879eb856f27265e020b69408a296e6ca67eede4e92c4d21f9
3
+ size 7021448
videos/chunk-000/observation.images.side/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79f83287dbb9d645ac864e01ec65ba97e5686719f2a1ba829f2f3ed204fd3e8f
3
+ size 7397378
videos/chunk-000/observation.images.side/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94281cfb8dd9874b702b0b2326268a5ed3ed53232ab9b18102e0f89983911dfc
3
+ size 7277677
videos/chunk-000/observation.images.side/episode_000006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c89d6ac720238a02f1da93cda039857dd7426c06ce7d681ddb9d4251dad3db4d
3
+ size 9093
videos/chunk-000/observation.images.side/episode_000007.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42d191a6da2a296cd548381ad951a9c82438d82ac3164c3c6a246f7736b5f0fd
3
+ size 5034047
videos/chunk-000/observation.images.side/episode_000008.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0938e94b9090786280056a2757d9476959edd7af269b1ccb8e231b824f1f0b4e
3
+ size 9121
videos/chunk-000/observation.images.side/episode_000009.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6db9cfd08a904e17bacadfe7ac362764207d2930771c4497e3583d5aff9c742
3
+ size 6388827
videos/chunk-000/observation.images.topdown/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29fe3328f37cf96bfe1fa8267b9947b37d2bfed426b3be6ef33083424d416b2c
3
+ size 4504876
videos/chunk-000/observation.images.topdown/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4d76b36b10a43b7f5711ae7d6533e0acc73a1dfb68399dcc5adf668afae2d7e
3
+ size 6198
videos/chunk-000/observation.images.topdown/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df00498ffa7523df3b0a0422358668b219e7b582f67ed27649b8b7aaf62d9d10
3
+ size 4544202
videos/chunk-000/observation.images.topdown/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6836505fb744c657ac4825ca8cf86587b8a0eeb3a9239776f8949e303d83b45d
3
+ size 4608632
videos/chunk-000/observation.images.topdown/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9980e3c62d0e8a0cac1de178f5956e1abe24ffed82231a9fbbdf1e184cb7c48f
3
+ size 4838818
videos/chunk-000/observation.images.topdown/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a278f46b23139e0328e9c7990ead1835db5a7b37c53accf20ee5f75815a51bb1
3
+ size 4860505
videos/chunk-000/observation.images.topdown/episode_000006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fba4d4b69464666a131115c5cad2e880567d1939910832c952d41b43650d4cf
3
+ size 6240
videos/chunk-000/observation.images.topdown/episode_000007.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a87da7e77600e49a99772ed14fcbd61b6a2968a19df62091bdfff2e0e05567f0
3
+ size 3440038
videos/chunk-000/observation.images.topdown/episode_000008.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d5cb1df186672e810fe4679639c1924dd30850f20f270d011afab8d227de901
3
+ size 6274
videos/chunk-000/observation.images.topdown/episode_000009.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d603c12fbcdef948c5f9e9722aba7067af806b45bb0b5bbb75533055a73dc1ce
3
+ size 4324790
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdcc721a96e5d8e37f106fac71e18b79fb107299ecd8c62359962affbf1fd931
3
+ size 6755318
videos/chunk-000/observation.images.wrist/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c0c13149285ec2631f01bf5a5bc4375473d7a8cba34f3ff416220c67c90a0d5
3
+ size 3010
videos/chunk-000/observation.images.wrist/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1fb4f3fe1b87e0e8bd95ca7de0632a55421bb7de617fb4f61e779f3dc53bb3d
3
+ size 3060027
videos/chunk-000/observation.images.wrist/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:563fca3f18cb35caeae42689a47b7d1f5c5a21998a2f9ed7b46f3368d4ac69fd
3
+ size 3189448
videos/chunk-000/observation.images.wrist/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5cf86c8e3f9226ff72a81e84f2c478d61c13c8e75a26137f47f30f513372459
3
+ size 3568081
videos/chunk-000/observation.images.wrist/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdd920eb5360c184f9f4ff5eec888f4601783ae2df04e06c3e97679bda71803f
3
+ size 3250690
videos/chunk-000/observation.images.wrist/episode_000006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cee4d0af1b7d506b3f92dedfdae7393166e804d2623ec23d352bca2e22f7d2c0
3
+ size 3072
videos/chunk-000/observation.images.wrist/episode_000007.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24fa7fa84b89f1897ed82617b0809def1e5d9f5200adf2f8e1a36324a0608360
3
+ size 2654825
videos/chunk-000/observation.images.wrist/episode_000008.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e7485aa2c26fc9cecf5134306a39e1d6b9c94380f892af0c26148d78c3c4c6c
3
+ size 2751
videos/chunk-000/observation.images.wrist/episode_000009.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bafb4b3b3c4e47cf7f17b868f8749159f11e8db3d05fb24cd9c9a2272edeb05
3
+ size 3732273