CrawlAi commited on
Commit
7751980
·
1 Parent(s): 27357bd

Sync dataset from local copy

Browse files
Files changed (35) hide show
  1. README.md +163 -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 +127 -0
  15. meta/tasks.jsonl +1 -0
  16. videos/chunk-000/observation.images.laptop/episode_000000.mp4 +3 -0
  17. videos/chunk-000/observation.images.laptop/episode_000001.mp4 +3 -0
  18. videos/chunk-000/observation.images.laptop/episode_000002.mp4 +3 -0
  19. videos/chunk-000/observation.images.laptop/episode_000003.mp4 +3 -0
  20. videos/chunk-000/observation.images.laptop/episode_000004.mp4 +3 -0
  21. videos/chunk-000/observation.images.laptop/episode_000005.mp4 +3 -0
  22. videos/chunk-000/observation.images.laptop/episode_000006.mp4 +3 -0
  23. videos/chunk-000/observation.images.laptop/episode_000007.mp4 +3 -0
  24. videos/chunk-000/observation.images.laptop/episode_000008.mp4 +3 -0
  25. videos/chunk-000/observation.images.laptop/episode_000009.mp4 +3 -0
  26. videos/chunk-000/observation.images.phone/episode_000000.mp4 +3 -0
  27. videos/chunk-000/observation.images.phone/episode_000001.mp4 +3 -0
  28. videos/chunk-000/observation.images.phone/episode_000002.mp4 +3 -0
  29. videos/chunk-000/observation.images.phone/episode_000003.mp4 +3 -0
  30. videos/chunk-000/observation.images.phone/episode_000004.mp4 +3 -0
  31. videos/chunk-000/observation.images.phone/episode_000005.mp4 +3 -0
  32. videos/chunk-000/observation.images.phone/episode_000006.mp4 +3 -0
  33. videos/chunk-000/observation.images.phone/episode_000007.mp4 +3 -0
  34. videos/chunk-000/observation.images.phone/episode_000008.mp4 +3 -0
  35. videos/chunk-000/observation.images.phone/episode_000009.mp4 +3 -0
README.md ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - tutorial
8
+ configs:
9
+ - config_name: default
10
+ data_files: data/*/*.parquet
11
+ ---
12
+
13
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
14
+
15
+ ## Dataset Description
16
+
17
+
18
+
19
+ - **Homepage:** [More Information Needed]
20
+ - **Paper:** [More Information Needed]
21
+ - **License:** apache-2.0
22
+
23
+ ## Dataset Structure
24
+
25
+ [meta/info.json](meta/info.json):
26
+ ```json
27
+ {
28
+ "codebase_version": "v2.1",
29
+ "robot_type": "so101",
30
+ "total_episodes": 10,
31
+ "total_frames": 7642,
32
+ "total_tasks": 1,
33
+ "total_videos": 20,
34
+ "total_chunks": 1,
35
+ "chunks_size": 1000,
36
+ "fps": 30,
37
+ "splits": {
38
+ "train": "0:10"
39
+ },
40
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
41
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
42
+ "features": {
43
+ "action": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 6
47
+ ],
48
+ "names": [
49
+ "main_shoulder_pan",
50
+ "main_shoulder_lift",
51
+ "main_elbow_flex",
52
+ "main_wrist_flex",
53
+ "main_wrist_roll",
54
+ "main_gripper"
55
+ ]
56
+ },
57
+ "observation.state": {
58
+ "dtype": "float32",
59
+ "shape": [
60
+ 6
61
+ ],
62
+ "names": [
63
+ "main_shoulder_pan",
64
+ "main_shoulder_lift",
65
+ "main_elbow_flex",
66
+ "main_wrist_flex",
67
+ "main_wrist_roll",
68
+ "main_gripper"
69
+ ]
70
+ },
71
+ "observation.images.laptop": {
72
+ "dtype": "video",
73
+ "shape": [
74
+ 480,
75
+ 640,
76
+ 3
77
+ ],
78
+ "names": [
79
+ "height",
80
+ "width",
81
+ "channels"
82
+ ],
83
+ "info": {
84
+ "video.height": 480,
85
+ "video.width": 640,
86
+ "video.codec": "av1",
87
+ "video.pix_fmt": "yuv420p",
88
+ "video.is_depth_map": false,
89
+ "video.fps": 30,
90
+ "video.channels": 3,
91
+ "has_audio": false
92
+ }
93
+ },
94
+ "observation.images.phone": {
95
+ "dtype": "video",
96
+ "shape": [
97
+ 480,
98
+ 640,
99
+ 3
100
+ ],
101
+ "names": [
102
+ "height",
103
+ "width",
104
+ "channels"
105
+ ],
106
+ "info": {
107
+ "video.height": 480,
108
+ "video.width": 640,
109
+ "video.codec": "av1",
110
+ "video.pix_fmt": "yuv420p",
111
+ "video.is_depth_map": false,
112
+ "video.fps": 30,
113
+ "video.channels": 3,
114
+ "has_audio": false
115
+ }
116
+ },
117
+ "timestamp": {
118
+ "dtype": "float32",
119
+ "shape": [
120
+ 1
121
+ ],
122
+ "names": null
123
+ },
124
+ "frame_index": {
125
+ "dtype": "int64",
126
+ "shape": [
127
+ 1
128
+ ],
129
+ "names": null
130
+ },
131
+ "episode_index": {
132
+ "dtype": "int64",
133
+ "shape": [
134
+ 1
135
+ ],
136
+ "names": null
137
+ },
138
+ "index": {
139
+ "dtype": "int64",
140
+ "shape": [
141
+ 1
142
+ ],
143
+ "names": null
144
+ },
145
+ "task_index": {
146
+ "dtype": "int64",
147
+ "shape": [
148
+ 1
149
+ ],
150
+ "names": null
151
+ }
152
+ }
153
+ }
154
+ ```
155
+
156
+
157
+ ## Citation
158
+
159
+ **BibTeX:**
160
+
161
+ ```bibtex
162
+ [More Information Needed]
163
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bbaeddce131e05e19732acb30e0cf613a253a501be302ba8af96ce6ba7fb023
3
+ size 59850
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c33c95cd8b928b4fda633412ceb793ac912428ef605328ccd9f13d9654550e1b
3
+ size 61660
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:334bcb53c589379299ce47572f86f263ad397ee09727c6fed468f03ff566389e
3
+ size 61863
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a414f8cd21f04ea0d60539f388552033c12e33bc9a529000973f5258c5871232
3
+ size 61030
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb996e513db835d7b07a9ea95e93599f281e9f36371592e12338410ee9feb179
3
+ size 3724
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a35accabc4857ed03f14404bb5b1bcb4e851aed0b33caf0352e13e9e61ab88e1
3
+ size 40332
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a73b6d206c0f14fef8617a11e751af4c1f048c0265d94f80ef0989db0cfecb21
3
+ size 61158
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72ea20b0d9ae4712d3ad935ec97727f79795c8644fb190f611db46a069fcbc1b
3
+ size 61161
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df420cc23f19b72a41e24a53c72a2e7cd06edf9b644f48e7dc8ee963998f72fc
3
+ size 57965
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a3f362ac455d7965fbec5ac31c438490536b35a4ff3d33b5ea5bbbb31b402ba
3
+ size 60669
meta/episodes.jsonl ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 881}
2
+ {"episode_index": 1, "tasks": ["Grasp a lego block and put it in the bin."], "length": 892}
3
+ {"episode_index": 2, "tasks": ["Grasp a lego block and put it in the bin."], "length": 892}
4
+ {"episode_index": 3, "tasks": ["Grasp a lego block and put it in the bin."], "length": 893}
5
+ {"episode_index": 4, "tasks": ["Grasp a lego block and put it in the bin."], "length": 1}
6
+ {"episode_index": 5, "tasks": ["Grasp a lego block and put it in the bin."], "length": 562}
7
+ {"episode_index": 6, "tasks": ["Grasp a lego block and put it in the bin."], "length": 893}
8
+ {"episode_index": 7, "tasks": ["Grasp a lego block and put it in the bin."], "length": 893}
9
+ {"episode_index": 8, "tasks": ["Grasp a lego block and put it in the bin."], "length": 842}
10
+ {"episode_index": 9, "tasks": ["Grasp a lego block and put it in the bin."], "length": 893}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-5.505465030670166, 63.654335021972656, 63.87355041503906, 57.00786590576172, -111.8170394897461, -0.31987667083740234], "max": [31.11243438720703, 164.49644470214844, 137.02993774414062, 86.16090393066406, -97.312744140625, 36.37396240234375], "mean": [1.7864773273468018, 86.84231567382812, 78.03855895996094, 65.99187469482422, -105.1689224243164, 14.462044715881348], "std": [7.362128257751465, 19.318695068359375, 14.725111961364746, 5.349739074707031, 2.7171709537506104, 9.792917251586914], "count": [881]}, "observation.state": {"min": [-5.09765625, 61.611328125, 69.873046875, 58.271484375, -111.181640625, 0.07468260079622269], "max": [30.5859375, 198.80859375, 187.20703125, 85.869140625, -97.998046875, 35.54891586303711], "mean": [1.9035652875900269, 83.80694580078125, 83.37383270263672, 66.53064727783203, -105.1990737915039, 14.621740341186523], "std": [7.56019926071167, 21.26009750366211, 17.921072006225586, 5.149966239929199, 2.600639581680298, 9.663666725158691], "count": [881]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6023612087951122]], [[0.6131756979965899]], [[0.6166609921142371]]], "std": [[[0.2754670195199517]], [[0.2733345605265908]], [[0.27232047105856977]]], "count": [161]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5976338790951163]], [[0.554863185310356]], [[0.5811122858563715]]], "std": [[[0.2697807611472616]], [[0.2945332055103511]], [[0.2746863614075729]]], "count": [161]}, "timestamp": {"min": [0.0], "max": [29.333333333333332], "mean": [14.666666666666666], "std": [8.477420991472977], "count": [881]}, "frame_index": {"min": [0], "max": [880], "mean": [440.0], "std": [254.3226297441893], "count": [881]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [881]}, "index": {"min": [0], "max": [880], "mean": [440.0], "std": [254.3226297441893], "count": [881]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [881]}}}
2
+ {"episode_index": 1, "stats": {"action": {"min": [-6.404722690582275, 63.08726501464844, 61.73323059082031, 49.585243225097656, -113.6337661743164, -0.2837085723876953], "max": [32.046504974365234, 198.90966796875, 181.3331298828125, 88.72135925292969, -75.80712127685547, 33.57177734375], "mean": [8.628365516662598, 120.21109771728516, 110.75149536132812, 68.04594421386719, -102.54718780517578, 9.093589782714844], "std": [12.847742080688477, 41.21651840209961, 38.832611083984375, 9.003952026367188, 7.528468132019043, 9.921823501586914], "count": [892]}, "observation.state": {"min": [-5.712890625, 62.490234375, 68.203125, 50.537109375, -113.02734375, 0.8215085864067078], "max": [31.376953125, 198.369140625, 181.669921875, 87.890625, -77.34375, 33.08439254760742], "mean": [8.631312370300293, 119.15258026123047, 116.13343811035156, 68.42984008789062, -102.50186920166016, 10.025680541992188], "std": [12.776549339294434, 42.412689208984375, 37.669193267822266, 8.77446460723877, 7.464635372161865, 9.669215202331543], "count": [892]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6024764688339548]], [[0.611556406381571]], [[0.619681501613938]]], "std": [[[0.27300755328216303]], [[0.27062976009656703]], [[0.27077347136645075]]], "count": [163]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5976531424174987]], [[0.5599068126227997]], [[0.5861669774249167]]], "std": [[[0.28056553445156285]], [[0.3029307303299253]], [[0.28239519647997463]]], "count": [163]}, "timestamp": {"min": [0.0], "max": [29.7], "mean": [14.850000000000001], "std": [8.583268608170199], "count": [892]}, "frame_index": {"min": [0], "max": [891], "mean": [445.5], "std": [257.498058245106], "count": [892]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [892]}, "index": {"min": [881], "max": [1772], "mean": [1326.5], "std": [257.498058245106], "count": [892]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [892]}}}
3
+ {"episode_index": 2, "stats": {"action": {"min": [-7.208250522613525, 63.50145721435547, 65.30549621582031, 49.305023193359375, -111.58650970458984, -1.405527114868164], "max": [32.07646560668945, 199.84498596191406, 182.12107849121094, 89.69683074951172, -73.67890167236328, 32.396583557128906], "mean": [8.392562866210938, 128.65679931640625, 118.52058410644531, 67.83003234863281, -100.95378875732422, 7.840394020080566], "std": [13.161581993103027, 44.06541061401367, 40.76592254638672, 10.63008975982666, 7.880416393280029, 9.355514526367188], "count": [892]}, "observation.state": {"min": [-6.767578125, 63.720703125, 72.7734375, 50.44921875, -111.09375, 0.07468260079622269], "max": [31.552734375, 199.248046875, 182.548828125, 89.296875, -75.41015625, 31.590740203857422], "mean": [8.339263916015625, 128.195068359375, 124.08344268798828, 68.44300079345703, -100.84920501708984, 9.584668159484863], "std": [13.128707885742188, 45.02955627441406, 39.16358947753906, 10.324048042297363, 7.779323101043701, 9.015360832214355], "count": [892]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6051924082260716]], [[0.6146512202273547]], [[0.6198392126789366]]], "std": [[[0.2745736666585684]], [[0.2725966190812134]], [[0.274769108239404]]], "count": [163]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5863551904146117]], [[0.5478025682665705]], [[0.5735875862103532]]], "std": [[[0.2793445257769472]], [[0.3019693956693985]], [[0.2826386418403484]]], "count": [163]}, "timestamp": {"min": [0.0], "max": [29.7], "mean": [14.850000000000001], "std": [8.583268608170199], "count": [892]}, "frame_index": {"min": [0], "max": [891], "mean": [445.5], "std": [257.498058245106], "count": [892]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [892]}, "index": {"min": [1773], "max": [2664], "mean": [2218.5], "std": [257.498058245106], "count": [892]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [892]}}}
4
+ {"episode_index": 3, "stats": {"action": {"min": [-6.5314154624938965, 64.59066009521484, 65.03483581542969, 49.56346893310547, -110.30976867675781, 0.22619056701660156], "max": [32.06892013549805, 199.08547973632812, 181.06747436523438, 89.01221466064453, -74.54007720947266, 30.025291442871094], "mean": [2.7167932987213135, 121.31288146972656, 110.14727020263672, 68.41332244873047, -100.72148132324219, 8.594500541687012], "std": [9.132342338562012, 51.61959457397461, 45.85740661621094, 7.984505653381348, 7.412336826324463, 8.93160343170166], "count": [893]}, "observation.state": {"min": [-6.064453125, 63.193359375, 72.59765625, 50.80078125, -109.6875, 0.7468259930610657], "max": [31.376953125, 198.45703125, 181.669921875, 88.59375, -76.201171875, 29.350261688232422], "mean": [2.635242462158203, 120.61692810058594, 116.02005004882812, 69.00843048095703, -100.6661605834961, 9.52784538269043], "std": [9.140517234802246, 53.12139129638672, 44.3369140625, 7.758510589599609, 7.307413578033447, 8.81634521484375], "count": [893]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5907889224708288]], [[0.6076496012771161]], [[0.6080010776294158]]], "std": [[[0.30128116440158303]], [[0.29253900930966253]], [[0.29660142690872404]]], "count": [163]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5118532970447892]], [[0.4843136590781507]], [[0.5068757555936485]]], "std": [[[0.2988785802721246]], [[0.3165856895746365]], [[0.30004971722535023]]], "count": [163]}, "timestamp": {"min": [0.0], "max": [29.733333333333334], "mean": [14.866666666666664], "std": [8.592891118696766], "count": [893]}, "frame_index": {"min": [0], "max": [892], "mean": [446.0], "std": [257.78673356090303], "count": [893]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [893]}, "index": {"min": [2665], "max": [3557], "mean": [3111.0], "std": [257.78673356090303], "count": [893]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [893]}}}
5
+ {"episode_index": 4, "stats": {"action": {"min": [-1.0581612586975098, 75.30162048339844, 71.9580078125, 62.66585922241211, -104.93122863769531, 3.4985532760620117], "max": [-1.0581612586975098, 75.30162048339844, 71.9580078125, 62.66585922241211, -104.93122863769531, 3.4985532760620117], "mean": [-1.0581612586975098, 75.30162048339844, 71.9580078125, 62.66585922241211, -104.93122863769531, 3.4985532760620117], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [1]}, "observation.state": {"min": [22.5, 198.28125, 180.966796875, 73.037109375, -107.314453125, 29.051530838012695], "max": [22.5, 198.28125, 180.966796875, 73.037109375, -107.314453125, 29.051530838012695], "mean": [22.5, 198.28125, 180.966796875, 73.037109375, -107.314453125, 29.051530838012695], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [1]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5918641748366013]], [[0.6114597630718954]], [[0.610203635620915]]], "std": [[[0.3005734726210708]], [[0.29236472036257893]], [[0.29769441770718597]]], "count": [1]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.011764705882352941]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.5640449346405229]], [[0.5338098447712418]], [[0.5565428921568628]]], "std": [[[0.2935543988571809]], [[0.3165479116194968]], [[0.29944943161142307]]], "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": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [1]}, "index": {"min": [3558], "max": [3558], "mean": [3558.0], "std": [0.0], "count": [1]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1]}}}
6
+ {"episode_index": 5, "stats": {"action": {"min": [-7.109379291534424, 68.64225769042969, 65.88395690917969, 52.51780700683594, -110.83975219726562, 0.18984508514404297], "max": [31.699867248535156, 198.87689208984375, 180.8039093017578, 86.52362060546875, -76.92174530029297, 33.918426513671875], "mean": [6.024615287780762, 143.67889404296875, 131.13140869140625, 69.67243957519531, -99.2281723022461, 6.886238098144531], "std": [12.930500030517578, 48.27568054199219, 44.091609954833984, 8.025426864624023, 8.528271675109863, 7.539714813232422], "count": [562]}, "observation.state": {"min": [-6.50390625, 66.533203125, 72.7734375, 53.525390625, -110.390625, 0.5227782130241394], "max": [30.849609375, 198.6328125, 181.318359375, 86.30859375, -77.607421875, 33.15907287597656], "mean": [6.019256591796875, 143.15025329589844, 135.73329162597656, 70.0203628540039, -99.39965057373047, 8.480830192565918], "std": [12.874988555908203, 49.050907135009766, 41.69832992553711, 7.729546546936035, 8.209961891174316, 7.791853427886963], "count": [562]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5861957445296959]], [[0.6022205456095482]], [[0.6037756837880079]]], "std": [[[0.3121097624198237]], [[0.3027914962492878]], [[0.31059166205707567]]], "count": [115]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5735578022875817]], [[0.5396344398266553]], [[0.5607939240551293]]], "std": [[[0.290815773335343]], [[0.3094992492837299]], [[0.28933018015559625]]], "count": [115]}, "timestamp": {"min": [0.0], "max": [18.7], "mean": [9.35], "std": [5.407838960455666], "count": [562]}, "frame_index": {"min": [0], "max": [561], "mean": [280.5], "std": [162.23516881367], "count": [562]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [562]}, "index": {"min": [3559], "max": [4120], "mean": [3839.5], "std": [162.23516881367], "count": [562]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [562]}}}
7
+ {"episode_index": 6, "stats": {"action": {"min": [-3.3210396766662598, 72.50579071044922, 63.662269592285156, 52.49293899536133, -110.85713958740234, 0.14470291137695312], "max": [30.822473526000977, 199.185791015625, 180.75949096679688, 86.59797668457031, -89.6085205078125, 26.063426971435547], "mean": [6.0225324630737305, 110.78978729248047, 101.06432342529297, 66.94702911376953, -103.77729797363281, 8.51931381225586], "std": [9.127836227416992, 35.67268753051758, 31.773916244506836, 6.313355445861816, 4.5359320640563965, 7.714845180511475], "count": [893]}, "observation.state": {"min": [-2.98828125, 70.576171875, 70.13671875, 53.61328125, -110.21484375, 0.5227782130241394], "max": [30.322265625, 198.369140625, 181.494140625, 84.111328125, -91.0546875, 29.051530838012695], "mean": [5.944772243499756, 107.85137939453125, 104.93917846679688, 67.36244201660156, -103.8334732055664, 8.799657821655273], "std": [9.095264434814453, 37.202877044677734, 31.634485244750977, 6.008536338806152, 4.335659980773926, 7.686659812927246], "count": [893]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5908323697321464]], [[0.6132344320141144]], [[0.6101103279501985]]], "std": [[[0.31522850474255504]], [[0.3047027331617601]], [[0.3126739668031992]]], "count": [163]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5664446123541441]], [[0.5323772479850837]], [[0.5535980241789967]]], "std": [[[0.2932578395686004]], [[0.30933993596485415]], [[0.2897523226578628]]], "count": [163]}, "timestamp": {"min": [0.0], "max": [29.733333333333334], "mean": [14.866666666666664], "std": [8.592891118696766], "count": [893]}, "frame_index": {"min": [0], "max": [892], "mean": [446.0], "std": [257.78673356090303], "count": [893]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [893]}, "index": {"min": [4121], "max": [5013], "mean": [4567.0], "std": [257.78673356090303], "count": [893]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [893]}}}
8
+ {"episode_index": 7, "stats": {"action": {"min": [-3.008817195892334, 70.80601501464844, 66.09564208984375, 52.75312042236328, -110.16524505615234, 0.44870758056640625], "max": [32.0368766784668, 126.35576629638672, 134.05787658691406, 85.2359390258789, -99.3929672241211, 27.34705924987793], "mean": [7.478853225708008, 97.56158447265625, 90.6466293334961, 64.46195983886719, -105.85625457763672, 10.008612632751465], "std": [9.55871868133545, 15.38465404510498, 14.90461254119873, 6.252171039581299, 2.6308438777923584, 8.461960792541504], "count": [893]}, "observation.state": {"min": [-2.63671875, 68.994140625, 72.685546875, 54.052734375, -109.6875, 0.8215085864067078], "max": [31.46484375, 198.28125, 181.318359375, 84.814453125, -99.931640625, 29.051530838012695], "mean": [7.5792622566223145, 94.73373413085938, 95.87950897216797, 65.02281951904297, -105.81122589111328, 10.18165397644043], "std": [9.4503755569458, 18.13721466064453, 16.79751968383789, 6.107619285583496, 2.431018829345703, 8.358616828918457], "count": [893]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5878787353642888]], [[0.6096543616424075]], [[0.6076858584947271]]], "std": [[[0.3189627402817925]], [[0.30903283250054747]], [[0.31524992769246996]]], "count": [163]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5672188139059304]], [[0.5322665491298769]], [[0.5541689710393359]]], "std": [[[0.29186824936489497]], [[0.308964149855553]], [[0.2885829164323747]]], "count": [163]}, "timestamp": {"min": [0.0], "max": [29.733333333333334], "mean": [14.866666666666664], "std": [8.592891118696766], "count": [893]}, "frame_index": {"min": [0], "max": [892], "mean": [446.0], "std": [257.78673356090303], "count": [893]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [893]}, "index": {"min": [5014], "max": [5906], "mean": [5460.0], "std": [257.78673356090303], "count": [893]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [893]}}}
9
+ {"episode_index": 8, "stats": {"action": {"min": [-4.726332187652588, 69.84234619140625, 66.56806945800781, 53.597869873046875, -111.87427520751953, -1.6128864288330078], "max": [29.67794418334961, 132.4861297607422, 133.65890502929688, 86.53540802001953, -96.51587677001953, 28.457387924194336], "mean": [3.621128559112549, 91.27823638916016, 83.7413330078125, 64.7091293334961, -104.69303894042969, 11.31818675994873], "std": [9.302002906799316, 18.318300247192383, 15.816149711608887, 6.5647101402282715, 3.8568222522735596, 8.166234970092773], "count": [842]}, "observation.state": {"min": [-4.39453125, 67.939453125, 73.037109375, 54.755859375, -111.4453125, 0.22404779493808746], "max": [28.916015625, 198.28125, 180.966796875, 86.1328125, -97.20703125, 29.051530838012695], "mean": [3.5697999000549316, 89.32946014404297, 89.82521057128906, 65.34989166259766, -104.63951110839844, 11.421918869018555], "std": [9.349709510803223, 21.146095275878906, 18.716415405273438, 6.370638847351074, 3.5831539630889893, 8.128561973571777], "count": [842]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5896418465623429]], [[0.6091495464638848]], [[0.6072152083857046]]], "std": [[[0.3120216041016664]], [[0.30410439938866507]], [[0.30981130316840927]]], "count": [156]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5668695219540808]], [[0.5299480305744093]], [[0.5518265302916038]]], "std": [[[0.2882343239047046]], [[0.3068250715769001]], [[0.28720024397297367]]], "count": [156]}, "timestamp": {"min": [0.0], "max": [28.033333333333335], "mean": [14.016666666666666], "std": [8.102143063549436], "count": [842]}, "frame_index": {"min": [0], "max": [841], "mean": [420.5], "std": [243.06429190648305], "count": [842]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [842]}, "index": {"min": [5907], "max": [6748], "mean": [6327.5], "std": [243.06429190648305], "count": [842]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [842]}}}
10
+ {"episode_index": 9, "stats": {"action": {"min": [-3.240845203399658, 70.51832580566406, 64.3301010131836, 53.05644989013672, -110.11438751220703, -0.3658447265625], "max": [31.28502082824707, 127.3469467163086, 136.69815063476562, 87.18760681152344, -96.22663879394531, 26.33515739440918], "mean": [4.708876132965088, 92.83145904541016, 85.47500610351562, 64.76982116699219, -104.55099487304688, 9.812152862548828], "std": [7.30567741394043, 14.216764450073242, 12.160862922668457, 6.396816730499268, 3.2261033058166504, 6.070823669433594], "count": [893]}, "observation.state": {"min": [-2.724609375, 68.818359375, 70.927734375, 54.404296875, -109.6875, 1.0455564260482788], "max": [30.849609375, 198.45703125, 180.966796875, 86.748046875, -98.349609375, 29.051530838012695], "mean": [4.6921586990356445, 90.57263946533203, 91.0662612915039, 65.28418731689453, -104.54204559326172, 10.119112014770508], "std": [7.265833377838135, 17.241207122802734, 15.499768257141113, 6.101219654083252, 3.059455394744873, 6.037744522094727], "count": [893]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5862886242431533]], [[0.604871234562332]], [[0.6080819562231845]]], "std": [[[0.31627604281431004]], [[0.3062988016728147]], [[0.31357143515053026]]], "count": [163]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5603138708448614]], [[0.5268237361662457]], [[0.5498099763422752]]], "std": [[[0.2918406684430691]], [[0.3085732203614569]], [[0.28961860645258825]]], "count": [163]}, "timestamp": {"min": [0.0], "max": [29.733333333333334], "mean": [14.866666666666664], "std": [8.592891118696766], "count": [893]}, "frame_index": {"min": [0], "max": [892], "mean": [446.0], "std": [257.78673356090303], "count": [893]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [893]}, "index": {"min": [6749], "max": [7641], "mean": [7195.0], "std": [257.78673356090303], "count": [893]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [893]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101",
4
+ "total_episodes": 10,
5
+ "total_frames": 7642,
6
+ "total_tasks": 1,
7
+ "total_videos": 20,
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.laptop": {
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.phone": {
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
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a lego block and put it in the bin."}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e39aa99fb0b97262bd93f5b18e497bff535c4ba74d1ad935ec9f073bc8594e4
3
+ size 7235961
videos/chunk-000/observation.images.laptop/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:095ae34e2d56b5f6a11adbc2d643a3616174250818d3b0e8e8c31311924db66e
3
+ size 6999823
videos/chunk-000/observation.images.laptop/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f766c1447d4354fb03beb9022e44ada62597cb1085485637dce19c5ab136ba3a
3
+ size 6544436
videos/chunk-000/observation.images.laptop/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c4e86d83ffe1b8c95861235234e147d5a664332baa6e4ff30bbcaa21ba3d920
3
+ size 6346016
videos/chunk-000/observation.images.laptop/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dcc05d6ca609eb74393e57618fdcb0b3e98370d12cfce1f674f394a23728542
3
+ size 9213
videos/chunk-000/observation.images.laptop/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b38e85d97c00c2f961f0fdbf0d22ef30adba6fa430d6ba8e065e80d52c69df1
3
+ size 3870405
videos/chunk-000/observation.images.laptop/episode_000006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04a481dd95a6cc6d498c8656d5db49815bed6d3c373414822d3eebbd40d3c324
3
+ size 6536848
videos/chunk-000/observation.images.laptop/episode_000007.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90af4ff0df73e408ba8b6d3e22417072a89a04bfe8800aa198726c3a4c342cdf
3
+ size 6353568
videos/chunk-000/observation.images.laptop/episode_000008.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98ed31f50aa7acbf091a20cedfa5d4978bc127e3d6be4d14540f1ea766c7a135
3
+ size 6374937
videos/chunk-000/observation.images.laptop/episode_000009.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f00d1397fef536276cd3936d4bb49b6e3894f50734460d230ffc262b0def0370
3
+ size 7056858
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0097afbc4da6e296be2a40be553f204958cd482d6dedbfe0e71215e906bf7ab
3
+ size 7564745
videos/chunk-000/observation.images.phone/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f19ced0db4483376ce6681ee74d8bfbee00cd5ef0a931a04e89b9dc3eea89fed
3
+ size 7325610
videos/chunk-000/observation.images.phone/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:008166f1bbae41ebc99b0d2f12e52c958c3e4a2464a7f0d97c3fc7327e7ca7ff
3
+ size 6884765
videos/chunk-000/observation.images.phone/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d241a4f1de3126a49e5fb676be6a27ef528c1d81224a7532983ac3cacee726ae
3
+ size 5982748
videos/chunk-000/observation.images.phone/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afbd60a72e2a43bc185c234a52c582d9eb9884210fb2f5fe02e8a674429235df
3
+ size 8502
videos/chunk-000/observation.images.phone/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:295afee1660e94b55e9c5227c5cb14b1e7c1b60ca24979a5d66358b31764cb18
3
+ size 3809009
videos/chunk-000/observation.images.phone/episode_000006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f52b7688b69a6a7f606eaa8b3cc792bc82680c178923caee7d7f25344d54525e
3
+ size 6060171
videos/chunk-000/observation.images.phone/episode_000007.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4327e4a74a47fc965dc1beebbf3d87f33638724361a9aef26d8c5065998ff9bd
3
+ size 6332976
videos/chunk-000/observation.images.phone/episode_000008.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ca284223f02ad14f27ad2a1e67888e85cbc90499d297e25c6f1b8e785ca596f
3
+ size 6126951
videos/chunk-000/observation.images.phone/episode_000009.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fabe6fd20379090c1f7dce1f74395116e85cee92f1ce1b96141df5a074d6efc
3
+ size 6463258