jackvial commited on
Commit
cac6e1d
·
verified ·
1 Parent(s): a6e7fef

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:5ae75f1298483bdae350cffcd44e9db9eeeffa5b17afbe3755a97d9ee52db8db
3
+ size 6164
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c70a32fe1bfe25b586021669d02a09c07a32624834f9a12fd015cd481ae990e
3
+ size 6090
meta/episodes.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index": 0, "tasks": ["test_description"], "length": 43}
2
+ {"episode_index": 1, "tasks": ["test_description"], "length": 21}
meta/info.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "koch",
4
+ "total_episodes": 2,
5
+ "total_frames": 64,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:2"
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
+ "next.reward": {
18
+ "dtype": "int64",
19
+ "shape": [
20
+ 1
21
+ ],
22
+ "names": null
23
+ },
24
+ "action": {
25
+ "dtype": "float32",
26
+ "shape": [
27
+ 6
28
+ ],
29
+ "names": [
30
+ "main_shoulder_pan",
31
+ "main_shoulder_lift",
32
+ "main_elbow_flex",
33
+ "main_wrist_flex",
34
+ "main_wrist_roll",
35
+ "main_gripper"
36
+ ]
37
+ },
38
+ "observation.state": {
39
+ "dtype": "float32",
40
+ "shape": [
41
+ 6
42
+ ],
43
+ "names": [
44
+ "main_shoulder_pan",
45
+ "main_shoulder_lift",
46
+ "main_elbow_flex",
47
+ "main_wrist_flex",
48
+ "main_wrist_roll",
49
+ "main_gripper"
50
+ ]
51
+ },
52
+ "observation.images.main": {
53
+ "dtype": "video",
54
+ "shape": [
55
+ 600,
56
+ 800,
57
+ 3
58
+ ],
59
+ "names": [
60
+ "height",
61
+ "width",
62
+ "channels"
63
+ ],
64
+ "info": {
65
+ "video.fps": 30.0,
66
+ "video.height": 600,
67
+ "video.width": 800,
68
+ "video.channels": 3,
69
+ "video.codec": "av1",
70
+ "video.pix_fmt": "yuv420p",
71
+ "video.is_depth_map": false,
72
+ "has_audio": false
73
+ }
74
+ },
75
+ "timestamp": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "frame_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "episode_index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ },
103
+ "task_index": {
104
+ "dtype": "int64",
105
+ "shape": [
106
+ 1
107
+ ],
108
+ "names": null
109
+ }
110
+ }
111
+ }
meta/stats.json ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "next.reward": {
3
+ "mean": [
4
+ 0.3125
5
+ ],
6
+ "std": [
7
+ 0.4635123908519745
8
+ ],
9
+ "max": [
10
+ 1.0
11
+ ],
12
+ "min": [
13
+ 0.0
14
+ ]
15
+ },
16
+ "action": {
17
+ "mean": [
18
+ 3.970184326171875,
19
+ 102.74139404296875,
20
+ 126.90994262695312,
21
+ 43.875274658203125,
22
+ -0.0823974609375,
23
+ 33.561859130859375
24
+ ],
25
+ "std": [
26
+ 17.59016227722168,
27
+ 5.276388645172119,
28
+ 7.960433006286621,
29
+ 9.17772388458252,
30
+ 3.001776695251465,
31
+ 0.4763221740722656
32
+ ],
33
+ "max": [
34
+ 24.2578125,
35
+ 120.5859375,
36
+ 145.8984375,
37
+ 57.568359375,
38
+ 6.064453125,
39
+ 35.419921875
40
+ ],
41
+ "min": [
42
+ -39.111328125,
43
+ 92.197265625,
44
+ 112.5,
45
+ 15.205078125,
46
+ -7.91015625,
47
+ 32.51953125
48
+ ]
49
+ },
50
+ "observation.state": {
51
+ "mean": [
52
+ 3.420867919921875,
53
+ 101.86248779296875,
54
+ 128.26126098632812,
55
+ 44.765167236328125,
56
+ -0.39276123046875,
57
+ 33.37646484375
58
+ ],
59
+ "std": [
60
+ 17.19867515563965,
61
+ 5.1907572746276855,
62
+ 7.555959224700928,
63
+ 8.114904403686523,
64
+ 2.279707908630371,
65
+ 0.24664245545864105
66
+ ],
67
+ "max": [
68
+ 23.994140625,
69
+ 118.564453125,
70
+ 147.041015625,
71
+ 57.216796875,
72
+ 5.9765625,
73
+ 34.1015625
74
+ ],
75
+ "min": [
76
+ -38.935546875,
77
+ 91.7578125,
78
+ 114.9609375,
79
+ 16.171875,
80
+ -6.6796875,
81
+ 32.783203125
82
+ ]
83
+ },
84
+ "observation.images.main": {
85
+ "mean": [
86
+ [
87
+ [
88
+ 0.3327591121196747
89
+ ]
90
+ ],
91
+ [
92
+ [
93
+ 0.3381945490837097
94
+ ]
95
+ ],
96
+ [
97
+ [
98
+ 0.3339634835720062
99
+ ]
100
+ ]
101
+ ],
102
+ "std": [
103
+ [
104
+ [
105
+ 0.1696401834487915
106
+ ]
107
+ ],
108
+ [
109
+ [
110
+ 0.17093448340892792
111
+ ]
112
+ ],
113
+ [
114
+ [
115
+ 0.14930491149425507
116
+ ]
117
+ ]
118
+ ],
119
+ "max": [
120
+ [
121
+ [
122
+ 1.0
123
+ ]
124
+ ],
125
+ [
126
+ [
127
+ 1.0
128
+ ]
129
+ ],
130
+ [
131
+ [
132
+ 1.0
133
+ ]
134
+ ]
135
+ ],
136
+ "min": [
137
+ [
138
+ [
139
+ 0.0
140
+ ]
141
+ ],
142
+ [
143
+ [
144
+ 0.0
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.0
150
+ ]
151
+ ]
152
+ ]
153
+ },
154
+ "timestamp": {
155
+ "mean": [
156
+ 0.5796874761581421
157
+ ],
158
+ "std": [
159
+ 0.39745795726776123
160
+ ],
161
+ "max": [
162
+ 1.399999976158142
163
+ ],
164
+ "min": [
165
+ 0.0
166
+ ]
167
+ },
168
+ "frame_index": {
169
+ "mean": [
170
+ 17.390625
171
+ ],
172
+ "std": [
173
+ 11.923738479614258
174
+ ],
175
+ "max": [
176
+ 42.0
177
+ ],
178
+ "min": [
179
+ 0.0
180
+ ]
181
+ },
182
+ "episode_index": {
183
+ "mean": [
184
+ 0.328125
185
+ ],
186
+ "std": [
187
+ 0.4695305824279785
188
+ ],
189
+ "max": [
190
+ 1.0
191
+ ],
192
+ "min": [
193
+ 0.0
194
+ ]
195
+ },
196
+ "index": {
197
+ "mean": [
198
+ 31.500001907348633
199
+ ],
200
+ "std": [
201
+ 18.47295379638672
202
+ ],
203
+ "max": [
204
+ 63.0
205
+ ],
206
+ "min": [
207
+ 0.0
208
+ ]
209
+ },
210
+ "task_index": {
211
+ "mean": [
212
+ 0.0
213
+ ],
214
+ "std": [
215
+ 0.0
216
+ ],
217
+ "max": [
218
+ 0.0
219
+ ],
220
+ "min": [
221
+ 0.0
222
+ ]
223
+ }
224
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "test_description"}
videos/chunk-000/observation.images.main/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec46f8a377ea5e3347f8c40b195a23551b0432bb560a2936d125787dd1a85c1f
3
+ size 1403554
videos/chunk-000/observation.images.main/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4cecac59642b44e8723b883e6caa95bc2bebbc0f496c718a46dc7713ba3bcbf
3
+ size 697200