jackvial commited on
Commit
4898cc6
·
verified ·
1 Parent(s): 22eca08

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:e1d4071e9d30d8e10a50c55a6583b511004ee9eda564b6d92372a5607b90e7de
3
+ size 16911
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c80634e30d6b5424b6df0e3b7b2cdaf16fdd7037833719e0b7a1149f81d1355e
3
+ size 16528
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f761bbee8fe644dd4a717a819b648fe1a425c54b626f22f261cedc2cee2f39b
3
+ size 18374
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbf1cb07f16ed4a231dc7d4f84415f9f354f60afccc0986a7a95034cd3539e83
3
+ size 16248
meta/episodes.jsonl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["pygame_rendering_test"], "length": 292}
2
+ {"episode_index": 1, "tasks": ["pygame_rendering_test"], "length": 297}
3
+ {"episode_index": 2, "tasks": ["pygame_rendering_test"], "length": 297}
4
+ {"episode_index": 3, "tasks": ["pygame_rendering_test"], "length": 297}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "koch",
4
+ "total_episodes": 4,
5
+ "total_frames": 1183,
6
+ "total_tasks": 1,
7
+ "total_videos": 4,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:4"
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.main": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 600,
49
+ 800,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.fps": 30.0,
59
+ "video.height": 600,
60
+ "video.width": 800,
61
+ "video.channels": 3,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/stats.json ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ 14.637316703796387,
5
+ 110.48551177978516,
6
+ 130.8729705810547,
7
+ 36.93688201904297,
8
+ -14.544597625732422,
9
+ 28.931171417236328
10
+ ],
11
+ "std": [
12
+ 33.04111099243164,
13
+ 25.0146484375,
14
+ 42.658573150634766,
15
+ 45.97430419921875,
16
+ 17.956371307373047,
17
+ 12.768519401550293
18
+ ],
19
+ "max": [
20
+ 65.302734375,
21
+ 133.857421875,
22
+ 177.275390625,
23
+ 100.1953125,
24
+ 17.578125,
25
+ 41.396484375
26
+ ],
27
+ "min": [
28
+ -59.94140625,
29
+ 60.46875,
30
+ 57.568359375,
31
+ -19.86328125,
32
+ -63.10546875,
33
+ -8.7890625
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 14.265698432922363,
39
+ 107.8011474609375,
40
+ 130.750244140625,
41
+ 37.573585510253906,
42
+ -14.045933723449707,
43
+ 32.794273376464844
44
+ ],
45
+ "std": [
46
+ 32.72952651977539,
47
+ 23.9890079498291,
48
+ 40.82666778564453,
49
+ 43.135066986083984,
50
+ 17.693191528320312,
51
+ 1.2323834896087646
52
+ ],
53
+ "max": [
54
+ 64.3359375,
55
+ 129.462890625,
56
+ 174.462890625,
57
+ 95.009765625,
58
+ 16.611328125,
59
+ 39.287109375
60
+ ],
61
+ "min": [
62
+ -58.447265625,
63
+ 59.677734375,
64
+ 59.58984375,
65
+ -16.259765625,
66
+ -62.2265625,
67
+ 30.05859375
68
+ ]
69
+ },
70
+ "observation.images.main": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.41260382533073425
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.42304620146751404
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.34523239731788635
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.23180410265922546
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.23283614218235016
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.10224724560976028
102
+ ]
103
+ ]
104
+ ],
105
+ "max": [
106
+ [
107
+ [
108
+ 1.0
109
+ ]
110
+ ],
111
+ [
112
+ [
113
+ 1.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 1.0
119
+ ]
120
+ ]
121
+ ],
122
+ "min": [
123
+ [
124
+ [
125
+ 0.0
126
+ ]
127
+ ],
128
+ [
129
+ [
130
+ 0.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.0
136
+ ]
137
+ ]
138
+ ]
139
+ },
140
+ "timestamp": {
141
+ "mean": [
142
+ 4.9127631187438965
143
+ ],
144
+ "std": [
145
+ 2.8462941646575928
146
+ ],
147
+ "max": [
148
+ 9.866666793823242
149
+ ],
150
+ "min": [
151
+ 0.0
152
+ ]
153
+ },
154
+ "frame_index": {
155
+ "mean": [
156
+ 147.3829345703125
157
+ ],
158
+ "std": [
159
+ 85.38883209228516
160
+ ],
161
+ "max": [
162
+ 296.0
163
+ ],
164
+ "min": [
165
+ 0.0
166
+ ]
167
+ },
168
+ "episode_index": {
169
+ "mean": [
170
+ 1.5063396692276
171
+ ],
172
+ "std": [
173
+ 1.1161242723464966
174
+ ],
175
+ "max": [
176
+ 3.0
177
+ ],
178
+ "min": [
179
+ 0.0
180
+ ]
181
+ },
182
+ "index": {
183
+ "mean": [
184
+ 590.9998779296875
185
+ ],
186
+ "std": [
187
+ 341.5025634765625
188
+ ],
189
+ "max": [
190
+ 1182.0
191
+ ],
192
+ "min": [
193
+ 0.0
194
+ ]
195
+ },
196
+ "task_index": {
197
+ "mean": [
198
+ 0.0
199
+ ],
200
+ "std": [
201
+ 0.0
202
+ ],
203
+ "max": [
204
+ 0.0
205
+ ],
206
+ "min": [
207
+ 0.0
208
+ ]
209
+ }
210
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "pygame_rendering_test"}
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:a1cb77afd3630e395deca1b5be526fdc2336c5ad9a5aa99ff6884be86d22edbe
3
+ size 1945641
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:393fb16ad21fa875061a64d4d4f55348e4b2f6e3c9b042f2431dd439bccb8596
3
+ size 2008112
videos/chunk-000/observation.images.main/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1523240eeeb564d7dafc2e5a76d4e733a524834d0ba55f3ea442470b88f4e873
3
+ size 1992634
videos/chunk-000/observation.images.main/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9da542188ef52bee96276b1e37bb98ebe5a1e4d79861b4e47d28bda3fecb498
3
+ size 2029342