gubam commited on
Commit
dc5c0ec
·
verified ·
1 Parent(s): ed46aed

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_horizon": 50,
3
+ "add_pos_embed": true,
4
+ "apply_sincos_state_encoding": true,
5
+ "architectures": [
6
+ "Gr00tN1d6"
7
+ ],
8
+ "attn_dropout": 0.2,
9
+ "attn_implementation": null,
10
+ "backbone_embedding_dim": 2048,
11
+ "backbone_model_type": "eagle",
12
+ "backbone_trainable_params_fp32": true,
13
+ "collator_overwrite_image_inputs": false,
14
+ "color_jitter_params": {
15
+ "brightness": 0.1,
16
+ "contrast": 0.1,
17
+ "hue": 0.1,
18
+ "saturation": 0.1
19
+ },
20
+ "crop_fraction": 0.95,
21
+ "diffusion_model_cfg": {
22
+ "attention_head_dim": 48,
23
+ "dropout": 0.2,
24
+ "final_dropout": true,
25
+ "interleave_self_attention": true,
26
+ "norm_type": "ada_norm",
27
+ "num_attention_heads": 32,
28
+ "num_layers": 32,
29
+ "output_dim": 1024,
30
+ "positional_embeddings": null
31
+ },
32
+ "eagle_collator": true,
33
+ "formalize_language": true,
34
+ "gemma_collator": false,
35
+ "hidden_size": 1024,
36
+ "image_crop_size": null,
37
+ "image_target_size": null,
38
+ "input_embedding_dim": 1536,
39
+ "load_bf16": true,
40
+ "max_action_dim": 128,
41
+ "max_num_embodiments": 32,
42
+ "max_seq_len": 1024,
43
+ "max_state_dim": 128,
44
+ "model_dtype": "bfloat16",
45
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
46
+ "model_type": "Gr00tN1d6",
47
+ "noise_beta_alpha": 1.5,
48
+ "noise_beta_beta": 1.0,
49
+ "noise_s": 0.999,
50
+ "num_inference_timesteps": 4,
51
+ "num_timestep_buckets": 1000,
52
+ "random_rotation_angle": null,
53
+ "reproject_vision": false,
54
+ "select_layer": 16,
55
+ "shortest_image_edge": 256,
56
+ "state_dropout_prob": 0.0,
57
+ "torch_dtype": "bfloat16",
58
+ "transformers_version": "4.51.3",
59
+ "tune_diffusion_model": true,
60
+ "tune_llm": false,
61
+ "tune_projector": true,
62
+ "tune_top_llm_layers": 4,
63
+ "tune_visual": false,
64
+ "tune_vlln": true,
65
+ "use_albumentations_transforms": true,
66
+ "use_alternate_vl_dit": true,
67
+ "use_flash_attention": true,
68
+ "use_relative_action": true,
69
+ "use_vlln": true
70
+ }
embodiment_id.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robocasa_panda_omron": 13,
3
+ "gr1": 20,
4
+ "behavior_r1_pro": 24,
5
+ "unitree_g1": 8,
6
+ "oxe_google": 0,
7
+ "oxe_widowx": 1,
8
+ "libero_panda": 2,
9
+ "oxe_droid": 16,
10
+ "new_embodiment": 10
11
+ }
experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ load_config_path: null
2
+ model:
3
+ model_type: Gr00tN1d6
4
+ model_dtype: bfloat16
5
+ model_name: nvidia/Eagle-Block2A-2B-v2
6
+ backbone_model_type: eagle
7
+ model_revision: null
8
+ tune_top_llm_layers: 4
9
+ backbone_embedding_dim: 2048
10
+ tune_llm: false
11
+ tune_visual: false
12
+ select_layer: 16
13
+ reproject_vision: false
14
+ use_flash_attention: true
15
+ load_bf16: false
16
+ collator_overwrite_image_inputs: false
17
+ eagle_collator: true
18
+ backbone_trainable_params_fp32: true
19
+ image_crop_size: null
20
+ image_target_size: null
21
+ shortest_image_edge: 256
22
+ crop_fraction: 0.95
23
+ random_rotation_angle: null
24
+ color_jitter_params:
25
+ brightness: 0.3
26
+ contrast: 0.4
27
+ saturation: 0.5
28
+ hue: 0.08
29
+ use_albumentations_transforms: true
30
+ extra_augmentation_config: null
31
+ formalize_language: true
32
+ apply_sincos_state_encoding: false
33
+ use_relative_action: true
34
+ max_state_dim: 29
35
+ max_action_dim: 29
36
+ action_horizon: 16
37
+ hidden_size: 1024
38
+ input_embedding_dim: 1536
39
+ add_pos_embed: true
40
+ attn_dropout: 0.2
41
+ use_vlln: true
42
+ max_seq_len: 1024
43
+ use_alternate_vl_dit: true
44
+ attend_text_every_n_blocks: 2
45
+ diffusion_model_cfg:
46
+ positional_embeddings: null
47
+ num_layers: 32
48
+ num_attention_heads: 32
49
+ attention_head_dim: 48
50
+ norm_type: ada_norm
51
+ dropout: 0.2
52
+ final_dropout: true
53
+ output_dim: 1024
54
+ interleave_self_attention: true
55
+ num_inference_timesteps: 4
56
+ noise_beta_alpha: 1.5
57
+ noise_beta_beta: 1.0
58
+ noise_s: 0.999
59
+ num_timestep_buckets: 1000
60
+ tune_projector: true
61
+ tune_diffusion_model: true
62
+ tune_vlln: true
63
+ state_dropout_prob: 0.0
64
+ state_additive_noise_scale: 0.0
65
+ max_num_embodiments: 32
66
+ data:
67
+ datasets:
68
+ - dataset_paths:
69
+ - /content/Isaac-GR00T/gubam/dual_arm_dataset
70
+ embodiment_tag: new_embodiment
71
+ mix_ratio: 1.0
72
+ dataset_type: physical_embodiment
73
+ val_dataset_path: null
74
+ modality_configs:
75
+ new_embodiment:
76
+ video:
77
+ delta_indices:
78
+ - 0
79
+ modality_keys:
80
+ - front
81
+ - left_wrist
82
+ - right_wrist
83
+ sin_cos_embedding_keys: null
84
+ mean_std_embedding_keys: null
85
+ action_configs: null
86
+ state:
87
+ delta_indices:
88
+ - 0
89
+ modality_keys:
90
+ - arm
91
+ - gripper
92
+ sin_cos_embedding_keys:
93
+ - arm
94
+ mean_std_embedding_keys: null
95
+ action_configs: null
96
+ action:
97
+ delta_indices:
98
+ - 0
99
+ - 1
100
+ - 2
101
+ - 3
102
+ - 4
103
+ - 5
104
+ - 6
105
+ - 7
106
+ - 8
107
+ - 9
108
+ - 10
109
+ - 11
110
+ - 12
111
+ - 13
112
+ - 14
113
+ - 15
114
+ - 16
115
+ - 17
116
+ - 18
117
+ - 19
118
+ - 20
119
+ - 21
120
+ - 22
121
+ - 23
122
+ - 24
123
+ - 25
124
+ - 26
125
+ - 27
126
+ - 28
127
+ - 29
128
+ modality_keys:
129
+ - arm
130
+ - gripper
131
+ sin_cos_embedding_keys: null
132
+ mean_std_embedding_keys: null
133
+ action_configs:
134
+ - rep: RELATIVE
135
+ type: NON_EEF
136
+ format: DEFAULT
137
+ state_key: null
138
+ - rep: ABSOLUTE
139
+ type: NON_EEF
140
+ format: DEFAULT
141
+ state_key: null
142
+ language:
143
+ delta_indices:
144
+ - 0
145
+ modality_keys:
146
+ - annotation.task_description
147
+ sin_cos_embedding_keys: null
148
+ mean_std_embedding_keys: null
149
+ action_configs: null
150
+ download_cache: false
151
+ shard_size: 1024
152
+ episode_sampling_rate: 0.1
153
+ num_shards_per_epoch: 100000
154
+ override_pretraining_statistics: false
155
+ mode: single_turn
156
+ random_chop: 0.0
157
+ mock_dataset_mode: false
158
+ shuffle: true
159
+ seed: 42
160
+ multiprocessing_context: fork
161
+ allow_padding: false
162
+ subsample_ratio: 1.0
163
+ image_crop_size:
164
+ - 244
165
+ - 244
166
+ image_target_size:
167
+ - 224
168
+ - 224
169
+ video_backend: torchcodec
170
+ training:
171
+ output_dir: /tmp/dual_arm_finetune
172
+ experiment_name: null
173
+ max_steps: 30000
174
+ global_batch_size: 32
175
+ batch_size: null
176
+ gradient_accumulation_steps: 1
177
+ learning_rate: 0.0001
178
+ lr_scheduler_type: cosine
179
+ weight_decay: 1.0e-05
180
+ warmup_ratio: 0.05
181
+ warmup_steps: 0
182
+ max_grad_norm: 1.0
183
+ optim: adamw_torch
184
+ start_from_checkpoint: nvidia/GR00T-N1.6-3B
185
+ tf32: true
186
+ fp16: false
187
+ bf16: true
188
+ eval_bf16: true
189
+ logging_steps: 10
190
+ save_steps: 15000
191
+ save_total_limit: 5
192
+ save_vl_model: false
193
+ upload_checkpoints: false
194
+ upload_every: 1000
195
+ upload_last_n_checkpoints: 5
196
+ max_concurrent_uploads: 2
197
+ eval_strategy: 'no'
198
+ eval_steps: 500
199
+ eval_set_split_ratio: 0.1
200
+ eval_batch_size: 2
201
+ save_best_eval_metric_name: ''
202
+ save_best_eval_metric_greater_is_better: true
203
+ deepspeed_stage: 2
204
+ gradient_checkpointing: false
205
+ transformers_trust_remote_code: true
206
+ transformers_local_files_only: false
207
+ transformers_cache_dir: null
208
+ transformers_access_token: null
209
+ use_ddp: false
210
+ ddp_bucket_cap_mb: 100
211
+ num_gpus: 1
212
+ dataloader_num_workers: 4
213
+ remove_unused_columns: false
214
+ use_wandb: true
215
+ wandb_project: finetune-gr00t-n1d6
216
+ enable_profiling: false
217
+ max_retries: 3
218
+ assert_loss_less_than: null
219
+ add_rl_callback: false
220
+ enable_open_loop_eval: false
221
+ open_loop_eval_traj_ids:
222
+ - 0
223
+ open_loop_eval_steps_per_traj: 100
224
+ open_loop_eval_plot_indices: null
225
+ max_steps: 30000
226
+ save_steps: 15000
experiment_cfg/config.yaml ADDED
@@ -0,0 +1,260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ !!python/object:gr00t.configs.base_config.Config
2
+ data: !!python/object:gr00t.configs.data.data_config.DataConfig
3
+ allow_padding: false
4
+ datasets:
5
+ - !!python/object:gr00t.configs.data.data_config.SingleDatasetConfig
6
+ dataset_paths:
7
+ - /content/Isaac-GR00T/gubam/dual_arm_dataset
8
+ dataset_type: physical_embodiment
9
+ embodiment_tag: new_embodiment
10
+ mix_ratio: 1.0
11
+ val_dataset_path: null
12
+ download_cache: false
13
+ episode_sampling_rate: 0.1
14
+ image_crop_size:
15
+ - 244
16
+ - 244
17
+ image_target_size:
18
+ - 224
19
+ - 224
20
+ mock_dataset_mode: false
21
+ modality_configs:
22
+ new_embodiment:
23
+ action: !!python/object:gr00t.data.types.ModalityConfig
24
+ action_configs:
25
+ - !!python/object:gr00t.data.types.ActionConfig
26
+ format: &id001 !!python/object/apply:gr00t.data.types.ActionFormat
27
+ - default
28
+ rep: !!python/object/apply:gr00t.data.types.ActionRepresentation
29
+ - relative
30
+ state_key: null
31
+ type: &id002 !!python/object/apply:gr00t.data.types.ActionType
32
+ - non_eef
33
+ - !!python/object:gr00t.data.types.ActionConfig
34
+ format: *id001
35
+ rep: !!python/object/apply:gr00t.data.types.ActionRepresentation
36
+ - absolute
37
+ state_key: null
38
+ type: *id002
39
+ delta_indices:
40
+ - 0
41
+ - 1
42
+ - 2
43
+ - 3
44
+ - 4
45
+ - 5
46
+ - 6
47
+ - 7
48
+ - 8
49
+ - 9
50
+ - 10
51
+ - 11
52
+ - 12
53
+ - 13
54
+ - 14
55
+ - 15
56
+ - 16
57
+ - 17
58
+ - 18
59
+ - 19
60
+ - 20
61
+ - 21
62
+ - 22
63
+ - 23
64
+ - 24
65
+ - 25
66
+ - 26
67
+ - 27
68
+ - 28
69
+ - 29
70
+ mean_std_embedding_keys: null
71
+ modality_keys:
72
+ - arm
73
+ - gripper
74
+ sin_cos_embedding_keys: null
75
+ language: !!python/object:gr00t.data.types.ModalityConfig
76
+ action_configs: null
77
+ delta_indices:
78
+ - 0
79
+ mean_std_embedding_keys: null
80
+ modality_keys:
81
+ - annotation.task_description
82
+ sin_cos_embedding_keys: null
83
+ state: !!python/object:gr00t.data.types.ModalityConfig
84
+ action_configs: null
85
+ delta_indices:
86
+ - 0
87
+ mean_std_embedding_keys: null
88
+ modality_keys:
89
+ - arm
90
+ - gripper
91
+ sin_cos_embedding_keys:
92
+ - arm
93
+ video: !!python/object:gr00t.data.types.ModalityConfig
94
+ action_configs: null
95
+ delta_indices:
96
+ - 0
97
+ mean_std_embedding_keys: null
98
+ modality_keys:
99
+ - front
100
+ - left_wrist
101
+ - right_wrist
102
+ sin_cos_embedding_keys: null
103
+ mode: single_turn
104
+ multiprocessing_context: fork
105
+ num_shards_per_epoch: 100000
106
+ override_pretraining_statistics: false
107
+ random_chop: 0.0
108
+ seed: 42
109
+ shard_size: 1024
110
+ shuffle: true
111
+ subsample_ratio: 1.0
112
+ video_backend: torchcodec
113
+ load_config_path: null
114
+ model: !!python/object:gr00t.configs.model.gr00t_n1d6.Gr00tN1d6Config
115
+ _attn_implementation_autoset: false
116
+ _attn_implementation_internal: null
117
+ _commit_hash: null
118
+ _name_or_path: ''
119
+ add_cross_attention: false
120
+ architectures: null
121
+ backbone_model_type: eagle
122
+ backbone_trainable_params_fp32: true
123
+ bad_words_ids: null
124
+ begin_suppress_tokens: null
125
+ bos_token_id: null
126
+ chunk_size_feed_forward: 0
127
+ color_jitter_params:
128
+ brightness: 0.3
129
+ contrast: 0.4
130
+ hue: 0.08
131
+ saturation: 0.5
132
+ cross_attention_hidden_size: null
133
+ decoder_start_token_id: null
134
+ diffusion_model_cfg:
135
+ attention_head_dim: 48
136
+ dropout: 0.2
137
+ final_dropout: true
138
+ interleave_self_attention: true
139
+ norm_type: ada_norm
140
+ num_attention_heads: 32
141
+ num_layers: 32
142
+ output_dim: 1024
143
+ positional_embeddings: null
144
+ diversity_penalty: 0.0
145
+ do_sample: false
146
+ eagle_collator: true
147
+ early_stopping: false
148
+ encoder_no_repeat_ngram_size: 0
149
+ eos_token_id: null
150
+ exponential_decay_length_penalty: null
151
+ extra_augmentation_config: null
152
+ finetuning_task: null
153
+ forced_bos_token_id: null
154
+ forced_eos_token_id: null
155
+ id2label:
156
+ 0: LABEL_0
157
+ 1: LABEL_1
158
+ is_decoder: false
159
+ is_encoder_decoder: false
160
+ label2id:
161
+ LABEL_0: 0
162
+ LABEL_1: 1
163
+ length_penalty: 1.0
164
+ load_bf16: false
165
+ max_length: 20
166
+ min_length: 0
167
+ model_name: nvidia/Eagle-Block2A-2B-v2
168
+ no_repeat_ngram_size: 0
169
+ num_beam_groups: 1
170
+ num_beams: 1
171
+ num_return_sequences: 1
172
+ output_attentions: false
173
+ output_hidden_states: false
174
+ output_scores: false
175
+ pad_token_id: null
176
+ prefix: null
177
+ problem_type: null
178
+ pruned_heads: {}
179
+ random_rotation_angle: null
180
+ remove_invalid_values: false
181
+ repetition_penalty: 1.0
182
+ reproject_vision: false
183
+ return_dict: true
184
+ return_dict_in_generate: false
185
+ sep_token_id: null
186
+ state_dropout_prob: 0.0
187
+ suppress_tokens: null
188
+ task_specific_params: null
189
+ temperature: 1.0
190
+ tf_legacy_loss: false
191
+ tie_encoder_decoder: false
192
+ tie_word_embeddings: true
193
+ tokenizer_class: null
194
+ top_k: 50
195
+ top_p: 1.0
196
+ torch_dtype: null
197
+ torchscript: false
198
+ transformers_version: null
199
+ tune_diffusion_model: true
200
+ tune_llm: false
201
+ tune_projector: true
202
+ tune_visual: false
203
+ typical_p: 1.0
204
+ use_bfloat16: false
205
+ use_relative_action: true
206
+ training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
207
+ add_rl_callback: false
208
+ assert_loss_less_than: null
209
+ batch_size: null
210
+ bf16: true
211
+ dataloader_num_workers: 4
212
+ ddp_bucket_cap_mb: 100
213
+ deepspeed_stage: 2
214
+ enable_open_loop_eval: false
215
+ enable_profiling: false
216
+ eval_batch_size: 2
217
+ eval_bf16: true
218
+ eval_set_split_ratio: 0.1
219
+ eval_steps: 500
220
+ eval_strategy: 'no'
221
+ experiment_name: null
222
+ fp16: false
223
+ global_batch_size: 32
224
+ gradient_accumulation_steps: 1
225
+ gradient_checkpointing: false
226
+ learning_rate: 0.0001
227
+ logging_steps: 10
228
+ lr_scheduler_type: cosine
229
+ max_concurrent_uploads: 2
230
+ max_grad_norm: 1.0
231
+ max_retries: 3
232
+ max_steps: 30000
233
+ num_gpus: 1
234
+ open_loop_eval_plot_indices: null
235
+ open_loop_eval_steps_per_traj: 100
236
+ open_loop_eval_traj_ids:
237
+ - 0
238
+ optim: adamw_torch
239
+ output_dir: /tmp/dual_arm_finetune
240
+ remove_unused_columns: false
241
+ save_best_eval_metric_greater_is_better: true
242
+ save_best_eval_metric_name: ''
243
+ save_steps: 15000
244
+ save_total_limit: 5
245
+ save_vl_model: false
246
+ start_from_checkpoint: nvidia/GR00T-N1.6-3B
247
+ tf32: true
248
+ transformers_access_token: null
249
+ transformers_cache_dir: null
250
+ transformers_local_files_only: false
251
+ transformers_trust_remote_code: true
252
+ upload_checkpoints: false
253
+ upload_every: 1000
254
+ upload_last_n_checkpoints: 5
255
+ use_ddp: false
256
+ use_wandb: true
257
+ wandb_project: finetune-gr00t-n1d6
258
+ warmup_ratio: 0.05
259
+ warmup_steps: 0
260
+ weight_decay: 1.0e-05
experiment_cfg/dataset_statistics.json ADDED
@@ -0,0 +1,2816 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "state": {
4
+ "arm": {
5
+ "min": [
6
+ -0.1601705402135849,
7
+ -1.3041348457336426,
8
+ -2.5679776668548584,
9
+ -0.6317507028579712,
10
+ -1.8331774473190308,
11
+ -0.4771839678287506,
12
+ -1.782430648803711,
13
+ -0.6025020480155945,
14
+ 0.49701565504074097,
15
+ -0.8914690613746643,
16
+ 1.3235673904418945,
17
+ -1.1782965660095215
18
+ ],
19
+ "max": [
20
+ 1.8054542541503906,
21
+ 0.6409120559692383,
22
+ 0.002805884927511215,
23
+ 1.0028935670852661,
24
+ -1.215251088142395,
25
+ 1.547960638999939,
26
+ 0.1570860594511032,
27
+ 1.082284927368164,
28
+ 2.4850451946258545,
29
+ 0.29802149534225464,
30
+ 1.8105323314666748,
31
+ 0.34027305245399475
32
+ ],
33
+ "mean": [
34
+ 0.8840640280739678,
35
+ -0.24034122424024149,
36
+ -1.618675279702128,
37
+ 0.31180274205452413,
38
+ -1.5719635926845654,
39
+ 0.22564109674003427,
40
+ -1.0620386815413525,
41
+ 0.1506990759566278,
42
+ 1.757113500587874,
43
+ -0.3055659892654556,
44
+ 1.5911127427480758,
45
+ -0.25680498458490425
46
+ ],
47
+ "std": [
48
+ 0.40156187170876073,
49
+ 0.3356838137754009,
50
+ 0.4312884437556478,
51
+ 0.21244752231003064,
52
+ 0.07879322980655822,
53
+ 0.32712328794656315,
54
+ 0.3428047164705888,
55
+ 0.2849225127305551,
56
+ 0.33157683695366985,
57
+ 0.18508187281181626,
58
+ 0.0715870280670062,
59
+ 0.20006075349944435
60
+ ],
61
+ "q01": [
62
+ 0.1826981490490023,
63
+ -0.9633413632410355,
64
+ -2.3062330587215425,
65
+ -0.09393176547658336,
66
+ -1.6701137614919752,
67
+ -0.041705821693082734,
68
+ -1.6524179352185981,
69
+ -0.3124200913308884,
70
+ 0.9870796171827564,
71
+ -0.6650225690608462,
72
+ 1.5086824164317252,
73
+ -0.5570955351986691
74
+ ],
75
+ "q99": [
76
+ 1.4897816579140675,
77
+ 0.3279355382750353,
78
+ -0.6145525314091234,
79
+ 0.7086287548559335,
80
+ -1.4592814551855566,
81
+ 0.5482802931810675,
82
+ -0.31566765997085666,
83
+ 0.7585408766844542,
84
+ 2.2296828645278923,
85
+ 0.050947958097335905,
86
+ 1.6786563278252808,
87
+ 0.014416462736519491
88
+ ]
89
+ },
90
+ "gripper": {
91
+ "min": [
92
+ 1.100000023841858,
93
+ 1.100000023841858,
94
+ 1.100000023841858,
95
+ 1.100000023841858,
96
+ 1.100000023841858,
97
+ 1.100000023841858
98
+ ],
99
+ "max": [
100
+ 2.700000047683716,
101
+ 2.700000047683716,
102
+ 2.700000047683716,
103
+ 2.700000047683716,
104
+ 2.700000047683716,
105
+ 2.700000047683716
106
+ ],
107
+ "mean": [
108
+ 1.7487396932423427,
109
+ 1.7487396932423427,
110
+ 1.7487396932423427,
111
+ 1.5076434257142104,
112
+ 1.5076434257142104,
113
+ 1.5076434257142104
114
+ ],
115
+ "std": [
116
+ 0.6675734594461401,
117
+ 0.6675734594461401,
118
+ 0.6675734594461401,
119
+ 0.5572313945225785,
120
+ 0.5572313945225785,
121
+ 0.5572313945225785
122
+ ],
123
+ "q01": [
124
+ 1.1208465528078106,
125
+ 1.1208465528078106,
126
+ 1.1208465528078106,
127
+ 1.113120820643544,
128
+ 1.113120820643544,
129
+ 1.113120820643544
130
+ ],
131
+ "q99": [
132
+ 2.638977148983787,
133
+ 2.638977148983787,
134
+ 2.638977148983787,
135
+ 2.6084104021233623,
136
+ 2.6084104021233623,
137
+ 2.6084104021233623
138
+ ]
139
+ }
140
+ },
141
+ "action": {
142
+ "arm": {
143
+ "min": [
144
+ -0.16724473237991333,
145
+ -1.3088051080703735,
146
+ -2.5761826038360596,
147
+ -0.6490323543548584,
148
+ -1.8381577730178833,
149
+ -0.4787188768386841,
150
+ -1.7936614751815796,
151
+ -0.6060703992843628,
152
+ 0.4848563075065613,
153
+ -0.9006665945053101,
154
+ 1.3134082555770874,
155
+ -1.1783849000930786
156
+ ],
157
+ "max": [
158
+ 1.8151423931121826,
159
+ 0.6521010398864746,
160
+ 0.09206132590770721,
161
+ 1.0188119411468506,
162
+ -1.2060033082962036,
163
+ 1.5481646060943604,
164
+ 0.15803860127925873,
165
+ 1.086323618888855,
166
+ 2.4856557846069336,
167
+ 0.30073365569114685,
168
+ 1.8105393648147583,
169
+ 0.34369561076164246
170
+ ],
171
+ "mean": [
172
+ 0.8838980171968118,
173
+ -0.24028472313471896,
174
+ -1.6187810932756483,
175
+ 0.31190258467291826,
176
+ -1.57197408330353,
177
+ 0.2256910936876833,
178
+ -1.0619416715052952,
179
+ 0.15091301829541498,
180
+ 1.756906866871295,
181
+ -0.30553963042846577,
182
+ 1.5911441730607792,
183
+ -0.2569258347393905
184
+ ],
185
+ "std": [
186
+ 0.40227537662253754,
187
+ 0.33691556114447324,
188
+ 0.43279390620148794,
189
+ 0.21323380459488123,
190
+ 0.07901577851881657,
191
+ 0.32736119893754473,
192
+ 0.3440413782118317,
193
+ 0.28604006878027743,
194
+ 0.3331552555536556,
195
+ 0.18626088409990973,
196
+ 0.07182187329063854,
197
+ 0.20049123524569235
198
+ ],
199
+ "q01": [
200
+ 0.18096858540991828,
201
+ -0.9664750745532869,
202
+ -2.309000361911286,
203
+ -0.09858612654786551,
204
+ -1.6708983930187278,
205
+ -0.04212372124307899,
206
+ -1.6548786588692912,
207
+ -0.3139830859657949,
208
+ 0.9798131203818088,
209
+ -0.6659263571134811,
210
+ 1.5075551405151961,
211
+ -0.5579592775112666
212
+ ],
213
+ "q99": [
214
+ 1.4908891898230414,
215
+ 0.3313948450556029,
216
+ -0.6108544104281248,
217
+ 0.7106016093404008,
218
+ -1.4580390994435646,
219
+ 0.549256309771385,
220
+ -0.314155092959751,
221
+ 0.762587414771836,
222
+ 2.2313695463750767,
223
+ 0.05874479030408693,
224
+ 1.6796574884920152,
225
+ 0.012511536778529479
226
+ ]
227
+ },
228
+ "gripper": {
229
+ "min": [
230
+ 0.6003932356834412,
231
+ 0.5916666388511658,
232
+ 0.6946410536766052,
233
+ 0.5585053563117981,
234
+ 1.031489610671997,
235
+ 1.026253581047058
236
+ ],
237
+ "max": [
238
+ 2.258455991744995,
239
+ 2.532472848892212,
240
+ 2.52549147605896,
241
+ 1.7907078266143799,
242
+ 2.5883233547210693,
243
+ 2.586577892303467
244
+ ],
245
+ "mean": [
246
+ 1.4119711833632018,
247
+ 1.4702195318756444,
248
+ 1.4672422007600445,
249
+ 1.328198399639023,
250
+ 1.3652867348022448,
251
+ 1.357805087795201
252
+ ],
253
+ "std": [
254
+ 0.2560220195468937,
255
+ 0.3179087127435565,
256
+ 0.32182349771485963,
257
+ 0.24472677430699377,
258
+ 0.30101681846335965,
259
+ 0.28487557869742747
260
+ ],
261
+ "q01": [
262
+ 1.1109026029207092,
263
+ 1.1357927330817834,
264
+ 1.132855692950376,
265
+ 1.0963520721046724,
266
+ 1.116429184312275,
267
+ 1.118458579120222
268
+ ],
269
+ "q99": [
270
+ 1.7801148107568296,
271
+ 1.996126892220125,
272
+ 2.0411535895904516,
273
+ 1.745624365546565,
274
+ 1.9992089038588217,
275
+ 1.907498455856385
276
+ ]
277
+ }
278
+ },
279
+ "relative_action": {
280
+ "arm": {
281
+ "min": [
282
+ [
283
+ -0.19935667514801025,
284
+ -0.146921306848526,
285
+ -0.27833032608032227,
286
+ -0.1886921226978302,
287
+ -0.12815403938293457,
288
+ -0.16103020310401917,
289
+ -0.17534661293029785,
290
+ -0.16379860043525696,
291
+ -0.18296730518341064,
292
+ -0.20567014813423157,
293
+ -0.13350319862365723,
294
+ -0.18203340470790863
295
+ ],
296
+ [
297
+ -0.23157817125320435,
298
+ -0.16869573295116425,
299
+ -0.3258953094482422,
300
+ -0.2532822787761688,
301
+ -0.16571831703186035,
302
+ -0.18241791427135468,
303
+ -0.21466457843780518,
304
+ -0.18767039477825165,
305
+ -0.21073627471923828,
306
+ -0.22715112566947937,
307
+ -0.1545548439025879,
308
+ -0.21578118205070496
309
+ ],
310
+ [
311
+ -0.2537645697593689,
312
+ -0.19213977456092834,
313
+ -0.3673229217529297,
314
+ -0.2793663442134857,
315
+ -0.17799317836761475,
316
+ -0.20696760714054108,
317
+ -0.23767989873886108,
318
+ -0.22289817035198212,
319
+ -0.2306828498840332,
320
+ -0.24390192329883575,
321
+ -0.1767890453338623,
322
+ -0.23653419315814972
323
+ ],
324
+ [
325
+ -0.29420554637908936,
326
+ -0.20594897866249084,
327
+ -0.40215736627578735,
328
+ -0.30488935112953186,
329
+ -0.1847848892211914,
330
+ -0.22478726506233215,
331
+ -0.2622295618057251,
332
+ -0.23824171721935272,
333
+ -0.25179076194763184,
334
+ -0.26691722869873047,
335
+ -0.19642317295074463,
336
+ -0.25801515579223633
337
+ ],
338
+ [
339
+ -0.3325822353363037,
340
+ -0.22742995619773865,
341
+ -0.4350045919418335,
342
+ -0.3292478322982788,
343
+ -0.18803560733795166,
344
+ -0.2413635402917862,
345
+ -0.2867792844772339,
346
+ -0.25787127017974854,
347
+ -0.281970739364624,
348
+ -0.28532952070236206,
349
+ -0.21883392333984375,
350
+ -0.277961790561676
351
+ ],
352
+ [
353
+ -0.3540632128715515,
354
+ -0.2419278621673584,
355
+ -0.476432204246521,
356
+ -0.3547021150588989,
357
+ -0.19120121002197266,
358
+ -0.256261944770813,
359
+ -0.3113290071487427,
360
+ -0.27321481704711914,
361
+ -0.306041955947876,
362
+ -0.3008256256580353,
363
+ -0.23417747020721436,
364
+ -0.2948397099971771
365
+ ],
366
+ [
367
+ -0.37554413080215454,
368
+ -0.257271409034729,
369
+ -0.5093802213668823,
370
+ -0.3703342378139496,
371
+ -0.19273555278778076,
372
+ -0.27432915568351746,
373
+ -0.3312755823135376,
374
+ -0.28855836391448975,
375
+ -0.32850682735443115,
376
+ -0.322299063205719,
377
+ -0.24720501899719238,
378
+ -0.3086489140987396
379
+ ],
380
+ [
381
+ -0.39395642280578613,
382
+ -0.2756837010383606,
383
+ -0.5400673151016235,
384
+ -0.38538920879364014,
385
+ -0.19848012924194336,
386
+ -0.2914236783981323,
387
+ -0.3641170263290405,
388
+ -0.3215597867965698,
389
+ -0.3583335876464844,
390
+ -0.34115898609161377,
391
+ -0.2571883201599121,
392
+ -0.32292941212654114
393
+ ],
394
+ [
395
+ -0.41117674112319946,
396
+ -0.2925615906715393,
397
+ -0.5634617805480957,
398
+ -0.40684983134269714,
399
+ -0.20696842670440674,
400
+ -0.2996141314506531,
401
+ -0.38845908641815186,
402
+ -0.33886730670928955,
403
+ -0.3732426166534424,
404
+ -0.36298179626464844,
405
+ -0.26616525650024414,
406
+ -0.3385730981826782
407
+ ],
408
+ [
409
+ -0.4338496923446655,
410
+ -0.3094395101070404,
411
+ -0.5941488742828369,
412
+ -0.41605594754219055,
413
+ -0.21333563327789307,
414
+ -0.3151559829711914,
415
+ -0.398787260055542,
416
+ -0.35881394147872925,
417
+ -0.4025057554244995,
418
+ -0.38599714636802673,
419
+ -0.26965224742889404,
420
+ -0.35555362701416016
421
+ ],
422
+ [
423
+ -0.4510699510574341,
424
+ -0.3247203230857849,
425
+ -0.6147834658622742,
426
+ -0.43753692507743835,
427
+ -0.21949124336242676,
428
+ -0.33314263820648193,
429
+ -0.42487120628356934,
430
+ -0.39520883560180664,
431
+ -0.4243035316467285,
432
+ -0.40594375133514404,
433
+ -0.27138233184814453,
434
+ -0.3731836676597595
435
+ ],
436
+ [
437
+ -0.4679478406906128,
438
+ -0.3412083387374878,
439
+ -0.6446750164031982,
440
+ -0.44674310088157654,
441
+ -0.22701430320739746,
442
+ -0.34081441164016724,
443
+ -0.4638005495071411,
444
+ -0.40134626626968384,
445
+ -0.4742159843444824,
446
+ -0.42435601353645325,
447
+ -0.27291667461395264,
448
+ -0.390061616897583
449
+ ],
450
+ [
451
+ -0.4909632205963135,
452
+ -0.3580862581729889,
453
+ -0.6722934246063232,
454
+ -0.45441487431526184,
455
+ -0.2317284345626831,
456
+ -0.34851425886154175,
457
+ -0.5139702558517456,
458
+ -0.41423100233078003,
459
+ -0.4949357509613037,
460
+ -0.43969956040382385,
461
+ -0.2735121250152588,
462
+ -0.4038708209991455
463
+ ],
464
+ [
465
+ -0.5063067674636841,
466
+ -0.3737374544143677,
467
+ -0.7075835466384888,
468
+ -0.46162956953048706,
469
+ -0.23633146286010742,
470
+ -0.3650800883769989,
471
+ -0.5449686050415039,
472
+ -0.43203336000442505,
473
+ -0.517177939414978,
474
+ -0.45964619517326355,
475
+ -0.273667573928833,
476
+ -0.4161456227302551
477
+ ],
478
+ [
479
+ -0.5201159715652466,
480
+ -0.3906153738498688,
481
+ -0.7364794015884399,
482
+ -0.4687389135360718,
483
+ -0.2403109073638916,
484
+ -0.3781099319458008,
485
+ -0.5641906261444092,
486
+ -0.44934090971946716,
487
+ -0.5420515537261963,
488
+ -0.46731796860694885,
489
+ -0.27376389503479004,
490
+ -0.4253517985343933
491
+ ],
492
+ [
493
+ -0.5323907732963562,
494
+ -0.4074932932853699,
495
+ -0.7744842171669006,
496
+ -0.4733419418334961,
497
+ -0.2445988655090332,
498
+ -0.39081916213035583,
499
+ -0.5818897485733032,
500
+ -0.47652965784072876,
501
+ -0.5617672204971313,
502
+ -0.48573023080825806,
503
+ -0.2738693952560425,
504
+ -0.4360922574996948
505
+ ],
506
+ [
507
+ -0.5431312918663025,
508
+ -0.4213024973869324,
509
+ -0.8055057525634766,
510
+ -0.4794793725013733,
511
+ -0.24766755104064941,
512
+ -0.4072786271572113,
513
+ -0.5914826393127441,
514
+ -0.48634570837020874,
515
+ -0.5850135087966919,
516
+ -0.49340200424194336,
517
+ -0.2740370035171509,
518
+ -0.44529837369918823
519
+ ],
520
+ [
521
+ -0.5468211770057678,
522
+ -0.4335773289203644,
523
+ -0.841995894908905,
524
+ -0.4831198453903198,
525
+ -0.2502814531326294,
526
+ -0.41907426714897156,
527
+ -0.6183949708938599,
528
+ -0.5061120390892029,
529
+ -0.6084388494491577,
530
+ -0.5133486390113831,
531
+ -0.27418649196624756,
532
+ -0.4560388922691345
533
+ ],
534
+ [
535
+ -0.5707497000694275,
536
+ -0.4458521604537964,
537
+ -0.873017430305481,
538
+ -0.4861885905265808,
539
+ -0.25246548652648926,
540
+ -0.4318283200263977,
541
+ -0.6246416568756104,
542
+ -0.5245243310928345,
543
+ -0.6280803680419922,
544
+ -0.5271578431129456,
545
+ -0.27435946464538574,
546
+ -0.46677935123443604
547
+ ],
548
+ [
549
+ -0.5860932469367981,
550
+ -0.4581270217895508,
551
+ -0.9019160270690918,
552
+ -0.4888201951980591,
553
+ -0.2540605068206787,
554
+ -0.4441031515598297,
555
+ -0.6304643154144287,
556
+ -0.5429365634918213,
557
+ -0.6541533470153809,
558
+ -0.5425013899803162,
559
+ -0.27462852001190186,
560
+ -0.4759855270385742
561
+ ],
562
+ [
563
+ -0.5999024510383606,
564
+ -0.4688675105571747,
565
+ -0.921871542930603,
566
+ -0.49132394790649414,
567
+ -0.2547203302383423,
568
+ -0.45589879155158997,
569
+ -0.6361716985702515,
570
+ -0.5615290999412537,
571
+ -0.6738163232803345,
572
+ -0.5563105940818787,
573
+ -0.2748492956161499,
574
+ -0.48672598600387573
575
+ ],
576
+ [
577
+ -0.6106429100036621,
578
+ -0.4780736267566681,
579
+ -0.9405905604362488,
580
+ -0.5011294484138489,
581
+ -0.2555948495864868,
582
+ -0.46727731823921204,
583
+ -0.6943091154098511,
584
+ -0.587432861328125,
585
+ -0.6971153020858765,
586
+ -0.5716541409492493,
587
+ -0.2750530242919922,
588
+ -0.49492889642715454
589
+ ],
590
+ [
591
+ -0.6198490262031555,
592
+ -0.48910629749298096,
593
+ -0.9646528959274292,
594
+ -0.505732536315918,
595
+ -0.2562546730041504,
596
+ -0.47868990898132324,
597
+ -0.6993738412857056,
598
+ -0.6047245264053345,
599
+ -0.7167782783508301,
600
+ -0.5854633450508118,
601
+ -0.2751809358596802,
602
+ -0.505669355392456
603
+ ],
604
+ [
605
+ -0.6290552020072937,
606
+ -0.5017285943031311,
607
+ -0.9815307855606079,
608
+ -0.5088012218475342,
609
+ -0.2562546730041504,
610
+ -0.49096474051475525,
611
+ -0.7149839401245117,
612
+ -0.6242574453353882,
613
+ -0.7411834001541138,
614
+ -0.5977381467819214,
615
+ -0.2752673625946045,
616
+ -0.5137146711349487
617
+ ],
618
+ [
619
+ -0.6443987488746643,
620
+ -0.5151903629302979,
621
+ -0.9975223541259766,
622
+ -0.5088012218475342,
623
+ -0.2562546730041504,
624
+ -0.498873233795166,
625
+ -0.7262111902236938,
626
+ -0.6442040205001831,
627
+ -0.7620618343353271,
628
+ -0.6100130081176758,
629
+ -0.27537477016448975,
630
+ -0.518317699432373
631
+ ],
632
+ [
633
+ -0.6551392078399658,
634
+ -0.5320682525634766,
635
+ -1.0200527906417847,
636
+ -0.5086746215820312,
637
+ -0.2561434507369995,
638
+ -0.5065450072288513,
639
+ -0.7287600040435791,
640
+ -0.6626163125038147,
641
+ -0.7841453552246094,
642
+ -0.6238222122192383,
643
+ -0.27549195289611816,
644
+ -0.521386444568634
645
+ ],
646
+ [
647
+ -0.6628109812736511,
648
+ -0.5446905493736267,
649
+ -1.0430681705474854,
650
+ -0.5082632303237915,
651
+ -0.25588715076446533,
652
+ -0.5197582840919495,
653
+ -0.7385050654411316,
654
+ -0.6799079775810242,
655
+ -0.8101615905761719,
656
+ -0.6360970735549927,
657
+ -0.27567505836486816,
658
+ -0.5244551301002502
659
+ ],
660
+ [
661
+ -0.6730064749717712,
662
+ -0.557051956653595,
663
+ -1.0691606998443604,
664
+ -0.510413646697998,
665
+ -0.2555948495864868,
666
+ -0.5330301523208618,
667
+ -0.7452175617218018,
668
+ -0.6996210813522339,
669
+ -0.8301060199737549,
670
+ -0.6499062776565552,
671
+ -0.27582740783691406,
672
+ -0.5268968939781189
673
+ ],
674
+ [
675
+ -0.6868156790733337,
676
+ -0.5733123421669006,
677
+ -1.0906331539154053,
678
+ -0.5174991488456726,
679
+ -0.2571291923522949,
680
+ -0.5499080419540405,
681
+ -0.7507948875427246,
682
+ -0.7180333733558655,
683
+ -0.8531235456466675,
684
+ -0.668318510055542,
685
+ -0.2759673595428467,
686
+ -0.5291710495948792
687
+ ],
688
+ [
689
+ -0.6960217952728271,
690
+ -0.5853111147880554,
691
+ -1.113648533821106,
692
+ -0.5267053246498108,
693
+ -0.2577890157699585,
694
+ -0.563054084777832,
695
+ -0.7587376236915588,
696
+ -0.7323850393295288,
697
+ -0.8730679750442505,
698
+ -0.6746169328689575,
699
+ -0.2760668992996216,
700
+ -0.5390117764472961
701
+ ]
702
+ ],
703
+ "max": [
704
+ [
705
+ 0.17554791271686554,
706
+ 0.1961955726146698,
707
+ 0.26496660709381104,
708
+ 0.1540396511554718,
709
+ 0.09275734424591064,
710
+ 0.1556328684091568,
711
+ 0.23829048871994019,
712
+ 0.1634676158428192,
713
+ 0.17381560802459717,
714
+ 0.19270244240760803,
715
+ 0.10707461833953857,
716
+ 0.10602268576622009
717
+ ],
718
+ [
719
+ 0.21020901203155518,
720
+ 0.2314857542514801,
721
+ 0.305907666683197,
722
+ 0.22190143167972565,
723
+ 0.12546956539154053,
724
+ 0.17974141240119934,
725
+ 0.29516226053237915,
726
+ 0.18906748294830322,
727
+ 0.19683098793029785,
728
+ 0.24610689282417297,
729
+ 0.12254464626312256,
730
+ 0.11947616934776306
731
+ ],
732
+ [
733
+ 0.24166923761367798,
734
+ 0.2652415633201599,
735
+ 0.3488692045211792,
736
+ 0.23733766376972198,
737
+ 0.14263701438903809,
738
+ 0.20429109036922455,
739
+ 0.32124632596969604,
740
+ 0.20669898390769958,
741
+ 0.2433093786239624,
742
+ 0.2731384336948395,
743
+ 0.14019501209259033,
744
+ 0.13241377472877502
745
+ ],
746
+ [
747
+ 0.27332407236099243,
748
+ 0.2897912561893463,
749
+ 0.39753949642181396,
750
+ 0.249612495303154,
751
+ 0.14974308013916016,
752
+ 0.22547566890716553,
753
+ 0.34579598903656006,
754
+ 0.23251360654830933,
755
+ 0.26018738746643066,
756
+ 0.29872801899909973,
757
+ 0.16465508937835693,
758
+ 0.1454775631427765
759
+ ],
760
+ [
761
+ 0.30842411518096924,
762
+ 0.31075868010520935,
763
+ 0.42904460430145264,
764
+ 0.2587900757789612,
765
+ 0.1535959243774414,
766
+ 0.24532672762870789,
767
+ 0.37034571170806885,
768
+ 0.2520924508571625,
769
+ 0.2770652770996094,
770
+ 0.32203492522239685,
771
+ 0.17386114597320557,
772
+ 0.16257622838020325
773
+ ],
774
+ [
775
+ 0.33111679553985596,
776
+ 0.34451448917388916,
777
+ 0.4592105746269226,
778
+ 0.2705196440219879,
779
+ 0.1595851182937622,
780
+ 0.2635188698768616,
781
+ 0.39182668924331665,
782
+ 0.2597642242908478,
783
+ 0.2954775094985962,
784
+ 0.3487110435962677,
785
+ 0.18021416664123535,
786
+ 0.17503270506858826
787
+ ],
788
+ [
789
+ 0.34781181812286377,
790
+ 0.3693420886993408,
791
+ 0.5083099603652954,
792
+ 0.275122731924057,
793
+ 0.16572260856628418,
794
+ 0.2858886122703552,
795
+ 0.41330766677856445,
796
+ 0.2744970917701721,
797
+ 0.32271313667297363,
798
+ 0.3701920211315155,
799
+ 0.18549466133117676,
800
+ 0.18691644072532654
801
+ ],
802
+ [
803
+ 0.37420666217803955,
804
+ 0.3938917815685272,
805
+ 0.5258634090423584,
806
+ 0.2815682291984558,
807
+ 0.17153418064117432,
808
+ 0.3027665317058563,
809
+ 0.43018555641174316,
810
+ 0.2867908775806427,
811
+ 0.3464341163635254,
812
+ 0.38681748509407043,
813
+ 0.18743634223937988,
814
+ 0.20131996273994446
815
+ ],
816
+ [
817
+ 0.3999212384223938,
818
+ 0.41156622767448425,
819
+ 0.5462982058525085,
820
+ 0.2923087179660797,
821
+ 0.1754462718963623,
822
+ 0.3244587182998657,
823
+ 0.45013219118118286,
824
+ 0.30260980129241943,
825
+ 0.3695608973503113,
826
+ 0.40057021379470825,
827
+ 0.188970685005188,
828
+ 0.21206045150756836
829
+ ],
830
+ [
831
+ 0.41020745038986206,
832
+ 0.4356548488140106,
833
+ 0.5616417527198792,
834
+ 0.301433801651001,
835
+ 0.17830777168273926,
836
+ 0.34190765023231506,
837
+ 0.47314751148223877,
838
+ 0.32610929012298584,
839
+ 0.397996187210083,
840
+ 0.4156603217124939,
841
+ 0.1897425651550293,
842
+ 0.22433531284332275
843
+ ],
844
+ [
845
+ 0.4352113604545593,
846
+ 0.4518418610095978,
847
+ 0.574913501739502,
848
+ 0.3078947961330414,
849
+ 0.1791476011276245,
850
+ 0.35975182056427,
851
+ 0.4900254011154175,
852
+ 0.34605592489242554,
853
+ 0.41732460260391235,
854
+ 0.4279351532459259,
855
+ 0.18991100788116455,
856
+ 0.23661014437675476
857
+ ],
858
+ [
859
+ 0.4536237120628357,
860
+ 0.46907517313957214,
861
+ 0.5871883630752563,
862
+ 0.3262074291706085,
863
+ 0.17984211444854736,
864
+ 0.38403987884521484,
865
+ 0.5156037211418152,
866
+ 0.37436074018478394,
867
+ 0.4363551139831543,
868
+ 0.4453754425048828,
869
+ 0.19008493423461914,
870
+ 0.25041934847831726
871
+ ],
872
+ [
873
+ 0.479306697845459,
874
+ 0.4867496192455292,
875
+ 0.6008396744728088,
876
+ 0.3408425450325012,
877
+ 0.18137645721435547,
878
+ 0.40091782808303833,
879
+ 0.537084698677063,
880
+ 0.38930410146713257,
881
+ 0.45568352937698364,
882
+ 0.46200090646743774,
883
+ 0.19115841388702393,
884
+ 0.26269418001174927
885
+ ],
886
+ [
887
+ 0.5057282447814941,
888
+ 0.5108382701873779,
889
+ 0.6131145358085632,
890
+ 0.35450422763824463,
891
+ 0.18221628665924072,
892
+ 0.4167237877845764,
893
+ 0.5601000189781189,
894
+ 0.40965092182159424,
895
+ 0.47409576177597046,
896
+ 0.47759687900543213,
897
+ 0.19729578495025635,
898
+ 0.27496904134750366
899
+ ],
900
+ [
901
+ 0.516188383102417,
902
+ 0.5270252227783203,
903
+ 0.6222261190414429,
904
+ 0.37255239486694336,
905
+ 0.18260729312896729,
906
+ 0.4298493266105652,
907
+ 0.5831153392791748,
908
+ 0.4265288710594177,
909
+ 0.4925081133842468,
910
+ 0.4944747984409332,
911
+ 0.20189881324768066,
912
+ 0.28724387288093567
913
+ ],
914
+ [
915
+ 0.5410183668136597,
916
+ 0.5421441793441772,
917
+ 0.6305214166641235,
918
+ 0.38570231199264526,
919
+ 0.18477118015289307,
920
+ 0.4405898451805115,
921
+ 0.6045963168144226,
922
+ 0.44147223234176636,
923
+ 0.5106881260871887,
924
+ 0.5205588340759277,
925
+ 0.20803630352020264,
926
+ 0.2995187044143677
927
+ ],
928
+ [
929
+ 0.559430718421936,
930
+ 0.5630063414573669,
931
+ 0.6421661376953125,
932
+ 0.39838019013404846,
933
+ 0.18641018867492676,
934
+ 0.45017504692077637,
935
+ 0.6230086088180542,
936
+ 0.45875030755996704,
937
+ 0.5332016944885254,
938
+ 0.5374367237091064,
939
+ 0.21156930923461914,
940
+ 0.3102591931819916
941
+ ],
942
+ [
943
+ 0.5779064297676086,
944
+ 0.5798842310905457,
945
+ 0.6533520817756653,
946
+ 0.4226324260234833,
947
+ 0.18819034099578857,
948
+ 0.45802152156829834,
949
+ 0.6398864984512329,
950
+ 0.4744730591773987,
951
+ 0.574642539024353,
952
+ 0.5540622472763062,
953
+ 0.21463799476623535,
954
+ 0.32018789649009705
955
+ ],
956
+ [
957
+ 0.5993874669075012,
958
+ 0.5960712432861328,
959
+ 0.6639556288719177,
960
+ 0.43727412819862366,
961
+ 0.1962372064590454,
962
+ 0.46262454986572266,
963
+ 0.6552300453186035,
964
+ 0.48826393485069275,
965
+ 0.6008293628692627,
966
+ 0.5727269649505615,
967
+ 0.21659183502197266,
968
+ 0.3307519555091858
969
+ ],
970
+ [
971
+ 0.617799699306488,
972
+ 0.6132049560546875,
973
+ 0.6771055459976196,
974
+ 0.4502222537994385,
975
+ 0.20616066455841064,
976
+ 0.4656482934951782,
977
+ 0.669039249420166,
978
+ 0.506694495677948,
979
+ 0.6238447427749634,
980
+ 0.5893523693084717,
981
+ 0.21812617778778076,
982
+ 0.3414924442768097
983
+ ],
984
+ [
985
+ 0.6300745606422424,
986
+ 0.6351210474967957,
987
+ 0.6867740154266357,
988
+ 0.45810747146606445,
989
+ 0.21229815483093262,
990
+ 0.4677305817604065,
991
+ 0.6825134754180908,
992
+ 0.5198801159858704,
993
+ 0.645325779914856,
994
+ 0.6046959161758423,
995
+ 0.21914339065551758,
996
+ 0.3506985902786255
997
+ ],
998
+ [
999
+ 0.6572918891906738,
1000
+ 0.6513080596923828,
1001
+ 0.7030377388000488,
1002
+ 0.46577924489974976,
1003
+ 0.21996986865997314,
1004
+ 0.47012102603912354,
1005
+ 0.6935351490974426,
1006
+ 0.5332556366920471,
1007
+ 0.666806697845459,
1008
+ 0.6184486746788025,
1009
+ 0.21941375732421875,
1010
+ 0.3595082759857178
1011
+ ],
1012
+ [
1013
+ 0.683713436126709,
1014
+ 0.666426956653595,
1015
+ 0.7312114238739014,
1016
+ 0.4720118045806885,
1017
+ 0.2255028486251831,
1018
+ 0.4715186357498169,
1019
+ 0.7082267999649048,
1020
+ 0.5490536093711853,
1021
+ 0.688287615776062,
1022
+ 0.6335387825965881,
1023
+ 0.2194138765335083,
1024
+ 0.3701414167881012
1025
+ ],
1026
+ [
1027
+ 0.7051944732666016,
1028
+ 0.6853196620941162,
1029
+ 0.7532964944839478,
1030
+ 0.47770270705223083,
1031
+ 0.23010599613189697,
1032
+ 0.4724721312522888,
1033
+ 0.7279763221740723,
1034
+ 0.5613284707069397,
1035
+ 0.7082343101501465,
1036
+ 0.6458136439323425,
1037
+ 0.21941399574279785,
1038
+ 0.379347562789917
1039
+ ],
1040
+ [
1041
+ 0.7236067056655884,
1042
+ 0.6973387002944946,
1043
+ 0.773626446723938,
1044
+ 0.48230576515197754,
1045
+ 0.2342662811279297,
1046
+ 0.473052978515625,
1047
+ 0.7411001920700073,
1048
+ 0.5750335454940796,
1049
+ 0.7281808853149414,
1050
+ 0.6562192440032959,
1051
+ 0.2194141149520874,
1052
+ 0.3870193362236023
1053
+ ],
1054
+ [
1055
+ 0.7358815670013428,
1056
+ 0.7160067558288574,
1057
+ 0.7937474250793457,
1058
+ 0.4855409860610962,
1059
+ 0.23859453201293945,
1060
+ 0.4740064740180969,
1061
+ 0.7527567148208618,
1062
+ 0.587308406829834,
1063
+ 0.7465932369232178,
1064
+ 0.6660696268081665,
1065
+ 0.2194143533706665,
1066
+ 0.3977598249912262
1067
+ ],
1068
+ [
1069
+ 0.7493278384208679,
1070
+ 0.731350302696228,
1071
+ 0.820846438407898,
1072
+ 0.5001826882362366,
1073
+ 0.241186261177063,
1074
+ 0.474455326795578,
1075
+ 0.7670948505401611,
1076
+ 0.5977755188941956,
1077
+ 0.7650054693222046,
1078
+ 0.6783444285392761,
1079
+ 0.2194143533706665,
1080
+ 0.4052064120769501
1081
+ ],
1082
+ [
1083
+ 0.7640919089317322,
1084
+ 0.7438325881958008,
1085
+ 0.8418147563934326,
1086
+ 0.513130784034729,
1087
+ 0.24307072162628174,
1088
+ 0.47451308369636536,
1089
+ 0.7789316177368164,
1090
+ 0.6079878807067871,
1091
+ 0.7910895347595215,
1092
+ 0.6886147260665894,
1093
+ 0.21941447257995605,
1094
+ 0.4114682376384735
1095
+ ],
1096
+ [
1097
+ 0.779599130153656,
1098
+ 0.7591761350631714,
1099
+ 0.8630354404449463,
1100
+ 0.5238713026046753,
1101
+ 0.24455153942108154,
1102
+ 0.47457730770111084,
1103
+ 0.7927408218383789,
1104
+ 0.6191883087158203,
1105
+ 0.8094401955604553,
1106
+ 0.7009012699127197,
1107
+ 0.21941447257995605,
1108
+ 0.4163990914821625
1109
+ ],
1110
+ [
1111
+ 0.8010801672935486,
1112
+ 0.769139289855957,
1113
+ 0.8914710283279419,
1114
+ 0.5317565202713013,
1115
+ 0.24580955505371094,
1116
+ 0.4746779799461365,
1117
+ 0.8050156831741333,
1118
+ 0.6314631700515747,
1119
+ 0.8262699246406555,
1120
+ 0.7131760716438293,
1121
+ 0.2194148302078247,
1122
+ 0.4210021495819092
1123
+ ]
1124
+ ],
1125
+ "mean": [
1126
+ [
1127
+ -0.0002499658439774066,
1128
+ -7.680153794353828e-05,
1129
+ -0.0002187596692238003,
1130
+ 0.00032900937367230654,
1131
+ -2.9106293368386105e-05,
1132
+ 6.394021329469979e-05,
1133
+ -2.6356634407420643e-05,
1134
+ 0.0005059384857304394,
1135
+ -0.00018089641525875777,
1136
+ -0.00024242233484983444,
1137
+ 4.3847234337590635e-05,
1138
+ -0.0001488074049120769
1139
+ ],
1140
+ [
1141
+ -0.0002764587989076972,
1142
+ -8.970747876446694e-05,
1143
+ -0.0002347870176890865,
1144
+ 0.00036180386086925864,
1145
+ -3.3373067708453164e-05,
1146
+ 6.917442806297913e-05,
1147
+ -4.218763569951989e-05,
1148
+ 0.000571257492993027,
1149
+ -0.0002215509448433295,
1150
+ -0.00025258041569031775,
1151
+ 4.858612737734802e-05,
1152
+ -0.0001629925682209432
1153
+ ],
1154
+ [
1155
+ -0.00030225582304410636,
1156
+ -0.00010128580470336601,
1157
+ -0.0002495163935236633,
1158
+ 0.0003925309283658862,
1159
+ -3.749169991351664e-05,
1160
+ 7.418971654260531e-05,
1161
+ -5.6316024711122736e-05,
1162
+ 0.0006337862578220665,
1163
+ -0.00026295092538930476,
1164
+ -0.0002595662954263389,
1165
+ 5.315017551765777e-05,
1166
+ -0.00017709280655253679
1167
+ ],
1168
+ [
1169
+ -0.00032735109562054276,
1170
+ -0.00011178344720974565,
1171
+ -0.00026328477542847395,
1172
+ 0.00042151787783950567,
1173
+ -4.1454597521806136e-05,
1174
+ 7.89375917520374e-05,
1175
+ -6.89252556185238e-05,
1176
+ 0.0006939842132851481,
1177
+ -0.00030486093601211905,
1178
+ -0.0002640731108840555,
1179
+ 5.7649725931696594e-05,
1180
+ -0.00019102406804449856
1181
+ ],
1182
+ [
1183
+ -0.00035154621582478285,
1184
+ -0.00012135582801420242,
1185
+ -0.0002760198258329183,
1186
+ 0.00044882300426252186,
1187
+ -4.524109317571856e-05,
1188
+ 8.335273014381528e-05,
1189
+ -8.006617281353101e-05,
1190
+ 0.000751677667722106,
1191
+ -0.00034731091000139713,
1192
+ -0.00026617455296218395,
1193
+ 6.216353358468041e-05,
1194
+ -0.0002047554007731378
1195
+ ],
1196
+ [
1197
+ -0.0003750446194317192,
1198
+ -0.00013007401139475405,
1199
+ -0.00028779852436855435,
1200
+ 0.00047411120613105595,
1201
+ -4.8872389015741646e-05,
1202
+ 8.758350304560736e-05,
1203
+ -8.994808013085276e-05,
1204
+ 0.0008070427575148642,
1205
+ -0.0003901474119629711,
1206
+ -0.0002661139005795121,
1207
+ 6.64091348880902e-05,
1208
+ -0.00021826561714988202
1209
+ ],
1210
+ [
1211
+ -0.00039784808177500963,
1212
+ -0.00013788729847874492,
1213
+ -0.00029884028481319547,
1214
+ 0.0004977219505235553,
1215
+ -5.228399095358327e-05,
1216
+ 9.178723121294752e-05,
1217
+ -9.888993372442201e-05,
1218
+ 0.0008602669113315642,
1219
+ -0.0004332494572736323,
1220
+ -0.0002642807085067034,
1221
+ 7.051322609186172e-05,
1222
+ -0.00023156859970185906
1223
+ ],
1224
+ [
1225
+ -0.0004200798866804689,
1226
+ -0.0001448170078219846,
1227
+ -0.0003089523233938962,
1228
+ 0.0005195484845899045,
1229
+ -5.55408769287169e-05,
1230
+ 9.592000424163416e-05,
1231
+ -0.00010688827023841441,
1232
+ 0.0009113064152188599,
1233
+ -0.0004769054939970374,
1234
+ -0.00026068274746648967,
1235
+ 7.443434151355177e-05,
1236
+ -0.0002446176949888468
1237
+ ],
1238
+ [
1239
+ -0.00044170982437208295,
1240
+ -0.00015086476923897862,
1241
+ -0.00031830600346438587,
1242
+ 0.0005398617358878255,
1243
+ -5.867789877811447e-05,
1244
+ 0.00010001814371207729,
1245
+ -0.00011400835501262918,
1246
+ 0.0009604227961972356,
1247
+ -0.0005207844078540802,
1248
+ -0.0002555576211307198,
1249
+ 7.81706694397144e-05,
1250
+ -0.0002575083344709128
1251
+ ],
1252
+ [
1253
+ -0.0004628284368664026,
1254
+ -0.00015619320038240403,
1255
+ -0.0003270064771641046,
1256
+ 0.0005589047796092927,
1257
+ -6.168714753584936e-05,
1258
+ 0.00010415066935820505,
1259
+ -0.00012053586397087201,
1260
+ 0.0010077243205159903,
1261
+ -0.0005652275285683572,
1262
+ -0.0002488825120963156,
1263
+ 8.169483771780506e-05,
1264
+ -0.0002701377961784601
1265
+ ],
1266
+ [
1267
+ -0.0004831977130379528,
1268
+ -0.0001607333979336545,
1269
+ -0.0003348593309056014,
1270
+ 0.0005765444948337972,
1271
+ -6.454802496591583e-05,
1272
+ 0.0001080567526514642,
1273
+ -0.00012650518328882754,
1274
+ 0.0010534004541113973,
1275
+ -0.000610034738201648,
1276
+ -0.00024074102111626416,
1277
+ 8.505852019879967e-05,
1278
+ -0.00028259289683774114
1279
+ ],
1280
+ [
1281
+ -0.0005031566834077239,
1282
+ -0.0001647238968871534,
1283
+ -0.0003422544104978442,
1284
+ 0.0005932554486207664,
1285
+ -6.722640682710335e-05,
1286
+ 0.00011190102668479085,
1287
+ -0.0001319015136687085,
1288
+ 0.001097796019166708,
1289
+ -0.0006551272235810757,
1290
+ -0.00023135959054343402,
1291
+ 8.829343278193846e-05,
1292
+ -0.0002949140907730907
1293
+ ],
1294
+ [
1295
+ -0.0005228295340202749,
1296
+ -0.00016801126184873283,
1297
+ -0.0003492805699352175,
1298
+ 0.000609146140050143,
1299
+ -6.945180211914703e-05,
1300
+ 0.00011581489525269717,
1301
+ -0.00013676987146027386,
1302
+ 0.0011409573489800096,
1303
+ -0.000700403586961329,
1304
+ -0.00022081195493228734,
1305
+ 9.137304004980251e-05,
1306
+ -0.00030698219779878855
1307
+ ],
1308
+ [
1309
+ -0.0005421417881734669,
1310
+ -0.00017056062642950565,
1311
+ -0.0003559599572326988,
1312
+ 0.00062426837394014,
1313
+ -7.152820035116747e-05,
1314
+ 0.00011971429194090888,
1315
+ -0.0001411215343978256,
1316
+ 0.0011827320558950305,
1317
+ -0.0007459176704287529,
1318
+ -0.00020922019029967487,
1319
+ 9.435824176762253e-05,
1320
+ -0.00031873545958660543
1321
+ ],
1322
+ [
1323
+ -0.0005610427469946444,
1324
+ -0.00017245406343135983,
1325
+ -0.0003622180374804884,
1326
+ 0.0006383787258528173,
1327
+ -7.339327567024156e-05,
1328
+ 0.00012361987319309264,
1329
+ -0.00014492329501081258,
1330
+ 0.001223387778736651,
1331
+ -0.0007918393239378929,
1332
+ -0.00019646179862320423,
1333
+ 9.713449981063604e-05,
1334
+ -0.00033006942248903215
1335
+ ],
1336
+ [
1337
+ -0.0005796418408863246,
1338
+ -0.00017379735072609037,
1339
+ -0.00036814779741689563,
1340
+ 0.0006516837165690958,
1341
+ -7.500421634176746e-05,
1342
+ 0.00012756262731272727,
1343
+ -0.00014844664838165045,
1344
+ 0.0012629212578758597,
1345
+ -0.0008380452636629343,
1346
+ -0.00018303187971469015,
1347
+ 9.986133954953402e-05,
1348
+ -0.0003408330085221678
1349
+ ],
1350
+ [
1351
+ -0.0005978039116598666,
1352
+ -0.00017466583813074976,
1353
+ -0.00037344926386140287,
1354
+ 0.0006641063373535872,
1355
+ -7.643117714906111e-05,
1356
+ 0.00013144087279215455,
1357
+ -0.00015170229016803205,
1358
+ 0.0013013246934860945,
1359
+ -0.0008849622681736946,
1360
+ -0.00016877207963261753,
1361
+ 0.00010246848978567868,
1362
+ -0.00035096186911687255
1363
+ ],
1364
+ [
1365
+ -0.0006157062598504126,
1366
+ -0.00017492120969109237,
1367
+ -0.0003781962732318789,
1368
+ 0.0006758610834367573,
1369
+ -7.775936683174223e-05,
1370
+ 0.00013535523612517864,
1371
+ -0.00015474576503038406,
1372
+ 0.0013388051884248853,
1373
+ -0.0009325176943093538,
1374
+ -0.00015392855857498944,
1375
+ 0.00010486300743650645,
1376
+ -0.0003603304794523865
1377
+ ],
1378
+ [
1379
+ -0.0006332468474283814,
1380
+ -0.0001745738263707608,
1381
+ -0.0003822295111604035,
1382
+ 0.0006868303171359003,
1383
+ -7.891771383583546e-05,
1384
+ 0.00013923307415097952,
1385
+ -0.00015754472406115383,
1386
+ 0.0013752540107816458,
1387
+ -0.0009810029296204448,
1388
+ -0.00013845843204762787,
1389
+ 0.00010704622400226071,
1390
+ -0.0003688282740768045
1391
+ ],
1392
+ [
1393
+ -0.0006504827179014683,
1394
+ -0.00017377456242684275,
1395
+ -0.0003852879744954407,
1396
+ 0.0006970536196604371,
1397
+ -7.994209590833634e-05,
1398
+ 0.00014316053420770913,
1399
+ -0.00016028579557314515,
1400
+ 0.0014108831528574228,
1401
+ -0.0010307178599759936,
1402
+ -0.00012255633191671222,
1403
+ 0.00010900408233283088,
1404
+ -0.0003763796412386
1405
+ ],
1406
+ [
1407
+ -0.0006674792384728789,
1408
+ -0.00017249651136808097,
1409
+ -0.00038730486994609237,
1410
+ 0.0007065900135785341,
1411
+ -8.076838275883347e-05,
1412
+ 0.0001471658906666562,
1413
+ -0.00016302583389915526,
1414
+ 0.0014456950593739748,
1415
+ -0.0010819440940394998,
1416
+ -0.00010591833415674046,
1417
+ 0.00011069845641031861,
1418
+ -0.000382963044103235
1419
+ ],
1420
+ [
1421
+ -0.0006841388531029224,
1422
+ -0.00017072934133466333,
1423
+ -0.000388387095881626,
1424
+ 0.0007152999169193208,
1425
+ -8.16306346678175e-05,
1426
+ 0.00015108005027286708,
1427
+ -0.00016571886953897774,
1428
+ 0.0014799621421843767,
1429
+ -0.0011352108558639884,
1430
+ -8.84641267475672e-05,
1431
+ 0.00011216745770070702,
1432
+ -0.00038840563502162695
1433
+ ],
1434
+ [
1435
+ -0.0007005343795754015,
1436
+ -0.00016843360208440572,
1437
+ -0.0003886906779371202,
1438
+ 0.0007234790246002376,
1439
+ -8.242145122494549e-05,
1440
+ 0.00015505221381317824,
1441
+ -0.00016826805949676782,
1442
+ 0.0015137222362682223,
1443
+ -0.0011905018473044038,
1444
+ -7.01400640537031e-05,
1445
+ 0.00011353770241839811,
1446
+ -0.00039251550333574414
1447
+ ],
1448
+ [
1449
+ -0.0007165326387621462,
1450
+ -0.0001656228705542162,
1451
+ -0.000388156360713765,
1452
+ 0.0007309737848117948,
1453
+ -8.317732863361016e-05,
1454
+ 0.0001589777966728434,
1455
+ -0.00017066200962290168,
1456
+ 0.0015471065416932106,
1457
+ -0.0012484649196267128,
1458
+ -5.072705607744865e-05,
1459
+ 0.00011467625881778076,
1460
+ -0.00039500053389929235
1461
+ ],
1462
+ [
1463
+ -0.0007322830497287214,
1464
+ -0.00016242569836322218,
1465
+ -0.0003870473010465503,
1466
+ 0.000737859052605927,
1467
+ -8.380639337701723e-05,
1468
+ 0.0001630047772778198,
1469
+ -0.00017302445485256612,
1470
+ 0.0015802611596882343,
1471
+ -0.0013091261498630047,
1472
+ -2.991439396282658e-05,
1473
+ 0.00011569324124138802,
1474
+ -0.00039578278665430844
1475
+ ],
1476
+ [
1477
+ -0.0007477566250599921,
1478
+ -0.00015877642726991326,
1479
+ -0.000385395745979622,
1480
+ 0.0007439925102517009,
1481
+ -8.44632086227648e-05,
1482
+ 0.00016708690964151174,
1483
+ -0.00017553140060044825,
1484
+ 0.0016130467411130667,
1485
+ -0.0013729679631069303,
1486
+ -7.134683983167633e-06,
1487
+ 0.00011646177154034376,
1488
+ -0.00039413818740285933
1489
+ ],
1490
+ [
1491
+ -0.0007629675674252212,
1492
+ -0.0001547080319141969,
1493
+ -0.0003833651717286557,
1494
+ 0.0007494743331335485,
1495
+ -8.484547288389876e-05,
1496
+ 0.0001711707591312006,
1497
+ -0.00017806753749027848,
1498
+ 0.0016455815639346838,
1499
+ -0.0014397817431017756,
1500
+ 1.7392278095940128e-05,
1501
+ 0.00011675921268761158,
1502
+ -0.00039021653356030583
1503
+ ],
1504
+ [
1505
+ -0.0007780626765452325,
1506
+ -0.00015026432811282575,
1507
+ -0.00038080447120592,
1508
+ 0.0007542352541349828,
1509
+ -8.502229320583865e-05,
1510
+ 0.0001752664684318006,
1511
+ -0.0001807220687624067,
1512
+ 0.0016778666758909822,
1513
+ -0.001510069239884615,
1514
+ 4.414348222780973e-05,
1515
+ 0.0001165109351859428,
1516
+ -0.00038358228630386293
1517
+ ],
1518
+ [
1519
+ -0.0007930398569442332,
1520
+ -0.00014524928701575845,
1521
+ -0.0003779072721954435,
1522
+ 0.000758287962526083,
1523
+ -8.505043660989031e-05,
1524
+ 0.0001793913688743487,
1525
+ -0.00018337825895287097,
1526
+ 0.0017098336247727275,
1527
+ -0.0015839994885027409,
1528
+ 7.369518425548449e-05,
1529
+ 0.00011564252054085955,
1530
+ -0.0003736337530426681
1531
+ ],
1532
+ [
1533
+ -0.0008078417740762234,
1534
+ -0.00013979605864733458,
1535
+ -0.0003744603891391307,
1536
+ 0.0007617675000801682,
1537
+ -8.500761032337323e-05,
1538
+ 0.0001834740542108193,
1539
+ -0.00018612849817145616,
1540
+ 0.0017416207119822502,
1541
+ -0.0016618029912933707,
1542
+ 0.00010644772555679083,
1543
+ 0.00011439256923040375,
1544
+ -0.00036040449049323797
1545
+ ]
1546
+ ],
1547
+ "std": [
1548
+ [
1549
+ 0.026568744331598282,
1550
+ 0.029212087392807007,
1551
+ 0.03664518520236015,
1552
+ 0.019251737743616104,
1553
+ 0.0061113410629332066,
1554
+ 0.010449660941958427,
1555
+ 0.029820086434483528,
1556
+ 0.02557300589978695,
1557
+ 0.030100898817181587,
1558
+ 0.01913735270500183,
1559
+ 0.0059614283964037895,
1560
+ 0.014020969159901142
1561
+ ],
1562
+ [
1563
+ 0.030920304358005524,
1564
+ 0.033989317715168,
1565
+ 0.042631205171346664,
1566
+ 0.022393442690372467,
1567
+ 0.007102056872099638,
1568
+ 0.012127998284995556,
1569
+ 0.03471512347459793,
1570
+ 0.02976197935640812,
1571
+ 0.03502309322357178,
1572
+ 0.022279372438788414,
1573
+ 0.006929432973265648,
1574
+ 0.016250405460596085
1575
+ ],
1576
+ [
1577
+ 0.035257935523986816,
1578
+ 0.03875184431672096,
1579
+ 0.04860188439488411,
1580
+ 0.025504911318421364,
1581
+ 0.008066128008067608,
1582
+ 0.013785043731331825,
1583
+ 0.039588812738657,
1584
+ 0.033938948065042496,
1585
+ 0.03993158042430878,
1586
+ 0.025394389405846596,
1587
+ 0.007874182425439358,
1588
+ 0.01844911463558674
1589
+ ],
1590
+ [
1591
+ 0.039572421461343765,
1592
+ 0.04349299147725105,
1593
+ 0.05454966425895691,
1594
+ 0.028570642694830894,
1595
+ 0.008990982547402382,
1596
+ 0.015413815155625343,
1597
+ 0.04443243518471718,
1598
+ 0.038096100091934204,
1599
+ 0.044820744544267654,
1600
+ 0.028462419286370277,
1601
+ 0.008781946264207363,
1602
+ 0.020602835342288017
1603
+ ],
1604
+ [
1605
+ 0.043866708874702454,
1606
+ 0.04821651428937912,
1607
+ 0.06047619506716728,
1608
+ 0.031588390469551086,
1609
+ 0.009873129427433014,
1610
+ 0.0170137956738472,
1611
+ 0.049250733107328415,
1612
+ 0.042236328125,
1613
+ 0.0496927946805954,
1614
+ 0.03147737309336662,
1615
+ 0.009647541679441929,
1616
+ 0.02270933799445629
1617
+ ],
1618
+ [
1619
+ 0.048133011907339096,
1620
+ 0.052908480167388916,
1621
+ 0.06636791676282883,
1622
+ 0.0345521941781044,
1623
+ 0.010712876915931702,
1624
+ 0.01858210191130638,
1625
+ 0.054029807448387146,
1626
+ 0.04634774103760719,
1627
+ 0.054535310715436935,
1628
+ 0.034433651715517044,
1629
+ 0.010470985434949398,
1630
+ 0.024766819551587105
1631
+ ],
1632
+ [
1633
+ 0.05236949026584625,
1634
+ 0.05756697058677673,
1635
+ 0.07222198694944382,
1636
+ 0.037464387714862823,
1637
+ 0.011513380333781242,
1638
+ 0.02012507990002632,
1639
+ 0.058768946677446365,
1640
+ 0.05042808875441551,
1641
+ 0.05934540182352066,
1642
+ 0.037330061197280884,
1643
+ 0.01125364750623703,
1644
+ 0.02677796222269535
1645
+ ],
1646
+ [
1647
+ 0.056579023599624634,
1648
+ 0.0621950738132,
1649
+ 0.0780414566397667,
1650
+ 0.04033096507191658,
1651
+ 0.012279082089662552,
1652
+ 0.021645616739988327,
1653
+ 0.06347327679395676,
1654
+ 0.05448022857308388,
1655
+ 0.06412762403488159,
1656
+ 0.040172312408685684,
1657
+ 0.011999063193798065,
1658
+ 0.028749391436576843
1659
+ ],
1660
+ [
1661
+ 0.06075749918818474,
1662
+ 0.06678882241249084,
1663
+ 0.08381865173578262,
1664
+ 0.043153226375579834,
1665
+ 0.013013729825615883,
1666
+ 0.023144371807575226,
1667
+ 0.0681382268667221,
1668
+ 0.05849776044487953,
1669
+ 0.0688750296831131,
1670
+ 0.04296153038740158,
1671
+ 0.012710829265415668,
1672
+ 0.030684316530823708
1673
+ ],
1674
+ [
1675
+ 0.06490617245435715,
1676
+ 0.07134664803743362,
1677
+ 0.08955518901348114,
1678
+ 0.04593363031744957,
1679
+ 0.013721578754484653,
1680
+ 0.02462306246161461,
1681
+ 0.07276169955730438,
1682
+ 0.06248041242361069,
1683
+ 0.07358723878860474,
1684
+ 0.0457039438188076,
1685
+ 0.013393031433224678,
1686
+ 0.03258660063147545
1687
+ ],
1688
+ [
1689
+ 0.06902742385864258,
1690
+ 0.07586918771266937,
1691
+ 0.0952543243765831,
1692
+ 0.048678360879421234,
1693
+ 0.014406525529921055,
1694
+ 0.026083003729581833,
1695
+ 0.07734812796115875,
1696
+ 0.06642965227365494,
1697
+ 0.07826713472604752,
1698
+ 0.04840466380119324,
1699
+ 0.014048327691853046,
1700
+ 0.03445938974618912
1701
+ ],
1702
+ [
1703
+ 0.07311803102493286,
1704
+ 0.08035589009523392,
1705
+ 0.10091303288936615,
1706
+ 0.05138538032770157,
1707
+ 0.015071038156747818,
1708
+ 0.02752424031496048,
1709
+ 0.08189572393894196,
1710
+ 0.0703415498137474,
1711
+ 0.08291055262088776,
1712
+ 0.05106567591428757,
1713
+ 0.01467887219041586,
1714
+ 0.036303602159023285
1715
+ ],
1716
+ [
1717
+ 0.07717758417129517,
1718
+ 0.08480380475521088,
1719
+ 0.1065283864736557,
1720
+ 0.054057102650403976,
1721
+ 0.01571832224726677,
1722
+ 0.028946781530976295,
1723
+ 0.08640353381633759,
1724
+ 0.0742143839597702,
1725
+ 0.08751648664474487,
1726
+ 0.053689904510974884,
1727
+ 0.015287569724023342,
1728
+ 0.038120828568935394
1729
+ ],
1730
+ [
1731
+ 0.08120661228895187,
1732
+ 0.08921587467193604,
1733
+ 0.11210379749536514,
1734
+ 0.056696534156799316,
1735
+ 0.016349950805306435,
1736
+ 0.030351152643561363,
1737
+ 0.09087327867746353,
1738
+ 0.07805024832487106,
1739
+ 0.09208821505308151,
1740
+ 0.05628090351819992,
1741
+ 0.015876751393079758,
1742
+ 0.039913590997457504
1743
+ ],
1744
+ [
1745
+ 0.08520478010177612,
1746
+ 0.09359002113342285,
1747
+ 0.11763663589954376,
1748
+ 0.059304993599653244,
1749
+ 0.016967521980404854,
1750
+ 0.03173704072833061,
1751
+ 0.0953042209148407,
1752
+ 0.08184613287448883,
1753
+ 0.09662238508462906,
1754
+ 0.0588412806391716,
1755
+ 0.016448186710476875,
1756
+ 0.0416816882789135
1757
+ ],
1758
+ [
1759
+ 0.0891723558306694,
1760
+ 0.09792575985193253,
1761
+ 0.12312814593315125,
1762
+ 0.06188269704580307,
1763
+ 0.01757187582552433,
1764
+ 0.03310520574450493,
1765
+ 0.09969615191221237,
1766
+ 0.08560118079185486,
1767
+ 0.10111763328313828,
1768
+ 0.06137210503220558,
1769
+ 0.01700328290462494,
1770
+ 0.043425653129816055
1771
+ ],
1772
+ [
1773
+ 0.09311018884181976,
1774
+ 0.10222164541482925,
1775
+ 0.12857843935489655,
1776
+ 0.06443259865045547,
1777
+ 0.01816406659781933,
1778
+ 0.03445617854595184,
1779
+ 0.10405067354440689,
1780
+ 0.08931773900985718,
1781
+ 0.10557675361633301,
1782
+ 0.06387608498334885,
1783
+ 0.017543302848935127,
1784
+ 0.04514662176370621
1785
+ ],
1786
+ [
1787
+ 0.09701783210039139,
1788
+ 0.10647846013307571,
1789
+ 0.1339893788099289,
1790
+ 0.06695292145013809,
1791
+ 0.01874495856463909,
1792
+ 0.03578994795680046,
1793
+ 0.10836728662252426,
1794
+ 0.09299259632825851,
1795
+ 0.10999562591314316,
1796
+ 0.06635446846485138,
1797
+ 0.01806926354765892,
1798
+ 0.046844396740198135
1799
+ ],
1800
+ [
1801
+ 0.10089309513568878,
1802
+ 0.11069481074810028,
1803
+ 0.13935676217079163,
1804
+ 0.06944423913955688,
1805
+ 0.01931528002023697,
1806
+ 0.03710702434182167,
1807
+ 0.11264581233263016,
1808
+ 0.09662596881389618,
1809
+ 0.11437623202800751,
1810
+ 0.06880752742290497,
1811
+ 0.018582433462142944,
1812
+ 0.04851898178458214
1813
+ ],
1814
+ [
1815
+ 0.1047382652759552,
1816
+ 0.11487040668725967,
1817
+ 0.1446823626756668,
1818
+ 0.07190849632024765,
1819
+ 0.019875582307577133,
1820
+ 0.038409363478422165,
1821
+ 0.11688737571239471,
1822
+ 0.10021708160638809,
1823
+ 0.1187167540192604,
1824
+ 0.07123451679944992,
1825
+ 0.019083600491285324,
1826
+ 0.05017102137207985
1827
+ ],
1828
+ [
1829
+ 0.10855145752429962,
1830
+ 0.1190045103430748,
1831
+ 0.1499653160572052,
1832
+ 0.07434509694576263,
1833
+ 0.02042665146291256,
1834
+ 0.03969639539718628,
1835
+ 0.12109120190143585,
1836
+ 0.10376613587141037,
1837
+ 0.12301810830831528,
1838
+ 0.07363764941692352,
1839
+ 0.019573353230953217,
1840
+ 0.05180123820900917
1841
+ ],
1842
+ [
1843
+ 0.11233264207839966,
1844
+ 0.12309803813695908,
1845
+ 0.15520548820495605,
1846
+ 0.07675459235906601,
1847
+ 0.02096899226307869,
1848
+ 0.04096897318959236,
1849
+ 0.12525802850723267,
1850
+ 0.10727334022521973,
1851
+ 0.12727868556976318,
1852
+ 0.07601730525493622,
1853
+ 0.020052112638950348,
1854
+ 0.05340951308608055
1855
+ ],
1856
+ [
1857
+ 0.11608201265335083,
1858
+ 0.12714992463588715,
1859
+ 0.16040249168872833,
1860
+ 0.07913743704557419,
1861
+ 0.02150246873497963,
1862
+ 0.04222698509693146,
1863
+ 0.12938803434371948,
1864
+ 0.11073708534240723,
1865
+ 0.13149970769882202,
1866
+ 0.07837317883968353,
1867
+ 0.02052082121372223,
1868
+ 0.05499722808599472
1869
+ ],
1870
+ [
1871
+ 0.11979935318231583,
1872
+ 0.13116060197353363,
1873
+ 0.16555580496788025,
1874
+ 0.08149411529302597,
1875
+ 0.02202758379280567,
1876
+ 0.04347129911184311,
1877
+ 0.13348105549812317,
1878
+ 0.11415780335664749,
1879
+ 0.13567858934402466,
1880
+ 0.08070597052574158,
1881
+ 0.020979465916752815,
1882
+ 0.056564755737781525
1883
+ ],
1884
+ [
1885
+ 0.12348432093858719,
1886
+ 0.13512985408306122,
1887
+ 0.17066660523414612,
1888
+ 0.08382462710142136,
1889
+ 0.02254451811313629,
1890
+ 0.044701267033815384,
1891
+ 0.13753801584243774,
1892
+ 0.1175345703959465,
1893
+ 0.1398160755634308,
1894
+ 0.08301464468240738,
1895
+ 0.021428920328617096,
1896
+ 0.05811174586415291
1897
+ ],
1898
+ [
1899
+ 0.12713690102100372,
1900
+ 0.13905687630176544,
1901
+ 0.17573495209217072,
1902
+ 0.08613092452287674,
1903
+ 0.023053470999002457,
1904
+ 0.045917559415102005,
1905
+ 0.14155636727809906,
1906
+ 0.12086934596300125,
1907
+ 0.14391320943832397,
1908
+ 0.08530036360025406,
1909
+ 0.021869277581572533,
1910
+ 0.059638991951942444
1911
+ ],
1912
+ [
1913
+ 0.13075678050518036,
1914
+ 0.1429407000541687,
1915
+ 0.18076013028621674,
1916
+ 0.08841279149055481,
1917
+ 0.023555081337690353,
1918
+ 0.04712042212486267,
1919
+ 0.1455390751361847,
1920
+ 0.1241602674126625,
1921
+ 0.14796824753284454,
1922
+ 0.0875624567270279,
1923
+ 0.022301485762000084,
1924
+ 0.06114603951573372
1925
+ ],
1926
+ [
1927
+ 0.1343454271554947,
1928
+ 0.14678193628787994,
1929
+ 0.18574336171150208,
1930
+ 0.09067054092884064,
1931
+ 0.024049749597907066,
1932
+ 0.04831027612090111,
1933
+ 0.14948314428329468,
1934
+ 0.12740732729434967,
1935
+ 0.1519802063703537,
1936
+ 0.08980046957731247,
1937
+ 0.02272552065551281,
1938
+ 0.06263446807861328
1939
+ ],
1940
+ [
1941
+ 0.13790059089660645,
1942
+ 0.15058036148548126,
1943
+ 0.19068343937397003,
1944
+ 0.09290524572134018,
1945
+ 0.024537568911910057,
1946
+ 0.04948752373456955,
1947
+ 0.15339085459709167,
1948
+ 0.13061076402664185,
1949
+ 0.1559503674507141,
1950
+ 0.09201449900865555,
1951
+ 0.023141654208302498,
1952
+ 0.06410298496484756
1953
+ ],
1954
+ [
1955
+ 0.14142337441444397,
1956
+ 0.15433628857135773,
1957
+ 0.19558116793632507,
1958
+ 0.09511617571115494,
1959
+ 0.02501888945698738,
1960
+ 0.05065177381038666,
1961
+ 0.1572607159614563,
1962
+ 0.13377216458320618,
1963
+ 0.15987733006477356,
1964
+ 0.09420446306467056,
1965
+ 0.023550186306238174,
1966
+ 0.06555156409740448
1967
+ ]
1968
+ ],
1969
+ "q01": [
1970
+ [
1971
+ -0.08369019627571106,
1972
+ -0.0768647700548172,
1973
+ -0.12057219147682191,
1974
+ -0.053960450738668446,
1975
+ -0.021847933530807495,
1976
+ -0.03117016702890396,
1977
+ -0.09509994387626648,
1978
+ -0.08511312380433082,
1979
+ -0.09196748733520507,
1980
+ -0.0763656072318554,
1981
+ -0.019616097211837772,
1982
+ -0.05674365162849426
1983
+ ],
1984
+ [
1985
+ -0.0975083976984024,
1986
+ -0.08960858210921288,
1987
+ -0.14031997323036194,
1988
+ -0.06266675367951394,
1989
+ -0.025490254163742065,
1990
+ -0.036140191555023196,
1991
+ -0.11106892675161362,
1992
+ -0.09911890476942063,
1993
+ -0.10659903883934022,
1994
+ -0.08888830244541168,
1995
+ -0.02289836406707764,
1996
+ -0.06565579026937485
1997
+ ],
1998
+ [
1999
+ -0.1111819326877594,
2000
+ -0.10185435563325883,
2001
+ -0.15959887504577636,
2002
+ -0.07146793641149998,
2003
+ -0.029034292697906496,
2004
+ -0.040992893278598785,
2005
+ -0.12671058177947997,
2006
+ -0.11304966509342194,
2007
+ -0.12129846215248108,
2008
+ -0.10101043432950974,
2009
+ -0.026109105348587038,
2010
+ -0.07460713386535645
2011
+ ],
2012
+ [
2013
+ -0.1251242071390152,
2014
+ -0.1144496887922287,
2015
+ -0.17927661538124084,
2016
+ -0.08024042844772339,
2017
+ -0.03262800574302673,
2018
+ -0.04581318572163582,
2019
+ -0.14231694340705872,
2020
+ -0.1271085523068905,
2021
+ -0.13593024611473084,
2022
+ -0.11303094998002053,
2023
+ -0.02931121587753296,
2024
+ -0.08337846994400025
2025
+ ],
2026
+ [
2027
+ -0.13880156427621843,
2028
+ -0.12693725973367692,
2029
+ -0.19864718317985536,
2030
+ -0.08879267424345016,
2031
+ -0.03597903847694397,
2032
+ -0.05067470073699951,
2033
+ -0.1578788161277771,
2034
+ -0.1411660797894001,
2035
+ -0.1501306414604187,
2036
+ -0.12438868433237076,
2037
+ -0.03249856233596802,
2038
+ -0.09157375395298004
2039
+ ],
2040
+ [
2041
+ -0.15185070037841797,
2042
+ -0.1390656754374504,
2043
+ -0.21786376237869262,
2044
+ -0.09719769060611724,
2045
+ -0.03909955024719238,
2046
+ -0.0553062416613102,
2047
+ -0.17333313226699829,
2048
+ -0.15534113869071006,
2049
+ -0.16482863426208497,
2050
+ -0.1358867660164833,
2051
+ -0.03549057841300964,
2052
+ -0.09951543398201466
2053
+ ],
2054
+ [
2055
+ -0.16562359035015106,
2056
+ -0.15133361518383026,
2057
+ -0.23709870576858522,
2058
+ -0.1053065937012434,
2059
+ -0.042042380571365355,
2060
+ -0.05970762819051743,
2061
+ -0.18866373896598815,
2062
+ -0.168978688120842,
2063
+ -0.17923014760017394,
2064
+ -0.14649786427617073,
2065
+ -0.03826039433479309,
2066
+ -0.10743593610823154
2067
+ ],
2068
+ [
2069
+ -0.17896357774734498,
2070
+ -0.16332892328500748,
2071
+ -0.2564807116985321,
2072
+ -0.11312170997262001,
2073
+ -0.044912153482437135,
2074
+ -0.06405710652470589,
2075
+ -0.2036939173936844,
2076
+ -0.1827098734676838,
2077
+ -0.19336965084075927,
2078
+ -0.15637372583150863,
2079
+ -0.04114786386489868,
2080
+ -0.11482905559241771
2081
+ ],
2082
+ [
2083
+ -0.19228090345859528,
2084
+ -0.17506385818123818,
2085
+ -0.2749082207679749,
2086
+ -0.12096442058682443,
2087
+ -0.04758928418159485,
2088
+ -0.0682621031999588,
2089
+ -0.21852139830589296,
2090
+ -0.1964076079428196,
2091
+ -0.20747751593589783,
2092
+ -0.16603358909487725,
2093
+ -0.0436955451965332,
2094
+ -0.12195631936192512
2095
+ ],
2096
+ [
2097
+ -0.20513720512390138,
2098
+ -0.18707601204514504,
2099
+ -0.2939046680927277,
2100
+ -0.1287447154521942,
2101
+ -0.0500772774219513,
2102
+ -0.07202111408114434,
2103
+ -0.2333444446325302,
2104
+ -0.2097683310508728,
2105
+ -0.22143661975860596,
2106
+ -0.1759804368019104,
2107
+ -0.04633105993270874,
2108
+ -0.1288804292678833
2109
+ ],
2110
+ [
2111
+ -0.21815177649259568,
2112
+ -0.1984514355659485,
2113
+ -0.31252037882804873,
2114
+ -0.1363061785697937,
2115
+ -0.05259095430374146,
2116
+ -0.07615320086479188,
2117
+ -0.24789560735225677,
2118
+ -0.2232389397919178,
2119
+ -0.23514522910118105,
2120
+ -0.18534210473299026,
2121
+ -0.048872852325439455,
2122
+ -0.13593363165855407
2123
+ ],
2124
+ [
2125
+ -0.2310553140938282,
2126
+ -0.21004184931516648,
2127
+ -0.3307840317487717,
2128
+ -0.14403292536735535,
2129
+ -0.05485042929649353,
2130
+ -0.08033576644957066,
2131
+ -0.26265825629234313,
2132
+ -0.23649121895432473,
2133
+ -0.24881447553634645,
2134
+ -0.19504797980189323,
2135
+ -0.051044982671737675,
2136
+ -0.1429261788725853
2137
+ ],
2138
+ [
2139
+ -0.24416368305683137,
2140
+ -0.22192818075418472,
2141
+ -0.3487922489643097,
2142
+ -0.15172286629676818,
2143
+ -0.056843578815460205,
2144
+ -0.08449245840311051,
2145
+ -0.27714571356773376,
2146
+ -0.2497156023979187,
2147
+ -0.261898410320282,
2148
+ -0.20435887277126313,
2149
+ -0.0532845139503479,
2150
+ -0.148922411352396
2151
+ ],
2152
+ [
2153
+ -0.2564385443925858,
2154
+ -0.23335907086730004,
2155
+ -0.3671195447444916,
2156
+ -0.1591508984565735,
2157
+ -0.05904767513275147,
2158
+ -0.08880244493484497,
2159
+ -0.29068076312541963,
2160
+ -0.26275195479393004,
2161
+ -0.2752418637275696,
2162
+ -0.2142812691628933,
2163
+ -0.05527676343917847,
2164
+ -0.155160241574049
2165
+ ],
2166
+ [
2167
+ -0.2687768667936325,
2168
+ -0.24440604448318481,
2169
+ -0.3845034122467041,
2170
+ -0.16675759777426719,
2171
+ -0.06092219948768616,
2172
+ -0.09273642599582672,
2173
+ -0.30466012507677076,
2174
+ -0.27522699236869813,
2175
+ -0.28851396441459654,
2176
+ -0.22371920421719552,
2177
+ -0.05739657282829285,
2178
+ -0.16160495579242706
2179
+ ],
2180
+ [
2181
+ -0.2816526383161545,
2182
+ -0.25521263033151625,
2183
+ -0.40234125554561617,
2184
+ -0.17395360916852953,
2185
+ -0.06261610984802246,
2186
+ -0.09681063070893288,
2187
+ -0.3186246454715729,
2188
+ -0.2879572659730911,
2189
+ -0.3012832701206207,
2190
+ -0.23269030153751374,
2191
+ -0.059296059608459475,
2192
+ -0.16735155284404754
2193
+ ],
2194
+ [
2195
+ -0.29326081573963164,
2196
+ -0.2662967354059219,
2197
+ -0.41945206224918363,
2198
+ -0.18131596297025682,
2199
+ -0.06459481716156006,
2200
+ -0.10083281248807907,
2201
+ -0.3319811761379242,
2202
+ -0.30041793584823606,
2203
+ -0.3138182580471039,
2204
+ -0.24189296662807463,
2205
+ -0.06104623079299927,
2206
+ -0.17315635085105896
2207
+ ],
2208
+ [
2209
+ -0.3054022163152695,
2210
+ -0.27704866975545883,
2211
+ -0.4372077852487564,
2212
+ -0.18829372227191926,
2213
+ -0.06654682159423829,
2214
+ -0.10473209619522095,
2215
+ -0.34515306651592254,
2216
+ -0.3126945108175278,
2217
+ -0.3264006316661835,
2218
+ -0.25075813829898835,
2219
+ -0.06332696676254272,
2220
+ -0.1795970380306244
2221
+ ],
2222
+ [
2223
+ -0.31815714836120607,
2224
+ -0.28777748346328735,
2225
+ -0.454406476020813,
2226
+ -0.19518022164702417,
2227
+ -0.06893298029899597,
2228
+ -0.1087399035692215,
2229
+ -0.35832692086696627,
2230
+ -0.32515791803598404,
2231
+ -0.3386200308799744,
2232
+ -0.258162659406662,
2233
+ -0.06543347239494324,
2234
+ -0.18494740799069406
2235
+ ],
2236
+ [
2237
+ -0.3300010412931442,
2238
+ -0.2983487740159035,
2239
+ -0.47226773500442504,
2240
+ -0.20248023346066477,
2241
+ -0.07063011527061462,
2242
+ -0.11280989795923232,
2243
+ -0.37127524316310884,
2244
+ -0.3379924535751343,
2245
+ -0.35099329352378844,
2246
+ -0.26638635247945786,
2247
+ -0.0675769567489624,
2248
+ -0.19034159034490586
2249
+ ],
2250
+ [
2251
+ -0.34187576174736023,
2252
+ -0.30871534198522566,
2253
+ -0.4894721865653992,
2254
+ -0.20922179073095323,
2255
+ -0.07216946482658386,
2256
+ -0.1168239414691925,
2257
+ -0.3834774076938629,
2258
+ -0.34983196556568147,
2259
+ -0.3633777558803558,
2260
+ -0.274609811604023,
2261
+ -0.06928831934928895,
2262
+ -0.19568242058157923
2263
+ ],
2264
+ [
2265
+ -0.35365831404924397,
2266
+ -0.31907752305269244,
2267
+ -0.5054222047328949,
2268
+ -0.2157762199640274,
2269
+ -0.07351530194282532,
2270
+ -0.12032144069671633,
2271
+ -0.39605610668659214,
2272
+ -0.36208125203847885,
2273
+ -0.37575542330741885,
2274
+ -0.282202322781086,
2275
+ -0.07079907059669495,
2276
+ -0.20175087004899978
2277
+ ],
2278
+ [
2279
+ -0.3657001361250877,
2280
+ -0.329543174803257,
2281
+ -0.5215408444404602,
2282
+ -0.22242794036865235,
2283
+ -0.07494679689407349,
2284
+ -0.12414336800575257,
2285
+ -0.408232656121254,
2286
+ -0.3739647537469864,
2287
+ -0.3875208109617233,
2288
+ -0.289759361743927,
2289
+ -0.0726101040840149,
2290
+ -0.20679059624671936
2291
+ ],
2292
+ [
2293
+ -0.3772121697664261,
2294
+ -0.33939403146505354,
2295
+ -0.5381331622600556,
2296
+ -0.22866312861442567,
2297
+ -0.07652505636215211,
2298
+ -0.12740548700094223,
2299
+ -0.42099253833293915,
2300
+ -0.3858009144663811,
2301
+ -0.39898034930229187,
2302
+ -0.29691419154405596,
2303
+ -0.07412446141242982,
2304
+ -0.21204567775130276
2305
+ ],
2306
+ [
2307
+ -0.3888126745820046,
2308
+ -0.3498144894838333,
2309
+ -0.5532773852348328,
2310
+ -0.23517940640449525,
2311
+ -0.0779679536819458,
2312
+ -0.13095155954360962,
2313
+ -0.4322910517454147,
2314
+ -0.39698589593172073,
2315
+ -0.41075837016105654,
2316
+ -0.30463663786649703,
2317
+ -0.07518568634986877,
2318
+ -0.21659763306379318
2319
+ ],
2320
+ [
2321
+ -0.39983056783676146,
2322
+ -0.3595405474305153,
2323
+ -0.5690671443939209,
2324
+ -0.24118294566869736,
2325
+ -0.07940757870674134,
2326
+ -0.1349221132695675,
2327
+ -0.44390677809715273,
2328
+ -0.4078612893819809,
2329
+ -0.4224418342113495,
2330
+ -0.3125121772289276,
2331
+ -0.07655376195907593,
2332
+ -0.22129358351230624
2333
+ ],
2334
+ [
2335
+ -0.4104808881878853,
2336
+ -0.36942826211452484,
2337
+ -0.5837375462055207,
2338
+ -0.2472421929240227,
2339
+ -0.08089267611503602,
2340
+ -0.13848056569695474,
2341
+ -0.4550534337759018,
2342
+ -0.4188863918185234,
2343
+ -0.4341265380382538,
2344
+ -0.31964397728443145,
2345
+ -0.07777688503265381,
2346
+ -0.22552294582128524
2347
+ ],
2348
+ [
2349
+ -0.421113982796669,
2350
+ -0.3791569769382477,
2351
+ -0.5981520503759384,
2352
+ -0.2531408593058586,
2353
+ -0.08242541551589966,
2354
+ -0.14191985577344896,
2355
+ -0.4655371204018593,
2356
+ -0.42923998534679414,
2357
+ -0.445611959695816,
2358
+ -0.3272271052002907,
2359
+ -0.07889025807380677,
2360
+ -0.23002816140651702
2361
+ ],
2362
+ [
2363
+ -0.4320072948932648,
2364
+ -0.3882979452610016,
2365
+ -0.6137699902057648,
2366
+ -0.2586292564868927,
2367
+ -0.08378244042396546,
2368
+ -0.14584382623434067,
2369
+ -0.4768126308917999,
2370
+ -0.43991058617830275,
2371
+ -0.456662917137146,
2372
+ -0.33384464383125306,
2373
+ -0.07995223999023438,
2374
+ -0.23436006754636765
2375
+ ],
2376
+ [
2377
+ -0.442560076713562,
2378
+ -0.3974198281764984,
2379
+ -0.6280407994985581,
2380
+ -0.26403190195560455,
2381
+ -0.08531489968299866,
2382
+ -0.14909804984927177,
2383
+ -0.4882892280817032,
2384
+ -0.4506129860877991,
2385
+ -0.466839873790741,
2386
+ -0.339996500313282,
2387
+ -0.08110650777816773,
2388
+ -0.23857700824737552
2389
+ ]
2390
+ ],
2391
+ "q99": [
2392
+ [
2393
+ 0.08483484685420975,
2394
+ 0.0950278490781783,
2395
+ 0.09887340664863581,
2396
+ 0.06699768751859655,
2397
+ 0.020689684152603104,
2398
+ 0.04058530032634733,
2399
+ 0.09653800725936869,
2400
+ 0.07933159694075581,
2401
+ 0.09666588902473436,
2402
+ 0.059911752119660294,
2403
+ 0.022216629981994612,
2404
+ 0.04456730633974066
2405
+ ],
2406
+ [
2407
+ 0.09873600155115105,
2408
+ 0.11022037565708154,
2409
+ 0.11498276591300952,
2410
+ 0.07771099694073193,
2411
+ 0.02418710589408863,
2412
+ 0.04725246056914321,
2413
+ 0.11199754476547229,
2414
+ 0.0921979352831838,
2415
+ 0.11254449486732482,
2416
+ 0.0699850544333457,
2417
+ 0.02589842081069936,
2418
+ 0.05171200409531592
2419
+ ],
2420
+ [
2421
+ 0.11243791729211805,
2422
+ 0.1255346961319446,
2423
+ 0.13120911717414854,
2424
+ 0.08829267621040342,
2425
+ 0.02751410603523243,
2426
+ 0.05389186218380923,
2427
+ 0.1273530274629587,
2428
+ 0.10494205504655824,
2429
+ 0.1284716784954069,
2430
+ 0.08057155683636659,
2431
+ 0.02964681982994078,
2432
+ 0.058851673081517196
2433
+ ],
2434
+ [
2435
+ 0.12594884037971496,
2436
+ 0.14051854461431462,
2437
+ 0.14713227748870847,
2438
+ 0.09853101372718798,
2439
+ 0.030813723802566494,
2440
+ 0.06044763028621633,
2441
+ 0.14223212897777532,
2442
+ 0.11759073883295058,
2443
+ 0.144086009263992,
2444
+ 0.0906699836254119,
2445
+ 0.03334870934486361,
2446
+ 0.0657142587006092
2447
+ ],
2448
+ [
2449
+ 0.13964537978172298,
2450
+ 0.15551986396312714,
2451
+ 0.16298272609710682,
2452
+ 0.10849754512309996,
2453
+ 0.03402981162071209,
2454
+ 0.06649788990616795,
2455
+ 0.15707273781299536,
2456
+ 0.13027116581797593,
2457
+ 0.15988574624061583,
2458
+ 0.10083108246326435,
2459
+ 0.03685805201530449,
2460
+ 0.07229275740683078
2461
+ ],
2462
+ [
2463
+ 0.15303312838077535,
2464
+ 0.17020165324211103,
2465
+ 0.178888201713562,
2466
+ 0.1180312752723692,
2467
+ 0.037218481302261346,
2468
+ 0.07264376953244181,
2469
+ 0.17166664898395534,
2470
+ 0.14281007051467864,
2471
+ 0.17539457082748383,
2472
+ 0.11072491556406007,
2473
+ 0.04056189656257605,
2474
+ 0.07873771637678138
2475
+ ],
2476
+ [
2477
+ 0.16648577600717543,
2478
+ 0.18526089861989012,
2479
+ 0.19426771402358983,
2480
+ 0.12770684212446196,
2481
+ 0.040252321958541816,
2482
+ 0.07870903238654119,
2483
+ 0.18681668341159807,
2484
+ 0.1552491225302219,
2485
+ 0.19099603295326226,
2486
+ 0.12121055647730802,
2487
+ 0.04404943585395806,
2488
+ 0.08531644493341407
2489
+ ],
2490
+ [
2491
+ 0.17935850620269767,
2492
+ 0.19987335056066488,
2493
+ 0.20948558449745155,
2494
+ 0.13701106235384877,
2495
+ 0.04308450818061826,
2496
+ 0.08460671454668041,
2497
+ 0.20136277079582143,
2498
+ 0.16752256155014036,
2499
+ 0.206377702951431,
2500
+ 0.13063790202140785,
2501
+ 0.047345370054244836,
2502
+ 0.09155341237783397
2503
+ ],
2504
+ [
2505
+ 0.19226024448871576,
2506
+ 0.21465613171458234,
2507
+ 0.2250585854053491,
2508
+ 0.1459982462227344,
2509
+ 0.04591970443725571,
2510
+ 0.09035411328077296,
2511
+ 0.21597940325736986,
2512
+ 0.1794749349355697,
2513
+ 0.22131718993186894,
2514
+ 0.13976272791624053,
2515
+ 0.05078364014625535,
2516
+ 0.09792669266462314
2517
+ ],
2518
+ [
2519
+ 0.20494388043880404,
2520
+ 0.2292255893349647,
2521
+ 0.24034382104873625,
2522
+ 0.15481320619583105,
2523
+ 0.04867815971374495,
2524
+ 0.09629079997539511,
2525
+ 0.2298742502927777,
2526
+ 0.19132610782980916,
2527
+ 0.23651212453842096,
2528
+ 0.14942031875252668,
2529
+ 0.05374188423156723,
2530
+ 0.10414979755878448
2531
+ ],
2532
+ [
2533
+ 0.21803888380527492,
2534
+ 0.2434122025966644,
2535
+ 0.25512229800224295,
2536
+ 0.16339657902717586,
2537
+ 0.05128616690635638,
2538
+ 0.10164881534874426,
2539
+ 0.24391201138496357,
2540
+ 0.20351438969373697,
2541
+ 0.25122875571250874,
2542
+ 0.15880773812532323,
2543
+ 0.05662386417388912,
2544
+ 0.11014773473143556
2545
+ ],
2546
+ [
2547
+ 0.23037507534027096,
2548
+ 0.2577366948127745,
2549
+ 0.2697836756706231,
2550
+ 0.17170197665691372,
2551
+ 0.05389211773872373,
2552
+ 0.10728133395314209,
2553
+ 0.2574952632188795,
2554
+ 0.21528971046209328,
2555
+ 0.2663832128047939,
2556
+ 0.16794914454221682,
2557
+ 0.05879737734794555,
2558
+ 0.11583264321088788
2559
+ ],
2560
+ [
2561
+ 0.24246042966842582,
2562
+ 0.27202588170766817,
2563
+ 0.2844747483730312,
2564
+ 0.17950273230671873,
2565
+ 0.05616579055786122,
2566
+ 0.11264465935528277,
2567
+ 0.271245276927948,
2568
+ 0.22700649946927967,
2569
+ 0.28082805871963457,
2570
+ 0.17708812728524204,
2571
+ 0.06143959760665886,
2572
+ 0.12114829719066617
2573
+ ],
2574
+ [
2575
+ 0.254403580725193,
2576
+ 0.2867362201213833,
2577
+ 0.29934110641479483,
2578
+ 0.18755953758955,
2579
+ 0.05860956311225884,
2580
+ 0.11780414730310429,
2581
+ 0.28462039828300434,
2582
+ 0.23856671825051295,
2583
+ 0.29524617791175833,
2584
+ 0.18578100651502552,
2585
+ 0.06399150490760772,
2586
+ 0.1269668243825432
2587
+ ],
2588
+ [
2589
+ 0.26621112227439814,
2590
+ 0.30071426630020137,
2591
+ 0.31398794651031425,
2592
+ 0.19515370652079575,
2593
+ 0.06077161431312538,
2594
+ 0.12340651936829052,
2595
+ 0.2978904426097867,
2596
+ 0.2499440200626849,
2597
+ 0.3095636427402494,
2598
+ 0.1947846122086046,
2599
+ 0.06630174517631499,
2600
+ 0.13237113952636703
2601
+ ],
2602
+ [
2603
+ 0.277893307805061,
2604
+ 0.31466647684574106,
2605
+ 0.32791549861431096,
2606
+ 0.20282062590122216,
2607
+ 0.062814652919769,
2608
+ 0.12860879600048028,
2609
+ 0.3113713949918746,
2610
+ 0.26143334954977,
2611
+ 0.3240386009216305,
2612
+ 0.20393975526094346,
2613
+ 0.06898759007453867,
2614
+ 0.13771279826760277
2615
+ ],
2616
+ [
2617
+ 0.28900654911994905,
2618
+ 0.3284095406532282,
2619
+ 0.3422581195831298,
2620
+ 0.21017088890075677,
2621
+ 0.06467018723487852,
2622
+ 0.1336702525615686,
2623
+ 0.32485964447259896,
2624
+ 0.27273150384426104,
2625
+ 0.3380863904953002,
2626
+ 0.21269817352294834,
2627
+ 0.07127687335014288,
2628
+ 0.14268182516097988
2629
+ ],
2630
+ [
2631
+ 0.3006827905774116,
2632
+ 0.34199517816305086,
2633
+ 0.35693001747131325,
2634
+ 0.21665757149457918,
2635
+ 0.0666051268577575,
2636
+ 0.1389854997396468,
2637
+ 0.33782971203327145,
2638
+ 0.2836467713117599,
2639
+ 0.35181277990341164,
2640
+ 0.22179595008492467,
2641
+ 0.0729519069194792,
2642
+ 0.1480460785329338
2643
+ ],
2644
+ [
2645
+ 0.31207461953163124,
2646
+ 0.3554426550865172,
2647
+ 0.37097824811935404,
2648
+ 0.223991797864437,
2649
+ 0.06887170076370237,
2650
+ 0.1444250807166098,
2651
+ 0.35041027367114896,
2652
+ 0.29451121091842647,
2653
+ 0.3657192707061767,
2654
+ 0.23121219724416714,
2655
+ 0.07454168796539282,
2656
+ 0.1526599064469337
2657
+ ],
2658
+ [
2659
+ 0.3232749730348587,
2660
+ 0.36901986896991723,
2661
+ 0.3851597785949707,
2662
+ 0.2310088500380515,
2663
+ 0.07057009935379015,
2664
+ 0.1495743751525873,
2665
+ 0.36255891025066284,
2666
+ 0.30508272796869274,
2667
+ 0.3798324406146993,
2668
+ 0.23925554305314967,
2669
+ 0.07671923637390132,
2670
+ 0.15747755840420724
2671
+ ],
2672
+ [
2673
+ 0.33446317613124826,
2674
+ 0.3821923345327375,
2675
+ 0.3993402510881422,
2676
+ 0.23795017972588536,
2677
+ 0.0721169590950012,
2678
+ 0.1552001133561132,
2679
+ 0.37525087296962684,
2680
+ 0.31582689136266684,
2681
+ 0.3934430420398709,
2682
+ 0.24818035140633543,
2683
+ 0.07830969095230096,
2684
+ 0.16264245957136145
2685
+ ],
2686
+ [
2687
+ 0.34465004652738535,
2688
+ 0.3951896592974661,
2689
+ 0.41302781701087926,
2690
+ 0.2450687810778614,
2691
+ 0.07405262589454639,
2692
+ 0.159972289204597,
2693
+ 0.3867107957601546,
2694
+ 0.3260840967297551,
2695
+ 0.4069306910037987,
2696
+ 0.2576333373785014,
2697
+ 0.07978677749633789,
2698
+ 0.16727883145213113
2699
+ ],
2700
+ [
2701
+ 0.35530619025230403,
2702
+ 0.40784735083580015,
2703
+ 0.42616959512233726,
2704
+ 0.251908965408802,
2705
+ 0.07586470842361433,
2706
+ 0.16518369838595262,
2707
+ 0.39910880029201434,
2708
+ 0.3361561983823766,
2709
+ 0.4199606597423543,
2710
+ 0.2664638146758078,
2711
+ 0.08120813369750973,
2712
+ 0.17210765630006786
2713
+ ],
2714
+ [
2715
+ 0.36558907628059384,
2716
+ 0.42077195346355434,
2717
+ 0.4396536946296691,
2718
+ 0.25824600607156745,
2719
+ 0.07780993580818163,
2720
+ 0.1702548846602432,
2721
+ 0.4105805546045297,
2722
+ 0.3464719265699386,
2723
+ 0.43290237784385605,
2724
+ 0.2750313401222226,
2725
+ 0.08289067745208739,
2726
+ 0.1767195649445056
2727
+ ],
2728
+ [
2729
+ 0.3759687244892116,
2730
+ 0.43321973085403365,
2731
+ 0.45231941938400233,
2732
+ 0.26498936563730185,
2733
+ 0.07930612564086881,
2734
+ 0.17495956644415844,
2735
+ 0.4227618962526319,
2736
+ 0.35638769865036,
2737
+ 0.4455373525619507,
2738
+ 0.2844286486506459,
2739
+ 0.08525600433349598,
2740
+ 0.18123261258006082
2741
+ ],
2742
+ [
2743
+ 0.38575995266437446,
2744
+ 0.44522968083620046,
2745
+ 0.4656263709068295,
2746
+ 0.27128100693225854,
2747
+ 0.08132702708244308,
2748
+ 0.17961087375879245,
2749
+ 0.43462926149368125,
2750
+ 0.3653931498527526,
2751
+ 0.4587182581424703,
2752
+ 0.29304367303848255,
2753
+ 0.08672754168510435,
2754
+ 0.18546515852212866
2755
+ ],
2756
+ [
2757
+ 0.3956081837415693,
2758
+ 0.4574265524744982,
2759
+ 0.47862973809242243,
2760
+ 0.2770554870367048,
2761
+ 0.08266623020172115,
2762
+ 0.18375603407621358,
2763
+ 0.44619331955909697,
2764
+ 0.3751959800720212,
2765
+ 0.4711990237236019,
2766
+ 0.30278152525424834,
2767
+ 0.08839419484138483,
2768
+ 0.18978966176509654
2769
+ ],
2770
+ [
2771
+ 0.40558761656284203,
2772
+ 0.4696569100022316,
2773
+ 0.49236010313034057,
2774
+ 0.2820226460695266,
2775
+ 0.08437668085098247,
2776
+ 0.18833042904734598,
2777
+ 0.4580284953117361,
2778
+ 0.3843774184584604,
2779
+ 0.48387650847434943,
2780
+ 0.31117353588342656,
2781
+ 0.08979131579399102,
2782
+ 0.19453946501016545
2783
+ ],
2784
+ [
2785
+ 0.4148856878280638,
2786
+ 0.4812596738338469,
2787
+ 0.5048838615417477,
2788
+ 0.28769645541906325,
2789
+ 0.08569174408912594,
2790
+ 0.1927603542804714,
2791
+ 0.4699537396430969,
2792
+ 0.39404778331518164,
2793
+ 0.49598240256309506,
2794
+ 0.3192926838994026,
2795
+ 0.09162313938140845,
2796
+ 0.19937200099229802
2797
+ ],
2798
+ [
2799
+ 0.42401143312454226,
2800
+ 0.4930091023445123,
2801
+ 0.5180688738822933,
2802
+ 0.29342397302389145,
2803
+ 0.08706873655319199,
2804
+ 0.1974174261093133,
2805
+ 0.4817952603101729,
2806
+ 0.40271827727556225,
2807
+ 0.5078159868717194,
2808
+ 0.3264905273914327,
2809
+ 0.09359622597694398,
2810
+ 0.20342664644122116
2811
+ ]
2812
+ ]
2813
+ }
2814
+ }
2815
+ }
2816
+ }
experiment_cfg/final_model_config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "Gr00tN1d6",
3
+ "model_dtype": "bfloat16",
4
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
5
+ "backbone_model_type": "eagle",
6
+ "model_revision": null,
7
+ "tune_top_llm_layers": 4,
8
+ "backbone_embedding_dim": 2048,
9
+ "tune_llm": false,
10
+ "tune_visual": false,
11
+ "select_layer": 16,
12
+ "reproject_vision": false,
13
+ "use_flash_attention": true,
14
+ "load_bf16": true,
15
+ "collator_overwrite_image_inputs": false,
16
+ "eagle_collator": true,
17
+ "backbone_trainable_params_fp32": true,
18
+ "extra_augmentation_config": null,
19
+ "apply_sincos_state_encoding": true,
20
+ "use_relative_action": true,
21
+ "max_state_dim": 128,
22
+ "max_action_dim": 128,
23
+ "action_horizon": 50,
24
+ "hidden_size": 1024,
25
+ "input_embedding_dim": 1536,
26
+ "add_pos_embed": true,
27
+ "attn_dropout": 0.2,
28
+ "use_vlln": true,
29
+ "max_seq_len": 1024,
30
+ "use_alternate_vl_dit": true,
31
+ "attend_text_every_n_blocks": 2,
32
+ "diffusion_model_cfg": {
33
+ "attention_head_dim": 48,
34
+ "dropout": 0.2,
35
+ "final_dropout": true,
36
+ "interleave_self_attention": true,
37
+ "norm_type": "ada_norm",
38
+ "num_attention_heads": 32,
39
+ "num_layers": 32,
40
+ "output_dim": 1024,
41
+ "positional_embeddings": null
42
+ },
43
+ "num_inference_timesteps": 4,
44
+ "noise_beta_alpha": 1.5,
45
+ "noise_beta_beta": 1.0,
46
+ "noise_s": 0.999,
47
+ "num_timestep_buckets": 1000,
48
+ "tune_projector": true,
49
+ "tune_diffusion_model": true,
50
+ "tune_vlln": true,
51
+ "state_dropout_prob": 0.0,
52
+ "state_additive_noise_scale": 0.0,
53
+ "max_num_embodiments": 32
54
+ }
experiment_cfg/final_processor_config.json ADDED
The diff for this file is too large to render. See raw diff
 
model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2af82eff52eafa13550037e095b9bfe9e1a3da961f44072943652c353424780
3
+ size 4990120184
model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73c13cf52c32996ce0766fea4848af1b8f8d1ee1f076c7180e340156c6d81666
3
+ size 4823190320
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c73d55d11e40dc6ea3bbfef571156175a0153d8c0d7544cebe820195c061d27f
3
+ size 12960193762
processor_config.json ADDED
@@ -0,0 +1,472 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "processor_class": "Gr00tN1d6Processor",
3
+ "processor_kwargs": {
4
+ "modality_configs": {
5
+ "behavior_r1_pro": {
6
+ "video": {
7
+ "delta_indices": [
8
+ 0
9
+ ],
10
+ "modality_keys": [
11
+ "observation.images.rgb.head_256_256",
12
+ "observation.images.rgb.left_wrist_256_256",
13
+ "observation.images.rgb.right_wrist_256_256"
14
+ ],
15
+ "sin_cos_embedding_keys": null,
16
+ "mean_std_embedding_keys": null,
17
+ "action_configs": null
18
+ },
19
+ "state": {
20
+ "delta_indices": [
21
+ 0
22
+ ],
23
+ "modality_keys": [
24
+ "robot_pos",
25
+ "robot_ori_cos",
26
+ "robot_ori_sin",
27
+ "robot_2d_ori",
28
+ "robot_2d_ori_cos",
29
+ "robot_2d_ori_sin",
30
+ "robot_lin_vel",
31
+ "robot_ang_vel",
32
+ "arm_left_qpos",
33
+ "arm_left_qpos_sin",
34
+ "arm_left_qpos_cos",
35
+ "eef_left_pos",
36
+ "eef_left_quat",
37
+ "gripper_left_qpos",
38
+ "arm_right_qpos",
39
+ "arm_right_qpos_sin",
40
+ "arm_right_qpos_cos",
41
+ "eef_right_pos",
42
+ "eef_right_quat",
43
+ "gripper_right_qpos",
44
+ "trunk_qpos"
45
+ ],
46
+ "sin_cos_embedding_keys": null,
47
+ "mean_std_embedding_keys": null,
48
+ "action_configs": null
49
+ },
50
+ "action": {
51
+ "delta_indices": [
52
+ 0,
53
+ 1,
54
+ 2,
55
+ 3,
56
+ 4,
57
+ 5,
58
+ 6,
59
+ 7,
60
+ 8,
61
+ 9,
62
+ 10,
63
+ 11,
64
+ 12,
65
+ 13,
66
+ 14,
67
+ 15,
68
+ 16,
69
+ 17,
70
+ 18,
71
+ 19,
72
+ 20,
73
+ 21,
74
+ 22,
75
+ 23,
76
+ 24,
77
+ 25,
78
+ 26,
79
+ 27,
80
+ 28,
81
+ 29,
82
+ 30,
83
+ 31
84
+ ],
85
+ "modality_keys": [
86
+ "base",
87
+ "torso",
88
+ "left_arm",
89
+ "left_gripper",
90
+ "right_arm",
91
+ "right_gripper"
92
+ ],
93
+ "sin_cos_embedding_keys": null,
94
+ "mean_std_embedding_keys": null,
95
+ "action_configs": [
96
+ {
97
+ "rep": "ABSOLUTE",
98
+ "type": "NON_EEF",
99
+ "format": "DEFAULT",
100
+ "state_key": null
101
+ },
102
+ {
103
+ "rep": "RELATIVE",
104
+ "type": "NON_EEF",
105
+ "format": "DEFAULT",
106
+ "state_key": "trunk_qpos"
107
+ },
108
+ {
109
+ "rep": "RELATIVE",
110
+ "type": "NON_EEF",
111
+ "format": "DEFAULT",
112
+ "state_key": "arm_left_qpos"
113
+ },
114
+ {
115
+ "rep": "ABSOLUTE",
116
+ "type": "NON_EEF",
117
+ "format": "DEFAULT",
118
+ "state_key": null
119
+ },
120
+ {
121
+ "rep": "RELATIVE",
122
+ "type": "NON_EEF",
123
+ "format": "DEFAULT",
124
+ "state_key": "arm_right_qpos"
125
+ },
126
+ {
127
+ "rep": "ABSOLUTE",
128
+ "type": "NON_EEF",
129
+ "format": "DEFAULT",
130
+ "state_key": null
131
+ }
132
+ ]
133
+ },
134
+ "language": {
135
+ "delta_indices": [
136
+ 0
137
+ ],
138
+ "modality_keys": [
139
+ "annotation.human.coarse_action"
140
+ ],
141
+ "sin_cos_embedding_keys": null,
142
+ "mean_std_embedding_keys": null,
143
+ "action_configs": null
144
+ }
145
+ },
146
+ "gr1": {
147
+ "video": {
148
+ "delta_indices": [
149
+ 0
150
+ ],
151
+ "modality_keys": [
152
+ "ego_view_bg_crop_pad_res256_freq20"
153
+ ],
154
+ "sin_cos_embedding_keys": null,
155
+ "mean_std_embedding_keys": null,
156
+ "action_configs": null
157
+ },
158
+ "state": {
159
+ "delta_indices": [
160
+ 0
161
+ ],
162
+ "modality_keys": [
163
+ "left_arm",
164
+ "right_arm",
165
+ "left_hand",
166
+ "right_hand",
167
+ "waist"
168
+ ],
169
+ "sin_cos_embedding_keys": [
170
+ "left_arm",
171
+ "right_arm",
172
+ "left_hand",
173
+ "right_hand",
174
+ "waist"
175
+ ],
176
+ "mean_std_embedding_keys": null,
177
+ "action_configs": null
178
+ },
179
+ "action": {
180
+ "delta_indices": [
181
+ 0,
182
+ 1,
183
+ 2,
184
+ 3,
185
+ 4,
186
+ 5,
187
+ 6,
188
+ 7,
189
+ 8,
190
+ 9,
191
+ 10,
192
+ 11,
193
+ 12,
194
+ 13,
195
+ 14,
196
+ 15
197
+ ],
198
+ "modality_keys": [
199
+ "left_arm",
200
+ "right_arm",
201
+ "left_hand",
202
+ "right_hand",
203
+ "waist"
204
+ ],
205
+ "sin_cos_embedding_keys": null,
206
+ "mean_std_embedding_keys": null,
207
+ "action_configs": [
208
+ {
209
+ "rep": "RELATIVE",
210
+ "type": "NON_EEF",
211
+ "format": "DEFAULT",
212
+ "state_key": null
213
+ },
214
+ {
215
+ "rep": "RELATIVE",
216
+ "type": "NON_EEF",
217
+ "format": "DEFAULT",
218
+ "state_key": null
219
+ },
220
+ {
221
+ "rep": "RELATIVE",
222
+ "type": "NON_EEF",
223
+ "format": "DEFAULT",
224
+ "state_key": null
225
+ },
226
+ {
227
+ "rep": "RELATIVE",
228
+ "type": "NON_EEF",
229
+ "format": "DEFAULT",
230
+ "state_key": null
231
+ },
232
+ {
233
+ "rep": "ABSOLUTE",
234
+ "type": "NON_EEF",
235
+ "format": "DEFAULT",
236
+ "state_key": null
237
+ }
238
+ ]
239
+ },
240
+ "language": {
241
+ "delta_indices": [
242
+ 0
243
+ ],
244
+ "modality_keys": [
245
+ "task"
246
+ ],
247
+ "sin_cos_embedding_keys": null,
248
+ "mean_std_embedding_keys": null,
249
+ "action_configs": null
250
+ }
251
+ },
252
+ "robocasa_panda_omron": {
253
+ "video": {
254
+ "delta_indices": [
255
+ 0
256
+ ],
257
+ "modality_keys": [
258
+ "res256_image_side_0",
259
+ "res256_image_side_1",
260
+ "res256_image_wrist_0"
261
+ ],
262
+ "sin_cos_embedding_keys": null,
263
+ "mean_std_embedding_keys": null,
264
+ "action_configs": null
265
+ },
266
+ "state": {
267
+ "delta_indices": [
268
+ 0
269
+ ],
270
+ "modality_keys": [
271
+ "end_effector_position_relative",
272
+ "end_effector_rotation_relative",
273
+ "gripper_qpos",
274
+ "base_position",
275
+ "base_rotation"
276
+ ],
277
+ "sin_cos_embedding_keys": null,
278
+ "mean_std_embedding_keys": null,
279
+ "action_configs": null
280
+ },
281
+ "action": {
282
+ "delta_indices": [
283
+ 0,
284
+ 1,
285
+ 2,
286
+ 3,
287
+ 4,
288
+ 5,
289
+ 6,
290
+ 7,
291
+ 8,
292
+ 9,
293
+ 10,
294
+ 11,
295
+ 12,
296
+ 13,
297
+ 14,
298
+ 15
299
+ ],
300
+ "modality_keys": [
301
+ "end_effector_position",
302
+ "end_effector_rotation",
303
+ "gripper_close",
304
+ "base_motion",
305
+ "control_mode"
306
+ ],
307
+ "sin_cos_embedding_keys": null,
308
+ "mean_std_embedding_keys": null,
309
+ "action_configs": [
310
+ {
311
+ "rep": "ABSOLUTE",
312
+ "type": "NON_EEF",
313
+ "format": "DEFAULT",
314
+ "state_key": null
315
+ },
316
+ {
317
+ "rep": "ABSOLUTE",
318
+ "type": "NON_EEF",
319
+ "format": "DEFAULT",
320
+ "state_key": null
321
+ },
322
+ {
323
+ "rep": "ABSOLUTE",
324
+ "type": "NON_EEF",
325
+ "format": "DEFAULT",
326
+ "state_key": null
327
+ },
328
+ {
329
+ "rep": "ABSOLUTE",
330
+ "type": "NON_EEF",
331
+ "format": "DEFAULT",
332
+ "state_key": null
333
+ },
334
+ {
335
+ "rep": "ABSOLUTE",
336
+ "type": "NON_EEF",
337
+ "format": "DEFAULT",
338
+ "state_key": null
339
+ }
340
+ ]
341
+ },
342
+ "language": {
343
+ "delta_indices": [
344
+ 0
345
+ ],
346
+ "modality_keys": [
347
+ "annotation.human.action.task_description"
348
+ ],
349
+ "sin_cos_embedding_keys": null,
350
+ "mean_std_embedding_keys": null,
351
+ "action_configs": null
352
+ }
353
+ },
354
+ "new_embodiment": {
355
+ "video": {
356
+ "delta_indices": [
357
+ 0
358
+ ],
359
+ "modality_keys": [
360
+ "front",
361
+ "left_wrist",
362
+ "right_wrist"
363
+ ],
364
+ "sin_cos_embedding_keys": null,
365
+ "mean_std_embedding_keys": null,
366
+ "action_configs": null
367
+ },
368
+ "state": {
369
+ "delta_indices": [
370
+ 0
371
+ ],
372
+ "modality_keys": [
373
+ "arm",
374
+ "gripper"
375
+ ],
376
+ "sin_cos_embedding_keys": [
377
+ "arm"
378
+ ],
379
+ "mean_std_embedding_keys": null,
380
+ "action_configs": null
381
+ },
382
+ "action": {
383
+ "delta_indices": [
384
+ 0,
385
+ 1,
386
+ 2,
387
+ 3,
388
+ 4,
389
+ 5,
390
+ 6,
391
+ 7,
392
+ 8,
393
+ 9,
394
+ 10,
395
+ 11,
396
+ 12,
397
+ 13,
398
+ 14,
399
+ 15,
400
+ 16,
401
+ 17,
402
+ 18,
403
+ 19,
404
+ 20,
405
+ 21,
406
+ 22,
407
+ 23,
408
+ 24,
409
+ 25,
410
+ 26,
411
+ 27,
412
+ 28,
413
+ 29
414
+ ],
415
+ "modality_keys": [
416
+ "arm",
417
+ "gripper"
418
+ ],
419
+ "sin_cos_embedding_keys": null,
420
+ "mean_std_embedding_keys": null,
421
+ "action_configs": [
422
+ {
423
+ "rep": "RELATIVE",
424
+ "type": "NON_EEF",
425
+ "format": "DEFAULT",
426
+ "state_key": null
427
+ },
428
+ {
429
+ "rep": "ABSOLUTE",
430
+ "type": "NON_EEF",
431
+ "format": "DEFAULT",
432
+ "state_key": null
433
+ }
434
+ ]
435
+ },
436
+ "language": {
437
+ "delta_indices": [
438
+ 0
439
+ ],
440
+ "modality_keys": [
441
+ "annotation.task_description"
442
+ ],
443
+ "sin_cos_embedding_keys": null,
444
+ "mean_std_embedding_keys": null,
445
+ "action_configs": null
446
+ }
447
+ }
448
+ },
449
+ "image_crop_size": null,
450
+ "image_target_size": null,
451
+ "use_albumentations": true,
452
+ "random_rotation_angle": null,
453
+ "color_jitter_params": {
454
+ "brightness": 0.3,
455
+ "contrast": 0.4,
456
+ "saturation": 0.5,
457
+ "hue": 0.08
458
+ },
459
+ "shortest_image_edge": 256,
460
+ "crop_fraction": 0.95,
461
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
462
+ "model_type": "eagle",
463
+ "formalize_language": true,
464
+ "max_state_dim": 128,
465
+ "max_action_dim": 128,
466
+ "max_action_horizon": 50,
467
+ "use_percentiles": false,
468
+ "clip_outliers": true,
469
+ "apply_sincos_state_encoding": true,
470
+ "use_relative_action": true
471
+ }
472
+ }
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:361b32476a2dc70349c25be489e140a82b24e49df17226823d4cfedf66417543
3
+ size 14645
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:037b2ed242ecad60951513a5d540a61893b2e95e49094b8f92f474ad42ba86e2
3
+ size 1465
statistics.json ADDED
The diff for this file is too large to render. See raw diff
 
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd07dfd8755c9c9da5f6986e2faa768e57df3a5d633e0fb97abe9965507817e4
3
+ size 5713
wandb_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"project": "finetune-gr00t-n1d6", "run_id": "dual_arm_finetune"}