PID0930 commited on
Commit
ca94a64
·
verified ·
1 Parent(s): 0768f53

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_horizon": 40,
3
+ "add_pos_embed": true,
4
+ "apply_sincos_state_encoding": false,
5
+ "architectures": [
6
+ "Gr00tN1d7"
7
+ ],
8
+ "attn_dropout": 0.2,
9
+ "attn_implementation": null,
10
+ "backbone_embedding_dim": 2048,
11
+ "backbone_trainable_params_fp32": true,
12
+ "color_jitter_params": {
13
+ "brightness": 0.3,
14
+ "contrast": 0.4,
15
+ "hue": 0.08,
16
+ "saturation": 0.5
17
+ },
18
+ "crop_fraction": 0.95,
19
+ "diffusion_model_cfg": {
20
+ "attention_head_dim": 48,
21
+ "dropout": 0.2,
22
+ "final_dropout": true,
23
+ "interleave_self_attention": true,
24
+ "norm_type": "ada_norm",
25
+ "num_attention_heads": 32,
26
+ "num_layers": 32,
27
+ "output_dim": 1024,
28
+ "positional_embeddings": null
29
+ },
30
+ "dtype": "bfloat16",
31
+ "exclude_state": false,
32
+ "formalize_language": true,
33
+ "hidden_size": 1024,
34
+ "image_crop_size": [
35
+ 230,
36
+ 230
37
+ ],
38
+ "image_target_size": [
39
+ 256,
40
+ 256
41
+ ],
42
+ "letter_box_transform": false,
43
+ "load_bf16": false,
44
+ "max_action_dim": 132,
45
+ "max_num_embodiments": 32,
46
+ "max_seq_len": 1024,
47
+ "max_state_dim": 132,
48
+ "model_dtype": "bfloat16",
49
+ "model_name": "nvidia/Cosmos-Reason2-2B",
50
+ "model_type": "Gr00tN1d7",
51
+ "noise_beta_alpha": 1.5,
52
+ "noise_beta_beta": 1.0,
53
+ "noise_s": 0.999,
54
+ "num_inference_timesteps": 4,
55
+ "num_timestep_buckets": 1000,
56
+ "random_history_crop": true,
57
+ "random_rotation_angle": 0,
58
+ "reproject_vision": false,
59
+ "rtc_ramp_rate": 6.0,
60
+ "select_layer": 16,
61
+ "shortest_image_edge": 256,
62
+ "state_dropout_prob": 0.2,
63
+ "state_gaussian_noise_std": 0.0,
64
+ "transformers_version": "4.57.3",
65
+ "tune_diffusion_model": true,
66
+ "tune_linear": true,
67
+ "tune_llm": false,
68
+ "tune_projector": true,
69
+ "tune_top_llm_layers": 0,
70
+ "tune_visual": false,
71
+ "tune_vlln": true,
72
+ "use_albumentations": true,
73
+ "use_alternate_vl_dit": true,
74
+ "use_flash_attention": true,
75
+ "use_future_tokens": false,
76
+ "use_mean_std": false,
77
+ "use_percentiles": true,
78
+ "use_vl_self_attention": true,
79
+ "use_vlln": true,
80
+ "vl_self_attention_cfg": {
81
+ "attention_head_dim": 64,
82
+ "dropout": 0.2,
83
+ "final_dropout": true,
84
+ "num_attention_heads": 32,
85
+ "num_layers": 4,
86
+ "positional_embeddings": null
87
+ }
88
+ }
experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ load_config_path: null
2
+ model:
3
+ model_type: Gr00tN1d7
4
+ model_dtype: bfloat16
5
+ model_name: nvidia/Cosmos-Reason2-2B
6
+ backbone_model_type: qwen
7
+ model_revision: null
8
+ tune_top_llm_layers: 0
9
+ backbone_embedding_dim: 2048
10
+ tune_llm: false
11
+ tune_visual: false
12
+ select_layer: 12
13
+ reproject_vision: false
14
+ use_flash_attention: true
15
+ load_bf16: false
16
+ backbone_trainable_params_fp32: true
17
+ image_crop_size:
18
+ - 230
19
+ - 230
20
+ image_target_size:
21
+ - 256
22
+ - 256
23
+ shortest_image_edge: null
24
+ crop_fraction: null
25
+ random_rotation_angle: null
26
+ color_jitter_params:
27
+ brightness: 0.3
28
+ contrast: 0.4
29
+ saturation: 0.5
30
+ hue: 0.08
31
+ use_albumentations_transforms: true
32
+ extra_augmentation_config: null
33
+ formalize_language: true
34
+ apply_sincos_state_encoding: false
35
+ use_percentiles: true
36
+ use_relative_action: true
37
+ max_state_dim: 132
38
+ max_action_dim: 132
39
+ action_horizon: 40
40
+ hidden_size: 1024
41
+ input_embedding_dim: 1536
42
+ state_history_length: 1
43
+ add_pos_embed: true
44
+ attn_dropout: 0.2
45
+ use_vlln: true
46
+ max_seq_len: 1024
47
+ use_alternate_vl_dit: true
48
+ attend_text_every_n_blocks: 2
49
+ diffusion_model_cfg:
50
+ positional_embeddings: null
51
+ num_layers: 16
52
+ num_attention_heads: 32
53
+ attention_head_dim: 48
54
+ norm_type: ada_norm
55
+ dropout: 0.2
56
+ final_dropout: true
57
+ output_dim: 1024
58
+ interleave_self_attention: true
59
+ num_inference_timesteps: 4
60
+ noise_beta_alpha: 1.5
61
+ noise_beta_beta: 1.0
62
+ noise_s: 0.999
63
+ num_timestep_buckets: 1000
64
+ tune_projector: true
65
+ tune_diffusion_model: true
66
+ tune_vlln: true
67
+ state_dropout_prob: 0.2
68
+ exclude_state: false
69
+ use_mean_std: false
70
+ max_num_embodiments: 32
71
+ data:
72
+ datasets:
73
+ - dataset_paths:
74
+ - /home/ubuntu/.cache/huggingface/lerobot/PID0930/metal_part_sort
75
+ embodiment_tag: new_embodiment
76
+ mix_ratio: 1.0
77
+ dataset_type: physical_embodiment
78
+ val_dataset_path: null
79
+ modality_configs:
80
+ new_embodiment:
81
+ video:
82
+ delta_indices:
83
+ - 0
84
+ modality_keys:
85
+ - head
86
+ - left_wrist
87
+ - right_wrist
88
+ sin_cos_embedding_keys: null
89
+ mean_std_embedding_keys: null
90
+ action_configs: null
91
+ state:
92
+ delta_indices:
93
+ - 0
94
+ modality_keys:
95
+ - left_arm
96
+ - right_arm
97
+ - left_hand
98
+ - right_hand
99
+ sin_cos_embedding_keys: null
100
+ mean_std_embedding_keys: null
101
+ action_configs: null
102
+ action:
103
+ delta_indices:
104
+ - 0
105
+ - 1
106
+ - 2
107
+ - 3
108
+ - 4
109
+ - 5
110
+ - 6
111
+ - 7
112
+ - 8
113
+ - 9
114
+ - 10
115
+ - 11
116
+ - 12
117
+ - 13
118
+ - 14
119
+ - 15
120
+ modality_keys:
121
+ - left_arm
122
+ - right_arm
123
+ - left_hand
124
+ - right_hand
125
+ sin_cos_embedding_keys: null
126
+ mean_std_embedding_keys: null
127
+ action_configs:
128
+ - rep: RELATIVE
129
+ type: NON_EEF
130
+ format: DEFAULT
131
+ state_key: null
132
+ - rep: RELATIVE
133
+ type: NON_EEF
134
+ format: DEFAULT
135
+ state_key: null
136
+ - rep: ABSOLUTE
137
+ type: NON_EEF
138
+ format: DEFAULT
139
+ state_key: null
140
+ - rep: ABSOLUTE
141
+ type: NON_EEF
142
+ format: DEFAULT
143
+ state_key: null
144
+ language:
145
+ delta_indices:
146
+ - 0
147
+ modality_keys:
148
+ - annotation.human.task_description
149
+ sin_cos_embedding_keys: null
150
+ mean_std_embedding_keys: null
151
+ action_configs: null
152
+ download_cache: false
153
+ shard_size: 1024
154
+ episode_sampling_rate: 0.1
155
+ num_shards_per_epoch: 100000
156
+ override_pretraining_statistics: true
157
+ mode: single_turn
158
+ random_chop: 0.0
159
+ mock_dataset_mode: false
160
+ shuffle: true
161
+ seed: 42
162
+ multiprocessing_context: fork
163
+ allow_padding: false
164
+ subsample_ratio: 1.0
165
+ image_crop_size:
166
+ - 244
167
+ - 244
168
+ image_target_size:
169
+ - 224
170
+ - 224
171
+ video_backend: torchcodec
172
+ training:
173
+ output_dir: /home/ubuntu/outputs/g1_metal_sort
174
+ experiment_name: null
175
+ max_steps: 5000
176
+ global_batch_size: 64
177
+ per_gpu_batch_size: null
178
+ gradient_accumulation_steps: 1
179
+ learning_rate: 0.0001
180
+ lr_scheduler_type: cosine
181
+ weight_decay: 1.0e-05
182
+ warmup_ratio: 0.05
183
+ warmup_steps: 0
184
+ max_grad_norm: 1.0
185
+ optim: adamw_torch
186
+ start_from_checkpoint: nvidia/GR00T-N1.7-3B
187
+ skip_weight_loading: false
188
+ tf32: true
189
+ fp16: false
190
+ bf16: true
191
+ eval_bf16: true
192
+ logging_steps: 10
193
+ save_steps: 2500
194
+ save_total_limit: 5
195
+ save_vl_model: false
196
+ save_only_model: false
197
+ resume_from_checkpoint: false
198
+ upload_checkpoints: false
199
+ upload_every: 1000
200
+ upload_last_n_checkpoints: 5
201
+ max_concurrent_uploads: 2
202
+ eval_strategy: 'no'
203
+ eval_steps: 500
204
+ eval_set_split_ratio: 0.1
205
+ eval_batch_size: 2
206
+ save_best_eval_metric_name: ''
207
+ save_best_eval_metric_greater_is_better: true
208
+ deepspeed_stage: 2
209
+ gradient_checkpointing: false
210
+ transformers_trust_remote_code: true
211
+ transformers_local_files_only: false
212
+ transformers_cache_dir: null
213
+ transformers_access_token: null
214
+ use_ddp: false
215
+ ddp_bucket_cap_mb: 100
216
+ num_gpus: 8
217
+ dataloader_num_workers: 8
218
+ remove_unused_columns: false
219
+ use_wandb: false
220
+ wandb_project: finetune-gr00t-n1d7
221
+ enable_profiling: false
222
+ max_retries: 3
223
+ assert_loss_less_than: null
224
+ add_rl_callback: false
225
+ enable_open_loop_eval: false
226
+ open_loop_eval_traj_ids:
227
+ - 0
228
+ open_loop_eval_steps_per_traj: 100
229
+ open_loop_eval_plot_indices: null
230
+ max_steps: 5000
231
+ save_steps: 2500
experiment_cfg/config.yaml ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ load_config_path: null
2
+ model:
3
+ model_type: Gr00tN1d7
4
+ model_dtype: bfloat16
5
+ model_name: nvidia/Cosmos-Reason2-2B
6
+ backbone_model_type: qwen
7
+ model_revision: null
8
+ tune_top_llm_layers: 0
9
+ backbone_embedding_dim: 2048
10
+ tune_llm: false
11
+ tune_visual: false
12
+ select_layer: 12
13
+ reproject_vision: false
14
+ use_flash_attention: true
15
+ load_bf16: false
16
+ backbone_trainable_params_fp32: true
17
+ image_crop_size:
18
+ - 230
19
+ - 230
20
+ image_target_size:
21
+ - 256
22
+ - 256
23
+ shortest_image_edge: null
24
+ crop_fraction: null
25
+ random_rotation_angle: null
26
+ color_jitter_params:
27
+ brightness: 0.3
28
+ contrast: 0.4
29
+ saturation: 0.5
30
+ hue: 0.08
31
+ use_albumentations_transforms: true
32
+ extra_augmentation_config: null
33
+ formalize_language: true
34
+ apply_sincos_state_encoding: false
35
+ use_percentiles: true
36
+ use_relative_action: true
37
+ max_state_dim: 132
38
+ max_action_dim: 132
39
+ action_horizon: 40
40
+ hidden_size: 1024
41
+ input_embedding_dim: 1536
42
+ state_history_length: 1
43
+ add_pos_embed: true
44
+ attn_dropout: 0.2
45
+ use_vlln: true
46
+ max_seq_len: 1024
47
+ use_alternate_vl_dit: true
48
+ attend_text_every_n_blocks: 2
49
+ diffusion_model_cfg:
50
+ positional_embeddings: null
51
+ num_layers: 16
52
+ num_attention_heads: 32
53
+ attention_head_dim: 48
54
+ norm_type: ada_norm
55
+ dropout: 0.2
56
+ final_dropout: true
57
+ output_dim: 1024
58
+ interleave_self_attention: true
59
+ num_inference_timesteps: 4
60
+ noise_beta_alpha: 1.5
61
+ noise_beta_beta: 1.0
62
+ noise_s: 0.999
63
+ num_timestep_buckets: 1000
64
+ tune_projector: true
65
+ tune_diffusion_model: true
66
+ tune_vlln: true
67
+ state_dropout_prob: 0.2
68
+ exclude_state: false
69
+ use_mean_std: false
70
+ max_num_embodiments: 32
71
+ data:
72
+ datasets:
73
+ - dataset_paths:
74
+ - /home/ubuntu/.cache/huggingface/lerobot/PID0930/metal_part_sort
75
+ embodiment_tag: new_embodiment
76
+ mix_ratio: 1.0
77
+ dataset_type: physical_embodiment
78
+ val_dataset_path: null
79
+ modality_configs:
80
+ new_embodiment:
81
+ video:
82
+ delta_indices:
83
+ - 0
84
+ modality_keys:
85
+ - head
86
+ - left_wrist
87
+ - right_wrist
88
+ sin_cos_embedding_keys: null
89
+ mean_std_embedding_keys: null
90
+ action_configs: null
91
+ state:
92
+ delta_indices:
93
+ - 0
94
+ modality_keys:
95
+ - left_arm
96
+ - right_arm
97
+ - left_hand
98
+ - right_hand
99
+ sin_cos_embedding_keys: null
100
+ mean_std_embedding_keys: null
101
+ action_configs: null
102
+ action:
103
+ delta_indices:
104
+ - 0
105
+ - 1
106
+ - 2
107
+ - 3
108
+ - 4
109
+ - 5
110
+ - 6
111
+ - 7
112
+ - 8
113
+ - 9
114
+ - 10
115
+ - 11
116
+ - 12
117
+ - 13
118
+ - 14
119
+ - 15
120
+ modality_keys:
121
+ - left_arm
122
+ - right_arm
123
+ - left_hand
124
+ - right_hand
125
+ sin_cos_embedding_keys: null
126
+ mean_std_embedding_keys: null
127
+ action_configs:
128
+ - rep: relative
129
+ type: non_eef
130
+ format: default
131
+ state_key: null
132
+ - rep: relative
133
+ type: non_eef
134
+ format: default
135
+ state_key: null
136
+ - rep: absolute
137
+ type: non_eef
138
+ format: default
139
+ state_key: null
140
+ - rep: absolute
141
+ type: non_eef
142
+ format: default
143
+ state_key: null
144
+ language:
145
+ delta_indices:
146
+ - 0
147
+ modality_keys:
148
+ - annotation.human.task_description
149
+ sin_cos_embedding_keys: null
150
+ mean_std_embedding_keys: null
151
+ action_configs: null
152
+ download_cache: false
153
+ shard_size: 1024
154
+ episode_sampling_rate: 0.1
155
+ num_shards_per_epoch: 100000
156
+ override_pretraining_statistics: true
157
+ mode: single_turn
158
+ random_chop: 0.0
159
+ mock_dataset_mode: false
160
+ shuffle: true
161
+ seed: 42
162
+ multiprocessing_context: fork
163
+ allow_padding: false
164
+ subsample_ratio: 1.0
165
+ image_crop_size:
166
+ - 244
167
+ - 244
168
+ image_target_size:
169
+ - 224
170
+ - 224
171
+ video_backend: torchcodec
172
+ training:
173
+ output_dir: /home/ubuntu/outputs/g1_metal_sort
174
+ experiment_name: null
175
+ max_steps: 5000
176
+ global_batch_size: 64
177
+ per_gpu_batch_size: null
178
+ gradient_accumulation_steps: 1
179
+ learning_rate: 0.0001
180
+ lr_scheduler_type: cosine
181
+ weight_decay: 1.0e-05
182
+ warmup_ratio: 0.05
183
+ warmup_steps: 0
184
+ max_grad_norm: 1.0
185
+ optim: adamw_torch
186
+ start_from_checkpoint: nvidia/GR00T-N1.7-3B
187
+ skip_weight_loading: false
188
+ tf32: true
189
+ fp16: false
190
+ bf16: true
191
+ eval_bf16: true
192
+ logging_steps: 10
193
+ save_steps: 2500
194
+ save_total_limit: 5
195
+ save_vl_model: false
196
+ save_only_model: false
197
+ resume_from_checkpoint: false
198
+ upload_checkpoints: false
199
+ upload_every: 1000
200
+ upload_last_n_checkpoints: 5
201
+ max_concurrent_uploads: 2
202
+ eval_strategy: 'no'
203
+ eval_steps: 500
204
+ eval_set_split_ratio: 0.1
205
+ eval_batch_size: 2
206
+ save_best_eval_metric_name: ''
207
+ save_best_eval_metric_greater_is_better: true
208
+ deepspeed_stage: 2
209
+ gradient_checkpointing: false
210
+ transformers_trust_remote_code: true
211
+ transformers_local_files_only: false
212
+ transformers_cache_dir: null
213
+ transformers_access_token: null
214
+ use_ddp: false
215
+ ddp_bucket_cap_mb: 100
216
+ num_gpus: 8
217
+ dataloader_num_workers: 8
218
+ remove_unused_columns: false
219
+ use_wandb: false
220
+ wandb_project: finetune-gr00t-n1d7
221
+ enable_profiling: false
222
+ max_retries: 3
223
+ assert_loss_less_than: null
224
+ add_rl_callback: false
225
+ enable_open_loop_eval: false
226
+ open_loop_eval_traj_ids:
227
+ - 0
228
+ open_loop_eval_steps_per_traj: 100
229
+ open_loop_eval_plot_indices: null
experiment_cfg/dataset_statistics.json ADDED
@@ -0,0 +1,2190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "state": {
4
+ "left_arm": {
5
+ "min": [
6
+ -1.331243634223938,
7
+ 0.06545783579349518,
8
+ -1.1015061140060425,
9
+ -0.8713250756263733,
10
+ -0.21763353049755096,
11
+ -1.3169225454330444,
12
+ -0.9413489103317261
13
+ ],
14
+ "max": [
15
+ 0.3658544421195984,
16
+ 1.0832661390304565,
17
+ 0.539829432964325,
18
+ 1.3341318368911743,
19
+ 1.452571988105774,
20
+ 0.9997360706329346,
21
+ 1.3052858114242554
22
+ ],
23
+ "mean": [
24
+ -0.24945542216300964,
25
+ 0.5165093541145325,
26
+ -0.06865842640399933,
27
+ 0.03184846416115761,
28
+ 0.37882113456726074,
29
+ -0.22740568220615387,
30
+ -0.30525410175323486
31
+ ],
32
+ "std": [
33
+ 0.4499863386154175,
34
+ 0.21179470419883728,
35
+ 0.3432758152484894,
36
+ 0.5420857071876526,
37
+ 0.33875733613967896,
38
+ 0.33816543221473694,
39
+ 0.24985697865486145
40
+ ],
41
+ "q01": [
42
+ -1.201646327972412,
43
+ 0.11000320315361023,
44
+ -0.7432779729366302,
45
+ -0.8088961088657379,
46
+ -0.14236444592475891,
47
+ -1.132401466369629,
48
+ -0.8425037145614624
49
+ ],
50
+ "q99": [
51
+ 0.3480022388696673,
52
+ 0.9818220543861395,
53
+ 0.4618840217590332,
54
+ 1.322587516307831,
55
+ 1.146697857379915,
56
+ 0.7028501284122473,
57
+ 0.37869240581989533
58
+ ]
59
+ },
60
+ "right_arm": {
61
+ "min": [
62
+ -1.411250352859497,
63
+ -0.9499655365943909,
64
+ -0.2830074727535248,
65
+ -1.022865653038025,
66
+ -1.3644639253616333,
67
+ -1.1420726776123047,
68
+ -0.9053003787994385
69
+ ],
70
+ "max": [
71
+ 0.34516966342926025,
72
+ 0.09340505301952362,
73
+ 1.2165666818618774,
74
+ 1.3627262115478516,
75
+ 0.17782193422317505,
76
+ 0.8253775835037231,
77
+ 1.0950945615768433
78
+ ],
79
+ "mean": [
80
+ -0.4005358815193176,
81
+ -0.47555506229400635,
82
+ 0.2285083383321762,
83
+ -0.2291315793991089,
84
+ -0.4908984303474426,
85
+ 0.010912174358963966,
86
+ 0.4977416396141052
87
+ ],
88
+ "std": [
89
+ 0.45183107256889343,
90
+ 0.2263379693031311,
91
+ 0.2720809578895569,
92
+ 0.7571712732315063,
93
+ 0.260627418756485,
94
+ 0.40852677822113037,
95
+ 0.26428693532943726
96
+ ],
97
+ "q01": [
98
+ -1.3567451691627503,
99
+ -0.8430772972106934,
100
+ -0.2021499127149582,
101
+ -1.0215473175048828,
102
+ -1.1050678277015686,
103
+ -0.9550449597835541,
104
+ -0.3590133422613144
105
+ ],
106
+ "q99": [
107
+ 0.30508241057395935,
108
+ 0.08468053489923477,
109
+ 0.9181031298637399,
110
+ 1.3456753182411194,
111
+ 0.10606327131391101,
112
+ 0.7826559650897981,
113
+ 0.9282043683528901
114
+ ]
115
+ },
116
+ "left_hand": {
117
+ "min": [
118
+ 1.0,
119
+ 1.0,
120
+ 0.9990000128746033,
121
+ 1.0,
122
+ 0.9950000047683716,
123
+ 0.984000027179718
124
+ ],
125
+ "max": [
126
+ 1.4859999418258667,
127
+ 60.1609992980957,
128
+ 60.30400085449219,
129
+ 3.8410000801086426,
130
+ 2.5769999027252197,
131
+ 1.5420000553131104
132
+ ],
133
+ "mean": [
134
+ 1.465387225151062,
135
+ 57.62846755981445,
136
+ 57.75725555419922,
137
+ 3.719511032104492,
138
+ 2.509439468383789,
139
+ 1.291095495223999
140
+ ],
141
+ "std": [
142
+ 0.0984323099255559,
143
+ 11.983627319335938,
144
+ 12.010793685913086,
145
+ 0.5752885937690735,
146
+ 0.32046428322792053,
147
+ 0.1796792447566986
148
+ ],
149
+ "q01": [
150
+ 1.0,
151
+ 1.0,
152
+ 0.9990000128746033,
153
+ 1.0,
154
+ 0.9950000047683716,
155
+ 0.984000027179718
156
+ ],
157
+ "q99": [
158
+ 1.4859999418258667,
159
+ 60.1609992980957,
160
+ 60.30400085449219,
161
+ 3.8410000801086426,
162
+ 2.5769999027252197,
163
+ 1.5420000553131104
164
+ ]
165
+ },
166
+ "right_hand": {
167
+ "min": [
168
+ 1.0,
169
+ 1.0,
170
+ 1.0,
171
+ 0.9990000128746033,
172
+ 0.9950000047683716,
173
+ 0.7739999890327454
174
+ ],
175
+ "max": [
176
+ 1.4859999418258667,
177
+ 60.1609992980957,
178
+ 60.30400085449219,
179
+ 3.8410000801086426,
180
+ 2.5769999027252197,
181
+ 1.5420000553131104
182
+ ],
183
+ "mean": [
184
+ 1.4839682579040527,
185
+ 59.89045715332031,
186
+ 60.024051666259766,
187
+ 3.828277111053467,
188
+ 2.570009708404541,
189
+ 1.2686889171600342
190
+ ],
191
+ "std": [
192
+ 0.03285740315913816,
193
+ 3.9991350173950195,
194
+ 4.011122703552246,
195
+ 0.19219723343848952,
196
+ 0.10699272900819752,
197
+ 0.20852084457874298
198
+ ],
199
+ "q01": [
200
+ 1.4859999418258667,
201
+ 60.1609992980957,
202
+ 60.30400085449219,
203
+ 3.8410000801086426,
204
+ 2.5769999027252197,
205
+ 0.7739999890327454
206
+ ],
207
+ "q99": [
208
+ 1.4859999418258667,
209
+ 60.1609992980957,
210
+ 60.30400085449219,
211
+ 3.8410000801086426,
212
+ 2.5769999027252197,
213
+ 1.5420000553131104
214
+ ]
215
+ }
216
+ },
217
+ "action": {
218
+ "left_arm": {
219
+ "min": [
220
+ -1.3510167598724365,
221
+ 0.06365519762039185,
222
+ -1.1041887998580933,
223
+ -0.8811154961585999,
224
+ -0.2236652672290802,
225
+ -1.3225769996643066,
226
+ -1.0360031127929688
227
+ ],
228
+ "max": [
229
+ 0.37062492966651917,
230
+ 1.1035557985305786,
231
+ 0.5490050911903381,
232
+ 1.3504709005355835,
233
+ 1.4642901420593262,
234
+ 1.015458345413208,
235
+ 1.3142173290252686
236
+ ],
237
+ "mean": [
238
+ -0.2520821988582611,
239
+ 0.5226742625236511,
240
+ -0.06608480960130692,
241
+ 0.03054645098745823,
242
+ 0.37803468108177185,
243
+ -0.22583921253681183,
244
+ -0.3066141605377197
245
+ ],
246
+ "std": [
247
+ 0.45111334323883057,
248
+ 0.21346314251422882,
249
+ 0.34585288166999817,
250
+ 0.5447694063186646,
251
+ 0.34241247177124023,
252
+ 0.3382450044155121,
253
+ 0.25146418809890747
254
+ ],
255
+ "q01": [
256
+ -1.2055088090896606,
257
+ 0.11265939965844154,
258
+ -0.7448458993434905,
259
+ -0.8188834273815155,
260
+ -0.15394451290369035,
261
+ -1.1249939942359923,
262
+ -0.8539764297008514
263
+ ],
264
+ "q99": [
265
+ 0.3455920439958574,
266
+ 0.9928722298145309,
267
+ 0.46430617272853913,
268
+ 1.3260206246376038,
269
+ 1.155090856552131,
270
+ 0.700052170753482,
271
+ 0.3671410286426676
272
+ ]
273
+ },
274
+ "right_arm": {
275
+ "min": [
276
+ -1.4453539848327637,
277
+ -0.9668697118759155,
278
+ -0.3003923296928406,
279
+ -1.0471585988998413,
280
+ -1.376037836074829,
281
+ -1.1457444429397583,
282
+ -0.9136963486671448
283
+ ],
284
+ "max": [
285
+ 0.3452453017234802,
286
+ 0.1703711599111557,
287
+ 1.224882960319519,
288
+ 1.3656491041183472,
289
+ 0.18849851191043854,
290
+ 0.8339279890060425,
291
+ 1.108190655708313
292
+ ],
293
+ "mean": [
294
+ -0.4080028235912323,
295
+ -0.47581881284713745,
296
+ 0.22630473971366882,
297
+ -0.23803438246250153,
298
+ -0.48881715536117554,
299
+ 0.010589199140667915,
300
+ 0.49957412481307983
301
+ ],
302
+ "std": [
303
+ 0.4547061026096344,
304
+ 0.23155952990055084,
305
+ 0.27504053711891174,
306
+ 0.7627885341644287,
307
+ 0.26226919889450073,
308
+ 0.4085935056209564,
309
+ 0.2649317681789398
310
+ ],
311
+ "q01": [
312
+ -1.3617399072647094,
313
+ -0.8502163660526275,
314
+ -0.2151712518930435,
315
+ -1.0471131491661072,
316
+ -1.1077036952972412,
317
+ -0.9561853539943695,
318
+ -0.3636834317445755
319
+ ],
320
+ "q99": [
321
+ 0.2969887524843217,
322
+ 0.14202488660812382,
323
+ 0.9167803227901471,
324
+ 1.344257106781006,
325
+ 0.11576919034123861,
326
+ 0.780732537508011,
327
+ 0.9333178853988647
328
+ ]
329
+ },
330
+ "left_hand": {
331
+ "min": [
332
+ 0.014340516179800034,
333
+ 0.05838071182370186,
334
+ 0.12357040494680405,
335
+ 0.1656605452299118,
336
+ 0.4318400025367737,
337
+ 0.0
338
+ ],
339
+ "max": [
340
+ 1.0,
341
+ 1.0,
342
+ 1.0,
343
+ 1.0,
344
+ 1.0,
345
+ 0.7035829424858093
346
+ ],
347
+ "mean": [
348
+ 0.5430885553359985,
349
+ 0.6236798167228699,
350
+ 0.6750460267066956,
351
+ 0.6813875436782837,
352
+ 0.8211577534675598,
353
+ 0.19915425777435303
354
+ ],
355
+ "std": [
356
+ 0.17401236295700073,
357
+ 0.1735774278640747,
358
+ 0.14580054581165314,
359
+ 0.1136193796992302,
360
+ 0.1740894764661789,
361
+ 0.14870432019233704
362
+ ],
363
+ "q01": [
364
+ 0.06974439650774002,
365
+ 0.12425890848040581,
366
+ 0.22299374580383302,
367
+ 0.4728191727399826,
368
+ 0.47553052127361295,
369
+ 0.0
370
+ ],
371
+ "q99": [
372
+ 0.8815072488784794,
373
+ 0.9165637576580051,
374
+ 0.9615983092784884,
375
+ 0.9303694701194763,
376
+ 1.0,
377
+ 0.5883045387268078
378
+ ]
379
+ },
380
+ "right_hand": {
381
+ "min": [
382
+ 0.0,
383
+ 0.046349864453077316,
384
+ 0.11770346015691757,
385
+ 0.3465339243412018,
386
+ 0.4830362796783447,
387
+ 0.0
388
+ ],
389
+ "max": [
390
+ 1.0,
391
+ 1.0,
392
+ 1.0,
393
+ 1.0,
394
+ 1.0,
395
+ 0.6784084439277649
396
+ ],
397
+ "mean": [
398
+ 0.5347784757614136,
399
+ 0.616684079170227,
400
+ 0.6296393871307373,
401
+ 0.6167353391647339,
402
+ 0.8856010437011719,
403
+ 0.06503354012966156
404
+ ],
405
+ "std": [
406
+ 0.21974340081214905,
407
+ 0.18895140290260315,
408
+ 0.1387653350830078,
409
+ 0.10573716461658478,
410
+ 0.18405425548553467,
411
+ 0.10048273950815201
412
+ ],
413
+ "q01": [
414
+ 0.008416001703590154,
415
+ 0.0732931986451149,
416
+ 0.15847410947084425,
417
+ 0.44739225566387175,
418
+ 0.5088305127620697,
419
+ 0.0
420
+ ],
421
+ "q99": [
422
+ 1.0,
423
+ 0.9698139131069183,
424
+ 0.9328519189357759,
425
+ 0.920876282453537,
426
+ 1.0,
427
+ 0.4042323577404033
428
+ ]
429
+ }
430
+ },
431
+ "relative_action": {
432
+ "left_arm": {
433
+ "min": [
434
+ [
435
+ -0.29974234104156494,
436
+ -0.1712137907743454,
437
+ -0.0759844183921814,
438
+ -0.17943403124809265,
439
+ -0.18316075205802917,
440
+ -0.16042375564575195,
441
+ -0.2025788426399231
442
+ ],
443
+ [
444
+ -0.327605664730072,
445
+ -0.18984927237033844,
446
+ -0.10920358449220657,
447
+ -0.24121269583702087,
448
+ -0.24972224235534668,
449
+ -0.20818233489990234,
450
+ -0.2805326581001282
451
+ ],
452
+ [
453
+ -0.35151422023773193,
454
+ -0.20663918554782867,
455
+ -0.1418187916278839,
456
+ -0.28416115045547485,
457
+ -0.32083654403686523,
458
+ -0.26701289415359497,
459
+ -0.3564886450767517
460
+ ],
461
+ [
462
+ -0.3567847013473511,
463
+ -0.21040964126586914,
464
+ -0.17449364066123962,
465
+ -0.31412172317504883,
466
+ -0.3882598876953125,
467
+ -0.3261071443557739,
468
+ -0.42982012033462524
469
+ ],
470
+ [
471
+ -0.36180609464645386,
472
+ -0.2300640344619751,
473
+ -0.20710884034633636,
474
+ -0.3639572262763977,
475
+ -0.45555710792541504,
476
+ -0.3817618787288666,
477
+ -0.5001428127288818
478
+ ],
479
+ [
480
+ -0.3666651248931885,
481
+ -0.25260794162750244,
482
+ -0.23716528713703156,
483
+ -0.40771162509918213,
484
+ -0.5126435160636902,
485
+ -0.4335579574108124,
486
+ -0.5684888362884521
487
+ ],
488
+ [
489
+ -0.37137120962142944,
490
+ -0.27752625942230225,
491
+ -0.2665921151638031,
492
+ -0.4484105706214905,
493
+ -0.5577161908149719,
494
+ -0.4840407073497772,
495
+ -0.6281030178070068
496
+ ],
497
+ [
498
+ -0.3743577003479004,
499
+ -0.2969183325767517,
500
+ -0.29068440198898315,
501
+ -0.48653241991996765,
502
+ -0.6000733375549316,
503
+ -0.5327326059341431,
504
+ -0.682990312576294
505
+ ],
506
+ [
507
+ -0.37593960762023926,
508
+ -0.3151407837867737,
509
+ -0.3108498752117157,
510
+ -0.5214347839355469,
511
+ -0.6362537145614624,
512
+ -0.5811709761619568,
513
+ -0.7329889535903931
514
+ ],
515
+ [
516
+ -0.3832680284976959,
517
+ -0.33214420080184937,
518
+ -0.33949217200279236,
519
+ -0.5574073791503906,
520
+ -0.6686341166496277,
521
+ -0.6249547004699707,
522
+ -0.7782175540924072
523
+ ],
524
+ [
525
+ -0.41398361325263977,
526
+ -0.34864646196365356,
527
+ -0.3635844588279724,
528
+ -0.5932135581970215,
529
+ -0.6985419988632202,
530
+ -0.6686536073684692,
531
+ -0.8211339712142944
532
+ ],
533
+ [
534
+ -0.442889541387558,
535
+ -0.36513084173202515,
536
+ -0.3828071355819702,
537
+ -0.6282301545143127,
538
+ -0.7227621078491211,
539
+ -0.7055920362472534,
540
+ -0.856455385684967
541
+ ],
542
+ [
543
+ -0.47161605954170227,
544
+ -0.3772229552268982,
545
+ -0.40609249472618103,
546
+ -0.6616435647010803,
547
+ -0.7441725134849548,
548
+ -0.7424794435501099,
549
+ -0.8910418152809143
550
+ ],
551
+ [
552
+ -0.49987488985061646,
553
+ -0.38808107376098633,
554
+ -0.42368534207344055,
555
+ -0.695830762386322,
556
+ -0.7592605948448181,
557
+ -0.7729793190956116,
558
+ -0.9229440093040466
559
+ ],
560
+ [
561
+ -0.5275394320487976,
562
+ -0.4008026719093323,
563
+ -0.4446337819099426,
564
+ -0.7358380556106567,
565
+ -0.7729849815368652,
566
+ -0.8021954894065857,
567
+ -0.9514526128768921
568
+ ],
569
+ [
570
+ -0.5537344217300415,
571
+ -0.41476553678512573,
572
+ -0.4698086380958557,
573
+ -0.7749348282814026,
574
+ -0.7852568626403809,
575
+ -0.8231305480003357,
576
+ -0.9753144383430481
577
+ ]
578
+ ],
579
+ "max": [
580
+ [
581
+ 0.1207507848739624,
582
+ 0.10302424430847168,
583
+ 0.2587722837924957,
584
+ 0.3191074728965759,
585
+ 0.19938397407531738,
586
+ 0.14023905992507935,
587
+ 0.3040006756782532
588
+ ],
589
+ [
590
+ 0.1479300856590271,
591
+ 0.12479162216186523,
592
+ 0.3153378367424011,
593
+ 0.3593509793281555,
594
+ 0.219625324010849,
595
+ 0.2059708833694458,
596
+ 0.3279811143875122
597
+ ],
598
+ [
599
+ 0.187602698802948,
600
+ 0.15830737352371216,
601
+ 0.35663464665412903,
602
+ 0.41148000955581665,
603
+ 0.23950716853141785,
604
+ 0.2700769901275635,
605
+ 0.35392698645591736
606
+ ],
607
+ [
608
+ 0.225821852684021,
609
+ 0.1884477138519287,
610
+ 0.38226890563964844,
611
+ 0.4344058036804199,
612
+ 0.24780024588108063,
613
+ 0.3302180767059326,
614
+ 0.3648086488246918
615
+ ],
616
+ [
617
+ 0.2617985010147095,
618
+ 0.2131352424621582,
619
+ 0.3856235444545746,
620
+ 0.44844526052474976,
621
+ 0.284178227186203,
622
+ 0.3836391568183899,
623
+ 0.36948785185813904
624
+ ],
625
+ [
626
+ 0.2976289987564087,
627
+ 0.233076274394989,
628
+ 0.38680094480514526,
629
+ 0.46309322118759155,
630
+ 0.3259432315826416,
631
+ 0.4366453289985657,
632
+ 0.38824257254600525
633
+ ],
634
+ [
635
+ 0.32989734411239624,
636
+ 0.2522996664047241,
637
+ 0.3872392773628235,
638
+ 0.46752238273620605,
639
+ 0.36486464738845825,
640
+ 0.4858885407447815,
641
+ 0.41077521443367004
642
+ ],
643
+ [
644
+ 0.3603612184524536,
645
+ 0.27224069833755493,
646
+ 0.38621971011161804,
647
+ 0.46529459953308105,
648
+ 0.40305668115615845,
649
+ 0.5297725796699524,
650
+ 0.4247967600822449
651
+ ],
652
+ [
653
+ 0.3860434293746948,
654
+ 0.29177936911582947,
655
+ 0.3845299184322357,
656
+ 0.4655449688434601,
657
+ 0.43786561489105225,
658
+ 0.5596802830696106,
659
+ 0.4353548586368561
660
+ ],
661
+ [
662
+ 0.411637544631958,
663
+ 0.31869593262672424,
664
+ 0.4099886417388916,
665
+ 0.46687522530555725,
666
+ 0.47140946984291077,
667
+ 0.588801920413971,
668
+ 0.4421978294849396
669
+ ],
670
+ [
671
+ 0.43581345677375793,
672
+ 0.34702664613723755,
673
+ 0.43672701716423035,
674
+ 0.4695117473602295,
675
+ 0.5031241178512573,
676
+ 0.6117584705352783,
677
+ 0.4448343813419342
678
+ ],
679
+ [
680
+ 0.46211308240890503,
681
+ 0.372531533241272,
682
+ 0.4623852074146271,
683
+ 0.4803038537502289,
684
+ 0.5322937965393066,
685
+ 0.6321162581443787,
686
+ 0.4535617530345917
687
+ ],
688
+ [
689
+ 0.49070045351982117,
690
+ 0.401530921459198,
691
+ 0.48705586791038513,
692
+ 0.5079467296600342,
693
+ 0.5604625940322876,
694
+ 0.6605787873268127,
695
+ 0.4784758985042572
696
+ ],
697
+ [
698
+ 0.5193122625350952,
699
+ 0.42575252056121826,
700
+ 0.5116056203842163,
701
+ 0.5388587713241577,
702
+ 0.587165117263794,
703
+ 0.691258430480957,
704
+ 0.5033791065216064
705
+ ],
706
+ [
707
+ 0.5475586652755737,
708
+ 0.44610172510147095,
709
+ 0.5378934144973755,
710
+ 0.5717317461967468,
711
+ 0.6211883425712585,
712
+ 0.718390703201294,
713
+ 0.5215038657188416
714
+ ],
715
+ [
716
+ 0.5759851932525635,
717
+ 0.4650607705116272,
718
+ 0.5639253854751587,
719
+ 0.6043288707733154,
720
+ 0.6529030203819275,
721
+ 0.7447777986526489,
722
+ 0.5387850999832153
723
+ ]
724
+ ],
725
+ "mean": [
726
+ [
727
+ -0.0026321050245314837,
728
+ 0.006157678086310625,
729
+ 0.0025609356816858053,
730
+ -0.0013173168990761042,
731
+ -0.0007693330408073962,
732
+ 0.0016246679006144404,
733
+ -0.00138245546258986
734
+ ],
735
+ [
736
+ -0.002681397832930088,
737
+ 0.0061950949020683765,
738
+ 0.0025106112007051706,
739
+ -0.0013027124805375934,
740
+ -0.0006688556168228388,
741
+ 0.0016183716943487525,
742
+ -0.0013627278385683894
743
+ ],
744
+ [
745
+ -0.002728296909481287,
746
+ 0.006232173182070255,
747
+ 0.0024614788126200438,
748
+ -0.0012868739431723952,
749
+ -0.0005689846584573388,
750
+ 0.0016091724392026663,
751
+ -0.001342061790637672
752
+ ],
753
+ [
754
+ -0.002772642532363534,
755
+ 0.006268898490816355,
756
+ 0.002413532929494977,
757
+ -0.0012711209710687399,
758
+ -0.0004691158246714622,
759
+ 0.0015979002928361297,
760
+ -0.001320445560850203
761
+ ],
762
+ [
763
+ -0.002814664039760828,
764
+ 0.0063052792102098465,
765
+ 0.002366753527894616,
766
+ -0.0012561491457745433,
767
+ -0.00036910531343892217,
768
+ 0.0015854013618081808,
769
+ -0.0012979494640603662
770
+ ],
771
+ [
772
+ -0.0028550028800964355,
773
+ 0.006341117899864912,
774
+ 0.0023210174404084682,
775
+ -0.0012428992195054889,
776
+ -0.00026883420650847256,
777
+ 0.001572764478623867,
778
+ -0.0012747060973197222
779
+ ],
780
+ [
781
+ -0.0028947514947503805,
782
+ 0.006376623176038265,
783
+ 0.0022759484127163887,
784
+ -0.0012311239261180162,
785
+ -0.00016770101501606405,
786
+ 0.0015606266679242253,
787
+ -0.001250698696821928
788
+ ],
789
+ [
790
+ -0.002934807213023305,
791
+ 0.006411649752408266,
792
+ 0.0022311173379421234,
793
+ -0.0012204305967316031,
794
+ -6.56047704978846e-05,
795
+ 0.0015493320534005761,
796
+ -0.0012261708034202456
797
+ ],
798
+ [
799
+ -0.0029759386088699102,
800
+ 0.006446543615311384,
801
+ 0.0021865558810532093,
802
+ -0.001211046241223812,
803
+ 3.694679253385402e-05,
804
+ 0.0015393636422231793,
805
+ -0.001201592036522925
806
+ ],
807
+ [
808
+ -0.0030188376549631357,
809
+ 0.006481064949184656,
810
+ 0.0021420472767204046,
811
+ -0.001201895298436284,
812
+ 0.00014000026567373425,
813
+ 0.0015301075764000416,
814
+ -0.0011765799717977643
815
+ ],
816
+ [
817
+ -0.003064157208427787,
818
+ 0.006515094079077244,
819
+ 0.00209700595587492,
820
+ -0.0011918687960132957,
821
+ 0.00024406067677773535,
822
+ 0.0015208135591819882,
823
+ -0.001150765921920538
824
+ ],
825
+ [
826
+ -0.003111169906333089,
827
+ 0.006548636592924595,
828
+ 0.0020510011818259954,
829
+ -0.0011792051373049617,
830
+ 0.00034940161276608706,
831
+ 0.0015098098665475845,
832
+ -0.0011238534934818745
833
+ ],
834
+ [
835
+ -0.003160086227580905,
836
+ 0.0065816170535981655,
837
+ 0.0020035062916576862,
838
+ -0.0011617012787610292,
839
+ 0.00045641561155207455,
840
+ 0.0014955223305150867,
841
+ -0.0010955302277579904
842
+ ],
843
+ [
844
+ -0.003210291499271989,
845
+ 0.006614307407289743,
846
+ 0.001954487059265375,
847
+ -0.0011384497629478574,
848
+ 0.0005651216488331556,
849
+ 0.0014770792331546545,
850
+ -0.0010659851832315326
851
+ ],
852
+ [
853
+ -0.003260955447331071,
854
+ 0.006647056434303522,
855
+ 0.0019041318446397781,
856
+ -0.0011098451213911176,
857
+ 0.0006754969945177436,
858
+ 0.0014547480968758464,
859
+ -0.0010357951978221536
860
+ ],
861
+ [
862
+ -0.0033116573467850685,
863
+ 0.0066801998764276505,
864
+ 0.0018530675442889333,
865
+ -0.0010771702509373426,
866
+ 0.0007869293331168592,
867
+ 0.0014294293941929936,
868
+ -0.001005711150355637
869
+ ]
870
+ ],
871
+ "std": [
872
+ [
873
+ 0.019872119650244713,
874
+ 0.014609509147703648,
875
+ 0.01611557975411415,
876
+ 0.02069663442671299,
877
+ 0.018250055611133575,
878
+ 0.01573776826262474,
879
+ 0.018971038982272148
880
+ ],
881
+ [
882
+ 0.02407379262149334,
883
+ 0.018283938989043236,
884
+ 0.020735235884785652,
885
+ 0.027208741754293442,
886
+ 0.023464396595954895,
887
+ 0.021314483135938644,
888
+ 0.025148233398795128
889
+ ],
890
+ [
891
+ 0.028471743687987328,
892
+ 0.022040167823433876,
893
+ 0.025426268577575684,
894
+ 0.033768389374017715,
895
+ 0.028744757175445557,
896
+ 0.026825925335288048,
897
+ 0.031366560608148575
898
+ ],
899
+ [
900
+ 0.03294707089662552,
901
+ 0.02580006793141365,
902
+ 0.03010578639805317,
903
+ 0.040261805057525635,
904
+ 0.03396773710846901,
905
+ 0.032173946499824524,
906
+ 0.03749648109078407
907
+ ],
908
+ [
909
+ 0.0374399833381176,
910
+ 0.02952674776315689,
911
+ 0.03474048152565956,
912
+ 0.046647146344184875,
913
+ 0.03908451646566391,
914
+ 0.03732788562774658,
915
+ 0.04348606988787651
916
+ ],
917
+ [
918
+ 0.041918568313121796,
919
+ 0.03320130705833435,
920
+ 0.039313942193984985,
921
+ 0.05290816351771355,
922
+ 0.04407503083348274,
923
+ 0.042282018810510635,
924
+ 0.04931262880563736
925
+ ],
926
+ [
927
+ 0.04636334255337715,
928
+ 0.03681296855211258,
929
+ 0.043816808611154556,
930
+ 0.05903644114732742,
931
+ 0.04893086478114128,
932
+ 0.04704151675105095,
933
+ 0.054966963827610016
934
+ ],
935
+ [
936
+ 0.05076304450631142,
937
+ 0.04035641625523567,
938
+ 0.048243727535009384,
939
+ 0.06502940505743027,
940
+ 0.05364961922168732,
941
+ 0.051619697362184525,
942
+ 0.06044834852218628
943
+ ],
944
+ [
945
+ 0.0551111176609993,
946
+ 0.04382891580462456,
947
+ 0.05259174481034279,
948
+ 0.07088769227266312,
949
+ 0.05823371186852455,
950
+ 0.056031323969364166,
951
+ 0.06576070934534073
952
+ ],
953
+ [
954
+ 0.0594027154147625,
955
+ 0.04722864180803299,
956
+ 0.05686023458838463,
957
+ 0.07661359757184982,
958
+ 0.0626879408955574,
959
+ 0.060292597860097885,
960
+ 0.0709099993109703
961
+ ],
962
+ [
963
+ 0.06363367289304733,
964
+ 0.050555095076560974,
965
+ 0.06105060502886772,
966
+ 0.08220967650413513,
967
+ 0.06701874732971191,
968
+ 0.06441786885261536,
969
+ 0.07590175420045853
970
+ ],
971
+ [
972
+ 0.06780312955379486,
973
+ 0.05380954220890999,
974
+ 0.0651635229587555,
975
+ 0.087680883705616,
976
+ 0.07123227417469025,
977
+ 0.0684201717376709,
978
+ 0.08074295520782471
979
+ ],
980
+ [
981
+ 0.07191040366888046,
982
+ 0.05699266493320465,
983
+ 0.06919975578784943,
984
+ 0.09303003549575806,
985
+ 0.07533310353755951,
986
+ 0.07231125235557556,
987
+ 0.08543894439935684
988
+ ],
989
+ [
990
+ 0.07595496624708176,
991
+ 0.060106080025434494,
992
+ 0.07315921783447266,
993
+ 0.09825887531042099,
994
+ 0.07932557910680771,
995
+ 0.07609875500202179,
996
+ 0.08999554812908173
997
+ ],
998
+ [
999
+ 0.07993578910827637,
1000
+ 0.06315072625875473,
1001
+ 0.07704173028469086,
1002
+ 0.10336814820766449,
1003
+ 0.08321301639080048,
1004
+ 0.07978939265012741,
1005
+ 0.09441899508237839
1006
+ ],
1007
+ [
1008
+ 0.08385162055492401,
1009
+ 0.06612726300954819,
1010
+ 0.08084769546985626,
1011
+ 0.1083592027425766,
1012
+ 0.08699844777584076,
1013
+ 0.08338890969753265,
1014
+ 0.09871290624141693
1015
+ ]
1016
+ ],
1017
+ "q01": [
1018
+ [
1019
+ -0.0522967305034399,
1020
+ -0.030041341781616212,
1021
+ -0.039192696809768675,
1022
+ -0.06235316425561905,
1023
+ -0.048038020730018616,
1024
+ -0.037467280626297,
1025
+ -0.05573702201247215
1026
+ ],
1027
+ [
1028
+ -0.07059305608272552,
1029
+ -0.040876801013946536,
1030
+ -0.052311639785766605,
1031
+ -0.08760351493954659,
1032
+ -0.0658370453119278,
1033
+ -0.05321110263466835,
1034
+ -0.076443792283535
1035
+ ],
1036
+ [
1037
+ -0.08823370397090911,
1038
+ -0.052019872665405274,
1039
+ -0.0636500871181488,
1040
+ -0.11203492999076843,
1041
+ -0.08523774206638336,
1042
+ -0.06885631978511811,
1043
+ -0.09690869808197021
1044
+ ],
1045
+ [
1046
+ -0.1053367418050766,
1047
+ -0.06485033810138702,
1048
+ -0.07543228462338447,
1049
+ -0.13693301171064376,
1050
+ -0.103103768825531,
1051
+ -0.08267607688903808,
1052
+ -0.11824990630149841
1053
+ ],
1054
+ [
1055
+ -0.12293240323662757,
1056
+ -0.07687864780426025,
1057
+ -0.08830002903938293,
1058
+ -0.15934479266405105,
1059
+ -0.12085752069950104,
1060
+ -0.09580149576067924,
1061
+ -0.13797979176044464
1062
+ ],
1063
+ [
1064
+ -0.1386586657166481,
1065
+ -0.08846417546272277,
1066
+ -0.10103244841098785,
1067
+ -0.18326045870780944,
1068
+ -0.13932692408561706,
1069
+ -0.10893784016370774,
1070
+ -0.158058602809906
1071
+ ],
1072
+ [
1073
+ -0.15525421917438506,
1074
+ -0.10056148052215576,
1075
+ -0.11286794036626815,
1076
+ -0.20618801862001418,
1077
+ -0.15526226937770843,
1078
+ -0.12553516268730164,
1079
+ -0.17788658261299134
1080
+ ],
1081
+ [
1082
+ -0.1696658855676651,
1083
+ -0.11141207575798034,
1084
+ -0.12565294921398162,
1085
+ -0.22732299476861953,
1086
+ -0.17075307965278624,
1087
+ -0.137197385430336,
1088
+ -0.194875545501709
1089
+ ],
1090
+ [
1091
+ -0.18557037234306337,
1092
+ -0.12324518799781799,
1093
+ -0.13768330127000808,
1094
+ -0.2476533257961273,
1095
+ -0.18703363001346587,
1096
+ -0.14759421110153195,
1097
+ -0.21281693488359452
1098
+ ],
1099
+ [
1100
+ -0.2010127517580986,
1101
+ -0.1340452265739441,
1102
+ -0.14918103754520418,
1103
+ -0.2673452877998352,
1104
+ -0.19906865537166596,
1105
+ -0.16222094357013703,
1106
+ -0.23023779243230819
1107
+ ],
1108
+ [
1109
+ -0.21690368354320527,
1110
+ -0.14583714246749876,
1111
+ -0.1613381600379944,
1112
+ -0.286692424416542,
1113
+ -0.21107300102710724,
1114
+ -0.1745600324869156,
1115
+ -0.24591099917888642
1116
+ ],
1117
+ [
1118
+ -0.23293607592582702,
1119
+ -0.15602097630500794,
1120
+ -0.17321230709552765,
1121
+ -0.30609928905963896,
1122
+ -0.2230876737833023,
1123
+ -0.18615707159042358,
1124
+ -0.26295206904411317
1125
+ ],
1126
+ [
1127
+ -0.24660256922245025,
1128
+ -0.16637531995773316,
1129
+ -0.18408236622810364,
1130
+ -0.3216656714677811,
1131
+ -0.2363762629032135,
1132
+ -0.19775847733020782,
1133
+ -0.2760956710577011
1134
+ ],
1135
+ [
1136
+ -0.2617736572027206,
1137
+ -0.17687713086605072,
1138
+ -0.19429556161165237,
1139
+ -0.3416335850954056,
1140
+ -0.2528058832883835,
1141
+ -0.20697779357433319,
1142
+ -0.2899939012527466
1143
+ ],
1144
+ [
1145
+ -0.2758782696723938,
1146
+ -0.18560708642005921,
1147
+ -0.20310168951749802,
1148
+ -0.35840127825737,
1149
+ -0.2669547927379608,
1150
+ -0.21937996357679368,
1151
+ -0.3037416058778763
1152
+ ],
1153
+ [
1154
+ -0.2901549571752548,
1155
+ -0.19497835338115693,
1156
+ -0.21559225738048554,
1157
+ -0.37279308557510377,
1158
+ -0.2760152113437653,
1159
+ -0.23257527351379395,
1160
+ -0.3163942760229111
1161
+ ]
1162
+ ],
1163
+ "q99": [
1164
+ [
1165
+ 0.05159307599067698,
1166
+ 0.04802687764167795,
1167
+ 0.04904094643890866,
1168
+ 0.04906324990093723,
1169
+ 0.043606723546981856,
1170
+ 0.047079577594995585,
1171
+ 0.041971539855003445
1172
+ ],
1173
+ [
1174
+ 0.06904069304466266,
1175
+ 0.06270249247550966,
1176
+ 0.06641025736927998,
1177
+ 0.06755108356475835,
1178
+ 0.056932729780674006,
1179
+ 0.06532300412654882,
1180
+ 0.059987577199936
1181
+ ],
1182
+ [
1183
+ 0.08371586680412313,
1184
+ 0.07779515981674198,
1185
+ 0.0835918705165389,
1186
+ 0.0859909695386887,
1187
+ 0.07074297443032285,
1188
+ 0.08336631432175666,
1189
+ 0.07855106711387652
1190
+ ],
1191
+ [
1192
+ 0.09799506962299377,
1193
+ 0.09184470176696787,
1194
+ 0.10055867105722432,
1195
+ 0.10448827207088474,
1196
+ 0.08390172600746162,
1197
+ 0.10299627125263232,
1198
+ 0.09522322177886974
1199
+ ],
1200
+ [
1201
+ 0.11173314213752777,
1202
+ 0.10558012187480931,
1203
+ 0.11789096444845201,
1204
+ 0.12274188339710239,
1205
+ 0.09775704234838496,
1206
+ 0.12106696367263799,
1207
+ 0.1138720059394837
1208
+ ],
1209
+ [
1210
+ 0.1257622182369234,
1211
+ 0.11904079914093035,
1212
+ 0.13537437945604328,
1213
+ 0.14197109133005184,
1214
+ 0.11222463071346307,
1215
+ 0.14183671385049829,
1216
+ 0.12830960214138046
1217
+ ],
1218
+ [
1219
+ 0.14064782381057767,
1220
+ 0.13216959118843116,
1221
+ 0.1511450424790384,
1222
+ 0.15925467729568482,
1223
+ 0.12469880089163786,
1224
+ 0.16228412628173863,
1225
+ 0.144269662499428
1226
+ ],
1227
+ [
1228
+ 0.15677544951438915,
1229
+ 0.14547270655632036,
1230
+ 0.16730455517768877,
1231
+ 0.17720739305019392,
1232
+ 0.13762116461992283,
1233
+ 0.17941403746604923,
1234
+ 0.1588989877700808
1235
+ ],
1236
+ [
1237
+ 0.17227582573890715,
1238
+ 0.15886586785316484,
1239
+ 0.1837576678395275,
1240
+ 0.19402560174465186,
1241
+ 0.150743197798729,
1242
+ 0.1966357254981995,
1243
+ 0.17212339103221974
1244
+ ],
1245
+ [
1246
+ 0.18945247650146566,
1247
+ 0.1715591859817505,
1248
+ 0.1981155499815941,
1249
+ 0.21250410854816437,
1250
+ 0.16257562637329115,
1251
+ 0.20974958330392898,
1252
+ 0.18597730457782752
1253
+ ],
1254
+ [
1255
+ 0.20411513626575498,
1256
+ 0.1845461678504944,
1257
+ 0.2146928712725641,
1258
+ 0.2302841618657113,
1259
+ 0.17484135627746583,
1260
+ 0.22302001208066985,
1261
+ 0.1989885580539704
1262
+ ],
1263
+ [
1264
+ 0.21864754021167762,
1265
+ 0.19779991149902346,
1266
+ 0.22701921314001086,
1267
+ 0.24649620294570976,
1268
+ 0.1863175559043887,
1269
+ 0.23418325841426868,
1270
+ 0.21145036280155194
1271
+ ],
1272
+ [
1273
+ 0.23329547077417384,
1274
+ 0.20813174962997455,
1275
+ 0.24046624481678022,
1276
+ 0.26334860324859627,
1277
+ 0.19842377305030834,
1278
+ 0.24851960241794638,
1279
+ 0.22564647436141988
1280
+ ],
1281
+ [
1282
+ 0.24732152819633557,
1283
+ 0.22002023935318002,
1284
+ 0.25424332082271645,
1285
+ 0.28087839126586994,
1286
+ 0.2082630106806756,
1287
+ 0.26898966312408723,
1288
+ 0.2384453481435776
1289
+ ],
1290
+ [
1291
+ 0.2647255223989492,
1292
+ 0.23047333121299776,
1293
+ 0.2686062169075014,
1294
+ 0.2965668046474458,
1295
+ 0.21958453148603446,
1296
+ 0.2827269506454468,
1297
+ 0.24954049468040496
1298
+ ],
1299
+ [
1300
+ 0.2782247930765162,
1301
+ 0.24210828006267565,
1302
+ 0.28207159459590947,
1303
+ 0.311922876238823,
1304
+ 0.23087988257408165,
1305
+ 0.2933885276317598,
1306
+ 0.26066458582878205
1307
+ ]
1308
+ ]
1309
+ },
1310
+ "right_arm": {
1311
+ "min": [
1312
+ [
1313
+ -0.3369618058204651,
1314
+ -0.09477627277374268,
1315
+ -0.12519633769989014,
1316
+ -0.16964489221572876,
1317
+ -0.13436055183410645,
1318
+ -0.21375615894794464,
1319
+ -0.3648032248020172
1320
+ ],
1321
+ [
1322
+ -0.373813271522522,
1323
+ -0.12929612398147583,
1324
+ -0.16597217321395874,
1325
+ -0.236622154712677,
1326
+ -0.14777089655399323,
1327
+ -0.2275979369878769,
1328
+ -0.39532703161239624
1329
+ ],
1330
+ [
1331
+ -0.40718933939933777,
1332
+ -0.1650163233280182,
1333
+ -0.20994877815246582,
1334
+ -0.30401572585105896,
1335
+ -0.155318021774292,
1336
+ -0.24907366931438446,
1337
+ -0.4213687479496002
1338
+ ],
1339
+ [
1340
+ -0.4195690453052521,
1341
+ -0.1982821822166443,
1342
+ -0.2507246136665344,
1343
+ -0.3705698251724243,
1344
+ -0.18901395797729492,
1345
+ -0.26580363512039185,
1346
+ -0.43610936403274536
1347
+ ],
1348
+ [
1349
+ -0.4191136658191681,
1350
+ -0.23187632858753204,
1351
+ -0.27535223960876465,
1352
+ -0.4379633963108063,
1353
+ -0.21919023990631104,
1354
+ -0.2732521593570709,
1355
+ -0.44158613681793213
1356
+ ],
1357
+ [
1358
+ -0.419089674949646,
1359
+ -0.26514220237731934,
1360
+ -0.2998473048210144,
1361
+ -0.5039365291595459,
1362
+ -0.2494744062423706,
1363
+ -0.27950361371040344,
1364
+ -0.44159814715385437
1365
+ ],
1366
+ [
1367
+ -0.41914960741996765,
1368
+ -0.29654085636138916,
1369
+ -0.31166374683380127,
1370
+ -0.5675172805786133,
1371
+ -0.2821793556213379,
1372
+ -0.28581568598747253,
1373
+ -0.44158613681793213
1374
+ ],
1375
+ [
1376
+ -0.41917356848716736,
1377
+ -0.32735055685043335,
1378
+ -0.32084518671035767,
1379
+ -0.6263245344161987,
1380
+ -0.30839216709136963,
1381
+ -0.2911452353000641,
1382
+ -0.44159814715385437
1383
+ ],
1384
+ [
1385
+ -0.4191855490207672,
1386
+ -0.3556300401687622,
1387
+ -0.3249174952507019,
1388
+ -0.6819866895675659,
1389
+ -0.33405038714408875,
1390
+ -0.29506975412368774,
1391
+ -0.44159814715385437
1392
+ ],
1393
+ [
1394
+ -0.4189938008785248,
1395
+ -0.38541555404663086,
1396
+ -0.3271225690841675,
1397
+ -0.739936351776123,
1398
+ -0.35650551319122314,
1399
+ -0.29908084869384766,
1400
+ -0.44159814715385437
1401
+ ],
1402
+ [
1403
+ -0.4186103045940399,
1404
+ -0.41415131092071533,
1405
+ -0.3432430326938629,
1406
+ -0.7973036766052246,
1407
+ -0.3827183246612549,
1408
+ -0.30315980315208435,
1409
+ -0.44158613681793213
1410
+ ],
1411
+ [
1412
+ -0.4180110991001129,
1413
+ -0.4397256374359131,
1414
+ -0.36447906494140625,
1415
+ -0.8519278168678284,
1416
+ -0.4058838486671448,
1417
+ -0.30778926610946655,
1418
+ -0.4415741562843323
1419
+ ],
1420
+ [
1421
+ -0.4346871078014374,
1422
+ -0.46037447452545166,
1423
+ -0.38842302560806274,
1424
+ -0.8947706818580627,
1425
+ -0.42695051431655884,
1426
+ -0.3155890107154846,
1427
+ -0.4416221082210541
1428
+ ],
1429
+ [
1430
+ -0.46430572867393494,
1431
+ -0.48285770416259766,
1432
+ -0.41563087701797485,
1433
+ -0.9493948221206665,
1434
+ -0.44654470682144165,
1435
+ -0.32598984241485596,
1436
+ -0.44159814715385437
1437
+ ],
1438
+ [
1439
+ -0.4912462532520294,
1440
+ -0.5035065412521362,
1441
+ -0.43941643834114075,
1442
+ -0.9907044768333435,
1443
+ -0.46299904584884644,
1444
+ -0.33387091755867004,
1445
+ -0.44159814715385437
1446
+ ],
1447
+ [
1448
+ -0.5195649862289429,
1449
+ -0.521159291267395,
1450
+ -0.4627976417541504,
1451
+ -1.0311040878295898,
1452
+ -0.479501336812973,
1453
+ -0.3406086266040802,
1454
+ -0.44158613681793213
1455
+ ]
1456
+ ],
1457
+ "max": [
1458
+ [
1459
+ 0.07513824105262756,
1460
+ 0.20350897312164307,
1461
+ 0.09748779237270355,
1462
+ 0.5853724479675293,
1463
+ 0.1449386477470398,
1464
+ 0.08939845860004425,
1465
+ 0.16348262131214142
1466
+ ],
1467
+ [
1468
+ 0.11270400881767273,
1469
+ 0.22422969341278076,
1470
+ 0.10578087717294693,
1471
+ 0.6411231160163879,
1472
+ 0.19269579648971558,
1473
+ 0.1364365518093109,
1474
+ 0.21749551594257355
1475
+ ],
1476
+ [
1477
+ 0.14862072467803955,
1478
+ 0.24262547492980957,
1479
+ 0.1223846971988678,
1480
+ 0.6919122338294983,
1481
+ 0.24471932649612427,
1482
+ 0.1778540313243866,
1483
+ 0.2780637741088867
1484
+ ],
1485
+ [
1486
+ 0.1834840178489685,
1487
+ 0.24716752767562866,
1488
+ 0.14831438660621643,
1489
+ 0.7165517807006836,
1490
+ 0.2922622561454773,
1491
+ 0.21175739169120789,
1492
+ 0.32362282276153564
1493
+ ],
1494
+ [
1495
+ 0.21661190688610077,
1496
+ 0.24697577953338623,
1497
+ 0.1748727262020111,
1498
+ 0.7184185981750488,
1499
+ 0.3217392563819885,
1500
+ 0.24370089173316956,
1501
+ 0.3532118797302246
1502
+ ],
1503
+ [
1504
+ 0.25036856532096863,
1505
+ 0.24695181846618652,
1506
+ 0.19948527216911316,
1507
+ 0.7206264138221741,
1508
+ 0.3486798405647278,
1509
+ 0.2724151015281677,
1510
+ 0.37613168358802795
1511
+ ],
1512
+ [
1513
+ 0.28208938241004944,
1514
+ 0.24689191579818726,
1515
+ 0.22142952680587769,
1516
+ 0.7249091863632202,
1517
+ 0.36008965969085693,
1518
+ 0.29697078466415405,
1519
+ 0.3880080580711365
1520
+ ],
1521
+ [
1522
+ 0.31127098202705383,
1523
+ 0.2508702278137207,
1524
+ 0.24394676089286804,
1525
+ 0.7263712882995605,
1526
+ 0.3703840970993042,
1527
+ 0.3193708062171936,
1528
+ 0.3969576358795166
1529
+ ],
1530
+ [
1531
+ 0.3401050269603729,
1532
+ 0.2698325514793396,
1533
+ 0.26589101552963257,
1534
+ 0.7289838194847107,
1535
+ 0.374728262424469,
1536
+ 0.33028480410575867,
1537
+ 0.40995553135871887
1538
+ ],
1539
+ [
1540
+ 0.36874476075172424,
1541
+ 0.2866435647010803,
1542
+ 0.28967857360839844,
1543
+ 0.732471227645874,
1544
+ 0.3766457438468933,
1545
+ 0.33938083052635193,
1546
+ 0.4360571801662445
1547
+ ],
1548
+ [
1549
+ 0.3960927426815033,
1550
+ 0.30230826139450073,
1551
+ 0.3116227984428406,
1552
+ 0.7347003221511841,
1553
+ 0.3768734335899353,
1554
+ 0.3422810137271881,
1555
+ 0.4619397819042206
1556
+ ],
1557
+ [
1558
+ 0.42193663120269775,
1559
+ 0.313457727432251,
1560
+ 0.3302822411060333,
1561
+ 0.7359042167663574,
1562
+ 0.3796957731246948,
1563
+ 0.3449067175388336,
1564
+ 0.4793721139431
1565
+ ],
1566
+ [
1567
+ 0.4473941922187805,
1568
+ 0.32505959272384644,
1569
+ 0.3444972038269043,
1570
+ 0.7368150353431702,
1571
+ 0.38450145721435547,
1572
+ 0.3625188171863556,
1573
+ 0.49328577518463135
1574
+ ],
1575
+ [
1576
+ 0.47029608488082886,
1577
+ 0.337618887424469,
1578
+ 0.36315661668777466,
1579
+ 0.7370427250862122,
1580
+ 0.3906733989715576,
1581
+ 0.37890124320983887,
1582
+ 0.5068879127502441
1583
+ ],
1584
+ [
1585
+ 0.4922720789909363,
1586
+ 0.35036271810531616,
1587
+ 0.38112112879753113,
1588
+ 0.7371745705604553,
1589
+ 0.40455567836761475,
1590
+ 0.3952729105949402,
1591
+ 0.5156230926513672
1592
+ ],
1593
+ [
1594
+ 0.5178104639053345,
1595
+ 0.36399438977241516,
1596
+ 0.3948071300983429,
1597
+ 0.7372464537620544,
1598
+ 0.42232829332351685,
1599
+ 0.4106776714324951,
1600
+ 0.5220465660095215
1601
+ ]
1602
+ ],
1603
+ "mean": [
1604
+ [
1605
+ -0.007486794609576464,
1606
+ -0.00029961197287775576,
1607
+ -0.0022073930595070124,
1608
+ -0.008976037614047527,
1609
+ 0.002097461139783263,
1610
+ -0.0002553611120674759,
1611
+ 0.0019007646478712559
1612
+ ],
1613
+ [
1614
+ -0.007478336803615093,
1615
+ -0.00033989539952017367,
1616
+ -0.0021952788811177015,
1617
+ -0.009187916293740273,
1618
+ 0.0021039119455963373,
1619
+ -5.254574352875352e-05,
1620
+ 0.0019975469913333654
1621
+ ],
1622
+ [
1623
+ -0.007468384690582752,
1624
+ -0.00037833204260095954,
1625
+ -0.002182265045121312,
1626
+ -0.009399251081049442,
1627
+ 0.002109267981722951,
1628
+ 0.00014898381778039038,
1629
+ 0.0020923656411468983
1630
+ ],
1631
+ [
1632
+ -0.007456574589014053,
1633
+ -0.000415193586377427,
1634
+ -0.0021687899716198444,
1635
+ -0.009610752575099468,
1636
+ 0.0021140147000551224,
1637
+ 0.00034921630867756903,
1638
+ 0.002185513498261571
1639
+ ],
1640
+ [
1641
+ -0.007443071808665991,
1642
+ -0.0004506894911173731,
1643
+ -0.002155193593353033,
1644
+ -0.009822453372180462,
1645
+ 0.0021186042577028275,
1646
+ 0.0005483024870045483,
1647
+ 0.002277454361319542
1648
+ ],
1649
+ [
1650
+ -0.007427633740007877,
1651
+ -0.0004852269485127181,
1652
+ -0.002142043085768819,
1653
+ -0.010034341365098953,
1654
+ 0.002123648766428232,
1655
+ 0.0007458677282556891,
1656
+ 0.0023683938197791576
1657
+ ],
1658
+ [
1659
+ -0.00741058262065053,
1660
+ -0.0005189802614040673,
1661
+ -0.0021292681340128183,
1662
+ -0.010245979763567448,
1663
+ 0.002129168715327978,
1664
+ 0.0009422061266377568,
1665
+ 0.002458394505083561
1666
+ ],
1667
+ [
1668
+ -0.007391958497464657,
1669
+ -0.0005521982093341649,
1670
+ -0.002116613322868943,
1671
+ -0.010456988587975502,
1672
+ 0.002134885173290968,
1673
+ 0.0011370310094207525,
1674
+ 0.0025472729466855526
1675
+ ],
1676
+ [
1677
+ -0.007372093852609396,
1678
+ -0.0005847992724739015,
1679
+ -0.00210383883677423,
1680
+ -0.010666957125067711,
1681
+ 0.0021405413281172514,
1682
+ 0.0013302851002663374,
1683
+ 0.0026347008533775806
1684
+ ],
1685
+ [
1686
+ -0.007351120933890343,
1687
+ -0.0006166719831526279,
1688
+ -0.002090846188366413,
1689
+ -0.010875492356717587,
1690
+ 0.002146197948604822,
1691
+ 0.001521647209301591,
1692
+ 0.002720503369346261
1693
+ ],
1694
+ [
1695
+ -0.007329083513468504,
1696
+ -0.0006475744885392487,
1697
+ -0.0020776402670890093,
1698
+ -0.011082086712121964,
1699
+ 0.0021519509609788656,
1700
+ 0.001711102551780641,
1701
+ 0.002804564544931054
1702
+ ],
1703
+ [
1704
+ -0.007305832114070654,
1705
+ -0.0006772238411940634,
1706
+ -0.0020641437731683254,
1707
+ -0.011287203989923,
1708
+ 0.0021574937272816896,
1709
+ 0.0018987511284649372,
1710
+ 0.002886621281504631
1711
+ ],
1712
+ [
1713
+ -0.007280753925442696,
1714
+ -0.0007050686399452388,
1715
+ -0.0020505113061517477,
1716
+ -0.011490950360894203,
1717
+ 0.002162907039746642,
1718
+ 0.00208478095009923,
1719
+ 0.002966087544336915
1720
+ ],
1721
+ [
1722
+ -0.007253566291183233,
1723
+ -0.0007308466592803597,
1724
+ -0.002036819700151682,
1725
+ -0.011693748645484447,
1726
+ 0.0021681375801563263,
1727
+ 0.0022695637308061123,
1728
+ 0.003042919095605612
1729
+ ],
1730
+ [
1731
+ -0.007223827764391899,
1732
+ -0.0007544394466094673,
1733
+ -0.0020231404341757298,
1734
+ -0.011896276846528053,
1735
+ 0.002173369750380516,
1736
+ 0.002453463152050972,
1737
+ 0.0031172591261565685
1738
+ ],
1739
+ [
1740
+ -0.0071913436986505985,
1741
+ -0.0007758368155919015,
1742
+ -0.002009635791182518,
1743
+ -0.012099278159439564,
1744
+ 0.002179236151278019,
1745
+ 0.0026368864346295595,
1746
+ 0.0031896664295345545
1747
+ ]
1748
+ ],
1749
+ "std": [
1750
+ [
1751
+ 0.018859615549445152,
1752
+ 0.01564592309296131,
1753
+ 0.014646610245108604,
1754
+ 0.0245131216943264,
1755
+ 0.015163331292569637,
1756
+ 0.013666260987520218,
1757
+ 0.017301853746175766
1758
+ ],
1759
+ [
1760
+ 0.022795403376221657,
1761
+ 0.018802793696522713,
1762
+ 0.018546627834439278,
1763
+ 0.031447283923625946,
1764
+ 0.019567234441637993,
1765
+ 0.017740262672305107,
1766
+ 0.02291785180568695
1767
+ ],
1768
+ [
1769
+ 0.026846684515476227,
1770
+ 0.022182710468769073,
1771
+ 0.02251647412776947,
1772
+ 0.03858417645096779,
1773
+ 0.024026423692703247,
1774
+ 0.021816739812493324,
1775
+ 0.02855498343706131
1776
+ ],
1777
+ [
1778
+ 0.0309264175593853,
1779
+ 0.025662725791335106,
1780
+ 0.02647356502711773,
1781
+ 0.04574800655245781,
1782
+ 0.028434984385967255,
1783
+ 0.025799699127674103,
1784
+ 0.0341004878282547
1785
+ ],
1786
+ [
1787
+ 0.03499552980065346,
1788
+ 0.029177943244576454,
1789
+ 0.030381841585040092,
1790
+ 0.052864253520965576,
1791
+ 0.03275030478835106,
1792
+ 0.029651811346411705,
1793
+ 0.039511073380708694
1794
+ ],
1795
+ [
1796
+ 0.03903321549296379,
1797
+ 0.03269161283969879,
1798
+ 0.034225448966026306,
1799
+ 0.059897009283304214,
1800
+ 0.03695698827505112,
1801
+ 0.03336143493652344,
1802
+ 0.04476962238550186
1803
+ ],
1804
+ [
1805
+ 0.04302660748362541,
1806
+ 0.03618232533335686,
1807
+ 0.03799707815051079,
1808
+ 0.06682618707418442,
1809
+ 0.04105203598737717,
1810
+ 0.03692800924181938,
1811
+ 0.04987151920795441
1812
+ ],
1813
+ [
1814
+ 0.04696708917617798,
1815
+ 0.0396365225315094,
1816
+ 0.04169287532567978,
1817
+ 0.07363993674516678,
1818
+ 0.04503697156906128,
1819
+ 0.04035791754722595,
1820
+ 0.05481833219528198
1821
+ ],
1822
+ [
1823
+ 0.0508510023355484,
1824
+ 0.04304603487253189,
1825
+ 0.045311857014894485,
1826
+ 0.08033185452222824,
1827
+ 0.04891631379723549,
1828
+ 0.04366132616996765,
1829
+ 0.059615105390548706
1830
+ ],
1831
+ [
1832
+ 0.05467632785439491,
1833
+ 0.04640587791800499,
1834
+ 0.04885396361351013,
1835
+ 0.08689887076616287,
1836
+ 0.052694737911224365,
1837
+ 0.04684934765100479,
1838
+ 0.06426890194416046
1839
+ ],
1840
+ [
1841
+ 0.058443330228328705,
1842
+ 0.049712806940078735,
1843
+ 0.052320219576358795,
1844
+ 0.09334003925323486,
1845
+ 0.0563780814409256,
1846
+ 0.049932632595300674,
1847
+ 0.06878696382045746
1848
+ ],
1849
+ [
1850
+ 0.062152180820703506,
1851
+ 0.052964866161346436,
1852
+ 0.055712006986141205,
1853
+ 0.09965609759092331,
1854
+ 0.05997062474489212,
1855
+ 0.05292171612381935,
1856
+ 0.07317624241113663
1857
+ ],
1858
+ [
1859
+ 0.065802201628685,
1860
+ 0.056161027401685715,
1861
+ 0.059031594544649124,
1862
+ 0.10584822297096252,
1863
+ 0.06347694247961044,
1864
+ 0.055825572460889816,
1865
+ 0.07744213193655014
1866
+ ],
1867
+ [
1868
+ 0.06939233094453812,
1869
+ 0.05929989367723465,
1870
+ 0.06228000298142433,
1871
+ 0.11191755533218384,
1872
+ 0.06689970195293427,
1873
+ 0.058652568608522415,
1874
+ 0.0815882459282875
1875
+ ],
1876
+ [
1877
+ 0.07292092591524124,
1878
+ 0.06238020956516266,
1879
+ 0.06545950472354889,
1880
+ 0.11786424368619919,
1881
+ 0.07024107873439789,
1882
+ 0.0614103227853775,
1883
+ 0.0856170728802681
1884
+ ],
1885
+ [
1886
+ 0.07638779282569885,
1887
+ 0.06540020555257797,
1888
+ 0.06857011467218399,
1889
+ 0.12368891388177872,
1890
+ 0.07350259274244308,
1891
+ 0.0641045868396759,
1892
+ 0.08953102678060532
1893
+ ]
1894
+ ],
1895
+ "q01": [
1896
+ [
1897
+ -0.05828495264053345,
1898
+ -0.04002221137285233,
1899
+ -0.04364162504673004,
1900
+ -0.07357015013694763,
1901
+ -0.036040796041488646,
1902
+ -0.0321146810054779,
1903
+ -0.038021624088287354
1904
+ ],
1905
+ [
1906
+ -0.0737395492196083,
1907
+ -0.05513082861900329,
1908
+ -0.0584545561671257,
1909
+ -0.10355549067258835,
1910
+ -0.04767240524291992,
1911
+ -0.043938748836517334,
1912
+ -0.05416970312595367
1913
+ ],
1914
+ [
1915
+ -0.0898542931675911,
1916
+ -0.07042192995548248,
1917
+ -0.07351244509220123,
1918
+ -0.13293039798736572,
1919
+ -0.060051638484001156,
1920
+ -0.05573973149061203,
1921
+ -0.07024753689765931
1922
+ ],
1923
+ [
1924
+ -0.1055403247475624,
1925
+ -0.08595858424901962,
1926
+ -0.08764922991394997,
1927
+ -0.162109414935112,
1928
+ -0.07185704410076141,
1929
+ -0.06746647015213966,
1930
+ -0.08572600632905959
1931
+ ],
1932
+ [
1933
+ -0.12305701851844787,
1934
+ -0.10075480103492737,
1935
+ -0.10171301007270812,
1936
+ -0.19129109382629395,
1937
+ -0.08490453243255615,
1938
+ -0.07812772721052169,
1939
+ -0.1014729145169258
1940
+ ],
1941
+ [
1942
+ -0.14017157912254333,
1943
+ -0.1144199687242508,
1944
+ -0.11580970704555511,
1945
+ -0.2178858107328415,
1946
+ -0.09651663899421692,
1947
+ -0.08916416734457015,
1948
+ -0.1153131702542305
1949
+ ],
1950
+ [
1951
+ -0.15778135418891906,
1952
+ -0.12811891734600067,
1953
+ -0.12839631408452987,
1954
+ -0.24508314043283463,
1955
+ -0.10825486898422242,
1956
+ -0.09896698534488678,
1957
+ -0.12912493109703063
1958
+ ],
1959
+ [
1960
+ -0.17422357320785523,
1961
+ -0.1424960598349571,
1962
+ -0.14167603522539138,
1963
+ -0.2704015225172043,
1964
+ -0.11964052021503449,
1965
+ -0.10700699776411056,
1966
+ -0.142151315510273
1967
+ ],
1968
+ [
1969
+ -0.18960290372371674,
1970
+ -0.1577197551727295,
1971
+ -0.1542422032356262,
1972
+ -0.29599261343479155,
1973
+ -0.12967405080795288,
1974
+ -0.1141849172115326,
1975
+ -0.15516782730817794
1976
+ ],
1977
+ [
1978
+ -0.20470650255680084,
1979
+ -0.17046730399131774,
1980
+ -0.16701295226812363,
1981
+ -0.32205007791519163,
1982
+ -0.13973628044128417,
1983
+ -0.12215221017599105,
1984
+ -0.16627044439315797
1985
+ ],
1986
+ [
1987
+ -0.21676840156316757,
1988
+ -0.18340715527534485,
1989
+ -0.1801312431693077,
1990
+ -0.3454875123500824,
1991
+ -0.14995167970657347,
1992
+ -0.12868491023778916,
1993
+ -0.1794774317741394
1994
+ ],
1995
+ [
1996
+ -0.2303294587135315,
1997
+ -0.19624073922634125,
1998
+ -0.1921150529384613,
1999
+ -0.36934668898582457,
2000
+ -0.16010193884372712,
2001
+ -0.13416646540164948,
2002
+ -0.19258661329746246
2003
+ ],
2004
+ [
2005
+ -0.24387097090482712,
2006
+ -0.20842619717121125,
2007
+ -0.20184190452098846,
2008
+ -0.3900827521085739,
2009
+ -0.16781225442886352,
2010
+ -0.14042130768299102,
2011
+ -0.20417164504528046
2012
+ ],
2013
+ [
2014
+ -0.2574375766515732,
2015
+ -0.22271545171737672,
2016
+ -0.21437376320362092,
2017
+ -0.41505355536937716,
2018
+ -0.17762664079666138,
2019
+ -0.14744627833366394,
2020
+ -0.21390648066997528
2021
+ ],
2022
+ [
2023
+ -0.2711060148477554,
2024
+ -0.23351637840270995,
2025
+ -0.22684812545776367,
2026
+ -0.4373143082857132,
2027
+ -0.1862124037742615,
2028
+ -0.15347864985466003,
2029
+ -0.22567319869995117
2030
+ ],
2031
+ [
2032
+ -0.2828990536928177,
2033
+ -0.24680464059114457,
2034
+ -0.2375546434521675,
2035
+ -0.459803591966629,
2036
+ -0.19403118371963501,
2037
+ -0.15895285069942475,
2038
+ -0.2364928311109543
2039
+ ]
2040
+ ],
2041
+ "q99": [
2042
+ [
2043
+ 0.03607483148574835,
2044
+ 0.06257999956607822,
2045
+ 0.032636043131351475,
2046
+ 0.045952858924865975,
2047
+ 0.04620930016040806,
2048
+ 0.03586992204189301,
2049
+ 0.05381998598575592
2050
+ ],
2051
+ [
2052
+ 0.0512562829256058,
2053
+ 0.06392440974712378,
2054
+ 0.04455213904380812,
2055
+ 0.0686183989048006,
2056
+ 0.06288855791091932,
2057
+ 0.0510391801595688,
2058
+ 0.07690989017486573
2059
+ ],
2060
+ [
2061
+ 0.06744297862052928,
2062
+ 0.06815206527709966,
2063
+ 0.056634070277214135,
2064
+ 0.09068280786275872,
2065
+ 0.07848304033279425,
2066
+ 0.06627451658248903,
2067
+ 0.09908814549446132
2068
+ ],
2069
+ [
2070
+ 0.0839584195613862,
2071
+ 0.07418878674507141,
2072
+ 0.068710595369339,
2073
+ 0.11184514403343207,
2074
+ 0.09360285460948946,
2075
+ 0.08070101737976086,
2076
+ 0.12073996722698215
2077
+ ],
2078
+ [
2079
+ 0.0994660460948945,
2080
+ 0.08053576260805136,
2081
+ 0.07965508192777639,
2082
+ 0.13151678174734158,
2083
+ 0.10781878829002396,
2084
+ 0.09524223029613499,
2085
+ 0.1421920067071918
2086
+ ],
2087
+ [
2088
+ 0.11428344368934633,
2089
+ 0.08521889626979828,
2090
+ 0.09111769348382955,
2091
+ 0.15415115177631386,
2092
+ 0.12298441290855415,
2093
+ 0.10825354814529423,
2094
+ 0.16279475182294859
2095
+ ],
2096
+ [
2097
+ 0.1294230461120606,
2098
+ 0.09572881221771243,
2099
+ 0.10236060902476311,
2100
+ 0.17400295048952105,
2101
+ 0.1372521102428437,
2102
+ 0.12153843879699734,
2103
+ 0.18327626824378998
2104
+ ],
2105
+ [
2106
+ 0.14484668523073202,
2107
+ 0.1047942650318148,
2108
+ 0.11278726249933253,
2109
+ 0.1921692737936976,
2110
+ 0.15246686518192296,
2111
+ 0.13312437713146266,
2112
+ 0.20257329523563386
2113
+ ],
2114
+ [
2115
+ 0.16012526631355323,
2116
+ 0.11448297441005709,
2117
+ 0.12299128234386467,
2118
+ 0.2102522358298305,
2119
+ 0.16461516559123993,
2120
+ 0.14494853794574755,
2121
+ 0.22189562827348736
2122
+ ],
2123
+ [
2124
+ 0.17460008263587978,
2125
+ 0.12319070816040043,
2126
+ 0.13128652095794727,
2127
+ 0.22917700260877613,
2128
+ 0.17761977493763012,
2129
+ 0.15657489180564882,
2130
+ 0.24187291443347936
2131
+ ],
2132
+ [
2133
+ 0.18864333510398884,
2134
+ 0.13092876017093702,
2135
+ 0.14026864171028156,
2136
+ 0.2466798043251038,
2137
+ 0.188660173416138,
2138
+ 0.16789267838001262,
2139
+ 0.25970699071884223
2140
+ ],
2141
+ [
2142
+ 0.20267033755779268,
2143
+ 0.13864891231060109,
2144
+ 0.15073974132537846,
2145
+ 0.26503562569618294,
2146
+ 0.20157938897609737,
2147
+ 0.17674208760261542,
2148
+ 0.27734194695949554
2149
+ ],
2150
+ [
2151
+ 0.21468663036823274,
2152
+ 0.1473795133829117,
2153
+ 0.16044528782367717,
2154
+ 0.2786118930578232,
2155
+ 0.21246945202350617,
2156
+ 0.1884802472591403,
2157
+ 0.29559656918048977
2158
+ ],
2159
+ [
2160
+ 0.22685144007205987,
2161
+ 0.15501219749450706,
2162
+ 0.17090929388999943,
2163
+ 0.2951780414581308,
2164
+ 0.22396482050418864,
2165
+ 0.19994376778602738,
2166
+ 0.31161902844905887
2167
+ ],
2168
+ [
2169
+ 0.23865413725376153,
2170
+ 0.16376231729984297,
2171
+ 0.17984772026538856,
2172
+ 0.314438678622246,
2173
+ 0.23350116014480599,
2174
+ 0.20858039051294341,
2175
+ 0.32785663485527244
2176
+ ],
2177
+ [
2178
+ 0.2515566343069077,
2179
+ 0.1705072271823886,
2180
+ 0.18871696084737835,
2181
+ 0.32922300457954407,
2182
+ 0.24336061179637936,
2183
+ 0.21798562228679683,
2184
+ 0.3423173153400424
2185
+ ]
2186
+ ]
2187
+ }
2188
+ }
2189
+ }
2190
+ }
experiment_cfg/final_model_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "Gr00tN1d7",
3
+ "model_dtype": "bfloat16",
4
+ "model_name": "nvidia/Cosmos-Reason2-2B",
5
+ "backbone_model_type": "qwen",
6
+ "model_revision": null,
7
+ "tune_top_llm_layers": 0,
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": false,
15
+ "backbone_trainable_params_fp32": true,
16
+ "extra_augmentation_config": null,
17
+ "apply_sincos_state_encoding": false,
18
+ "use_percentiles": true,
19
+ "use_relative_action": false,
20
+ "max_state_dim": 132,
21
+ "max_action_dim": 132,
22
+ "action_horizon": 40,
23
+ "hidden_size": 1024,
24
+ "input_embedding_dim": 1536,
25
+ "state_history_length": 1,
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.2,
52
+ "exclude_state": false,
53
+ "use_mean_std": false,
54
+ "max_num_embodiments": 32
55
+ }
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:2b9224d95acf62fd5ed8d7b9a9f1b07a7d48b4893c514ca200952292d84b03a8
3
+ size 4990519232
model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a59c6e8ee940936c1b55058a4cf160318994bb370113b3153e739c91324a25e
3
+ size 1919980184
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
processor/embodiment_id.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robocasa_panda_omron": 13,
3
+ "oxe_droid": 17,
4
+ "oxe_fractal": 18,
5
+ "oxe_language_table": 19,
6
+ "oxe_bridge": 20,
7
+ "unknown": 22,
8
+ "gr1_unified": 20,
9
+ "agibot": 26,
10
+ "sim_behavior_r1_pro": 23,
11
+ "xdof": 24,
12
+ "xdof_oss_data": 25,
13
+ "unitree_g1_full_body_with_waist_height_nav_cmd": 25,
14
+ "real_r1_pro_sharpa": 27,
15
+ "real_r1_pro_sharpa_add_view": 27,
16
+ "real_r1_pro_sharpa_relative_arm_joint": 26,
17
+ "real_r1_pro_sharpa_delta_eef": 26,
18
+ "real_r1_pro_sharpa_absolute_eef": 26,
19
+ "real_r1_pro_sharpa_meanstd": 26,
20
+ "real_r1_pro_sharpa_relative_eef": 26,
21
+ "real_r1_pro_sharpa_relative_eef_add_view": 26,
22
+ "real_r1_pro_sharpa_relative_eef_relative_hand": 26,
23
+ "real_r1_pro_sharpa_relative_eef_human": 26,
24
+ "real_r1_pro_sharpa_relative_eef_human_add_view": 26,
25
+ "real_r1_pro_sharpa_relative_eef_human_relative_hand": 26,
26
+ "real_r1_pro_sharpa_relative_eef_egodex": 26,
27
+ "real_r1_pro_sharpa_relative_eef_egodex_relative_hand": 26,
28
+ "real_r1_pro_sharpa_relative_eef_egodex_wrist_only": 26,
29
+ "real_r1_pro_sharpa_relative_eef_maxinsights": 26,
30
+ "real_r1_pro_sharpa_relative_eef_maxinsights_relative_hand": 26,
31
+ "real_r1_pro_sharpa_relative_eef_mecka": 26,
32
+ "real_r1_pro_sharpa_relative_eef_mecka_relative_hand": 26,
33
+ "real_g1_relative_eef_absolute_joints": 25,
34
+ "real_g1_relative_eef_absolute_joints_wrist_cam": 25,
35
+ "real_g1_relative_eef_relative_joints": 25,
36
+ "real_r1_pro_sharpa_relative_eef_relative_hand_relative_joint": 26,
37
+ "real_r1_pro_sharpa_relative_joint": 29,
38
+ "oxe_droid_relative_eef_relative_joint": 24,
39
+ "oxe_droid_relative_eef_relative_joint_swapped": 24,
40
+ "oxe_droid_relative_eef_relative_joint_upweight_z": 24,
41
+ "oxe_droid_relative_eef_relative_joint_upweight_z_swapped": 24,
42
+ "oxe_droid_relative_eef_relative_joint_3view": 24,
43
+ "oxe_droid_relative_eef_relative_joint_3view_swapped": 24,
44
+ "oxe_droid_relative_eef": 24,
45
+ "oxe_droid_joint_position_relative": 24,
46
+ "xdof_relative_eef_relative_joint": 27,
47
+ "xdof_relative_eef_relative_joint_subtask": 27,
48
+ "xdof_relative_eef": 27,
49
+ "xdof_relative_joint": 28,
50
+ "simpler_env_google": 0,
51
+ "simpler_env_widowx": 1,
52
+ "libero_sim": 2,
53
+ "droid_sim": 3,
54
+ "unitree_g1_sonic": 11,
55
+ "new_embodiment": 10,
56
+ "robocasa_gr1_tabletop": 10
57
+ }
processor/processor_config.json ADDED
@@ -0,0 +1,1140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "processor_class": "Gr00tN1d7Processor",
3
+ "processor_kwargs": {
4
+ "modality_configs": {
5
+ "real_g1_relative_eef_relative_joints": {
6
+ "video": {
7
+ "delta_indices": [
8
+ -20,
9
+ 0
10
+ ],
11
+ "modality_keys": [
12
+ "ego_view"
13
+ ],
14
+ "sin_cos_embedding_keys": null,
15
+ "mean_std_embedding_keys": null,
16
+ "action_configs": null
17
+ },
18
+ "state": {
19
+ "delta_indices": [
20
+ 0
21
+ ],
22
+ "modality_keys": [
23
+ "left_wrist_eef_9d",
24
+ "right_wrist_eef_9d",
25
+ "left_hand",
26
+ "right_hand",
27
+ "left_arm",
28
+ "right_arm",
29
+ "waist"
30
+ ],
31
+ "sin_cos_embedding_keys": null,
32
+ "mean_std_embedding_keys": null,
33
+ "action_configs": null
34
+ },
35
+ "action": {
36
+ "delta_indices": [
37
+ 0,
38
+ 1,
39
+ 2,
40
+ 3,
41
+ 4,
42
+ 5,
43
+ 6,
44
+ 7,
45
+ 8,
46
+ 9,
47
+ 10,
48
+ 11,
49
+ 12,
50
+ 13,
51
+ 14,
52
+ 15,
53
+ 16,
54
+ 17,
55
+ 18,
56
+ 19,
57
+ 20,
58
+ 21,
59
+ 22,
60
+ 23,
61
+ 24,
62
+ 25,
63
+ 26,
64
+ 27,
65
+ 28,
66
+ 29,
67
+ 30,
68
+ 31,
69
+ 32,
70
+ 33,
71
+ 34,
72
+ 35,
73
+ 36,
74
+ 37,
75
+ 38,
76
+ 39
77
+ ],
78
+ "modality_keys": [
79
+ "left_wrist_eef_9d",
80
+ "right_wrist_eef_9d",
81
+ "left_hand",
82
+ "right_hand",
83
+ "left_arm",
84
+ "right_arm",
85
+ "waist",
86
+ "base_height_command",
87
+ "navigate_command"
88
+ ],
89
+ "sin_cos_embedding_keys": null,
90
+ "mean_std_embedding_keys": null,
91
+ "action_configs": [
92
+ {
93
+ "rep": "RELATIVE",
94
+ "type": "EEF",
95
+ "format": "XYZ_ROT6D",
96
+ "state_key": "left_wrist_eef_9d"
97
+ },
98
+ {
99
+ "rep": "RELATIVE",
100
+ "type": "EEF",
101
+ "format": "XYZ_ROT6D",
102
+ "state_key": "right_wrist_eef_9d"
103
+ },
104
+ {
105
+ "rep": "ABSOLUTE",
106
+ "type": "NON_EEF",
107
+ "format": "DEFAULT",
108
+ "state_key": "left_hand"
109
+ },
110
+ {
111
+ "rep": "ABSOLUTE",
112
+ "type": "NON_EEF",
113
+ "format": "DEFAULT",
114
+ "state_key": "right_hand"
115
+ },
116
+ {
117
+ "rep": "RELATIVE",
118
+ "type": "NON_EEF",
119
+ "format": "DEFAULT",
120
+ "state_key": "left_arm"
121
+ },
122
+ {
123
+ "rep": "RELATIVE",
124
+ "type": "NON_EEF",
125
+ "format": "DEFAULT",
126
+ "state_key": "right_arm"
127
+ },
128
+ {
129
+ "rep": "ABSOLUTE",
130
+ "type": "NON_EEF",
131
+ "format": "DEFAULT",
132
+ "state_key": "waist"
133
+ },
134
+ {
135
+ "rep": "ABSOLUTE",
136
+ "type": "NON_EEF",
137
+ "format": "DEFAULT",
138
+ "state_key": "base_height_command"
139
+ },
140
+ {
141
+ "rep": "ABSOLUTE",
142
+ "type": "NON_EEF",
143
+ "format": "DEFAULT",
144
+ "state_key": "navigate_command"
145
+ }
146
+ ]
147
+ },
148
+ "language": {
149
+ "delta_indices": [
150
+ 0
151
+ ],
152
+ "modality_keys": [
153
+ "annotation.human.task_description"
154
+ ],
155
+ "sin_cos_embedding_keys": null,
156
+ "mean_std_embedding_keys": null,
157
+ "action_configs": null
158
+ }
159
+ },
160
+ "real_r1_pro_sharpa_relative_eef_mecka": {
161
+ "video": {
162
+ "delta_indices": [
163
+ -30,
164
+ 0
165
+ ],
166
+ "modality_keys": [
167
+ "ego_view_cropratio_res320x240_freq30"
168
+ ],
169
+ "sin_cos_embedding_keys": null,
170
+ "mean_std_embedding_keys": null,
171
+ "action_configs": null
172
+ },
173
+ "state": {
174
+ "delta_indices": [
175
+ 0
176
+ ],
177
+ "modality_keys": [
178
+ "left_wrist_eef",
179
+ "right_wrist_eef",
180
+ "left_hand_joints",
181
+ "right_hand_joints"
182
+ ],
183
+ "sin_cos_embedding_keys": null,
184
+ "mean_std_embedding_keys": null,
185
+ "action_configs": null
186
+ },
187
+ "action": {
188
+ "delta_indices": [
189
+ 0,
190
+ 1,
191
+ 2,
192
+ 3,
193
+ 4,
194
+ 5,
195
+ 6,
196
+ 7,
197
+ 8,
198
+ 9,
199
+ 10,
200
+ 11,
201
+ 12,
202
+ 13,
203
+ 14,
204
+ 15,
205
+ 16,
206
+ 17,
207
+ 18,
208
+ 19,
209
+ 20,
210
+ 21,
211
+ 22,
212
+ 23,
213
+ 24,
214
+ 25,
215
+ 26,
216
+ 27,
217
+ 28,
218
+ 29,
219
+ 30,
220
+ 31,
221
+ 32,
222
+ 33,
223
+ 34,
224
+ 35,
225
+ 36,
226
+ 37,
227
+ 38,
228
+ 39
229
+ ],
230
+ "modality_keys": [
231
+ "left_wrist_eef",
232
+ "right_wrist_eef",
233
+ "left_hand_joints",
234
+ "right_hand_joints"
235
+ ],
236
+ "sin_cos_embedding_keys": null,
237
+ "mean_std_embedding_keys": null,
238
+ "action_configs": [
239
+ {
240
+ "rep": "RELATIVE",
241
+ "type": "EEF",
242
+ "format": "XYZ_ROT6D",
243
+ "state_key": "left_wrist_eef"
244
+ },
245
+ {
246
+ "rep": "RELATIVE",
247
+ "type": "EEF",
248
+ "format": "XYZ_ROT6D",
249
+ "state_key": "right_wrist_eef"
250
+ },
251
+ {
252
+ "rep": "ABSOLUTE",
253
+ "type": "NON_EEF",
254
+ "format": "DEFAULT",
255
+ "state_key": "left_hand_joints"
256
+ },
257
+ {
258
+ "rep": "ABSOLUTE",
259
+ "type": "NON_EEF",
260
+ "format": "DEFAULT",
261
+ "state_key": "right_hand_joints"
262
+ }
263
+ ]
264
+ },
265
+ "language": {
266
+ "delta_indices": [
267
+ 0
268
+ ],
269
+ "modality_keys": [
270
+ "annotation.human.coarse_action"
271
+ ],
272
+ "sin_cos_embedding_keys": null,
273
+ "mean_std_embedding_keys": null,
274
+ "action_configs": null
275
+ }
276
+ },
277
+ "real_r1_pro_sharpa_relative_eef_human": {
278
+ "video": {
279
+ "delta_indices": [
280
+ -20,
281
+ 0
282
+ ],
283
+ "modality_keys": [
284
+ "ego_view_res320x240_freq20",
285
+ "left_wrist_view_res320x240_freq20",
286
+ "right_wrist_view_res320x240_freq20"
287
+ ],
288
+ "sin_cos_embedding_keys": null,
289
+ "mean_std_embedding_keys": null,
290
+ "action_configs": null
291
+ },
292
+ "state": {
293
+ "delta_indices": [
294
+ 0
295
+ ],
296
+ "modality_keys": [
297
+ "left_wrist_eef",
298
+ "right_wrist_eef",
299
+ "left_hand_joints",
300
+ "right_hand_joints"
301
+ ],
302
+ "sin_cos_embedding_keys": null,
303
+ "mean_std_embedding_keys": null,
304
+ "action_configs": null
305
+ },
306
+ "action": {
307
+ "delta_indices": [
308
+ 0,
309
+ 1,
310
+ 2,
311
+ 3,
312
+ 4,
313
+ 5,
314
+ 6,
315
+ 7,
316
+ 8,
317
+ 9,
318
+ 10,
319
+ 11,
320
+ 12,
321
+ 13,
322
+ 14,
323
+ 15,
324
+ 16,
325
+ 17,
326
+ 18,
327
+ 19,
328
+ 20,
329
+ 21,
330
+ 22,
331
+ 23,
332
+ 24,
333
+ 25,
334
+ 26,
335
+ 27,
336
+ 28,
337
+ 29,
338
+ 30,
339
+ 31,
340
+ 32,
341
+ 33,
342
+ 34,
343
+ 35,
344
+ 36,
345
+ 37,
346
+ 38,
347
+ 39
348
+ ],
349
+ "modality_keys": [
350
+ "left_wrist_eef",
351
+ "right_wrist_eef",
352
+ "left_hand_joints",
353
+ "right_hand_joints"
354
+ ],
355
+ "sin_cos_embedding_keys": null,
356
+ "mean_std_embedding_keys": null,
357
+ "action_configs": [
358
+ {
359
+ "rep": "RELATIVE",
360
+ "type": "EEF",
361
+ "format": "XYZ_ROT6D",
362
+ "state_key": "left_wrist_eef"
363
+ },
364
+ {
365
+ "rep": "RELATIVE",
366
+ "type": "EEF",
367
+ "format": "XYZ_ROT6D",
368
+ "state_key": "right_wrist_eef"
369
+ },
370
+ {
371
+ "rep": "ABSOLUTE",
372
+ "type": "NON_EEF",
373
+ "format": "DEFAULT",
374
+ "state_key": "left_hand_joints"
375
+ },
376
+ {
377
+ "rep": "ABSOLUTE",
378
+ "type": "NON_EEF",
379
+ "format": "DEFAULT",
380
+ "state_key": "right_hand_joints"
381
+ }
382
+ ]
383
+ },
384
+ "language": {
385
+ "delta_indices": [
386
+ 0
387
+ ],
388
+ "modality_keys": [
389
+ "annotation.human.coarse_action"
390
+ ],
391
+ "sin_cos_embedding_keys": null,
392
+ "mean_std_embedding_keys": null,
393
+ "action_configs": null
394
+ }
395
+ },
396
+ "real_r1_pro_sharpa_relative_eef": {
397
+ "video": {
398
+ "delta_indices": [
399
+ -20,
400
+ 0
401
+ ],
402
+ "modality_keys": [
403
+ "ego_view_res320x240_freq20",
404
+ "left_wrist_view_res320x240_freq20",
405
+ "right_wrist_view_res320x240_freq20"
406
+ ],
407
+ "sin_cos_embedding_keys": null,
408
+ "mean_std_embedding_keys": null,
409
+ "action_configs": null
410
+ },
411
+ "state": {
412
+ "delta_indices": [
413
+ 0
414
+ ],
415
+ "modality_keys": [
416
+ "left_wrist_eef",
417
+ "right_wrist_eef",
418
+ "left_hand_joints",
419
+ "right_hand_joints"
420
+ ],
421
+ "sin_cos_embedding_keys": null,
422
+ "mean_std_embedding_keys": null,
423
+ "action_configs": null
424
+ },
425
+ "action": {
426
+ "delta_indices": [
427
+ 0,
428
+ 1,
429
+ 2,
430
+ 3,
431
+ 4,
432
+ 5,
433
+ 6,
434
+ 7,
435
+ 8,
436
+ 9,
437
+ 10,
438
+ 11,
439
+ 12,
440
+ 13,
441
+ 14,
442
+ 15,
443
+ 16,
444
+ 17,
445
+ 18,
446
+ 19,
447
+ 20,
448
+ 21,
449
+ 22,
450
+ 23,
451
+ 24,
452
+ 25,
453
+ 26,
454
+ 27,
455
+ 28,
456
+ 29,
457
+ 30,
458
+ 31,
459
+ 32,
460
+ 33,
461
+ 34,
462
+ 35,
463
+ 36,
464
+ 37,
465
+ 38,
466
+ 39
467
+ ],
468
+ "modality_keys": [
469
+ "left_wrist_eef",
470
+ "right_wrist_eef",
471
+ "left_hand_joints",
472
+ "right_hand_joints"
473
+ ],
474
+ "sin_cos_embedding_keys": null,
475
+ "mean_std_embedding_keys": null,
476
+ "action_configs": [
477
+ {
478
+ "rep": "RELATIVE",
479
+ "type": "EEF",
480
+ "format": "XYZ_ROT6D",
481
+ "state_key": "left_wrist_eef"
482
+ },
483
+ {
484
+ "rep": "RELATIVE",
485
+ "type": "EEF",
486
+ "format": "XYZ_ROT6D",
487
+ "state_key": "right_wrist_eef"
488
+ },
489
+ {
490
+ "rep": "ABSOLUTE",
491
+ "type": "NON_EEF",
492
+ "format": "DEFAULT",
493
+ "state_key": "left_hand_joints"
494
+ },
495
+ {
496
+ "rep": "ABSOLUTE",
497
+ "type": "NON_EEF",
498
+ "format": "DEFAULT",
499
+ "state_key": "right_hand_joints"
500
+ }
501
+ ]
502
+ },
503
+ "language": {
504
+ "delta_indices": [
505
+ 0
506
+ ],
507
+ "modality_keys": [
508
+ "annotation.human.coarse_action"
509
+ ],
510
+ "sin_cos_embedding_keys": null,
511
+ "mean_std_embedding_keys": null,
512
+ "action_configs": null
513
+ }
514
+ },
515
+ "xdof_relative_eef_relative_joint": {
516
+ "video": {
517
+ "delta_indices": [
518
+ -30,
519
+ 0
520
+ ],
521
+ "modality_keys": [
522
+ "top_camera-images-rgb_320_240",
523
+ "left_camera-images-rgb_320_240",
524
+ "right_camera-images-rgb_320_240"
525
+ ],
526
+ "sin_cos_embedding_keys": null,
527
+ "mean_std_embedding_keys": null,
528
+ "action_configs": null
529
+ },
530
+ "state": {
531
+ "delta_indices": [
532
+ 0
533
+ ],
534
+ "modality_keys": [
535
+ "left_wrist_eef",
536
+ "right_wrist_eef",
537
+ "left_gripper_pos",
538
+ "right_gripper_pos",
539
+ "left_joint_pos",
540
+ "right_joint_pos"
541
+ ],
542
+ "sin_cos_embedding_keys": null,
543
+ "mean_std_embedding_keys": null,
544
+ "action_configs": null
545
+ },
546
+ "action": {
547
+ "delta_indices": [
548
+ 0,
549
+ 1,
550
+ 2,
551
+ 3,
552
+ 4,
553
+ 5,
554
+ 6,
555
+ 7,
556
+ 8,
557
+ 9,
558
+ 10,
559
+ 11,
560
+ 12,
561
+ 13,
562
+ 14,
563
+ 15,
564
+ 16,
565
+ 17,
566
+ 18,
567
+ 19,
568
+ 20,
569
+ 21,
570
+ 22,
571
+ 23,
572
+ 24,
573
+ 25,
574
+ 26,
575
+ 27,
576
+ 28,
577
+ 29,
578
+ 30,
579
+ 31,
580
+ 32,
581
+ 33,
582
+ 34,
583
+ 35,
584
+ 36,
585
+ 37,
586
+ 38,
587
+ 39
588
+ ],
589
+ "modality_keys": [
590
+ "left_wrist_eef",
591
+ "right_wrist_eef",
592
+ "left_gripper_pos",
593
+ "right_gripper_pos",
594
+ "left_joint_pos",
595
+ "right_joint_pos"
596
+ ],
597
+ "sin_cos_embedding_keys": null,
598
+ "mean_std_embedding_keys": null,
599
+ "action_configs": [
600
+ {
601
+ "rep": "RELATIVE",
602
+ "type": "EEF",
603
+ "format": "XYZ_ROT6D",
604
+ "state_key": "left_wrist_eef"
605
+ },
606
+ {
607
+ "rep": "RELATIVE",
608
+ "type": "EEF",
609
+ "format": "XYZ_ROT6D",
610
+ "state_key": "right_wrist_eef"
611
+ },
612
+ {
613
+ "rep": "ABSOLUTE",
614
+ "type": "NON_EEF",
615
+ "format": "DEFAULT",
616
+ "state_key": "left_gripper_pos"
617
+ },
618
+ {
619
+ "rep": "ABSOLUTE",
620
+ "type": "NON_EEF",
621
+ "format": "DEFAULT",
622
+ "state_key": "right_gripper_pos"
623
+ },
624
+ {
625
+ "rep": "RELATIVE",
626
+ "type": "NON_EEF",
627
+ "format": "DEFAULT",
628
+ "state_key": "left_joint_pos"
629
+ },
630
+ {
631
+ "rep": "RELATIVE",
632
+ "type": "NON_EEF",
633
+ "format": "DEFAULT",
634
+ "state_key": "right_joint_pos"
635
+ }
636
+ ]
637
+ },
638
+ "language": {
639
+ "delta_indices": [
640
+ 0
641
+ ],
642
+ "modality_keys": [
643
+ "annotation.task"
644
+ ],
645
+ "sin_cos_embedding_keys": null,
646
+ "mean_std_embedding_keys": null,
647
+ "action_configs": null
648
+ }
649
+ },
650
+ "real_r1_pro_sharpa_relative_eef_maxinsights": {
651
+ "video": {
652
+ "delta_indices": [
653
+ -30,
654
+ 0
655
+ ],
656
+ "modality_keys": [
657
+ "ego_view_cropratio_res320x240_freq30"
658
+ ],
659
+ "sin_cos_embedding_keys": null,
660
+ "mean_std_embedding_keys": null,
661
+ "action_configs": null
662
+ },
663
+ "state": {
664
+ "delta_indices": [
665
+ 0
666
+ ],
667
+ "modality_keys": [
668
+ "left_wrist_eef",
669
+ "right_wrist_eef",
670
+ "left_hand_joints",
671
+ "right_hand_joints"
672
+ ],
673
+ "sin_cos_embedding_keys": null,
674
+ "mean_std_embedding_keys": null,
675
+ "action_configs": null
676
+ },
677
+ "action": {
678
+ "delta_indices": [
679
+ 0,
680
+ 1,
681
+ 2,
682
+ 3,
683
+ 4,
684
+ 5,
685
+ 6,
686
+ 7,
687
+ 8,
688
+ 9,
689
+ 10,
690
+ 11,
691
+ 12,
692
+ 13,
693
+ 14,
694
+ 15,
695
+ 16,
696
+ 17,
697
+ 18,
698
+ 19,
699
+ 20,
700
+ 21,
701
+ 22,
702
+ 23,
703
+ 24,
704
+ 25,
705
+ 26,
706
+ 27,
707
+ 28,
708
+ 29,
709
+ 30,
710
+ 31,
711
+ 32,
712
+ 33,
713
+ 34,
714
+ 35,
715
+ 36,
716
+ 37,
717
+ 38,
718
+ 39
719
+ ],
720
+ "modality_keys": [
721
+ "left_wrist_eef",
722
+ "right_wrist_eef",
723
+ "left_hand_joints",
724
+ "right_hand_joints"
725
+ ],
726
+ "sin_cos_embedding_keys": null,
727
+ "mean_std_embedding_keys": null,
728
+ "action_configs": [
729
+ {
730
+ "rep": "RELATIVE",
731
+ "type": "EEF",
732
+ "format": "XYZ_ROT6D",
733
+ "state_key": "left_wrist_eef"
734
+ },
735
+ {
736
+ "rep": "RELATIVE",
737
+ "type": "EEF",
738
+ "format": "XYZ_ROT6D",
739
+ "state_key": "right_wrist_eef"
740
+ },
741
+ {
742
+ "rep": "ABSOLUTE",
743
+ "type": "NON_EEF",
744
+ "format": "DEFAULT",
745
+ "state_key": "left_hand_joints"
746
+ },
747
+ {
748
+ "rep": "ABSOLUTE",
749
+ "type": "NON_EEF",
750
+ "format": "DEFAULT",
751
+ "state_key": "right_hand_joints"
752
+ }
753
+ ]
754
+ },
755
+ "language": {
756
+ "delta_indices": [
757
+ 0
758
+ ],
759
+ "modality_keys": [
760
+ "annotation.human.coarse_action"
761
+ ],
762
+ "sin_cos_embedding_keys": null,
763
+ "mean_std_embedding_keys": null,
764
+ "action_configs": null
765
+ }
766
+ },
767
+ "xdof_relative_eef_relative_joint_subtask": {
768
+ "video": {
769
+ "delta_indices": [
770
+ -30,
771
+ 0
772
+ ],
773
+ "modality_keys": [
774
+ "top_camera-images-rgb_320_240",
775
+ "left_camera-images-rgb_320_240",
776
+ "right_camera-images-rgb_320_240"
777
+ ],
778
+ "sin_cos_embedding_keys": null,
779
+ "mean_std_embedding_keys": null,
780
+ "action_configs": null
781
+ },
782
+ "state": {
783
+ "delta_indices": [
784
+ 0
785
+ ],
786
+ "modality_keys": [
787
+ "left_wrist_eef",
788
+ "right_wrist_eef",
789
+ "left_gripper_pos",
790
+ "right_gripper_pos",
791
+ "left_joint_pos",
792
+ "right_joint_pos"
793
+ ],
794
+ "sin_cos_embedding_keys": null,
795
+ "mean_std_embedding_keys": null,
796
+ "action_configs": null
797
+ },
798
+ "action": {
799
+ "delta_indices": [
800
+ 0,
801
+ 1,
802
+ 2,
803
+ 3,
804
+ 4,
805
+ 5,
806
+ 6,
807
+ 7,
808
+ 8,
809
+ 9,
810
+ 10,
811
+ 11,
812
+ 12,
813
+ 13,
814
+ 14,
815
+ 15,
816
+ 16,
817
+ 17,
818
+ 18,
819
+ 19,
820
+ 20,
821
+ 21,
822
+ 22,
823
+ 23,
824
+ 24,
825
+ 25,
826
+ 26,
827
+ 27,
828
+ 28,
829
+ 29,
830
+ 30,
831
+ 31,
832
+ 32,
833
+ 33,
834
+ 34,
835
+ 35,
836
+ 36,
837
+ 37,
838
+ 38,
839
+ 39
840
+ ],
841
+ "modality_keys": [
842
+ "left_wrist_eef",
843
+ "right_wrist_eef",
844
+ "left_gripper_pos",
845
+ "right_gripper_pos",
846
+ "left_joint_pos",
847
+ "right_joint_pos"
848
+ ],
849
+ "sin_cos_embedding_keys": null,
850
+ "mean_std_embedding_keys": null,
851
+ "action_configs": [
852
+ {
853
+ "rep": "RELATIVE",
854
+ "type": "EEF",
855
+ "format": "XYZ_ROT6D",
856
+ "state_key": "left_wrist_eef"
857
+ },
858
+ {
859
+ "rep": "RELATIVE",
860
+ "type": "EEF",
861
+ "format": "XYZ_ROT6D",
862
+ "state_key": "right_wrist_eef"
863
+ },
864
+ {
865
+ "rep": "ABSOLUTE",
866
+ "type": "NON_EEF",
867
+ "format": "DEFAULT",
868
+ "state_key": "left_gripper_pos"
869
+ },
870
+ {
871
+ "rep": "ABSOLUTE",
872
+ "type": "NON_EEF",
873
+ "format": "DEFAULT",
874
+ "state_key": "right_gripper_pos"
875
+ },
876
+ {
877
+ "rep": "RELATIVE",
878
+ "type": "NON_EEF",
879
+ "format": "DEFAULT",
880
+ "state_key": "left_joint_pos"
881
+ },
882
+ {
883
+ "rep": "RELATIVE",
884
+ "type": "NON_EEF",
885
+ "format": "DEFAULT",
886
+ "state_key": "right_joint_pos"
887
+ }
888
+ ]
889
+ },
890
+ "language": {
891
+ "delta_indices": [
892
+ 0
893
+ ],
894
+ "modality_keys": [
895
+ "annotation.sub_task"
896
+ ],
897
+ "sin_cos_embedding_keys": null,
898
+ "mean_std_embedding_keys": null,
899
+ "action_configs": null
900
+ }
901
+ },
902
+ "oxe_droid_relative_eef_relative_joint": {
903
+ "video": {
904
+ "delta_indices": [
905
+ -15,
906
+ 0
907
+ ],
908
+ "modality_keys": [
909
+ "exterior_image_1_left",
910
+ "wrist_image_left"
911
+ ],
912
+ "sin_cos_embedding_keys": null,
913
+ "mean_std_embedding_keys": null,
914
+ "action_configs": null
915
+ },
916
+ "state": {
917
+ "delta_indices": [
918
+ 0
919
+ ],
920
+ "modality_keys": [
921
+ "eef_9d",
922
+ "gripper_position",
923
+ "joint_position"
924
+ ],
925
+ "sin_cos_embedding_keys": null,
926
+ "mean_std_embedding_keys": null,
927
+ "action_configs": null
928
+ },
929
+ "action": {
930
+ "delta_indices": [
931
+ 0,
932
+ 1,
933
+ 2,
934
+ 3,
935
+ 4,
936
+ 5,
937
+ 6,
938
+ 7,
939
+ 8,
940
+ 9,
941
+ 10,
942
+ 11,
943
+ 12,
944
+ 13,
945
+ 14,
946
+ 15,
947
+ 16,
948
+ 17,
949
+ 18,
950
+ 19,
951
+ 20,
952
+ 21,
953
+ 22,
954
+ 23,
955
+ 24,
956
+ 25,
957
+ 26,
958
+ 27,
959
+ 28,
960
+ 29,
961
+ 30,
962
+ 31,
963
+ 32,
964
+ 33,
965
+ 34,
966
+ 35,
967
+ 36,
968
+ 37,
969
+ 38,
970
+ 39
971
+ ],
972
+ "modality_keys": [
973
+ "eef_9d",
974
+ "gripper_position",
975
+ "joint_position"
976
+ ],
977
+ "sin_cos_embedding_keys": null,
978
+ "mean_std_embedding_keys": null,
979
+ "action_configs": [
980
+ {
981
+ "rep": "RELATIVE",
982
+ "type": "EEF",
983
+ "format": "XYZ_ROT6D",
984
+ "state_key": "eef_9d"
985
+ },
986
+ {
987
+ "rep": "ABSOLUTE",
988
+ "type": "NON_EEF",
989
+ "format": "DEFAULT",
990
+ "state_key": "gripper_position"
991
+ },
992
+ {
993
+ "rep": "RELATIVE",
994
+ "type": "NON_EEF",
995
+ "format": "DEFAULT",
996
+ "state_key": "joint_position"
997
+ }
998
+ ]
999
+ },
1000
+ "language": {
1001
+ "delta_indices": [
1002
+ 0
1003
+ ],
1004
+ "modality_keys": [
1005
+ "annotation.language.language_instruction"
1006
+ ],
1007
+ "sin_cos_embedding_keys": null,
1008
+ "mean_std_embedding_keys": null,
1009
+ "action_configs": null
1010
+ }
1011
+ },
1012
+ "new_embodiment": {
1013
+ "video": {
1014
+ "delta_indices": [
1015
+ 0
1016
+ ],
1017
+ "modality_keys": [
1018
+ "head",
1019
+ "left_wrist",
1020
+ "right_wrist"
1021
+ ],
1022
+ "sin_cos_embedding_keys": null,
1023
+ "mean_std_embedding_keys": null,
1024
+ "action_configs": null
1025
+ },
1026
+ "state": {
1027
+ "delta_indices": [
1028
+ 0
1029
+ ],
1030
+ "modality_keys": [
1031
+ "left_arm",
1032
+ "right_arm",
1033
+ "left_hand",
1034
+ "right_hand"
1035
+ ],
1036
+ "sin_cos_embedding_keys": null,
1037
+ "mean_std_embedding_keys": null,
1038
+ "action_configs": null
1039
+ },
1040
+ "action": {
1041
+ "delta_indices": [
1042
+ 0,
1043
+ 1,
1044
+ 2,
1045
+ 3,
1046
+ 4,
1047
+ 5,
1048
+ 6,
1049
+ 7,
1050
+ 8,
1051
+ 9,
1052
+ 10,
1053
+ 11,
1054
+ 12,
1055
+ 13,
1056
+ 14,
1057
+ 15
1058
+ ],
1059
+ "modality_keys": [
1060
+ "left_arm",
1061
+ "right_arm",
1062
+ "left_hand",
1063
+ "right_hand"
1064
+ ],
1065
+ "sin_cos_embedding_keys": null,
1066
+ "mean_std_embedding_keys": null,
1067
+ "action_configs": [
1068
+ {
1069
+ "rep": "RELATIVE",
1070
+ "type": "NON_EEF",
1071
+ "format": "DEFAULT",
1072
+ "state_key": null
1073
+ },
1074
+ {
1075
+ "rep": "RELATIVE",
1076
+ "type": "NON_EEF",
1077
+ "format": "DEFAULT",
1078
+ "state_key": null
1079
+ },
1080
+ {
1081
+ "rep": "ABSOLUTE",
1082
+ "type": "NON_EEF",
1083
+ "format": "DEFAULT",
1084
+ "state_key": null
1085
+ },
1086
+ {
1087
+ "rep": "ABSOLUTE",
1088
+ "type": "NON_EEF",
1089
+ "format": "DEFAULT",
1090
+ "state_key": null
1091
+ }
1092
+ ]
1093
+ },
1094
+ "language": {
1095
+ "delta_indices": [
1096
+ 0
1097
+ ],
1098
+ "modality_keys": [
1099
+ "annotation.human.task_description"
1100
+ ],
1101
+ "sin_cos_embedding_keys": null,
1102
+ "mean_std_embedding_keys": null,
1103
+ "action_configs": null
1104
+ }
1105
+ }
1106
+ },
1107
+ "image_crop_size": [
1108
+ 230,
1109
+ 230
1110
+ ],
1111
+ "image_target_size": [
1112
+ 256,
1113
+ 256
1114
+ ],
1115
+ "use_albumentations": true,
1116
+ "random_rotation_angle": 0,
1117
+ "color_jitter_params": {
1118
+ "brightness": 0.3,
1119
+ "contrast": 0.4,
1120
+ "saturation": 0.5,
1121
+ "hue": 0.08
1122
+ },
1123
+ "shortest_image_edge": 256,
1124
+ "crop_fraction": 0.95,
1125
+ "letter_box_transform": false,
1126
+ "model_name": "nvidia/Cosmos-Reason2-2B",
1127
+ "model_type": "qwen",
1128
+ "formalize_language": true,
1129
+ "max_state_dim": 132,
1130
+ "max_action_dim": 132,
1131
+ "max_action_horizon": 40,
1132
+ "use_percentiles": true,
1133
+ "use_mean_std": false,
1134
+ "clip_outliers": true,
1135
+ "apply_sincos_state_encoding": false,
1136
+ "use_relative_action": true,
1137
+ "exclude_state": false,
1138
+ "state_dropout_prob": 0.2
1139
+ }
1140
+ }
processor/statistics.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:5ec7853468ce43693d6bcd73a51d81331b11c207f9daf7f8412b159d6ef35b0b
3
+ size 7761
wandb_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"project": "finetune-gr00t-n1d7", "run_id": "g1_metal_sort"}