1g0rrr commited on
Commit
6f12f90
·
verified ·
1 Parent(s): 69c3110

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:4b7266e85145ab5e5f96ce610841de103e5376b37116b8ad70df41a189ca0afb
3
+ size 21808
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f44abe90eba872766b06362978b7324e76c92efd51cf37ab21dc2cc54afe0648
3
+ size 19977
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42c9b4c27b3cd0d59ead4e39eed9d10992b5fb1006207f27255be798a58accc0
3
+ size 9424
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0df4676b3b5df7cb4d6752ff6fe8d102dfc20c9231216c0a523f1a1bcbc9605b
3
+ size 9230
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45905e941b1358e12349f4aa83eab2f5e9a6346996242af12e39dfae91e70d9f
3
+ size 9230
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 300}
2
+ {"episode_index": 1, "tasks": ["Grasp a lego block and put it in the bin."], "length": 300}
3
+ {"episode_index": 2, "tasks": ["Grasp a lego block and put it in the bin."], "length": 300}
4
+ {"episode_index": 3, "tasks": ["Grasp a lego block and put it in the bin."], "length": 300}
5
+ {"episode_index": 4, "tasks": ["Grasp a lego block and put it in the bin."], "length": 300}
meta/info.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "moss",
4
+ "total_episodes": 5,
5
+ "total_frames": 1500,
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": [
23
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_side",
28
+ "main_wrist_roll",
29
+ "main_gripper"
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "shape": [
35
+ 7
36
+ ],
37
+ "names": [
38
+ "main_shoulder_pan",
39
+ "main_shoulder_lift",
40
+ "main_elbow_flex",
41
+ "main_wrist_flex",
42
+ "main_wrist_side",
43
+ "main_wrist_roll",
44
+ "main_gripper"
45
+ ]
46
+ },
47
+ "observation.images.laptop": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 480,
51
+ 640,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "info": {
60
+ "video.fps": 30.0,
61
+ "video.height": 480,
62
+ "video.width": 640,
63
+ "video.channels": 3,
64
+ "video.codec": "av1",
65
+ "video.pix_fmt": "yuv420p",
66
+ "video.is_depth_map": false,
67
+ "has_audio": false
68
+ }
69
+ },
70
+ "timestamp": {
71
+ "dtype": "float32",
72
+ "shape": [
73
+ 1
74
+ ],
75
+ "names": null
76
+ },
77
+ "frame_index": {
78
+ "dtype": "int64",
79
+ "shape": [
80
+ 1
81
+ ],
82
+ "names": null
83
+ },
84
+ "episode_index": {
85
+ "dtype": "int64",
86
+ "shape": [
87
+ 1
88
+ ],
89
+ "names": null
90
+ },
91
+ "index": {
92
+ "dtype": "int64",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "task_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ }
105
+ }
106
+ }
meta/stats.json ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ 5.811855792999268,
5
+ 158.75192260742188,
6
+ 167.80075073242188,
7
+ 12.959297180175781,
8
+ -13.506270408630371,
9
+ 6.029882907867432,
10
+ 4.663891792297363
11
+ ],
12
+ "std": [
13
+ 12.132152557373047,
14
+ 30.38742446899414,
15
+ 7.93026065826416,
16
+ 44.94670104980469,
17
+ 16.45648765563965,
18
+ 7.993495464324951,
19
+ 1.2891215085983276
20
+ ],
21
+ "max": [
22
+ 27.685546875,
23
+ 178.330078125,
24
+ 178.857421875,
25
+ 43.505859375,
26
+ 15.380859375,
27
+ 25.224609375,
28
+ 5.386082172393799
29
+ ],
30
+ "min": [
31
+ -21.97265625,
32
+ 98.349609375,
33
+ 141.416015625,
34
+ -69.873046875,
35
+ -47.8125,
36
+ -3.779296875,
37
+ -0.031776294112205505
38
+ ]
39
+ },
40
+ "observation.state": {
41
+ "mean": [
42
+ 5.653944492340088,
43
+ 158.13681030273438,
44
+ 169.5243682861328,
45
+ 13.549339294433594,
46
+ -13.46490478515625,
47
+ 6.116308212280273,
48
+ -197.46376037597656
49
+ ],
50
+ "std": [
51
+ 11.849788665771484,
52
+ 30.73509407043457,
53
+ 7.884345531463623,
54
+ 44.94633102416992,
55
+ 16.48042106628418,
56
+ 7.95957088470459,
57
+ 191.95138549804688
58
+ ],
59
+ "max": [
60
+ 26.89453125,
61
+ 177.890625,
62
+ 177.978515625,
63
+ 44.208984375,
64
+ 14.853515625,
65
+ 25.224609375,
66
+ -66.89655303955078
67
+ ],
68
+ "min": [
69
+ -21.005859375,
70
+ 97.55859375,
71
+ 144.4921875,
72
+ -68.994140625,
73
+ -47.63671875,
74
+ -3.076171875,
75
+ -667.7093505859375
76
+ ]
77
+ },
78
+ "observation.images.laptop": {
79
+ "mean": [
80
+ [
81
+ [
82
+ 0.5760712623596191
83
+ ]
84
+ ],
85
+ [
86
+ [
87
+ 0.5934827327728271
88
+ ]
89
+ ],
90
+ [
91
+ [
92
+ 0.5806519389152527
93
+ ]
94
+ ]
95
+ ],
96
+ "std": [
97
+ [
98
+ [
99
+ 0.25686249136924744
100
+ ]
101
+ ],
102
+ [
103
+ [
104
+ 0.21998350322246552
105
+ ]
106
+ ],
107
+ [
108
+ [
109
+ 0.244279146194458
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
+ 4.983334541320801
151
+ ],
152
+ "std": [
153
+ 2.886735439300537
154
+ ],
155
+ "max": [
156
+ 9.966666221618652
157
+ ],
158
+ "min": [
159
+ 0.0
160
+ ]
161
+ },
162
+ "frame_index": {
163
+ "mean": [
164
+ 149.5
165
+ ],
166
+ "std": [
167
+ 86.60205841064453
168
+ ],
169
+ "max": [
170
+ 299.0
171
+ ],
172
+ "min": [
173
+ 0.0
174
+ ]
175
+ },
176
+ "episode_index": {
177
+ "mean": [
178
+ 2.0
179
+ ],
180
+ "std": [
181
+ 1.4142134189605713
182
+ ],
183
+ "max": [
184
+ 4.0
185
+ ],
186
+ "min": [
187
+ 0.0
188
+ ]
189
+ },
190
+ "index": {
191
+ "mean": [
192
+ 749.4999389648438
193
+ ],
194
+ "std": [
195
+ 433.01263427734375
196
+ ],
197
+ "max": [
198
+ 1499.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 @@
 
 
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:701733349c95f5439380ee80167ba4417399e51ea953ec4cfd9cc115bd62b961
3
+ size 4024927
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:b99bc4ffdca46e66065e82bdc8377fcf78447a1ffe1b6a7094813f7af7c8f882
3
+ size 4042489
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:a134f51d9f92fd5f620cb4bb2dd9d393ad4ef4ae75154521813b66ab905cdf6b
3
+ size 4376027
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:c0b7ac035936b174aec4897e70bee5de215b87d791fd1b1524d3b7684dcba41f
3
+ size 4534206
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:2626c9b3ee7477b6d6c92915f1b634e8323174f9f6201956890c974a2422051e
3
+ size 4519169