Jing Wang commited on
Commit
0425aee
·
verified ·
1 Parent(s): 3d49752

Delete meta

Browse files
meta/episodes.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
meta/info.json DELETED
@@ -1,190 +0,0 @@
1
- {
2
- "codebase_version": "v2.0",
3
- "robot_type": "GR1ArmsOnly",
4
- "total_episodes": 1000,
5
- "total_frames": 316878,
6
- "total_tasks": 3,
7
- "total_videos": 1000,
8
- "total_chunks": 1,
9
- "chunks_size": 1000,
10
- "fps": 20.0,
11
- "splits": {
12
- "train": "0:100"
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
- "observation.state": {
18
- "dtype": "float64",
19
- "shape": [
20
- 44
21
- ],
22
- "names": [
23
- "motor_0",
24
- "motor_1",
25
- "motor_2",
26
- "motor_3",
27
- "motor_4",
28
- "motor_5",
29
- "motor_6",
30
- "motor_7",
31
- "motor_8",
32
- "motor_9",
33
- "motor_10",
34
- "motor_11",
35
- "motor_12",
36
- "motor_13",
37
- "motor_14",
38
- "motor_15",
39
- "motor_16",
40
- "motor_17",
41
- "motor_18",
42
- "motor_19",
43
- "motor_20",
44
- "motor_21",
45
- "motor_22",
46
- "motor_23",
47
- "motor_24",
48
- "motor_25",
49
- "motor_26",
50
- "motor_27",
51
- "motor_28",
52
- "motor_29",
53
- "motor_30",
54
- "motor_31",
55
- "motor_32",
56
- "motor_33",
57
- "motor_34",
58
- "motor_35",
59
- "motor_36",
60
- "motor_37",
61
- "motor_38",
62
- "motor_39",
63
- "motor_40",
64
- "motor_41",
65
- "motor_42",
66
- "motor_43"
67
- ]
68
- },
69
- "action": {
70
- "dtype": "float64",
71
- "shape": [
72
- 44
73
- ],
74
- "names": [
75
- "motor_0",
76
- "motor_1",
77
- "motor_2",
78
- "motor_3",
79
- "motor_4",
80
- "motor_5",
81
- "motor_6",
82
- "motor_7",
83
- "motor_8",
84
- "motor_9",
85
- "motor_10",
86
- "motor_11",
87
- "motor_12",
88
- "motor_13",
89
- "motor_14",
90
- "motor_15",
91
- "motor_16",
92
- "motor_17",
93
- "motor_18",
94
- "motor_19",
95
- "motor_20",
96
- "motor_21",
97
- "motor_22",
98
- "motor_23",
99
- "motor_24",
100
- "motor_25",
101
- "motor_26",
102
- "motor_27",
103
- "motor_28",
104
- "motor_29",
105
- "motor_30",
106
- "motor_31",
107
- "motor_32",
108
- "motor_33",
109
- "motor_34",
110
- "motor_35",
111
- "motor_36",
112
- "motor_37",
113
- "motor_38",
114
- "motor_39",
115
- "motor_40",
116
- "motor_41",
117
- "motor_42",
118
- "motor_43"
119
- ]
120
- },
121
- "timestamp": {
122
- "dtype": "float64",
123
- "shape": [
124
- 1
125
- ]
126
- },
127
- "annotation.human.action.task_description": {
128
- "dtype": "int64",
129
- "shape": [
130
- 1
131
- ]
132
- },
133
- "task_index": {
134
- "dtype": "int64",
135
- "shape": [
136
- 1
137
- ]
138
- },
139
- "annotation.human.validity": {
140
- "dtype": "int64",
141
- "shape": [
142
- 1
143
- ]
144
- },
145
- "episode_index": {
146
- "dtype": "int64",
147
- "shape": [
148
- 1
149
- ]
150
- },
151
- "index": {
152
- "dtype": "int64",
153
- "shape": [
154
- 1
155
- ]
156
- },
157
- "next.reward": {
158
- "dtype": "float64",
159
- "shape": [
160
- 1
161
- ]
162
- },
163
- "next.done": {
164
- "dtype": "bool",
165
- "shape": [
166
- 1
167
- ]
168
- },
169
- "observation.images.ego_view": {
170
- "dtype": "video",
171
- "shape": [
172
- 256,
173
- 256,
174
- 3
175
- ],
176
- "names": [
177
- "height",
178
- "width",
179
- "channel"
180
- ],
181
- "video_info": {
182
- "video.fps": 20.0,
183
- "video.codec": "h264",
184
- "video.pix_fmt": "yuv420p",
185
- "video.is_depth_map": false,
186
- "has_audio": false
187
- }
188
- }
189
- }
190
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
meta/info.json.backup DELETED
@@ -1,190 +0,0 @@
1
- {
2
- "codebase_version": "v2.0",
3
- "robot_type": "GR1ArmsOnly",
4
- "total_episodes": 1000,
5
- "total_frames": 316878,
6
- "total_tasks": 3,
7
- "total_videos": 1000,
8
- "total_chunks": 1,
9
- "chunks_size": 1000,
10
- "fps": 20.0,
11
- "splits": {
12
- "train": "0:100"
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
- "observation.images.ego_view_pad_res256_freq20": {
18
- "dtype": "video",
19
- "shape": [
20
- 256,
21
- 256,
22
- 3
23
- ],
24
- "names": [
25
- "height",
26
- "width",
27
- "channel"
28
- ],
29
- "video_info": {
30
- "video.fps": 20.0,
31
- "video.codec": "h264",
32
- "video.pix_fmt": "yuv420p",
33
- "video.is_depth_map": false,
34
- "has_audio": false
35
- }
36
- },
37
- "observation.state": {
38
- "dtype": "float64",
39
- "shape": [
40
- 44
41
- ],
42
- "names": [
43
- "motor_0",
44
- "motor_1",
45
- "motor_2",
46
- "motor_3",
47
- "motor_4",
48
- "motor_5",
49
- "motor_6",
50
- "motor_7",
51
- "motor_8",
52
- "motor_9",
53
- "motor_10",
54
- "motor_11",
55
- "motor_12",
56
- "motor_13",
57
- "motor_14",
58
- "motor_15",
59
- "motor_16",
60
- "motor_17",
61
- "motor_18",
62
- "motor_19",
63
- "motor_20",
64
- "motor_21",
65
- "motor_22",
66
- "motor_23",
67
- "motor_24",
68
- "motor_25",
69
- "motor_26",
70
- "motor_27",
71
- "motor_28",
72
- "motor_29",
73
- "motor_30",
74
- "motor_31",
75
- "motor_32",
76
- "motor_33",
77
- "motor_34",
78
- "motor_35",
79
- "motor_36",
80
- "motor_37",
81
- "motor_38",
82
- "motor_39",
83
- "motor_40",
84
- "motor_41",
85
- "motor_42",
86
- "motor_43"
87
- ]
88
- },
89
- "action": {
90
- "dtype": "float64",
91
- "shape": [
92
- 44
93
- ],
94
- "names": [
95
- "motor_0",
96
- "motor_1",
97
- "motor_2",
98
- "motor_3",
99
- "motor_4",
100
- "motor_5",
101
- "motor_6",
102
- "motor_7",
103
- "motor_8",
104
- "motor_9",
105
- "motor_10",
106
- "motor_11",
107
- "motor_12",
108
- "motor_13",
109
- "motor_14",
110
- "motor_15",
111
- "motor_16",
112
- "motor_17",
113
- "motor_18",
114
- "motor_19",
115
- "motor_20",
116
- "motor_21",
117
- "motor_22",
118
- "motor_23",
119
- "motor_24",
120
- "motor_25",
121
- "motor_26",
122
- "motor_27",
123
- "motor_28",
124
- "motor_29",
125
- "motor_30",
126
- "motor_31",
127
- "motor_32",
128
- "motor_33",
129
- "motor_34",
130
- "motor_35",
131
- "motor_36",
132
- "motor_37",
133
- "motor_38",
134
- "motor_39",
135
- "motor_40",
136
- "motor_41",
137
- "motor_42",
138
- "motor_43"
139
- ]
140
- },
141
- "timestamp": {
142
- "dtype": "float64",
143
- "shape": [
144
- 1
145
- ]
146
- },
147
- "annotation.human.action.task_description": {
148
- "dtype": "int64",
149
- "shape": [
150
- 1
151
- ]
152
- },
153
- "task_index": {
154
- "dtype": "int64",
155
- "shape": [
156
- 1
157
- ]
158
- },
159
- "annotation.human.validity": {
160
- "dtype": "int64",
161
- "shape": [
162
- 1
163
- ]
164
- },
165
- "episode_index": {
166
- "dtype": "int64",
167
- "shape": [
168
- 1
169
- ]
170
- },
171
- "index": {
172
- "dtype": "int64",
173
- "shape": [
174
- 1
175
- ]
176
- },
177
- "next.reward": {
178
- "dtype": "float64",
179
- "shape": [
180
- 1
181
- ]
182
- },
183
- "next.done": {
184
- "dtype": "bool",
185
- "shape": [
186
- 1
187
- ]
188
- }
189
- }
190
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
meta/modality.json DELETED
@@ -1,79 +0,0 @@
1
- {
2
- "state": {
3
- "left_arm": {
4
- "start": 0,
5
- "end": 7
6
- },
7
- "left_hand": {
8
- "start": 7,
9
- "end": 13
10
- },
11
- "left_leg": {
12
- "start": 13,
13
- "end": 19
14
- },
15
- "neck": {
16
- "start": 19,
17
- "end": 22
18
- },
19
- "right_arm": {
20
- "start": 22,
21
- "end": 29
22
- },
23
- "right_hand": {
24
- "start": 29,
25
- "end": 35
26
- },
27
- "right_leg": {
28
- "start": 35,
29
- "end": 41
30
- },
31
- "waist": {
32
- "start": 41,
33
- "end": 44
34
- }
35
- },
36
- "action": {
37
- "left_arm": {
38
- "start": 0,
39
- "end": 7
40
- },
41
- "left_hand": {
42
- "start": 7,
43
- "end": 13
44
- },
45
- "left_leg": {
46
- "start": 13,
47
- "end": 19
48
- },
49
- "neck": {
50
- "start": 19,
51
- "end": 22
52
- },
53
- "right_arm": {
54
- "start": 22,
55
- "end": 29
56
- },
57
- "right_hand": {
58
- "start": 29,
59
- "end": 35
60
- },
61
- "right_leg": {
62
- "start": 35,
63
- "end": 41
64
- },
65
- "waist": {
66
- "start": 41,
67
- "end": 44
68
- }
69
- },
70
- "video": {
71
- "ego_view": {
72
- "original_key": "observation.images.ego_view"
73
- }
74
- },
75
- "annotation": {
76
- "human.action.task_description": {},
77
- "human.validity": {}
78
- }
79
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
meta/modality.json.backup DELETED
@@ -1,79 +0,0 @@
1
- {
2
- "state": {
3
- "left_arm": {
4
- "start": 0,
5
- "end": 7
6
- },
7
- "left_hand": {
8
- "start": 7,
9
- "end": 13
10
- },
11
- "left_leg": {
12
- "start": 13,
13
- "end": 19
14
- },
15
- "neck": {
16
- "start": 19,
17
- "end": 22
18
- },
19
- "right_arm": {
20
- "start": 22,
21
- "end": 29
22
- },
23
- "right_hand": {
24
- "start": 29,
25
- "end": 35
26
- },
27
- "right_leg": {
28
- "start": 35,
29
- "end": 41
30
- },
31
- "waist": {
32
- "start": 41,
33
- "end": 44
34
- }
35
- },
36
- "action": {
37
- "left_arm": {
38
- "start": 0,
39
- "end": 7
40
- },
41
- "left_hand": {
42
- "start": 7,
43
- "end": 13
44
- },
45
- "left_leg": {
46
- "start": 13,
47
- "end": 19
48
- },
49
- "neck": {
50
- "start": 19,
51
- "end": 22
52
- },
53
- "right_arm": {
54
- "start": 22,
55
- "end": 29
56
- },
57
- "right_hand": {
58
- "start": 29,
59
- "end": 35
60
- },
61
- "right_leg": {
62
- "start": 35,
63
- "end": 41
64
- },
65
- "waist": {
66
- "start": 41,
67
- "end": 44
68
- }
69
- },
70
- "video": {
71
- "ego_view_pad_res256_freq20": {
72
- "original_key": "observation.images.ego_view_pad_res256_freq20"
73
- }
74
- },
75
- "annotation": {
76
- "human.action.task_description": {},
77
- "human.validity": {}
78
- }
79
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
meta/stats.json DELETED
@@ -1,718 +0,0 @@
1
- {
2
- "observation.state": {
3
- "mean": [
4
- -0.24729818105697632,
5
- 0.0826818197965622,
6
- -0.1698124259710312,
7
- -1.268248200416565,
8
- 0.15289205312728882,
9
- 0.17862354218959808,
10
- -0.312686026096344,
11
- 0.36213499307632446,
12
- 0.32402491569519043,
13
- 0.309714138507843,
14
- 0.2777247428894043,
15
- 0.0312450360506773,
16
- 1.5064340829849243,
17
- 0.0,
18
- 0.0,
19
- 0.0,
20
- 0.0,
21
- 0.0,
22
- 0.0,
23
- 0.0,
24
- 0.0,
25
- 0.0,
26
- -0.3447662889957428,
27
- -0.07327199727296829,
28
- 0.1946251541376114,
29
- -1.2685319185256958,
30
- -0.25380897521972656,
31
- -0.16805720329284668,
32
- -0.315088152885437,
33
- 0.45240435004234314,
34
- 0.43671146035194397,
35
- 0.42173516750335693,
36
- 0.39798492193222046,
37
- -0.00010612744517857209,
38
- 1.6473517417907715,
39
- 0.0,
40
- 0.0,
41
- 0.0,
42
- 0.0,
43
- 0.0,
44
- 0.0,
45
- 0.0,
46
- 0.0,
47
- 0.0
48
- ],
49
- "std": [
50
- 0.2691705524921417,
51
- 0.12584373354911804,
52
- 0.24644100666046143,
53
- 0.4605039954185486,
54
- 0.13665899634361267,
55
- 0.25701913237571716,
56
- 0.13833075761795044,
57
- 0.5510259866714478,
58
- 0.4851894974708557,
59
- 0.46365103125572205,
60
- 0.4367334842681885,
61
- 0.09142392128705978,
62
- 0.19956685602664948,
63
- 0.0,
64
- 0.0,
65
- 0.0,
66
- 0.0,
67
- 0.0,
68
- 0.0,
69
- 0.0,
70
- 0.0,
71
- 0.0,
72
- 0.22380618751049042,
73
- 0.08615920692682266,
74
- 0.25924769043922424,
75
- 0.36347106099128723,
76
- 0.17643605172634125,
77
- 0.253238707780838,
78
- 0.15123668313026428,
79
- 0.5304462313652039,
80
- 0.5120600461959839,
81
- 0.49537014961242676,
82
- 0.4695006012916565,
83
- 0.03486815094947815,
84
- 0.18905209004878998,
85
- 0.0,
86
- 0.0,
87
- 0.0,
88
- 0.0,
89
- 0.0,
90
- 0.0,
91
- 0.0,
92
- 0.0,
93
- 0.0
94
- ],
95
- "min": [
96
- -0.8929859399795532,
97
- -0.0008364753448404372,
98
- -0.6925187706947327,
99
- -1.8374319076538086,
100
- -0.24188393354415894,
101
- -0.1615520864725113,
102
- -0.7339556217193604,
103
- -0.0571279339492321,
104
- -0.017671234905719757,
105
- -0.0014767824904993176,
106
- -0.0012100707972422242,
107
- -0.3479880392551422,
108
- 0.0,
109
- 0.0,
110
- 0.0,
111
- 0.0,
112
- 0.0,
113
- 0.0,
114
- 0.0,
115
- 0.0,
116
- 0.0,
117
- 0.0,
118
- -1.0026251077651978,
119
- -0.5652779936790466,
120
- -0.4134657382965088,
121
- -1.9944795370101929,
122
- -1.1029564142227173,
123
- -0.8686710596084595,
124
- -0.7540386319160461,
125
- -0.010551485233008862,
126
- -0.008517204783856869,
127
- -0.009396950714290142,
128
- -0.00877471175044775,
129
- -0.07977797091007233,
130
- 0.0,
131
- 0.0,
132
- 0.0,
133
- 0.0,
134
- 0.0,
135
- 0.0,
136
- 0.0,
137
- 0.0,
138
- 0.0,
139
- 0.0
140
- ],
141
- "max": [
142
- 0.09680398553609848,
143
- 0.5640084147453308,
144
- 0.36674538254737854,
145
- -0.015782983973622322,
146
- 0.7403795719146729,
147
- 0.70510333776474,
148
- 0.32460278272628784,
149
- 1.5713163614273071,
150
- 1.5691574811935425,
151
- 1.5585739612579346,
152
- 1.4545609951019287,
153
- 0.7236274480819702,
154
- 1.7703927755355835,
155
- 0.0,
156
- 0.0,
157
- 0.0,
158
- 0.0,
159
- 0.0,
160
- 0.0,
161
- 0.0,
162
- 0.0,
163
- 0.0,
164
- 0.2820757031440735,
165
- 0.00048626589705236256,
166
- 1.0325419902801514,
167
- -0.06881982088088989,
168
- 0.22402428090572357,
169
- 0.5646616220474243,
170
- 0.2134525626897812,
171
- 2.100248098373413,
172
- 1.5080406665802002,
173
- 1.46932053565979,
174
- 1.421830177307129,
175
- 0.45953595638275146,
176
- 1.7548638582229614,
177
- 0.0,
178
- 0.0,
179
- 0.0,
180
- 0.0,
181
- 0.0,
182
- 0.0,
183
- 0.0,
184
- 0.0,
185
- 0.0
186
- ],
187
- "q01": [
188
- -0.8452693063020706,
189
- 2.3512331481470027e-05,
190
- -0.6233408683538437,
191
- -1.7081604564189912,
192
- -0.11438067123293877,
193
- -0.13305008083581923,
194
- -0.6249766498804092,
195
- -0.0006808188190916553,
196
- -0.0008790219255024567,
197
- -0.0011645326402503998,
198
- -0.0009595314535545185,
199
- -0.2129564942419529,
200
- 0.7172885954380035,
201
- 0.0,
202
- 0.0,
203
- 0.0,
204
- 0.0,
205
- 0.0,
206
- 0.0,
207
- 0.0,
208
- 0.0,
209
- 0.0,
210
- -0.8493071568012237,
211
- -0.32516473919153216,
212
- -0.265896897315979,
213
- -1.8766338419914246,
214
- -0.859496642947197,
215
- -0.6468661803007126,
216
- -0.6381527721881867,
217
- -0.005984194637276233,
218
- -0.006831224900670349,
219
- -0.007751778103411198,
220
- -0.0071392021421343085,
221
- -0.0340232390910387,
222
- 0.7396531063318252,
223
- 0.0,
224
- 0.0,
225
- 0.0,
226
- 0.0,
227
- 0.0,
228
- 0.0,
229
- 0.0,
230
- 0.0,
231
- 0.0
232
- ],
233
- "q99": [
234
- 0.05370511587709183,
235
- 0.5090175485610955,
236
- 0.13943083971738796,
237
- -0.0416461627557874,
238
- 0.6417675679922086,
239
- 0.6449078941345214,
240
- 0.01690873609855769,
241
- 1.564617109298706,
242
- 1.316006506681442,
243
- 1.168621637821197,
244
- 1.1355166137218475,
245
- 0.37341472864151,
246
- 1.6407743048667909,
247
- 0.0,
248
- 0.0,
249
- 0.0,
250
- 0.0,
251
- 0.0,
252
- 0.0,
253
- 0.0,
254
- 0.0,
255
- 0.0,
256
- 0.09352369271218766,
257
- -4.0876088542063675e-06,
258
- 0.710989159941673,
259
- -0.3288501581549654,
260
- 0.12453561276197359,
261
- 0.3801562777161598,
262
- 0.1193612132966507,
263
- 1.267748857736587,
264
- 1.1577399325370785,
265
- 1.1055979990959166,
266
- 1.132187887430191,
267
- 0.21536189571022968,
268
- 1.7434423518180848,
269
- 0.0,
270
- 0.0,
271
- 0.0,
272
- 0.0,
273
- 0.0,
274
- 0.0,
275
- 0.0,
276
- 0.0,
277
- 0.0
278
- ]
279
- },
280
- "action": {
281
- "mean": [
282
- -0.25884753465652466,
283
- 0.08295833319425583,
284
- -0.16926701366901398,
285
- -1.2518467903137207,
286
- 0.15710917115211487,
287
- 0.18296991288661957,
288
- -0.31967711448669434,
289
- 0.4119749665260315,
290
- 0.4119749665260315,
291
- 0.4096261262893677,
292
- 0.3618896007537842,
293
- 0.29745152592658997,
294
- 1.5686613321304321,
295
- 0.0,
296
- 0.0,
297
- 0.0,
298
- 0.0,
299
- 0.0,
300
- 0.0,
301
- 0.0,
302
- 0.0,
303
- 0.0,
304
- -0.34600287675857544,
305
- -0.0729432925581932,
306
- 0.1961367428302765,
307
- -1.2684309482574463,
308
- -0.25942906737327576,
309
- -0.16909795999526978,
310
- -0.320071816444397,
311
- 0.5633009076118469,
312
- 0.5633009076118469,
313
- 0.5585827827453613,
314
- 0.535445511341095,
315
- 0.22852076590061188,
316
- 1.5686613321304321,
317
- 0.0,
318
- 0.0,
319
- 0.0,
320
- 0.0,
321
- 0.0,
322
- 0.0,
323
- 0.0,
324
- 0.0,
325
- 0.0
326
- ],
327
- "std": [
328
- 0.27595382928848267,
329
- 0.13178978860378265,
330
- 0.2506704032421112,
331
- 0.4754917323589325,
332
- 0.14111685752868652,
333
- 0.26116687059402466,
334
- 0.14917685091495514,
335
- 0.6700564026832581,
336
- 0.6700564026832581,
337
- 0.6614185571670532,
338
- 0.6201398968696594,
339
- 0.46781668066978455,
340
- 0.002130782464519143,
341
- 0.0,
342
- 0.0,
343
- 0.0,
344
- 0.0,
345
- 0.0,
346
- 0.0,
347
- 0.0,
348
- 0.0,
349
- 0.0,
350
- 0.22575989365577698,
351
- 0.09053879231214523,
352
- 0.2625401020050049,
353
- 0.36909523606300354,
354
- 0.1775083839893341,
355
- 0.2554589807987213,
356
- 0.15273389220237732,
357
- 0.7116959691047668,
358
- 0.7116959691047668,
359
- 0.7039715647697449,
360
- 0.6773495078086853,
361
- 0.29415658116340637,
362
- 0.002130782464519143,
363
- 0.0,
364
- 0.0,
365
- 0.0,
366
- 0.0,
367
- 0.0,
368
- 0.0,
369
- 0.0,
370
- 0.0,
371
- 0.0
372
- ],
373
- "min": [
374
- -0.9364208579063416,
375
- -4.182376869721338e-05,
376
- -0.77130126953125,
377
- -1.9094347953796387,
378
- -0.2736711800098419,
379
- -0.20905472338199615,
380
- -0.8183942437171936,
381
- 0.0,
382
- 0.0,
383
- 0.0,
384
- 0.0,
385
- 0.0,
386
- 1.5707963705062866,
387
- 0.0,
388
- 0.0,
389
- 0.0,
390
- 0.0,
391
- 0.0,
392
- 0.0,
393
- 0.0,
394
- 0.0,
395
- 0.0,
396
- -1.0443092584609985,
397
- -0.5999366641044617,
398
- -0.4477718770503998,
399
- -2.0748775005340576,
400
- -1.146356463432312,
401
- -0.9101261496543884,
402
- -0.8123317360877991,
403
- 0.0,
404
- 0.0,
405
- 0.0,
406
- 0.0,
407
- 0.0,
408
- 1.5707963705062866,
409
- 0.0,
410
- 0.0,
411
- 0.0,
412
- 0.0,
413
- 0.0,
414
- 0.0,
415
- 0.0,
416
- 0.0,
417
- 0.0
418
- ],
419
- "max": [
420
- 0.17922426760196686,
421
- 0.6040503978729248,
422
- 0.42256829142570496,
423
- -0.0009439108544029295,
424
- 0.8188215494155884,
425
- 0.7965039610862732,
426
- 0.4149721562862396,
427
- 1.5707963705062866,
428
- 1.5707963705062866,
429
- 1.5707963705062866,
430
- 1.55527925491333,
431
- 1.1578993797302246,
432
- 1.5707963705062866,
433
- 0.0,
434
- 0.0,
435
- 0.0,
436
- 0.0,
437
- 0.0,
438
- 0.0,
439
- 0.0,
440
- 0.0,
441
- 0.0,
442
- 0.3565787971019745,
443
- 2.431329630780965e-05,
444
- 1.0770034790039062,
445
- -0.031229790300130844,
446
- 0.25135037302970886,
447
- 0.6113445162773132,
448
- 0.2913964092731476,
449
- 1.5707963705062866,
450
- 1.5707963705062866,
451
- 1.5532528162002563,
452
- 1.5120339393615723,
453
- 0.6825893521308899,
454
- 1.5707963705062866,
455
- 0.0,
456
- 0.0,
457
- 0.0,
458
- 0.0,
459
- 0.0,
460
- 0.0,
461
- 0.0,
462
- 0.0,
463
- 0.0
464
- ],
465
- "q01": [
466
- -0.851540117263794,
467
- 1.2626495538370363e-06,
468
- -0.6305485677719116,
469
- -1.7364338624477387,
470
- -0.12517141655087471,
471
- -0.1488827373087406,
472
- -0.6923248243331909,
473
- 0.0,
474
- 0.0,
475
- 0.0,
476
- 0.0,
477
- 0.0,
478
- 1.5707963705062866,
479
- 0.0,
480
- 0.0,
481
- 0.0,
482
- 0.0,
483
- 0.0,
484
- 0.0,
485
- 0.0,
486
- 0.0,
487
- 0.0,
488
- -0.8552257388830184,
489
- -0.33541639387607575,
490
- -0.2719026178121567,
491
- -1.8892138731479644,
492
- -0.8656500923633575,
493
- -0.6634209144115448,
494
- -0.6505241698026657,
495
- 0.0,
496
- 0.0,
497
- 0.0,
498
- 0.0,
499
- 0.0,
500
- 1.5707963705062866,
501
- 0.0,
502
- 0.0,
503
- 0.0,
504
- 0.0,
505
- 0.0,
506
- 0.0,
507
- 0.0,
508
- 0.0,
509
- 0.0
510
- ],
511
- "q99": [
512
- 0.08583622448146341,
513
- 0.5206893134117125,
514
- 0.1805659608542917,
515
- -0.013397998176515285,
516
- 0.6409347087144835,
517
- 0.6701403355598449,
518
- 0.03203678853809787,
519
- 1.5707963705062866,
520
- 1.5707963705062866,
521
- 1.5707963705062866,
522
- 1.524461269378662,
523
- 1.1482268571853638,
524
- 1.5707963705062866,
525
- 0.0,
526
- 0.0,
527
- 0.0,
528
- 0.0,
529
- 0.0,
530
- 0.0,
531
- 0.0,
532
- 0.0,
533
- 0.0,
534
- 0.1104020534455771,
535
- -3.0927051199115874e-07,
536
- 0.7199648886919013,
537
- -0.31125642418861404,
538
- 0.13011970832943914,
539
- 0.38759969025850266,
540
- 0.12043283179402292,
541
- 1.5707963705062866,
542
- 1.5707963705062866,
543
- 1.4877700805664062,
544
- 1.444603681564331,
545
- 0.6709515452384949,
546
- 1.5707963705062866,
547
- 0.0,
548
- 0.0,
549
- 0.0,
550
- 0.0,
551
- 0.0,
552
- 0.0,
553
- 0.0,
554
- 0.0,
555
- 0.0
556
- ]
557
- },
558
- "timestamp": {
559
- "mean": [
560
- 7.937399387359619
561
- ],
562
- "std": [
563
- 4.6421966552734375
564
- ],
565
- "min": [
566
- 0.0
567
- ],
568
- "max": [
569
- 17.399982452392578
570
- ],
571
- "q01": [
572
- 0.14999985694885254
573
- ],
574
- "q99": [
575
- 16.64998435974121
576
- ]
577
- },
578
- "annotation.human.action.task_description": {
579
- "mean": [
580
- 1.0641003847122192
581
- ],
582
- "std": [
583
- 0.9979434609413147
584
- ],
585
- "min": [
586
- 0.0
587
- ],
588
- "max": [
589
- 2.0
590
- ],
591
- "q01": [
592
- 0.0
593
- ],
594
- "q99": [
595
- 2.0
596
- ]
597
- },
598
- "task_index": {
599
- "mean": [
600
- 1.0641003847122192
601
- ],
602
- "std": [
603
- 0.9979434609413147
604
- ],
605
- "min": [
606
- 0.0
607
- ],
608
- "max": [
609
- 2.0
610
- ],
611
- "q01": [
612
- 0.0
613
- ],
614
- "q99": [
615
- 2.0
616
- ]
617
- },
618
- "annotation.human.validity": {
619
- "mean": [
620
- 1.0
621
- ],
622
- "std": [
623
- 0.0
624
- ],
625
- "min": [
626
- 1.0
627
- ],
628
- "max": [
629
- 1.0
630
- ],
631
- "q01": [
632
- 1.0
633
- ],
634
- "q99": [
635
- 1.0
636
- ]
637
- },
638
- "episode_index": {
639
- "mean": [
640
- 498.6869201660156
641
- ],
642
- "std": [
643
- 288.8233947753906
644
- ],
645
- "min": [
646
- 0.0
647
- ],
648
- "max": [
649
- 999.0
650
- ],
651
- "q01": [
652
- 10.0
653
- ],
654
- "q99": [
655
- 990.0
656
- ]
657
- },
658
- "index": {
659
- "mean": [
660
- 158438.5
661
- ],
662
- "std": [
663
- 91474.7890625
664
- ],
665
- "min": [
666
- 0.0
667
- ],
668
- "max": [
669
- 316877.0
670
- ],
671
- "q01": [
672
- 3168.77
673
- ],
674
- "q99": [
675
- 313708.23
676
- ]
677
- },
678
- "next.reward": {
679
- "mean": [
680
- 0.003155788639560342
681
- ],
682
- "std": [
683
- 0.056087691336870193
684
- ],
685
- "min": [
686
- 0.0
687
- ],
688
- "max": [
689
- 1.0
690
- ],
691
- "q01": [
692
- 0.0
693
- ],
694
- "q99": [
695
- 0.0
696
- ]
697
- },
698
- "next.done": {
699
- "mean": [
700
- 0.003155788639560342
701
- ],
702
- "std": [
703
- 0.056087691336870193
704
- ],
705
- "min": [
706
- 0.0
707
- ],
708
- "max": [
709
- 1.0
710
- ],
711
- "q01": [
712
- 0.0
713
- ],
714
- "q99": [
715
- 0.0
716
- ]
717
- }
718
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
meta/tasks.jsonl DELETED
@@ -1,3 +0,0 @@
1
- {"task_index": 0, "task": "pick the blue can and put it in the blue box"}
2
- {"task_index": 1, "task": "valid"}
3
- {"task_index": 2, "task": "pick the red can and put it in the red box"}