relaxedandcalm commited on
Commit
0aa280c
·
verified ·
1 Parent(s): a69f163

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e30af786be0067aec227df8854f7c96e96c08f2348500048fe9c87675110d82
3
+ size 31306
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:680f7a9f761c214452a9a7869dbf7011cd690a8d71af42292fe454e61ca873e1
3
+ size 31225
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b0faeacb18c8b172b28a7a252d68561787dde7f630a52f9de17bf73c47d32ef
3
+ size 31307
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19ad3f352c4fbdd42345b7254b1e645265354a668abb7ae6042ccc1e0b131253
3
+ size 31307
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cbcd42cd6867cb3eec9139e7b1f5c5321d5df6b7609db0ed2029fd3dfb388de
3
+ size 31311
meta/episodes.jsonl ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Collect all connectors"], "length": 499}
2
+ {"episode_index": 1, "tasks": ["Collect all connectors"], "length": 493}
3
+ {"episode_index": 2, "tasks": ["Collect all connectors"], "length": 496}
4
+ {"episode_index": 3, "tasks": ["Collect all connectors"], "length": 498}
5
+ {"episode_index": 4, "tasks": ["Collect all connectors"], "length": 494}
6
+ {"episode_index": 0, "tasks": ["Collect all connectors"], "length": 333}
7
+ {"episode_index": 1, "tasks": ["Collect all connectors"], "length": 332}
8
+ {"episode_index": 2, "tasks": ["Collect all connectors"], "length": 333}
9
+ {"episode_index": 3, "tasks": ["Collect all connectors"], "length": 333}
10
+ {"episode_index": 4, "tasks": ["Collect all connectors"], "length": 333}
meta/info.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "mcx",
4
+ "total_episodes": 5,
5
+ "total_frames": 1664,
6
+ "total_tasks": 1,
7
+ "total_videos": 5,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:5"
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
+ 7
21
+ ],
22
+ "names": "main"
23
+ },
24
+ "observation.state": {
25
+ "dtype": "float32",
26
+ "shape": [
27
+ 7
28
+ ],
29
+ "names": "main"
30
+ },
31
+ "observation.images.first_cam": {
32
+ "dtype": "video",
33
+ "shape": [
34
+ 480,
35
+ 640,
36
+ 3
37
+ ],
38
+ "names": [
39
+ "height",
40
+ "width",
41
+ "channels"
42
+ ],
43
+ "info": {
44
+ "video.fps": 30.0,
45
+ "video.height": 480,
46
+ "video.width": 640,
47
+ "video.channels": 3,
48
+ "video.codec": "av1",
49
+ "video.pix_fmt": "yuv420p",
50
+ "video.is_depth_map": false,
51
+ "has_audio": false
52
+ }
53
+ },
54
+ "timestamp": {
55
+ "dtype": "float32",
56
+ "shape": [
57
+ 1
58
+ ],
59
+ "names": null
60
+ },
61
+ "frame_index": {
62
+ "dtype": "int64",
63
+ "shape": [
64
+ 1
65
+ ],
66
+ "names": null
67
+ },
68
+ "episode_index": {
69
+ "dtype": "int64",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "task_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ }
89
+ }
90
+ }
meta/stats.json ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ 134.92083740234375,
5
+ 173.59352111816406,
6
+ 958.485107421875,
7
+ -18.079769134521484,
8
+ 1030.271728515625,
9
+ 16.413618087768555,
10
+ 0.1874999850988388
11
+ ],
12
+ "std": [
13
+ 153.12484741210938,
14
+ 102.32463836669922,
15
+ 114.1976318359375,
16
+ 140.4731903076172,
17
+ 31.252933502197266,
18
+ 108.1474838256836,
19
+ 0.39031240344047546
20
+ ],
21
+ "max": [
22
+ 379.28125,
23
+ 390.4988098144531,
24
+ 1171.4346923828125,
25
+ 388.7890930175781,
26
+ 1109.1251220703125,
27
+ 268.6027526855469,
28
+ 1.0
29
+ ],
30
+ "min": [
31
+ -134.7671356201172,
32
+ -11.704089164733887,
33
+ 636.5470581054688,
34
+ -278.5155334472656,
35
+ 906.2809448242188,
36
+ -287.3933410644531,
37
+ 0.0
38
+ ]
39
+ },
40
+ "observation.state": {
41
+ "mean": [
42
+ 97.34386444091797,
43
+ 136.0865936279297,
44
+ 1033.166259765625,
45
+ -143.9571075439453,
46
+ 1112.7286376953125,
47
+ 53.677913665771484,
48
+ 0.18689902126789093
49
+ ],
50
+ "std": [
51
+ 142.54544067382812,
52
+ 99.64143371582031,
53
+ 122.24774169921875,
54
+ 167.1515655517578,
55
+ 50.395606994628906,
56
+ 116.87471771240234,
57
+ 0.38983049988746643
58
+ ],
59
+ "max": [
60
+ 348.4441223144531,
61
+ 365.543212890625,
62
+ 1354.41552734375,
63
+ 100.13092041015625,
64
+ 1251.953369140625,
65
+ 311.1633605957031,
66
+ 1.0
67
+ ],
68
+ "min": [
69
+ -142.44190979003906,
70
+ -55.12958526611328,
71
+ 731.5264282226562,
72
+ -543.1731567382812,
73
+ 1021.1852416992188,
74
+ -272.2259826660156,
75
+ 0.0
76
+ ]
77
+ },
78
+ "observation.images.first_cam": {
79
+ "mean": [
80
+ [
81
+ [
82
+ 0.5194106698036194
83
+ ]
84
+ ],
85
+ [
86
+ [
87
+ 0.5141545534133911
88
+ ]
89
+ ],
90
+ [
91
+ [
92
+ 0.5129150748252869
93
+ ]
94
+ ]
95
+ ],
96
+ "std": [
97
+ [
98
+ [
99
+ 0.12366176396608353
100
+ ]
101
+ ],
102
+ [
103
+ [
104
+ 0.12938213348388672
105
+ ]
106
+ ],
107
+ [
108
+ [
109
+ 0.12880362570285797
110
+ ]
111
+ ]
112
+ ],
113
+ "max": [
114
+ [
115
+ [
116
+ 1.0
117
+ ]
118
+ ],
119
+ [
120
+ [
121
+ 1.0
122
+ ]
123
+ ],
124
+ [
125
+ [
126
+ 1.0
127
+ ]
128
+ ]
129
+ ],
130
+ "min": [
131
+ [
132
+ [
133
+ 0.0
134
+ ]
135
+ ],
136
+ [
137
+ [
138
+ 0.0
139
+ ]
140
+ ],
141
+ [
142
+ [
143
+ 0.0
144
+ ]
145
+ ]
146
+ ]
147
+ },
148
+ "timestamp": {
149
+ "mean": [
150
+ 5.530007362365723
151
+ ],
152
+ "std": [
153
+ 3.202368974685669
154
+ ],
155
+ "max": [
156
+ 11.066666603088379
157
+ ],
158
+ "min": [
159
+ 0.0
160
+ ]
161
+ },
162
+ "frame_index": {
163
+ "mean": [
164
+ 165.90016174316406
165
+ ],
166
+ "std": [
167
+ 96.071044921875
168
+ ],
169
+ "max": [
170
+ 332.0
171
+ ],
172
+ "min": [
173
+ 0.0
174
+ ]
175
+ },
176
+ "episode_index": {
177
+ "mean": [
178
+ 2.0006017684936523
179
+ ],
180
+ "std": [
181
+ 1.4144258499145508
182
+ ],
183
+ "max": [
184
+ 4.0
185
+ ],
186
+ "min": [
187
+ 0.0
188
+ ]
189
+ },
190
+ "index": {
191
+ "mean": [
192
+ 831.5000610351562
193
+ ],
194
+ "std": [
195
+ 480.3552551269531
196
+ ],
197
+ "max": [
198
+ 1663.0
199
+ ],
200
+ "min": [
201
+ 0.0
202
+ ]
203
+ },
204
+ "task_index": {
205
+ "mean": [
206
+ 0.0
207
+ ],
208
+ "std": [
209
+ 0.0
210
+ ],
211
+ "max": [
212
+ 0.0
213
+ ],
214
+ "min": [
215
+ 0.0
216
+ ]
217
+ }
218
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"task_index": 0, "task": "Collect all connectors"}
2
+ {"task_index": 0, "task": "Collect all connectors"}
videos/chunk-000/observation.images.first_cam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75a73f361081151fdf1d29f66479a74df68854b88c3f36ae1e1ae7e0e654b93b
3
+ size 2437226
videos/chunk-000/observation.images.first_cam/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44d06b6b1b5bcbc330dd842880b6633c743ef0816c7a50df248ce09e0c34b8d9
3
+ size 2354050
videos/chunk-000/observation.images.first_cam/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d476aabab8952326a14aea0ef9e24678b600fb98e8f251c5e6d87343d6484e7b
3
+ size 2389775
videos/chunk-000/observation.images.first_cam/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57a6f880808e5d66a38b879d3dfff583576befc3fbd0e671386e6508100213a7
3
+ size 2104059
videos/chunk-000/observation.images.first_cam/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7063341cf99299ad3bcfbb5060ce6e4b9b1c7ce647d10faef86876cd3105651d
3
+ size 1827492