NithanNguyen commited on
Commit
48e8fe8
·
1 Parent(s): 030124b

ân - upload

Browse files
Packing_Box/eval_v1/meta/info.json ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "walkerS2",
4
+ "total_episodes": 0,
5
+ "total_frames": 0,
6
+ "total_tasks": 0,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {},
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
+ "action": {
16
+ "dtype": "float32",
17
+ "names": [
18
+ "L_shoulder_pitch_joint.pos",
19
+ "L_shoulder_roll_joint.pos",
20
+ "L_shoulder_yaw_joint.pos",
21
+ "L_elbow_roll_joint.pos",
22
+ "L_elbow_yaw_joint.pos",
23
+ "L_wrist_pitch_joint.pos",
24
+ "L_wrist_roll_joint.pos",
25
+ "R_shoulder_pitch_joint.pos",
26
+ "R_shoulder_roll_joint.pos",
27
+ "R_shoulder_yaw_joint.pos",
28
+ "R_elbow_roll_joint.pos",
29
+ "R_elbow_yaw_joint.pos",
30
+ "R_wrist_pitch_joint.pos",
31
+ "R_wrist_roll_joint.pos",
32
+ "L_finger1_joint.pos",
33
+ "L_finger2_joint.pos",
34
+ "R_finger1_joint.pos",
35
+ "R_finger2_joint.pos",
36
+ "left_gripper",
37
+ "right_gripper"
38
+ ],
39
+ "shape": [
40
+ 20
41
+ ]
42
+ },
43
+ "observation.state": {
44
+ "dtype": "float32",
45
+ "names": [
46
+ "L_shoulder_pitch_joint.pos",
47
+ "L_shoulder_roll_joint.pos",
48
+ "L_shoulder_yaw_joint.pos",
49
+ "L_elbow_roll_joint.pos",
50
+ "L_elbow_yaw_joint.pos",
51
+ "L_wrist_pitch_joint.pos",
52
+ "L_wrist_roll_joint.pos",
53
+ "R_shoulder_pitch_joint.pos",
54
+ "R_shoulder_roll_joint.pos",
55
+ "R_shoulder_yaw_joint.pos",
56
+ "R_elbow_roll_joint.pos",
57
+ "R_elbow_yaw_joint.pos",
58
+ "R_wrist_pitch_joint.pos",
59
+ "R_wrist_roll_joint.pos",
60
+ "L_finger1_joint.pos",
61
+ "L_finger2_joint.pos",
62
+ "R_finger1_joint.pos",
63
+ "R_finger2_joint.pos",
64
+ "left_gripper",
65
+ "right_gripper"
66
+ ],
67
+ "shape": [
68
+ 20
69
+ ]
70
+ },
71
+ "observation.images.head_left": {
72
+ "dtype": "video",
73
+ "shape": [
74
+ 480,
75
+ 640,
76
+ 3
77
+ ],
78
+ "names": [
79
+ "height",
80
+ "width",
81
+ "channels"
82
+ ]
83
+ },
84
+ "observation.images.head_right": {
85
+ "dtype": "video",
86
+ "shape": [
87
+ 480,
88
+ 640,
89
+ 3
90
+ ],
91
+ "names": [
92
+ "height",
93
+ "width",
94
+ "channels"
95
+ ]
96
+ },
97
+ "observation.images.wrist_left": {
98
+ "dtype": "video",
99
+ "shape": [
100
+ 480,
101
+ 640,
102
+ 3
103
+ ],
104
+ "names": [
105
+ "height",
106
+ "width",
107
+ "channels"
108
+ ]
109
+ },
110
+ "observation.images.wrist_right": {
111
+ "dtype": "video",
112
+ "shape": [
113
+ 480,
114
+ 640,
115
+ 3
116
+ ],
117
+ "names": [
118
+ "height",
119
+ "width",
120
+ "channels"
121
+ ]
122
+ },
123
+ "timestamp": {
124
+ "dtype": "float32",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": null
129
+ },
130
+ "frame_index": {
131
+ "dtype": "int64",
132
+ "shape": [
133
+ 1
134
+ ],
135
+ "names": null
136
+ },
137
+ "episode_index": {
138
+ "dtype": "int64",
139
+ "shape": [
140
+ 1
141
+ ],
142
+ "names": null
143
+ },
144
+ "index": {
145
+ "dtype": "int64",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": null
150
+ },
151
+ "task_index": {
152
+ "dtype": "int64",
153
+ "shape": [
154
+ 1
155
+ ],
156
+ "names": null
157
+ }
158
+ }
159
+ }
Packing_Box/eval_v1_20260713_090601/data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:339bb1de9baec19858cec216c3cfafca133cb7da6d67249f7fb25d4ca876aced
3
+ size 685495
Packing_Box/eval_v1_20260713_090601/meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c6fea1a2602e5b1dbd7eda93a7aa9219ce5a873e0b2461aaa1b86895a070832
3
+ size 79994
Packing_Box/eval_v1_20260713_090601/meta/info.json ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "walkerS2",
4
+ "total_episodes": 3,
5
+ "total_frames": 4584,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:3"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "names": [
20
+ "L_shoulder_pitch_joint.pos",
21
+ "L_shoulder_roll_joint.pos",
22
+ "L_shoulder_yaw_joint.pos",
23
+ "L_elbow_roll_joint.pos",
24
+ "L_elbow_yaw_joint.pos",
25
+ "L_wrist_pitch_joint.pos",
26
+ "L_wrist_roll_joint.pos",
27
+ "R_shoulder_pitch_joint.pos",
28
+ "R_shoulder_roll_joint.pos",
29
+ "R_shoulder_yaw_joint.pos",
30
+ "R_elbow_roll_joint.pos",
31
+ "R_elbow_yaw_joint.pos",
32
+ "R_wrist_pitch_joint.pos",
33
+ "R_wrist_roll_joint.pos",
34
+ "L_finger1_joint.pos",
35
+ "L_finger2_joint.pos",
36
+ "R_finger1_joint.pos",
37
+ "R_finger2_joint.pos",
38
+ "left_gripper",
39
+ "right_gripper"
40
+ ],
41
+ "shape": [
42
+ 20
43
+ ]
44
+ },
45
+ "observation.state": {
46
+ "dtype": "float32",
47
+ "names": [
48
+ "L_shoulder_pitch_joint.pos",
49
+ "L_shoulder_roll_joint.pos",
50
+ "L_shoulder_yaw_joint.pos",
51
+ "L_elbow_roll_joint.pos",
52
+ "L_elbow_yaw_joint.pos",
53
+ "L_wrist_pitch_joint.pos",
54
+ "L_wrist_roll_joint.pos",
55
+ "R_shoulder_pitch_joint.pos",
56
+ "R_shoulder_roll_joint.pos",
57
+ "R_shoulder_yaw_joint.pos",
58
+ "R_elbow_roll_joint.pos",
59
+ "R_elbow_yaw_joint.pos",
60
+ "R_wrist_pitch_joint.pos",
61
+ "R_wrist_roll_joint.pos",
62
+ "L_finger1_joint.pos",
63
+ "L_finger2_joint.pos",
64
+ "R_finger1_joint.pos",
65
+ "R_finger2_joint.pos",
66
+ "left_gripper",
67
+ "right_gripper"
68
+ ],
69
+ "shape": [
70
+ 20
71
+ ]
72
+ },
73
+ "observation.images.head_left": {
74
+ "dtype": "video",
75
+ "shape": [
76
+ 480,
77
+ 640,
78
+ 3
79
+ ],
80
+ "names": [
81
+ "height",
82
+ "width",
83
+ "channels"
84
+ ],
85
+ "info": {
86
+ "video.height": 480,
87
+ "video.width": 640,
88
+ "video.codec": "av1",
89
+ "video.pix_fmt": "yuv420p",
90
+ "video.is_depth_map": false,
91
+ "video.fps": 30,
92
+ "video.channels": 3,
93
+ "has_audio": false
94
+ }
95
+ },
96
+ "observation.images.head_right": {
97
+ "dtype": "video",
98
+ "shape": [
99
+ 480,
100
+ 640,
101
+ 3
102
+ ],
103
+ "names": [
104
+ "height",
105
+ "width",
106
+ "channels"
107
+ ],
108
+ "info": {
109
+ "video.height": 480,
110
+ "video.width": 640,
111
+ "video.codec": "av1",
112
+ "video.pix_fmt": "yuv420p",
113
+ "video.is_depth_map": false,
114
+ "video.fps": 30,
115
+ "video.channels": 3,
116
+ "has_audio": false
117
+ }
118
+ },
119
+ "observation.images.wrist_left": {
120
+ "dtype": "video",
121
+ "shape": [
122
+ 480,
123
+ 640,
124
+ 3
125
+ ],
126
+ "names": [
127
+ "height",
128
+ "width",
129
+ "channels"
130
+ ],
131
+ "info": {
132
+ "video.height": 480,
133
+ "video.width": 640,
134
+ "video.codec": "av1",
135
+ "video.pix_fmt": "yuv420p",
136
+ "video.is_depth_map": false,
137
+ "video.fps": 30,
138
+ "video.channels": 3,
139
+ "has_audio": false
140
+ }
141
+ },
142
+ "observation.images.wrist_right": {
143
+ "dtype": "video",
144
+ "shape": [
145
+ 480,
146
+ 640,
147
+ 3
148
+ ],
149
+ "names": [
150
+ "height",
151
+ "width",
152
+ "channels"
153
+ ],
154
+ "info": {
155
+ "video.height": 480,
156
+ "video.width": 640,
157
+ "video.codec": "av1",
158
+ "video.pix_fmt": "yuv420p",
159
+ "video.is_depth_map": false,
160
+ "video.fps": 30,
161
+ "video.channels": 3,
162
+ "has_audio": false
163
+ }
164
+ },
165
+ "timestamp": {
166
+ "dtype": "float32",
167
+ "shape": [
168
+ 1
169
+ ],
170
+ "names": null
171
+ },
172
+ "frame_index": {
173
+ "dtype": "int64",
174
+ "shape": [
175
+ 1
176
+ ],
177
+ "names": null
178
+ },
179
+ "episode_index": {
180
+ "dtype": "int64",
181
+ "shape": [
182
+ 1
183
+ ],
184
+ "names": null
185
+ },
186
+ "index": {
187
+ "dtype": "int64",
188
+ "shape": [
189
+ 1
190
+ ],
191
+ "names": null
192
+ },
193
+ "task_index": {
194
+ "dtype": "int64",
195
+ "shape": [
196
+ 1
197
+ ],
198
+ "names": null
199
+ }
200
+ }
201
+ }
Packing_Box/eval_v1_20260713_090601/meta/stats.json ADDED
@@ -0,0 +1,1200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.wrist_right": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.00392156862745098
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.00392156862745098
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 0.9882352941176471
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 0.9882352941176471
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 0.9882352941176471
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.5972074432345797
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.6490191161961142
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.6492380888603165
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.011843429597200961
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.006644063892928878
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.012315554989247624
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 732
73
+ ],
74
+ "q01": [
75
+ [
76
+ [
77
+ 0.234251019754593
78
+ ]
79
+ ],
80
+ [
81
+ [
82
+ 0.273382557051723
83
+ ]
84
+ ],
85
+ [
86
+ [
87
+ 0.304955817993968
88
+ ]
89
+ ]
90
+ ],
91
+ "q10": [
92
+ [
93
+ [
94
+ 0.37232606987179506
95
+ ]
96
+ ],
97
+ [
98
+ [
99
+ 0.425951137007055
100
+ ]
101
+ ],
102
+ [
103
+ [
104
+ 0.4456669316196839
105
+ ]
106
+ ]
107
+ ],
108
+ "q50": [
109
+ [
110
+ [
111
+ 0.5882657154930473
112
+ ]
113
+ ],
114
+ [
115
+ [
116
+ 0.6314927939409101
117
+ ]
118
+ ],
119
+ [
120
+ [
121
+ 0.6510176553244253
122
+ ]
123
+ ]
124
+ ],
125
+ "q90": [
126
+ [
127
+ [
128
+ 0.867222562447714
129
+ ]
130
+ ],
131
+ [
132
+ [
133
+ 0.8721729963628047
134
+ ]
135
+ ],
136
+ [
137
+ [
138
+ 0.877065977039123
139
+ ]
140
+ ]
141
+ ],
142
+ "q99": [
143
+ [
144
+ [
145
+ 0.9110873178273562
146
+ ]
147
+ ],
148
+ [
149
+ [
150
+ 0.9098115926657591
151
+ ]
152
+ ],
153
+ [
154
+ [
155
+ 0.9087057597963075
156
+ ]
157
+ ]
158
+ ]
159
+ },
160
+ "observation.images.head_right": {
161
+ "min": [
162
+ [
163
+ [
164
+ 0.0
165
+ ]
166
+ ],
167
+ [
168
+ [
169
+ 0.0
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 0.0
175
+ ]
176
+ ]
177
+ ],
178
+ "max": [
179
+ [
180
+ [
181
+ 1.0
182
+ ]
183
+ ],
184
+ [
185
+ [
186
+ 1.0
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 1.0
192
+ ]
193
+ ]
194
+ ],
195
+ "mean": [
196
+ [
197
+ [
198
+ 0.5666708626870601
199
+ ]
200
+ ],
201
+ [
202
+ [
203
+ 0.6130727138134398
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.6137649762603129
209
+ ]
210
+ ]
211
+ ],
212
+ "std": [
213
+ [
214
+ [
215
+ 0.002030824230228704
216
+ ]
217
+ ],
218
+ [
219
+ [
220
+ 0.0017033649238441288
221
+ ]
222
+ ],
223
+ [
224
+ [
225
+ 0.0018222596170373742
226
+ ]
227
+ ]
228
+ ],
229
+ "count": [
230
+ 732
231
+ ],
232
+ "q01": [
233
+ [
234
+ [
235
+ 0.08230589437160672
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.09008827881145608
241
+ ]
242
+ ],
243
+ [
244
+ [
245
+ 0.09017299999601917
246
+ ]
247
+ ]
248
+ ],
249
+ "q10": [
250
+ [
251
+ [
252
+ 0.3345613170093232
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.3802926404882639
258
+ ]
259
+ ],
260
+ [
261
+ [
262
+ 0.410350971455985
263
+ ]
264
+ ]
265
+ ],
266
+ "q50": [
267
+ [
268
+ [
269
+ 0.5502819345566852
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 0.5973213310897892
275
+ ]
276
+ ],
277
+ [
278
+ [
279
+ 0.6065350397483608
280
+ ]
281
+ ]
282
+ ],
283
+ "q90": [
284
+ [
285
+ [
286
+ 0.8810723898767635
287
+ ]
288
+ ],
289
+ [
290
+ [
291
+ 0.879814082387038
292
+ ]
293
+ ],
294
+ [
295
+ [
296
+ 0.879813258991997
297
+ ]
298
+ ]
299
+ ],
300
+ "q99": [
301
+ [
302
+ [
303
+ 0.9882669073828059
304
+ ]
305
+ ],
306
+ [
307
+ [
308
+ 0.9882670167620018
309
+ ]
310
+ ],
311
+ [
312
+ [
313
+ 0.9882668251351684
314
+ ]
315
+ ]
316
+ ]
317
+ },
318
+ "observation.state": {
319
+ "min": [
320
+ -0.36914294958114624,
321
+ -0.5932723879814148,
322
+ -1.601475477218628,
323
+ -2.156782627105713,
324
+ 0.9481983780860901,
325
+ -0.47211727499961853,
326
+ -0.029549038037657738,
327
+ -0.4236999750137329,
328
+ -0.5933014750480652,
329
+ 1.3998209238052368,
330
+ -2.1506991386413574,
331
+ -1.400140404701233,
332
+ -0.174891397356987,
333
+ -0.030853012576699257,
334
+ -0.0215000007301569,
335
+ -0.0215000007301569,
336
+ -0.0215000007301569,
337
+ -0.0215000007301569,
338
+ 1.0,
339
+ 1.0
340
+ ],
341
+ "max": [
342
+ 0.42425885796546936,
343
+ -0.2609131634235382,
344
+ -1.3851791620254517,
345
+ -0.9306698441505432,
346
+ 1.4001764059066772,
347
+ 0.20354078710079193,
348
+ 0.7656083703041077,
349
+ 0.3364527225494385,
350
+ -0.25764328241348267,
351
+ 1.6541752815246582,
352
+ -0.9335302710533142,
353
+ -0.9313333034515381,
354
+ 0.4790084958076477,
355
+ 0.7646464705467224,
356
+ -0.00019126020197290927,
357
+ 0.0003600683994591236,
358
+ 0.0003757514350581914,
359
+ -0.00018609609105624259,
360
+ 1.0,
361
+ 1.0
362
+ ],
363
+ "mean": [
364
+ 0.13774471486517167,
365
+ -0.4807746831724261,
366
+ -1.4859337666531924,
367
+ -1.8876731546553434,
368
+ 1.0399791780878735,
369
+ -0.4099204635107809,
370
+ 0.37818305135215347,
371
+ -0.14263974543966443,
372
+ -0.47344612152060495,
373
+ 1.503433432618569,
374
+ -1.8836776219685456,
375
+ -1.0092147886232972,
376
+ 0.4253841510292851,
377
+ 0.3704695372304263,
378
+ -0.021474738372083475,
379
+ -0.02143665732341261,
380
+ -0.02144310570421123,
381
+ -0.02125588521714051,
382
+ 1.0,
383
+ 1.0
384
+ ],
385
+ "std": [
386
+ 0.09978587930719254,
387
+ 0.025359260616590815,
388
+ 0.02054810912175218,
389
+ 0.14073566685732192,
390
+ 0.033341414894573033,
391
+ 0.09042034315616126,
392
+ 0.076583645584913,
393
+ 0.09518039248366934,
394
+ 0.024722795071732355,
395
+ 0.019378130800862012,
396
+ 0.1387753008096803,
397
+ 0.033547050301295435,
398
+ 0.08664226528864684,
399
+ 0.07685946678503439,
400
+ 0.0006271749612741851,
401
+ 0.0005623412899427713,
402
+ 0.0005654321330075421,
403
+ 0.0017062065714062472,
404
+ 0.0,
405
+ 0.0
406
+ ],
407
+ "count": [
408
+ 4584
409
+ ],
410
+ "q01": [
411
+ -0.33236656189825314,
412
+ -0.49399556614460916,
413
+ -1.5794746101231045,
414
+ -2.0935833188465818,
415
+ 1.020076457987669,
416
+ -0.4601152455815708,
417
+ 0.0938047936171018,
418
+ -0.40175219337352336,
419
+ -0.48961786995685697,
420
+ 1.4521116714136972,
421
+ -2.0592683783326056,
422
+ -1.1817373949511878,
423
+ -0.03679817455645998,
424
+ 0.06680293990468185,
425
+ -0.021500000830156896,
426
+ -0.021500000830156896,
427
+ -0.021500000830156896,
428
+ -0.021500000830156896,
429
+ 1.0000000000000004,
430
+ 1.0000000000000004
431
+ ],
432
+ "q10": [
433
+ 0.13148789531239558,
434
+ -0.4876218865619272,
435
+ -1.4874083988840485,
436
+ -1.9222775439222808,
437
+ 1.0251922445886716,
438
+ -0.45066499729563714,
439
+ 0.3747624280408851,
440
+ -0.16086997723324112,
441
+ -0.4802634511750759,
442
+ 1.4905155991135,
443
+ -1.9177688534930237,
444
+ -1.0221219279001257,
445
+ 0.40971613191963435,
446
+ 0.3682614063014021,
447
+ -0.021500000830156896,
448
+ -0.021479478748916078,
449
+ -0.02148920793387652,
450
+ -0.021500000830156896,
451
+ 1.000000000000004,
452
+ 1.000000000000004
453
+ ],
454
+ "q50": [
455
+ 0.13929650386342718,
456
+ -0.4857088434211365,
457
+ -1.486120007469237,
458
+ -1.9139277749394985,
459
+ 1.031657111662783,
460
+ -0.43040417269918513,
461
+ 0.38275664126789316,
462
+ -0.14337786930438182,
463
+ -0.47806302747987117,
464
+ 1.5030145375002302,
465
+ -1.9111015633139141,
466
+ -1.0001975336241506,
467
+ 0.4465969846473834,
468
+ 0.3750138861050907,
469
+ -0.021500000830156896,
470
+ -0.021453133369486167,
471
+ -0.021466972814479547,
472
+ -0.021500000830156896,
473
+ 1.0000000000000198,
474
+ 1.0000000000000198
475
+ ],
476
+ "q90": [
477
+ 0.15785312519301287,
478
+ -0.48154249934781135,
479
+ -1.4726624436384208,
480
+ -1.901586579973165,
481
+ 1.0517913004599262,
482
+ -0.39586140121597896,
483
+ 0.38813181118364876,
484
+ -0.13653134090861702,
485
+ -0.47324033623923384,
486
+ 1.5046127225844812,
487
+ -1.8985324725943171,
488
+ -0.9969574187211034,
489
+ 0.46272381057471706,
490
+ 0.3804419994449213,
491
+ -0.021500000830156896,
492
+ -0.02144297187182562,
493
+ -0.021438098800657255,
494
+ -0.021500000830156896,
495
+ 1.000000000000036,
496
+ 1.000000000000036
497
+ ],
498
+ "q99": [
499
+ 0.4019362256974076,
500
+ -0.32852839258239225,
501
+ -1.4323650464001165,
502
+ -1.1089868049196374,
503
+ 1.2057520268887414,
504
+ 0.06151446679097006,
505
+ 0.6809134477522258,
506
+ 0.30047834631530085,
507
+ -0.32370447234367156,
508
+ 1.591153753145193,
509
+ -1.1166625569278752,
510
+ -0.9918519768276958,
511
+ 0.4700086088402945,
512
+ 0.6762478594082447,
513
+ -0.021494938046793016,
514
+ -0.021397015621107515,
515
+ -0.021370714005247947,
516
+ -0.011880058018808457,
517
+ 1.0000000000000397,
518
+ 1.0000000000000397
519
+ ]
520
+ },
521
+ "episode_index": {
522
+ "min": [
523
+ 0
524
+ ],
525
+ "max": [
526
+ 2
527
+ ],
528
+ "mean": [
529
+ 1.043193717277487
530
+ ],
531
+ "std": [
532
+ 0.8105230202240143
533
+ ],
534
+ "count": [
535
+ 4584
536
+ ],
537
+ "q01": [
538
+ 1.0431937172774872
539
+ ],
540
+ "q10": [
541
+ 1.0431937172774908
542
+ ],
543
+ "q50": [
544
+ 1.043193717277507
545
+ ],
546
+ "q90": [
547
+ 1.0431937172775227
548
+ ],
549
+ "q99": [
550
+ 1.0431937172775265
551
+ ]
552
+ },
553
+ "timestamp": {
554
+ "min": [
555
+ 0.0
556
+ ],
557
+ "max": [
558
+ 53.6
559
+ ],
560
+ "mean": [
561
+ 25.52833769633508
562
+ ],
563
+ "std": [
564
+ 14.835254564090416
565
+ ],
566
+ "count": [
567
+ 4584
568
+ ],
569
+ "q01": [
570
+ 0.49617731674313087
571
+ ],
572
+ "q10": [
573
+ 5.09592199032136
574
+ ],
575
+ "q50": [
576
+ 25.521454445898755
577
+ ],
578
+ "q90": [
579
+ 45.96075340234881
580
+ ],
581
+ "q99": [
582
+ 50.56049807592703
583
+ ]
584
+ },
585
+ "observation.images.head_left": {
586
+ "min": [
587
+ [
588
+ [
589
+ 0.0
590
+ ]
591
+ ],
592
+ [
593
+ [
594
+ 0.0
595
+ ]
596
+ ],
597
+ [
598
+ [
599
+ 0.0
600
+ ]
601
+ ]
602
+ ],
603
+ "max": [
604
+ [
605
+ [
606
+ 1.0
607
+ ]
608
+ ],
609
+ [
610
+ [
611
+ 1.0
612
+ ]
613
+ ],
614
+ [
615
+ [
616
+ 1.0
617
+ ]
618
+ ]
619
+ ],
620
+ "mean": [
621
+ [
622
+ [
623
+ 0.5669203439743384
624
+ ]
625
+ ],
626
+ [
627
+ [
628
+ 0.6133922079248366
629
+ ]
630
+ ],
631
+ [
632
+ [
633
+ 0.6140615931595771
634
+ ]
635
+ ]
636
+ ],
637
+ "std": [
638
+ [
639
+ [
640
+ 0.002298750788245011
641
+ ]
642
+ ],
643
+ [
644
+ [
645
+ 0.0018793336160502362
646
+ ]
647
+ ],
648
+ [
649
+ [
650
+ 0.0020858775220167817
651
+ ]
652
+ ]
653
+ ],
654
+ "count": [
655
+ 732
656
+ ],
657
+ "q01": [
658
+ [
659
+ [
660
+ 0.08367381263484912
661
+ ]
662
+ ],
663
+ [
664
+ [
665
+ 0.09008942004043041
666
+ ]
667
+ ],
668
+ [
669
+ [
670
+ 0.09146052165681402
671
+ ]
672
+ ]
673
+ ],
674
+ "q10": [
675
+ [
676
+ [
677
+ 0.33456028577415114
678
+ ]
679
+ ],
680
+ [
681
+ [
682
+ 0.38032419314659294
683
+ ]
684
+ ],
685
+ [
686
+ [
687
+ 0.4091004122523098
688
+ ]
689
+ ]
690
+ ],
691
+ "q50": [
692
+ [
693
+ [
694
+ 0.5515358624955358
695
+ ]
696
+ ],
697
+ [
698
+ [
699
+ 0.5985641374605265
700
+ ]
701
+ ],
702
+ [
703
+ [
704
+ 0.6065811286195613
705
+ ]
706
+ ]
707
+ ],
708
+ "q90": [
709
+ [
710
+ [
711
+ 0.8810699269315483
712
+ ]
713
+ ],
714
+ [
715
+ [
716
+ 0.8798115630926047
717
+ ]
718
+ ],
719
+ [
720
+ [
721
+ 0.8798111965210931
722
+ ]
723
+ ]
724
+ ],
725
+ "q99": [
726
+ [
727
+ [
728
+ 0.9882682334029864
729
+ ]
730
+ ],
731
+ [
732
+ [
733
+ 0.9882683420868246
734
+ ]
735
+ ],
736
+ [
737
+ [
738
+ 0.9882681527745633
739
+ ]
740
+ ]
741
+ ]
742
+ },
743
+ "frame_index": {
744
+ "min": [
745
+ 0
746
+ ],
747
+ "max": [
748
+ 1608
749
+ ],
750
+ "mean": [
751
+ 765.8501308900524
752
+ ],
753
+ "std": [
754
+ 445.05763692271245
755
+ ],
756
+ "count": [
757
+ 4584
758
+ ],
759
+ "q01": [
760
+ 14.885319505137547
761
+ ],
762
+ "q10": [
763
+ 152.87765971196185
764
+ ],
765
+ "q50": [
766
+ 765.8433184554973
767
+ ],
768
+ "q90": [
769
+ 1378.8226020681427
770
+ ],
771
+ "q99": [
772
+ 1516.8149422749673
773
+ ]
774
+ },
775
+ "task_index": {
776
+ "min": [
777
+ 0
778
+ ],
779
+ "max": [
780
+ 0
781
+ ],
782
+ "mean": [
783
+ 0.0
784
+ ],
785
+ "std": [
786
+ 0.0
787
+ ],
788
+ "count": [
789
+ 4584
790
+ ],
791
+ "q01": [
792
+ 3.999999999999418e-16
793
+ ],
794
+ "q10": [
795
+ 3.999999999999417e-15
796
+ ],
797
+ "q50": [
798
+ 1.9999999999997088e-14
799
+ ],
800
+ "q90": [
801
+ 3.599999999999476e-14
802
+ ],
803
+ "q99": [
804
+ 3.9599999999994235e-14
805
+ ]
806
+ },
807
+ "action": {
808
+ "min": [
809
+ -0.369140625,
810
+ -0.53759765625,
811
+ -1.6015625,
812
+ -2.158203125,
813
+ 0.9423828125,
814
+ -0.47216796875,
815
+ -0.0377197265625,
816
+ -0.42431640625,
817
+ -0.53125,
818
+ 1.3994140625,
819
+ -2.162109375,
820
+ -1.2333984375,
821
+ -0.1756591796875,
822
+ -0.037353515625,
823
+ -0.0220794677734375,
824
+ 0.02142333984375,
825
+ -0.00881195068359375,
826
+ -0.0006256103515625,
827
+ 0.0,
828
+ 0.0
829
+ ],
830
+ "max": [
831
+ 0.42431640625,
832
+ -0.2607421875,
833
+ -1.3837890625,
834
+ -0.9306640625,
835
+ 1.2587890625,
836
+ 0.203857421875,
837
+ 0.765625,
838
+ 0.336669921875,
839
+ -0.257080078125,
840
+ 1.60546875,
841
+ -0.93359375,
842
+ -0.927734375,
843
+ 0.47900390625,
844
+ 0.7646484375,
845
+ -0.0172882080078125,
846
+ 0.0217132568359375,
847
+ 0.007640838623046875,
848
+ 0.0180511474609375,
849
+ 0.0,
850
+ 0.0
851
+ ],
852
+ "mean": [
853
+ 0.13769493912579087,
854
+ -0.4807339234449893,
855
+ -1.4851996570201444,
856
+ -1.8876985058994609,
857
+ 1.039397437665059,
858
+ -0.4102133252051696,
859
+ 0.37922841812407576,
860
+ -0.14259021553368573,
861
+ -0.4733880826289949,
862
+ 1.5020082788785716,
863
+ -1.8836708444627375,
864
+ -1.00863430629538,
865
+ 0.425749937316198,
866
+ 0.3719795959405146,
867
+ -0.021469319552950315,
868
+ 0.02152521815069709,
869
+ -0.0007150019045776353,
870
+ 0.0082248899145832,
871
+ 0.0,
872
+ 0.0
873
+ ],
874
+ "std": [
875
+ 0.10050764981823411,
876
+ 0.025204620282655278,
877
+ 0.020922474051589736,
878
+ 0.14106874369472613,
879
+ 0.03189574591262796,
880
+ 0.08976400921740747,
881
+ 0.07723020480260556,
882
+ 0.09584040793769591,
883
+ 0.024561766931554017,
884
+ 0.019138105576186535,
885
+ 0.13918915959362707,
886
+ 0.03138219577738614,
887
+ 0.08575472987826457,
888
+ 0.07708826099354506,
889
+ 0.0005437306907146914,
890
+ 3.1100275961769377e-07,
891
+ 0.002004004963521411,
892
+ 0.002287350902667547,
893
+ 0.0,
894
+ 0.0
895
+ ],
896
+ "count": [
897
+ 4584
898
+ ],
899
+ "q01": [
900
+ -0.3324307429501127,
901
+ -0.49357528218927177,
902
+ -1.5794244954959527,
903
+ -2.0935950489994184,
904
+ 1.019873595229616,
905
+ -0.4602007069766852,
906
+ 0.09915959158715244,
907
+ -0.4018709116458891,
908
+ -0.4886216190227318,
909
+ 1.4326867859849393,
910
+ -2.05900501771218,
911
+ -1.1720664260993465,
912
+ -0.037009983507725115,
913
+ 0.0866730457967035,
914
+ -0.02183726184743889,
915
+ 0.021464442861121612,
916
+ -0.008531723448583821,
917
+ 0.00025912721077345273,
918
+ 3.999999999999418e-16,
919
+ 3.999999999999418e-16
920
+ ],
921
+ "q10": [
922
+ 0.13168027050320322,
923
+ -0.4876746776749483,
924
+ -1.487398045101578,
925
+ -1.9223557657577655,
926
+ 1.0249540956683254,
927
+ -0.4505695510805076,
928
+ 0.3749696225812134,
929
+ -0.1610631917802038,
930
+ -0.4802480785746291,
931
+ 1.4899075810740543,
932
+ -1.9178672526370564,
933
+ -1.0214329102912734,
934
+ 0.4107041169413352,
935
+ 0.3683457666371347,
936
+ -0.021757203844685637,
937
+ 0.021509511990030466,
938
+ -0.0008844140565170144,
939
+ 0.007811493349858474,
940
+ 3.999999999999417e-15,
941
+ 3.999999999999417e-15
942
+ ],
943
+ "q50": [
944
+ 0.1394023744970237,
945
+ -0.485723774159953,
946
+ -1.4860992423461459,
947
+ -1.913986483964346,
948
+ 1.031427422112626,
949
+ -0.43067653036323256,
950
+ 0.3827391905680919,
951
+ -0.14349342105002727,
952
+ -0.47809332975279006,
953
+ 1.5030187905027281,
954
+ -1.911163874138041,
955
+ -0.9997223167670207,
956
+ 0.44662188420806326,
957
+ 0.37507322836552387,
958
+ -0.021620065772256145,
959
+ 0.021525433561205436,
960
+ -0.0005927695023150217,
961
+ 0.008036919140544205,
962
+ 1.9999999999997088e-14,
963
+ 1.9999999999997088e-14
964
+ ],
965
+ "q90": [
966
+ 0.15801708075395185,
967
+ -0.4815734819118681,
968
+ -1.472019938014329,
969
+ -1.9016079039008789,
970
+ 1.0515120044934247,
971
+ -0.3963088128045247,
972
+ 0.38824271209329103,
973
+ -0.13673809534163447,
974
+ -0.4732662754622491,
975
+ 1.504622843194668,
976
+ -1.8985840772632772,
977
+ -0.9967961423447813,
978
+ 0.46265919525122534,
979
+ 0.38060590322003585,
980
+ -0.021186150769891512,
981
+ 0.02153486469552293,
982
+ -0.00041803881975926776,
983
+ 0.008405685278411467,
984
+ 3.599999999999476e-14,
985
+ 3.599999999999476e-14
986
+ ],
987
+ "q99": [
988
+ 0.4022297284898148,
989
+ -0.32830611796629666,
990
+ -1.4167539034152987,
991
+ -1.1156460558635453,
992
+ 1.1964300403796138,
993
+ 0.06179964999209338,
994
+ 0.6918347550759365,
995
+ 0.3006927687736485,
996
+ -0.3236041730938107,
997
+ 1.5862854721801696,
998
+ -1.1170092083050374,
999
+ -0.9907304315265106,
1000
+ 0.47010541442837367,
1001
+ 0.6892931520562843,
1002
+ -0.019215764734493504,
1003
+ 0.02166683369697733,
1004
+ 0.006906305185662213,
1005
+ 0.01765407718710744,
1006
+ 3.9599999999994235e-14,
1007
+ 3.9599999999994235e-14
1008
+ ]
1009
+ },
1010
+ "observation.images.wrist_left": {
1011
+ "min": [
1012
+ [
1013
+ [
1014
+ 0.01568627450980392
1015
+ ]
1016
+ ],
1017
+ [
1018
+ [
1019
+ 0.011764705882352941
1020
+ ]
1021
+ ],
1022
+ [
1023
+ [
1024
+ 0.0
1025
+ ]
1026
+ ]
1027
+ ],
1028
+ "max": [
1029
+ [
1030
+ [
1031
+ 0.9882352941176471
1032
+ ]
1033
+ ],
1034
+ [
1035
+ [
1036
+ 0.9882352941176471
1037
+ ]
1038
+ ],
1039
+ [
1040
+ [
1041
+ 0.9882352941176471
1042
+ ]
1043
+ ]
1044
+ ],
1045
+ "mean": [
1046
+ [
1047
+ [
1048
+ 0.604704845485553
1049
+ ]
1050
+ ],
1051
+ [
1052
+ [
1053
+ 0.6548026718030109
1054
+ ]
1055
+ ],
1056
+ [
1057
+ [
1058
+ 0.6522016726601843
1059
+ ]
1060
+ ]
1061
+ ],
1062
+ "std": [
1063
+ [
1064
+ [
1065
+ 0.014997734375379507
1066
+ ]
1067
+ ],
1068
+ [
1069
+ [
1070
+ 0.00879595341020144
1071
+ ]
1072
+ ],
1073
+ [
1074
+ [
1075
+ 0.01529829329030659
1076
+ ]
1077
+ ]
1078
+ ],
1079
+ "count": [
1080
+ 732
1081
+ ],
1082
+ "q01": [
1083
+ [
1084
+ [
1085
+ 0.23683335798098357
1086
+ ]
1087
+ ],
1088
+ [
1089
+ [
1090
+ 0.27864026303583894
1091
+ ]
1092
+ ],
1093
+ [
1094
+ [
1095
+ 0.3100898438328747
1096
+ ]
1097
+ ]
1098
+ ],
1099
+ "q10": [
1100
+ [
1101
+ [
1102
+ 0.3959457380059997
1103
+ ]
1104
+ ],
1105
+ [
1106
+ [
1107
+ 0.42956836834266815
1108
+ ]
1109
+ ],
1110
+ [
1111
+ [
1112
+ 0.4504802303943427
1113
+ ]
1114
+ ]
1115
+ ],
1116
+ "q50": [
1117
+ [
1118
+ [
1119
+ 0.5882698952414888
1120
+ ]
1121
+ ],
1122
+ [
1123
+ [
1124
+ 0.6328171048323755
1125
+ ]
1126
+ ],
1127
+ [
1128
+ [
1129
+ 0.6485047427299397
1130
+ ]
1131
+ ]
1132
+ ],
1133
+ "q90": [
1134
+ [
1135
+ [
1136
+ 0.8671347707305491
1137
+ ]
1138
+ ],
1139
+ [
1140
+ [
1141
+ 0.870884237962596
1142
+ ]
1143
+ ],
1144
+ [
1145
+ [
1146
+ 0.875774385215471
1147
+ ]
1148
+ ]
1149
+ ],
1150
+ "q99": [
1151
+ [
1152
+ [
1153
+ 0.9098051255759868
1154
+ ]
1155
+ ],
1156
+ [
1157
+ [
1158
+ 0.9098738334687837
1159
+ ]
1160
+ ],
1161
+ [
1162
+ [
1163
+ 0.9098697738728786
1164
+ ]
1165
+ ]
1166
+ ]
1167
+ },
1168
+ "index": {
1169
+ "min": [
1170
+ 0
1171
+ ],
1172
+ "max": [
1173
+ 4583
1174
+ ],
1175
+ "mean": [
1176
+ 2291.5
1177
+ ],
1178
+ "std": [
1179
+ 1323.286785495369
1180
+ ],
1181
+ "count": [
1182
+ 4584
1183
+ ],
1184
+ "q01": [
1185
+ 1540.5351886150852
1186
+ ],
1187
+ "q10": [
1188
+ 1678.5275288219095
1189
+ ],
1190
+ "q50": [
1191
+ 2291.493187565445
1192
+ ],
1193
+ "q90": [
1194
+ 2904.472471178091
1195
+ ],
1196
+ "q99": [
1197
+ 3042.464811384915
1198
+ ]
1199
+ }
1200
+ }
Packing_Box/eval_v1_20260713_090601/meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13eaafa279b8155515de7e42b459ae5e18c7afda80ee922fe239ca18ea2a463a
3
+ size 2063
Packing_Box/eval_v1_20260713_090601/videos/observation.images.head_left/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12418328d6fa29950693adbea3de5b361f9f97956224c552b30575073c0c65d6
3
+ size 44709533