aractingi commited on
Commit
2ad10eb
·
verified ·
1 Parent(s): dcfe601

Upload folder using huggingface_hub

Browse files
.DS_Store ADDED
Binary file (6.15 kB). View file
 
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  task_categories:
4
  - robotics
5
  tags:
@@ -15,27 +15,29 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
15
 
16
 
17
 
18
- - **Homepage:** [More Information Needed]
19
- - **Paper:** [More Information Needed]
20
- - **License:** apache-2.0
21
 
22
  ## Dataset Structure
23
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
- "codebase_version": "v3.0",
28
  "robot_type": "unknown",
29
  "total_episodes": 206,
30
  "total_frames": 25650,
31
  "total_tasks": 1,
 
 
32
  "chunks_size": 1000,
33
- "fps": 10.0,
34
  "splits": {
35
  "train": "0:206"
36
  },
37
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
  "features": {
40
  "observation.image": {
41
  "dtype": "video",
@@ -67,8 +69,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
67
  "motor_0",
68
  "motor_1"
69
  ]
70
- },
71
- "fps": 10.0
72
  },
73
  "action": {
74
  "dtype": "float32",
@@ -80,76 +81,65 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
80
  "motor_0",
81
  "motor_1"
82
  ]
83
- },
84
- "fps": 10.0
85
  },
86
  "episode_index": {
87
  "dtype": "int64",
88
  "shape": [
89
  1
90
  ],
91
- "names": null,
92
- "fps": 10.0
93
  },
94
  "frame_index": {
95
  "dtype": "int64",
96
  "shape": [
97
  1
98
  ],
99
- "names": null,
100
- "fps": 10.0
101
  },
102
  "timestamp": {
103
  "dtype": "float32",
104
  "shape": [
105
  1
106
  ],
107
- "names": null,
108
- "fps": 10.0
109
  },
110
  "next.reward": {
111
  "dtype": "float32",
112
  "shape": [
113
  1
114
  ],
115
- "names": null,
116
- "fps": 10.0
117
  },
118
  "next.done": {
119
  "dtype": "bool",
120
  "shape": [
121
  1
122
  ],
123
- "names": null,
124
- "fps": 10.0
125
  },
126
  "next.success": {
127
  "dtype": "bool",
128
  "shape": [
129
  1
130
  ],
131
- "names": null,
132
- "fps": 10.0
133
  },
134
  "index": {
135
  "dtype": "int64",
136
  "shape": [
137
  1
138
  ],
139
- "names": null,
140
- "fps": 10.0
141
  },
142
  "task_index": {
143
  "dtype": "int64",
144
  "shape": [
145
  1
146
  ],
147
- "names": null,
148
- "fps": 10.0
149
  }
150
- },
151
- "data_files_size_in_mb": 100,
152
- "video_files_size_in_mb": 50
153
  }
154
  ```
155
 
@@ -159,5 +149,10 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
159
  **BibTeX:**
160
 
161
  ```bibtex
162
- [More Information Needed]
 
 
 
 
 
163
  ```
 
1
  ---
2
+ license: mit
3
  task_categories:
4
  - robotics
5
  tags:
 
15
 
16
 
17
 
18
+ - **Homepage:** https://diffusion-policy.cs.columbia.edu/
19
+ - **Paper:** https://arxiv.org/abs/2303.04137v5
20
+ - **License:** mit
21
 
22
  ## Dataset Structure
23
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v2.0",
28
  "robot_type": "unknown",
29
  "total_episodes": 206,
30
  "total_frames": 25650,
31
  "total_tasks": 1,
32
+ "total_videos": 206,
33
+ "total_chunks": 1,
34
  "chunks_size": 1000,
35
+ "fps": 10,
36
  "splits": {
37
  "train": "0:206"
38
  },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
  "features": {
42
  "observation.image": {
43
  "dtype": "video",
 
69
  "motor_0",
70
  "motor_1"
71
  ]
72
+ }
 
73
  },
74
  "action": {
75
  "dtype": "float32",
 
81
  "motor_0",
82
  "motor_1"
83
  ]
84
+ }
 
85
  },
86
  "episode_index": {
87
  "dtype": "int64",
88
  "shape": [
89
  1
90
  ],
91
+ "names": null
 
92
  },
93
  "frame_index": {
94
  "dtype": "int64",
95
  "shape": [
96
  1
97
  ],
98
+ "names": null
 
99
  },
100
  "timestamp": {
101
  "dtype": "float32",
102
  "shape": [
103
  1
104
  ],
105
+ "names": null
 
106
  },
107
  "next.reward": {
108
  "dtype": "float32",
109
  "shape": [
110
  1
111
  ],
112
+ "names": null
 
113
  },
114
  "next.done": {
115
  "dtype": "bool",
116
  "shape": [
117
  1
118
  ],
119
+ "names": null
 
120
  },
121
  "next.success": {
122
  "dtype": "bool",
123
  "shape": [
124
  1
125
  ],
126
+ "names": null
 
127
  },
128
  "index": {
129
  "dtype": "int64",
130
  "shape": [
131
  1
132
  ],
133
+ "names": null
 
134
  },
135
  "task_index": {
136
  "dtype": "int64",
137
  "shape": [
138
  1
139
  ],
140
+ "names": null
 
141
  }
142
+ }
 
 
143
  }
144
  ```
145
 
 
149
  **BibTeX:**
150
 
151
  ```bibtex
152
+ @article{chi2024diffusionpolicy,
153
+ author = {Cheng Chi and Zhenjia Xu and Siyuan Feng and Eric Cousineau and Yilun Du and Benjamin Burchfiel and Russ Tedrake and Shuran Song},
154
+ title ={Diffusion Policy: Visuomotor Policy Learning via Action Diffusion},
155
+ journal = {The International Journal of Robotics Research},
156
+ year = {2024},
157
+ }
158
  ```
data/chunk-000/file-000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:30e3d60a899adfe064fc38b084388b30ef3b9de361ab993ffac4ac0cb7e9b3b5
3
- size 599893
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9abc0431f12d10c33b5b37b1bf1e6e557c8ae1c8c29fb86658969e48fcbbbf01
3
+ size 674393
meta/episodes/chunk-000/file-000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3e4e6520b7f10e3edb0d665d2687ff276ee86f8f903e928c60e93c3bc066f134
3
- size 107514
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc1226f33d3d1635ec1954f9942073709be8e106fde5f4f16b9d52edc4e0ebc4
3
+ size 106584
meta/info.json CHANGED
@@ -1,128 +1,128 @@
1
  {
2
- "codebase_version": "v3.0",
3
- "robot_type": "unknown",
4
- "total_episodes": 206,
5
- "total_frames": 25650,
6
- "total_tasks": 1,
7
- "chunks_size": 1000,
8
- "fps": 10.0,
9
- "splits": {
10
- "train": "0:206"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  },
12
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
- "features": {
15
- "observation.image": {
16
- "dtype": "video",
17
- "shape": [
18
- 96,
19
- 96,
20
- 3
21
- ],
22
- "names": [
23
- "height",
24
- "width",
25
- "channel"
26
- ],
27
- "video_info": {
28
- "video.fps": 10.0,
29
- "video.codec": "av1",
30
- "video.pix_fmt": "yuv420p",
31
- "video.is_depth_map": false,
32
- "has_audio": false
33
- }
34
- },
35
- "observation.state": {
36
- "dtype": "float32",
37
- "shape": [
38
- 2
39
- ],
40
- "names": {
41
- "motors": [
42
- "motor_0",
43
- "motor_1"
44
- ]
45
- },
46
- "fps": 10.0
47
- },
48
- "action": {
49
- "dtype": "float32",
50
- "shape": [
51
- 2
52
- ],
53
- "names": {
54
- "motors": [
55
- "motor_0",
56
- "motor_1"
57
- ]
58
- },
59
- "fps": 10.0
60
- },
61
- "episode_index": {
62
- "dtype": "int64",
63
- "shape": [
64
- 1
65
- ],
66
- "names": null,
67
- "fps": 10.0
68
- },
69
- "frame_index": {
70
- "dtype": "int64",
71
- "shape": [
72
- 1
73
- ],
74
- "names": null,
75
- "fps": 10.0
76
- },
77
- "timestamp": {
78
- "dtype": "float32",
79
- "shape": [
80
- 1
81
- ],
82
- "names": null,
83
- "fps": 10.0
84
- },
85
- "next.reward": {
86
- "dtype": "float32",
87
- "shape": [
88
- 1
89
- ],
90
- "names": null,
91
- "fps": 10.0
92
- },
93
- "next.done": {
94
- "dtype": "bool",
95
- "shape": [
96
- 1
97
- ],
98
- "names": null,
99
- "fps": 10.0
100
- },
101
- "next.success": {
102
- "dtype": "bool",
103
- "shape": [
104
- 1
105
- ],
106
- "names": null,
107
- "fps": 10.0
108
- },
109
- "index": {
110
- "dtype": "int64",
111
- "shape": [
112
- 1
113
- ],
114
- "names": null,
115
- "fps": 10.0
116
- },
117
- "task_index": {
118
- "dtype": "int64",
119
- "shape": [
120
- 1
121
- ],
122
- "names": null,
123
- "fps": 10.0
124
- }
125
  },
126
- "data_files_size_in_mb": 100,
127
- "video_files_size_in_mb": 50
128
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "unknown",
4
+ "total_episodes": 206,
5
+ "total_frames": 25650,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "fps": 10,
9
+ "splits": {
10
+ "train": "0:206"
11
+ },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "observation.image": {
16
+ "dtype": "video",
17
+ "shape": [
18
+ 96,
19
+ 96,
20
+ 3
21
+ ],
22
+ "names": [
23
+ "height",
24
+ "width",
25
+ "channel"
26
+ ],
27
+ "video_info": {
28
+ "video.fps": 10.0,
29
+ "video.codec": "av1",
30
+ "video.pix_fmt": "yuv420p",
31
+ "video.is_depth_map": false,
32
+ "has_audio": false
33
+ }
34
  },
35
+ "observation.state": {
36
+ "dtype": "float32",
37
+ "shape": [
38
+ 2
39
+ ],
40
+ "names": {
41
+ "motors": [
42
+ "motor_0",
43
+ "motor_1"
44
+ ]
45
+ },
46
+ "fps": 10.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  },
48
+ "action": {
49
+ "dtype": "float32",
50
+ "shape": [
51
+ 2
52
+ ],
53
+ "names": {
54
+ "motors": [
55
+ "motor_0",
56
+ "motor_1"
57
+ ]
58
+ },
59
+ "fps": 10.0
60
+ },
61
+ "episode_index": {
62
+ "dtype": "int64",
63
+ "shape": [
64
+ 1
65
+ ],
66
+ "names": null,
67
+ "fps": 10.0
68
+ },
69
+ "frame_index": {
70
+ "dtype": "int64",
71
+ "shape": [
72
+ 1
73
+ ],
74
+ "names": null,
75
+ "fps": 10.0
76
+ },
77
+ "timestamp": {
78
+ "dtype": "float32",
79
+ "shape": [
80
+ 1
81
+ ],
82
+ "names": null,
83
+ "fps": 10.0
84
+ },
85
+ "next.reward": {
86
+ "dtype": "float32",
87
+ "shape": [
88
+ 1
89
+ ],
90
+ "names": null,
91
+ "fps": 10.0
92
+ },
93
+ "next.done": {
94
+ "dtype": "bool",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null,
99
+ "fps": 10.0
100
+ },
101
+ "next.success": {
102
+ "dtype": "bool",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "names": null,
107
+ "fps": 10.0
108
+ },
109
+ "index": {
110
+ "dtype": "int64",
111
+ "shape": [
112
+ 1
113
+ ],
114
+ "names": null,
115
+ "fps": 10.0
116
+ },
117
+ "task_index": {
118
+ "dtype": "int64",
119
+ "shape": [
120
+ 1
121
+ ],
122
+ "names": null,
123
+ "fps": 10.0
124
+ }
125
+ },
126
+ "data_files_size_in_mb": 100,
127
+ "video_files_size_in_mb": 500
128
+ }
meta/stats.json CHANGED
@@ -1,25 +1,4 @@
1
  {
2
- "action": {
3
- "min": [
4
- 12.0,
5
- 25.0
6
- ],
7
- "max": [
8
- 511.0,
9
- 511.0
10
- ],
11
- "mean": [
12
- 228.23964986314087,
13
- 293.9890841163204
14
- ],
15
- "std": [
16
- 101.5995746254447,
17
- 96.0392898600564
18
- ],
19
- "count": [
20
- 25650
21
- ]
22
- },
23
  "observation.image": {
24
  "min": [
25
  [
@@ -58,124 +37,284 @@
58
  "mean": [
59
  [
60
  [
61
- 0.971810055192843
62
  ]
63
  ],
64
  [
65
  [
66
- 0.980545840215243
67
  ]
68
  ],
69
  [
70
  [
71
- 0.9773617930760824
72
  ]
73
  ]
74
  ],
75
  "std": [
76
  [
77
  [
78
- 0.099704437446315
79
  ]
80
  ],
81
  [
82
  [
83
- 0.07213738658644508
84
  ]
85
  ],
86
  [
87
  [
88
- 0.07794362643983596
89
  ]
90
  ]
91
  ],
92
  "count": [
93
- 19619
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  ]
95
  },
96
- "next.done": {
97
  "min": [
98
- false
99
  ],
100
  "max": [
101
- true
102
  ],
103
  "mean": [
104
- 0.016062378167641327
105
  ],
106
  "std": [
107
- 0.12571546513950066
108
  ],
109
  "count": [
110
  25650
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  ]
112
  },
113
- "index": {
114
  "min": [
115
- 0
116
  ],
117
  "max": [
118
- 25649
119
  ],
120
  "mean": [
121
- 12824.5
122
  ],
123
  "std": [
124
- 7404.517196729755
125
  ],
126
  "count": [
127
  25650
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
  ]
129
  },
130
- "frame_index": {
131
  "min": [
132
- 0
133
  ],
134
  "max": [
135
- 245
136
  ],
137
  "mean": [
138
- 66.84296296296296
139
  ],
140
  "std": [
141
- 44.10651976701055
142
  ],
143
  "count": [
144
  25650
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  ]
146
  },
147
- "episode_index": {
148
  "min": [
149
  0
150
  ],
151
  "max": [
152
- 205
153
  ],
154
  "mean": [
155
- 104.13235867446394
156
  ],
157
  "std": [
158
- 60.34683692452595
159
  ],
160
  "count": [
161
  25650
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
162
  ]
163
  },
164
- "next.success": {
165
  "min": [
166
- false
167
  ],
168
  "max": [
169
- false
170
  ],
171
  "mean": [
172
- 0.0
173
  ],
174
  "std": [
175
- 0.0
176
  ],
177
  "count": [
178
  25650
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
179
  ]
180
  },
181
  "observation.state": {
@@ -192,62 +331,168 @@
192
  293.3112367905883
193
  ],
194
  "std": [
195
- 101.8547050631131,
196
- 96.48948719420683
197
  ],
198
  "count": [
199
  25650
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  ]
201
  },
202
- "next.reward": {
203
  "min": [
204
  0.0
205
  ],
206
  "max": [
207
- 0.9488797187805176
208
  ],
209
  "mean": [
210
- 0.2914402438331301
211
  ],
212
  "std": [
213
- 0.27785711122727075
214
  ],
215
  "count": [
216
  25650
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  ]
218
  },
219
- "timestamp": {
220
  "min": [
221
- 0.0
222
  ],
223
  "max": [
224
- 24.5
225
  ],
226
  "mean": [
227
- 6.684296266154239
228
  ],
229
  "std": [
230
- 4.41065195983628
231
  ],
232
  "count": [
233
  25650
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
234
  ]
235
  },
236
- "task_index": {
237
  "min": [
238
- 0
 
239
  ],
240
  "max": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
241
  0
242
  ],
 
 
 
243
  "mean": [
244
- 0.0
245
  ],
246
  "std": [
247
- 0.0
248
  ],
249
  "count": [
250
  25650
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
251
  ]
252
  }
253
  }
 
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "observation.image": {
3
  "min": [
4
  [
 
37
  "mean": [
38
  [
39
  [
40
+ 0.968604921051401
41
  ]
42
  ],
43
  [
44
  [
45
+ 0.9774867133345985
46
  ]
47
  ],
48
  [
49
  [
50
+ 0.9743667178497909
51
  ]
52
  ]
53
  ],
54
  "std": [
55
  [
56
  [
57
+ 0.11128220693828916
58
  ]
59
  ],
60
  [
61
  [
62
+ 0.08795313077861687
63
  ]
64
  ],
65
  [
66
  [
67
+ 0.09251254173837559
68
  ]
69
  ]
70
  ],
71
  "count": [
72
+ 25650
73
+ ],
74
+ "q01": [
75
+ [
76
+ [
77
+ 0.5161639129294705
78
+ ]
79
+ ],
80
+ [
81
+ [
82
+ 0.6033307127768863
83
+ ]
84
+ ],
85
+ [
86
+ [
87
+ 0.5667325526579676
88
+ ]
89
+ ]
90
+ ],
91
+ "q10": [
92
+ [
93
+ [
94
+ 0.9545689059707866
95
+ ]
96
+ ],
97
+ [
98
+ [
99
+ 0.9634858499512955
100
+ ]
101
+ ],
102
+ [
103
+ [
104
+ 0.9605154965262209
105
+ ]
106
+ ]
107
+ ],
108
+ "q50": [
109
+ [
110
+ [
111
+ 0.992136928781693
112
+ ]
113
+ ],
114
+ [
115
+ [
116
+ 0.9921410779314923
117
+ ]
118
+ ],
119
+ [
120
+ [
121
+ 0.9921488117474587
122
+ ]
123
+ ]
124
+ ],
125
+ "q90": [
126
+ [
127
+ [
128
+ 0.9922315649322198
129
+ ]
130
+ ],
131
+ [
132
+ [
133
+ 0.9922258342610337
134
+ ]
135
+ ],
136
+ [
137
+ [
138
+ 0.9922229253046047
139
+ ]
140
+ ]
141
+ ],
142
+ "q99": [
143
+ [
144
+ [
145
+ 0.9996391090962908
146
+ ]
147
+ ],
148
+ [
149
+ [
150
+ 0.9999267680829577
151
+ ]
152
+ ],
153
+ [
154
+ [
155
+ 0.9999706871881816
156
+ ]
157
+ ]
158
  ]
159
  },
160
+ "task_index": {
161
  "min": [
162
+ 0
163
  ],
164
  "max": [
165
+ 0
166
  ],
167
  "mean": [
168
+ 0.0
169
  ],
170
  "std": [
171
+ 0.0
172
  ],
173
  "count": [
174
  25650
175
+ ],
176
+ "q01": [
177
+ 3.9999999999994176e-16
178
+ ],
179
+ "q10": [
180
+ 3.999999999999417e-15
181
+ ],
182
+ "q50": [
183
+ 1.9999999999997088e-14
184
+ ],
185
+ "q90": [
186
+ 3.599999999999476e-14
187
+ ],
188
+ "q99": [
189
+ 3.959999999999423e-14
190
  ]
191
  },
192
+ "next.reward": {
193
  "min": [
194
+ 0.0
195
  ],
196
  "max": [
197
+ 0.9488797187805176
198
  ],
199
  "mean": [
200
+ 0.2914402438331301
201
  ],
202
  "std": [
203
+ 0.27785711668081114
204
  ],
205
  "count": [
206
  25650
207
+ ],
208
+ "q01": [
209
+ 0.038533111280830964
210
+ ],
211
+ "q10": [
212
+ 0.04132755624877836
213
+ ],
214
+ "q50": [
215
+ 0.22979198806262768
216
+ ],
217
+ "q90": [
218
+ 0.6362724335229614
219
+ ],
220
+ "q99": [
221
+ 0.8919279603901812
222
  ]
223
  },
224
+ "next.success": {
225
  "min": [
226
+ false
227
  ],
228
  "max": [
229
+ false
230
  ],
231
  "mean": [
232
+ 0.0
233
  ],
234
  "std": [
235
+ 0.0
236
  ],
237
  "count": [
238
  25650
239
+ ],
240
+ "q01": [
241
+ 3.9999999999994176e-16
242
+ ],
243
+ "q10": [
244
+ 3.999999999999417e-15
245
+ ],
246
+ "q50": [
247
+ 1.9999999999997088e-14
248
+ ],
249
+ "q90": [
250
+ 3.599999999999476e-14
251
+ ],
252
+ "q99": [
253
+ 3.959999999999423e-14
254
  ]
255
  },
256
+ "frame_index": {
257
  "min": [
258
  0
259
  ],
260
  "max": [
261
+ 245
262
  ],
263
  "mean": [
264
+ 66.84296296296296
265
  ],
266
  "std": [
267
+ 44.10651976701055
268
  ],
269
  "count": [
270
  25650
271
+ ],
272
+ "q01": [
273
+ 0.8707114483222852
274
+ ],
275
+ "q10": [
276
+ 12.905298491927049
277
+ ],
278
+ "q50": [
279
+ 66.62319686549671
280
+ ],
281
+ "q90": [
282
+ 120.69254010456402
283
+ ],
284
+ "q99": [
285
+ 132.80898949748666
286
  ]
287
  },
288
+ "index": {
289
  "min": [
290
+ 0
291
  ],
292
  "max": [
293
+ 25649
294
  ],
295
  "mean": [
296
+ 12824.5
297
  ],
298
  "std": [
299
+ 7404.517196729755
300
  ],
301
  "count": [
302
  25650
303
+ ],
304
+ "q01": [
305
+ 12758.52774848536
306
+ ],
307
+ "q10": [
308
+ 12770.562335528963
309
+ ],
310
+ "q50": [
311
+ 12824.280361730995
312
+ ],
313
+ "q90": [
314
+ 12878.349577141598
315
+ ],
316
+ "q99": [
317
+ 12890.466026534523
318
  ]
319
  },
320
  "observation.state": {
 
331
  293.3112367905883
332
  ],
333
  "std": [
334
+ 101.8546920246623,
335
+ 96.48949174984945
336
  ],
337
  "count": [
338
  25650
339
+ ],
340
+ "q01": [
341
+ 100.22690278850581,
342
+ 144.2893760958339
343
+ ],
344
+ "q10": [
345
+ 129.15640474683082,
346
+ 186.64717158103772
347
+ ],
348
+ "q50": [
349
+ 222.29945306277335,
350
+ 296.22355038988394
351
+ ],
352
+ "q90": [
353
+ 339.10812644009644,
354
+ 395.8152109824732
355
+ ],
356
+ "q99": [
357
+ 377.2011653032408,
358
+ 426.90961735062825
359
  ]
360
  },
361
+ "timestamp": {
362
  "min": [
363
  0.0
364
  ],
365
  "max": [
366
+ 24.5
367
  ],
368
  "mean": [
369
+ 6.684296266154239
370
  ],
371
  "std": [
372
+ 4.410652111346645
373
  ],
374
  "count": [
375
  25650
376
+ ],
377
+ "q01": [
378
+ 0.08707114485405494
379
+ ],
380
+ "q10": [
381
+ 1.290529847071301
382
+ ],
383
+ "q50": [
384
+ 6.66221418562456
385
+ ],
386
+ "q90": [
387
+ 12.069498149118925
388
+ ],
389
+ "q99": [
390
+ 13.280935798981501
391
  ]
392
  },
393
+ "next.done": {
394
  "min": [
395
+ false
396
  ],
397
  "max": [
398
+ true
399
  ],
400
  "mean": [
401
+ 0.016062378167641327
402
  ],
403
  "std": [
404
+ 0.12571546513950066
405
  ],
406
  "count": [
407
  25650
408
+ ],
409
+ "q01": [
410
+ -1e-10
411
+ ],
412
+ "q10": [
413
+ -1e-10
414
+ ],
415
+ "q50": [
416
+ -1e-10
417
+ ],
418
+ "q90": [
419
+ -1e-10
420
+ ],
421
+ "q99": [
422
+ 0.9574184768556161
423
  ]
424
  },
425
+ "action": {
426
  "min": [
427
+ 12.0,
428
+ 25.0
429
  ],
430
  "max": [
431
+ 511.0,
432
+ 511.0
433
+ ],
434
+ "mean": [
435
+ 228.23964986314087,
436
+ 293.9890841163204
437
+ ],
438
+ "std": [
439
+ 101.59956194876139,
440
+ 96.03916748547886
441
+ ],
442
+ "count": [
443
+ 25650
444
+ ],
445
+ "q01": [
446
+ 97.14267933230163,
447
+ 142.11640522276622
448
+ ],
449
+ "q10": [
450
+ 128.82459792364642,
451
+ 188.86139924615887
452
+ ],
453
+ "q50": [
454
+ 221.78533799462488,
455
+ 296.2938802580848
456
+ ],
457
+ "q90": [
458
+ 336.54286767153013,
459
+ 395.7662044852136
460
+ ],
461
+ "q99": [
462
+ 380.2259549446408,
463
+ 430.53566696739415
464
+ ]
465
+ },
466
+ "episode_index": {
467
+ "min": [
468
  0
469
  ],
470
+ "max": [
471
+ 205
472
+ ],
473
  "mean": [
474
+ 104.13235867446394
475
  ],
476
  "std": [
477
+ 60.34683692452595
478
  ],
479
  "count": [
480
  25650
481
+ ],
482
+ "q01": [
483
+ 104.13235867446394
484
+ ],
485
+ "q10": [
486
+ 104.13235867446394
487
+ ],
488
+ "q50": [
489
+ 104.13235867446394
490
+ ],
491
+ "q90": [
492
+ 104.13235867446397
493
+ ],
494
+ "q99": [
495
+ 104.13235867446397
496
  ]
497
  }
498
  }
meta/tasks.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8944b45cc78bb9443a6f7d274655c9ba64c629b65ba96ca4a551733f59a2c457
3
- size 2281
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95535f5152771bc0a6ab0fd93d23d7c1fecd9b7a13dc117852dfdd94f5b2c711
3
+ size 2265
videos/.DS_Store ADDED
Binary file (6.15 kB). View file
 
videos/observation.image/.DS_Store ADDED
Binary file (6.15 kB). View file
 
videos/observation.image/chunk-000/file-000.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:56bb188bab7a75fd14865ffd16391aefb58f1fe99200c489e2e4971fd44810bf
3
  size 6890970
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f58d11857651dad5983c021b56a50a68a6ce19068834c1fb5cac099219fb3a78
3
  size 6890970