jjhrobo commited on
Commit
e852a34
·
verified ·
1 Parent(s): ff2e4e0

checkpoint-16000 (inference only)

Browse files
checkpoint-16000/config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_horizon": 50,
3
+ "add_pos_embed": true,
4
+ "apply_sincos_state_encoding": true,
5
+ "architectures": [
6
+ "Gr00tN1d6"
7
+ ],
8
+ "attn_dropout": 0.2,
9
+ "attn_implementation": null,
10
+ "backbone_embedding_dim": 2048,
11
+ "backbone_model_type": "eagle",
12
+ "backbone_trainable_params_fp32": true,
13
+ "collator_overwrite_image_inputs": false,
14
+ "color_jitter_params": {
15
+ "brightness": 0.1,
16
+ "contrast": 0.1,
17
+ "hue": 0.1,
18
+ "saturation": 0.1
19
+ },
20
+ "crop_fraction": 0.95,
21
+ "diffusion_model_cfg": {
22
+ "attention_head_dim": 48,
23
+ "dropout": 0.2,
24
+ "final_dropout": true,
25
+ "interleave_self_attention": true,
26
+ "norm_type": "ada_norm",
27
+ "num_attention_heads": 32,
28
+ "num_layers": 32,
29
+ "output_dim": 1024,
30
+ "positional_embeddings": null
31
+ },
32
+ "eagle_collator": true,
33
+ "formalize_language": true,
34
+ "gemma_collator": false,
35
+ "hidden_size": 1024,
36
+ "image_crop_size": null,
37
+ "image_target_size": null,
38
+ "input_embedding_dim": 1536,
39
+ "load_bf16": true,
40
+ "max_action_dim": 128,
41
+ "max_num_embodiments": 32,
42
+ "max_seq_len": 1024,
43
+ "max_state_dim": 128,
44
+ "model_dtype": "bfloat16",
45
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
46
+ "model_type": "Gr00tN1d6",
47
+ "noise_beta_alpha": 1.5,
48
+ "noise_beta_beta": 1.0,
49
+ "noise_s": 0.999,
50
+ "num_inference_timesteps": 4,
51
+ "num_timestep_buckets": 1000,
52
+ "random_rotation_angle": null,
53
+ "reproject_vision": false,
54
+ "select_layer": 16,
55
+ "shortest_image_edge": 256,
56
+ "state_dropout_prob": 0.0,
57
+ "torch_dtype": "bfloat16",
58
+ "transformers_version": "4.51.3",
59
+ "tune_diffusion_model": true,
60
+ "tune_llm": false,
61
+ "tune_projector": true,
62
+ "tune_top_llm_layers": 4,
63
+ "tune_visual": false,
64
+ "tune_vlln": true,
65
+ "use_albumentations_transforms": true,
66
+ "use_alternate_vl_dit": true,
67
+ "use_flash_attention": true,
68
+ "use_relative_action": true,
69
+ "use_vlln": true
70
+ }
checkpoint-16000/embodiment_id.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robocasa_panda_omron": 13,
3
+ "gr1": 20,
4
+ "behavior_r1_pro": 24,
5
+ "unitree_g1": 8,
6
+ "oxe_google": 0,
7
+ "oxe_widowx": 1,
8
+ "libero_panda": 2,
9
+ "new_embodiment": 10
10
+ }
checkpoint-16000/experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ load_config_path: null
2
+ model:
3
+ model_type: Gr00tN1d6
4
+ model_dtype: bfloat16
5
+ model_name: nvidia/Eagle-Block2A-2B-v2
6
+ backbone_model_type: eagle
7
+ model_revision: null
8
+ tune_top_llm_layers: 4
9
+ backbone_embedding_dim: 2048
10
+ tune_llm: false
11
+ tune_visual: false
12
+ select_layer: 16
13
+ reproject_vision: false
14
+ use_flash_attention: true
15
+ load_bf16: false
16
+ collator_overwrite_image_inputs: false
17
+ eagle_collator: true
18
+ backbone_trainable_params_fp32: true
19
+ image_crop_size:
20
+ - 224
21
+ - 224
22
+ image_target_size:
23
+ - 224
24
+ - 224
25
+ shortest_image_edge: null
26
+ crop_fraction: null
27
+ random_rotation_angle: null
28
+ color_jitter_params: null
29
+ use_albumentations_transforms: false
30
+ formalize_language: true
31
+ apply_sincos_state_encoding: false
32
+ use_relative_action: true
33
+ max_state_dim: 29
34
+ max_action_dim: 29
35
+ action_horizon: 16
36
+ hidden_size: 1024
37
+ input_embedding_dim: 1536
38
+ add_pos_embed: true
39
+ attn_dropout: 0.2
40
+ use_vlln: true
41
+ max_seq_len: 1024
42
+ use_alternate_vl_dit: true
43
+ attend_text_every_n_blocks: 2
44
+ diffusion_model_cfg:
45
+ positional_embeddings: null
46
+ num_layers: 32
47
+ num_attention_heads: 32
48
+ attention_head_dim: 48
49
+ norm_type: ada_norm
50
+ dropout: 0.2
51
+ final_dropout: true
52
+ output_dim: 1024
53
+ interleave_self_attention: true
54
+ num_inference_timesteps: 4
55
+ noise_beta_alpha: 1.5
56
+ noise_beta_beta: 1.0
57
+ noise_s: 0.999
58
+ num_timestep_buckets: 1000
59
+ tune_projector: true
60
+ tune_diffusion_model: true
61
+ tune_vlln: true
62
+ state_dropout_prob: 0.0
63
+ state_additive_noise_scale: 0.0
64
+ max_num_embodiments: 32
65
+ data:
66
+ datasets:
67
+ - dataset_paths:
68
+ - /data/datasets/evButtonPush-260608-260615-10fps-rated-merged
69
+ embodiment_tag: new_embodiment
70
+ mix_ratio: 1.0
71
+ dataset_type: physical_embodiment
72
+ val_dataset_path: null
73
+ modality_configs:
74
+ new_embodiment:
75
+ video:
76
+ delta_indices:
77
+ - 0
78
+ modality_keys:
79
+ - cam_wrist
80
+ - cam_top
81
+ - cam_belly
82
+ sin_cos_embedding_keys: null
83
+ mean_std_embedding_keys: null
84
+ action_configs: null
85
+ state:
86
+ delta_indices:
87
+ - 0
88
+ modality_keys:
89
+ - arm
90
+ sin_cos_embedding_keys: null
91
+ mean_std_embedding_keys: null
92
+ action_configs: null
93
+ action:
94
+ delta_indices:
95
+ - 0
96
+ - 1
97
+ - 2
98
+ - 3
99
+ - 4
100
+ - 5
101
+ - 6
102
+ - 7
103
+ - 8
104
+ - 9
105
+ - 10
106
+ - 11
107
+ - 12
108
+ - 13
109
+ - 14
110
+ - 15
111
+ modality_keys:
112
+ - arm
113
+ sin_cos_embedding_keys: null
114
+ mean_std_embedding_keys: null
115
+ action_configs:
116
+ - rep: RELATIVE
117
+ type: NON_EEF
118
+ format: DEFAULT
119
+ state_key: null
120
+ language:
121
+ delta_indices:
122
+ - 0
123
+ modality_keys:
124
+ - annotation.human.task_description
125
+ sin_cos_embedding_keys: null
126
+ mean_std_embedding_keys: null
127
+ action_configs: null
128
+ download_cache: false
129
+ shard_size: 1024
130
+ episode_sampling_rate: 0.1
131
+ num_shards_per_epoch: 100000
132
+ override_pretraining_statistics: false
133
+ mode: single_turn
134
+ random_chop: 0.0
135
+ mock_dataset_mode: false
136
+ shuffle: true
137
+ seed: 42
138
+ multiprocessing_context: fork
139
+ allow_padding: false
140
+ subsample_ratio: 1.0
141
+ image_crop_size:
142
+ - 244
143
+ - 244
144
+ image_target_size:
145
+ - 224
146
+ - 224
147
+ video_backend: torchcodec
148
+ training:
149
+ output_dir: /data/checkpoints/20260618-evButtonPush-rated-merged-640
150
+ experiment_name: null
151
+ max_steps: 20000
152
+ global_batch_size: 32
153
+ batch_size: null
154
+ gradient_accumulation_steps: 1
155
+ learning_rate: 2.0e-05
156
+ lr_scheduler_type: cosine
157
+ weight_decay: 1.0e-05
158
+ warmup_ratio: 0.05
159
+ warmup_steps: 0
160
+ max_grad_norm: 1.0
161
+ optim: adamw_torch
162
+ start_from_checkpoint: nvidia/GR00T-N1.6-3B
163
+ tf32: true
164
+ fp16: false
165
+ bf16: true
166
+ eval_bf16: true
167
+ logging_steps: 10
168
+ save_steps: 1000
169
+ save_total_limit: 10
170
+ save_vl_model: false
171
+ upload_checkpoints: false
172
+ upload_every: 1000
173
+ upload_last_n_checkpoints: 5
174
+ max_concurrent_uploads: 2
175
+ eval_strategy: 'no'
176
+ eval_steps: 500
177
+ eval_set_split_ratio: 0.1
178
+ eval_batch_size: 2
179
+ save_best_eval_metric_name: ''
180
+ save_best_eval_metric_greater_is_better: true
181
+ deepspeed_stage: 2
182
+ gradient_checkpointing: false
183
+ transformers_trust_remote_code: true
184
+ transformers_local_files_only: false
185
+ transformers_cache_dir: null
186
+ transformers_access_token: null
187
+ use_ddp: false
188
+ ddp_bucket_cap_mb: 100
189
+ num_gpus: 1
190
+ dataloader_num_workers: 2
191
+ remove_unused_columns: false
192
+ use_wandb: false
193
+ wandb_project: finetune-gr00t-n1d6
194
+ enable_profiling: false
195
+ max_retries: 3
196
+ assert_loss_less_than: null
197
+ add_rl_callback: false
198
+ enable_open_loop_eval: false
199
+ open_loop_eval_traj_ids:
200
+ - 0
201
+ open_loop_eval_steps_per_traj: 100
202
+ open_loop_eval_plot_indices: null
203
+ max_steps: 20000
204
+ save_steps: 1000
checkpoint-16000/experiment_cfg/config.yaml ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ !!python/object:gr00t.configs.base_config.Config
2
+ data: !!python/object:gr00t.configs.data.data_config.DataConfig
3
+ allow_padding: false
4
+ datasets:
5
+ - !!python/object:gr00t.configs.data.data_config.SingleDatasetConfig
6
+ dataset_paths:
7
+ - /data/datasets/evButtonPush-260608-260615-10fps-rated-merged
8
+ dataset_type: physical_embodiment
9
+ embodiment_tag: new_embodiment
10
+ mix_ratio: 1.0
11
+ val_dataset_path: null
12
+ download_cache: false
13
+ episode_sampling_rate: 0.1
14
+ image_crop_size:
15
+ - 244
16
+ - 244
17
+ image_target_size:
18
+ - 224
19
+ - 224
20
+ mock_dataset_mode: false
21
+ modality_configs:
22
+ new_embodiment:
23
+ action: !!python/object:gr00t.data.types.ModalityConfig
24
+ action_configs:
25
+ - !!python/object:gr00t.data.types.ActionConfig
26
+ format: !!python/object/apply:gr00t.data.types.ActionFormat
27
+ - default
28
+ rep: !!python/object/apply:gr00t.data.types.ActionRepresentation
29
+ - relative
30
+ state_key: null
31
+ type: !!python/object/apply:gr00t.data.types.ActionType
32
+ - non_eef
33
+ delta_indices:
34
+ - 0
35
+ - 1
36
+ - 2
37
+ - 3
38
+ - 4
39
+ - 5
40
+ - 6
41
+ - 7
42
+ - 8
43
+ - 9
44
+ - 10
45
+ - 11
46
+ - 12
47
+ - 13
48
+ - 14
49
+ - 15
50
+ mean_std_embedding_keys: null
51
+ modality_keys:
52
+ - arm
53
+ sin_cos_embedding_keys: null
54
+ language: !!python/object:gr00t.data.types.ModalityConfig
55
+ action_configs: null
56
+ delta_indices:
57
+ - 0
58
+ mean_std_embedding_keys: null
59
+ modality_keys:
60
+ - annotation.human.task_description
61
+ sin_cos_embedding_keys: null
62
+ state: !!python/object:gr00t.data.types.ModalityConfig
63
+ action_configs: null
64
+ delta_indices:
65
+ - 0
66
+ mean_std_embedding_keys: null
67
+ modality_keys:
68
+ - arm
69
+ sin_cos_embedding_keys: null
70
+ video: !!python/object:gr00t.data.types.ModalityConfig
71
+ action_configs: null
72
+ delta_indices:
73
+ - 0
74
+ mean_std_embedding_keys: null
75
+ modality_keys:
76
+ - cam_wrist
77
+ - cam_top
78
+ - cam_belly
79
+ sin_cos_embedding_keys: null
80
+ mode: single_turn
81
+ multiprocessing_context: fork
82
+ num_shards_per_epoch: 100000
83
+ override_pretraining_statistics: false
84
+ random_chop: 0.0
85
+ seed: 42
86
+ shard_size: 1024
87
+ shuffle: true
88
+ subsample_ratio: 1.0
89
+ video_backend: torchcodec
90
+ load_config_path: null
91
+ model: !!python/object:gr00t.configs.model.gr00t_n1d6.Gr00tN1d6Config
92
+ _attn_implementation_autoset: false
93
+ _attn_implementation_internal: null
94
+ _commit_hash: null
95
+ _name_or_path: ''
96
+ add_cross_attention: false
97
+ architectures: null
98
+ backbone_model_type: eagle
99
+ backbone_trainable_params_fp32: true
100
+ bad_words_ids: null
101
+ begin_suppress_tokens: null
102
+ bos_token_id: null
103
+ chunk_size_feed_forward: 0
104
+ color_jitter_params: null
105
+ crop_fraction: null
106
+ cross_attention_hidden_size: null
107
+ decoder_start_token_id: null
108
+ diffusion_model_cfg:
109
+ attention_head_dim: 48
110
+ dropout: 0.2
111
+ final_dropout: true
112
+ interleave_self_attention: true
113
+ norm_type: ada_norm
114
+ num_attention_heads: 32
115
+ num_layers: 32
116
+ output_dim: 1024
117
+ positional_embeddings: null
118
+ diversity_penalty: 0.0
119
+ do_sample: false
120
+ eagle_collator: true
121
+ early_stopping: false
122
+ encoder_no_repeat_ngram_size: 0
123
+ eos_token_id: null
124
+ exponential_decay_length_penalty: null
125
+ finetuning_task: null
126
+ forced_bos_token_id: null
127
+ forced_eos_token_id: null
128
+ id2label:
129
+ 0: LABEL_0
130
+ 1: LABEL_1
131
+ image_crop_size: &id001 !!python/tuple
132
+ - 224
133
+ - 224
134
+ image_target_size: *id001
135
+ is_decoder: false
136
+ is_encoder_decoder: false
137
+ label2id:
138
+ LABEL_0: 0
139
+ LABEL_1: 1
140
+ length_penalty: 1.0
141
+ load_bf16: false
142
+ max_length: 20
143
+ min_length: 0
144
+ model_name: nvidia/Eagle-Block2A-2B-v2
145
+ no_repeat_ngram_size: 0
146
+ num_beam_groups: 1
147
+ num_beams: 1
148
+ num_return_sequences: 1
149
+ output_attentions: false
150
+ output_hidden_states: false
151
+ output_scores: false
152
+ pad_token_id: null
153
+ prefix: null
154
+ problem_type: null
155
+ pruned_heads: {}
156
+ random_rotation_angle: null
157
+ remove_invalid_values: false
158
+ repetition_penalty: 1.0
159
+ reproject_vision: false
160
+ return_dict: true
161
+ return_dict_in_generate: false
162
+ sep_token_id: null
163
+ shortest_image_edge: null
164
+ state_dropout_prob: 0.0
165
+ suppress_tokens: null
166
+ task_specific_params: null
167
+ temperature: 1.0
168
+ tf_legacy_loss: false
169
+ tie_encoder_decoder: false
170
+ tie_word_embeddings: true
171
+ tokenizer_class: null
172
+ top_k: 50
173
+ top_p: 1.0
174
+ torch_dtype: null
175
+ torchscript: false
176
+ transformers_version: null
177
+ tune_diffusion_model: true
178
+ tune_llm: false
179
+ tune_projector: true
180
+ tune_visual: false
181
+ typical_p: 1.0
182
+ use_albumentations_transforms: false
183
+ use_bfloat16: false
184
+ use_relative_action: true
185
+ training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
186
+ add_rl_callback: false
187
+ assert_loss_less_than: null
188
+ batch_size: null
189
+ bf16: true
190
+ dataloader_num_workers: 2
191
+ ddp_bucket_cap_mb: 100
192
+ deepspeed_stage: 2
193
+ enable_open_loop_eval: false
194
+ enable_profiling: false
195
+ eval_batch_size: 2
196
+ eval_bf16: true
197
+ eval_set_split_ratio: 0.1
198
+ eval_steps: 500
199
+ eval_strategy: 'no'
200
+ experiment_name: null
201
+ fp16: false
202
+ global_batch_size: 32
203
+ gradient_accumulation_steps: 1
204
+ gradient_checkpointing: false
205
+ learning_rate: 2.0e-05
206
+ logging_steps: 10
207
+ lr_scheduler_type: cosine
208
+ max_concurrent_uploads: 2
209
+ max_grad_norm: 1.0
210
+ max_retries: 3
211
+ max_steps: 20000
212
+ num_gpus: 1
213
+ open_loop_eval_plot_indices: null
214
+ open_loop_eval_steps_per_traj: 100
215
+ open_loop_eval_traj_ids:
216
+ - 0
217
+ optim: adamw_torch
218
+ output_dir: /data/checkpoints/20260618-evButtonPush-rated-merged-640
219
+ remove_unused_columns: false
220
+ save_best_eval_metric_greater_is_better: true
221
+ save_best_eval_metric_name: ''
222
+ save_steps: 1000
223
+ save_total_limit: 10
224
+ save_vl_model: false
225
+ start_from_checkpoint: nvidia/GR00T-N1.6-3B
226
+ tf32: true
227
+ transformers_access_token: null
228
+ transformers_cache_dir: null
229
+ transformers_local_files_only: false
230
+ transformers_trust_remote_code: true
231
+ upload_checkpoints: false
232
+ upload_every: 1000
233
+ upload_last_n_checkpoints: 5
234
+ use_ddp: false
235
+ use_wandb: false
236
+ wandb_project: finetune-gr00t-n1d6
237
+ warmup_ratio: 0.05
238
+ warmup_steps: 0
239
+ weight_decay: 1.0e-05
checkpoint-16000/experiment_cfg/dataset_statistics.json ADDED
@@ -0,0 +1,892 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "state": {
4
+ "arm": {
5
+ "min": [
6
+ -0.1716657280921936,
7
+ -0.03000021167099476,
8
+ -2.344984769821167,
9
+ -1.8782774209976196,
10
+ -0.3990727961063385,
11
+ -0.240739107131958
12
+ ],
13
+ "max": [
14
+ 0.6078649163246155,
15
+ 3.2029967308044434,
16
+ 0.0013488089898601174,
17
+ 0.39105767011642456,
18
+ 0.6955444812774658,
19
+ 0.22233134508132935
20
+ ],
21
+ "mean": [
22
+ 0.06816677749156952,
23
+ 1.167844295501709,
24
+ -0.5267795920372009,
25
+ -0.5432381629943848,
26
+ 0.08649434894323349,
27
+ -0.04128403216600418
28
+ ],
29
+ "std": [
30
+ 0.11900033056735992,
31
+ 1.0891404151916504,
32
+ 0.47665873169898987,
33
+ 0.5869367122650146,
34
+ 0.14094719290733337,
35
+ 0.0645541101694107
36
+ ],
37
+ "q01": [
38
+ -0.09168411418795586,
39
+ -0.027103144377470016,
40
+ -1.7276994371414185,
41
+ -1.6632114911079408,
42
+ -0.24635568290948867,
43
+ -0.18790145993232726
44
+ ],
45
+ "q99": [
46
+ 0.46361563801765504,
47
+ 2.9446723556518557,
48
+ -0.003121306886896491,
49
+ 0.18263515144586565,
50
+ 0.4512299227714543,
51
+ 0.11978167399764168
52
+ ]
53
+ }
54
+ },
55
+ "action": {
56
+ "arm": {
57
+ "min": [
58
+ -0.17487381398677826,
59
+ -0.03000021167099476,
60
+ -2.3547377586364746,
61
+ -1.8805246353149414,
62
+ -0.40196099877357483,
63
+ -0.24083498120307922
64
+ ],
65
+ "max": [
66
+ 0.607456386089325,
67
+ 3.2066991329193115,
68
+ 0.0014566669706255198,
69
+ 0.39130088686943054,
70
+ 0.6963692307472229,
71
+ 0.22242721915245056
72
+ ],
73
+ "mean": [
74
+ 0.06817761808633804,
75
+ 1.1678261756896973,
76
+ -0.5267704129219055,
77
+ -0.5432383418083191,
78
+ 0.08649300783872604,
79
+ -0.04130471125245094
80
+ ],
81
+ "std": [
82
+ 0.11911490559577942,
83
+ 1.08983314037323,
84
+ 0.47720253467559814,
85
+ 0.587607204914093,
86
+ 0.14124943315982819,
87
+ 0.06485515087842941
88
+ ],
89
+ "q01": [
90
+ -0.0920388475060463,
91
+ -0.0269322507083416,
92
+ -1.7319415807724,
93
+ -1.6646321630477905,
94
+ -0.24742778301239013,
95
+ -0.18867963552474976
96
+ ],
97
+ "q99": [
98
+ 0.4632622003555298,
99
+ 2.945922613143921,
100
+ -0.003145275404676795,
101
+ 0.18421347439289093,
102
+ 0.4509323239326477,
103
+ 0.11965049803256989
104
+ ]
105
+ }
106
+ },
107
+ "relative_action": {
108
+ "arm": {
109
+ "min": [
110
+ [
111
+ -0.05461740493774414,
112
+ -0.1402953863143921,
113
+ -0.12563025951385498,
114
+ -0.1734948754310608,
115
+ -0.06470134109258652,
116
+ -0.05007009208202362
117
+ ],
118
+ [
119
+ -0.1275414228439331,
120
+ -0.31922876834869385,
121
+ -0.22336792945861816,
122
+ -0.32619863748550415,
123
+ -0.13007661700248718,
124
+ -0.12494752556085587
125
+ ],
126
+ [
127
+ -0.17524048686027527,
128
+ -0.45755240321159363,
129
+ -0.31389081478118896,
130
+ -0.4487013816833496,
131
+ -0.20036426186561584,
132
+ -0.15255919098854065
133
+ ],
134
+ [
135
+ -0.2151239812374115,
136
+ -0.5574643611907959,
137
+ -0.3814408779144287,
138
+ -0.5544741749763489,
139
+ -0.2721923291683197,
140
+ -0.16176307201385498
141
+ ],
142
+ [
143
+ -0.2482052743434906,
144
+ -0.6589406728744507,
145
+ -0.44734716415405273,
146
+ -0.695835292339325,
147
+ -0.33508554100990295,
148
+ -0.18286728858947754
149
+ ],
150
+ [
151
+ -0.281371146440506,
152
+ -0.7710649967193604,
153
+ -0.5148972272872925,
154
+ -0.8461654186248779,
155
+ -0.38619765639305115,
156
+ -0.2181488424539566
157
+ ],
158
+ [
159
+ -0.31476566195487976,
160
+ -0.900745153427124,
161
+ -0.5639333724975586,
162
+ -0.9796217679977417,
163
+ -0.4245471954345703,
164
+ -0.24729448556900024
165
+ ],
166
+ [
167
+ -0.3442348837852478,
168
+ -1.0576690435409546,
169
+ -0.6096930503845215,
170
+ -1.097738265991211,
171
+ -0.47056663036346436,
172
+ -0.26884210109710693
173
+ ],
174
+ [
175
+ -0.3666813373565674,
176
+ -1.21566903591156,
177
+ -0.6694850921630859,
178
+ -1.2434663772583008,
179
+ -0.5116704702377319,
180
+ -0.2876453697681427
181
+ ],
182
+ [
183
+ -0.39147669076919556,
184
+ -1.3313900232315063,
185
+ -0.7538540363311768,
186
+ -1.3212133646011353,
187
+ -0.5607578754425049,
188
+ -0.30298519134521484
189
+ ],
190
+ [
191
+ -0.4221442937850952,
192
+ -1.4421335458755493,
193
+ -0.825951099395752,
194
+ -1.396378517150879,
195
+ -0.6052433252334595,
196
+ -0.31985896825790405
197
+ ],
198
+ [
199
+ -0.45161354541778564,
200
+ -1.5431801080703735,
201
+ -0.8903015851974487,
202
+ -1.4570271968841553,
203
+ -0.6405248641967773,
204
+ -0.3351987600326538
205
+ ],
206
+ [
207
+ -0.4807591736316681,
208
+ -1.6635913848876953,
209
+ -0.9623986482620239,
210
+ -1.5076484680175781,
211
+ -0.668563961982727,
212
+ -0.34629616141319275
213
+ ],
214
+ [
215
+ -0.5032055974006653,
216
+ -1.7793123722076416,
217
+ -1.0199189186096191,
218
+ -1.5536679029464722,
219
+ -0.6869717240333557,
220
+ -0.3498554825782776
221
+ ],
222
+ [
223
+ -0.5280009508132935,
224
+ -1.8900558948516846,
225
+ -1.073608160018921,
226
+ -1.587514877319336,
227
+ -0.6915736198425293,
228
+ -0.3498554825782776
229
+ ],
230
+ [
231
+ -0.5529744625091553,
232
+ -1.9911024570465088,
233
+ -1.118093729019165,
234
+ -1.657286524772644,
235
+ -0.7023115158081055,
236
+ -0.3498554825782776
237
+ ]
238
+ ],
239
+ "max": [
240
+ [
241
+ 0.04226262867450714,
242
+ 0.18092584609985352,
243
+ 0.15935039520263672,
244
+ 0.1666243076324463,
245
+ 0.0800785943865776,
246
+ 0.04504801332950592
247
+ ],
248
+ [
249
+ 0.08363236486911774,
250
+ 0.30546945333480835,
251
+ 0.3380030393600464,
252
+ 0.3732486963272095,
253
+ 0.1637479066848755,
254
+ 0.09106796979904175
255
+ ],
256
+ [
257
+ 0.13338442146778107,
258
+ 0.399649977684021,
259
+ 0.45458561182022095,
260
+ 0.47602546215057373,
261
+ 0.2468681037425995,
262
+ 0.12702520191669464
263
+ ],
264
+ [
265
+ 0.17786985635757446,
266
+ 0.5137239098548889,
267
+ 0.5647074580192566,
268
+ 0.5726919174194336,
269
+ 0.2974894642829895,
270
+ 0.1623067557811737
271
+ ],
272
+ [
273
+ 0.21161743998527527,
274
+ 0.6504910588264465,
275
+ 0.6522001624107361,
276
+ 0.6941214799880981,
277
+ 0.3343050181865692,
278
+ 0.18378248810768127
279
+ ],
280
+ [
281
+ 0.2591708302497864,
282
+ 0.769736111164093,
283
+ 0.7518713474273682,
284
+ 0.7715111970901489,
285
+ 0.3696635663509369,
286
+ 0.2044408619403839
287
+ ],
288
+ [
289
+ 0.30058833956718445,
290
+ 0.8993935585021973,
291
+ 0.8429088592529297,
292
+ 0.8552421927452087,
293
+ 0.4157334566116333,
294
+ 0.22519996762275696
295
+ ],
296
+ [
297
+ 0.3374038636684418,
298
+ 1.0324523448944092,
299
+ 0.9312243461608887,
300
+ 0.9488149881362915,
301
+ 0.469529926776886,
302
+ 0.2458583414554596
303
+ ],
304
+ [
305
+ 0.37559759616851807,
306
+ 1.1576344966888428,
307
+ 0.9782660007476807,
308
+ 1.039297103881836,
309
+ 0.5021711587905884,
310
+ 0.2661336660385132
311
+ ],
312
+ [
313
+ 0.40934517979621887,
314
+ 1.3006560802459717,
315
+ 1.0263311862945557,
316
+ 1.1272242069244385,
317
+ 0.5297828912734985,
318
+ 0.2803589403629303
319
+ ],
320
+ [
321
+ 0.45076265931129456,
322
+ 1.4374232292175293,
323
+ 1.0733728408813477,
324
+ 1.219640851020813,
325
+ 0.5517049431800842,
326
+ 0.29337430000305176
327
+ ],
328
+ [
329
+ 0.4829762578010559,
330
+ 1.5566682815551758,
331
+ 1.1292753219604492,
332
+ 1.3174378871917725,
333
+ 0.5759851336479187,
334
+ 0.296935111284256
335
+ ],
336
+ [
337
+ 0.5167238116264343,
338
+ 1.6863257884979248,
339
+ 1.2082741260528564,
340
+ 1.3819037675857544,
341
+ 0.6180098056793213,
342
+ 0.29386717081069946
343
+ ],
344
+ [
345
+ 0.5437721014022827,
346
+ 1.8181679248809814,
347
+ 1.2826733589172363,
348
+ 1.447274923324585,
349
+ 0.6523699164390564,
350
+ 0.29671454429626465
351
+ ],
352
+ [
353
+ 0.5553210377693176,
354
+ 1.9445667266845703,
355
+ 1.3317608833312988,
356
+ 1.5026274919509888,
357
+ 0.6769402027130127,
358
+ 0.30049121379852295
359
+ ],
360
+ [
361
+ 0.566058874130249,
362
+ 2.0607566833496094,
363
+ 1.3854501247406006,
364
+ 1.5501809120178223,
365
+ 0.6970686316490173,
366
+ 0.3044463098049164
367
+ ]
368
+ ],
369
+ "mean": [
370
+ [
371
+ 4.198263923171908e-06,
372
+ 0.0002081334387185052,
373
+ -5.758140832767822e-05,
374
+ -1.8318525690119714e-05,
375
+ 7.693901716265827e-05,
376
+ 1.3989661056257319e-05
377
+ ],
378
+ [
379
+ -1.5429895938723348e-05,
380
+ 0.0006244048126973212,
381
+ -0.00018528987129684538,
382
+ -4.0132370486389846e-05,
383
+ 0.00025259912945330143,
384
+ 9.43913619266823e-05
385
+ ],
386
+ [
387
+ -3.267328429501504e-05,
388
+ 0.0009402421419508755,
389
+ -0.00028188974829390645,
390
+ -2.8356987968436442e-05,
391
+ 0.00040142860962077975,
392
+ 0.00017509140889160335
393
+ ],
394
+ [
395
+ -4.8624639020999894e-05,
396
+ 0.0011760341003537178,
397
+ -0.0003549381217453629,
398
+ 8.017542313609738e-06,
399
+ 0.000523523660376668,
400
+ 0.0002536979445721954
401
+ ],
402
+ [
403
+ -6.50221700198017e-05,
404
+ 0.0013358443975448608,
405
+ -0.00041084099211730063,
406
+ 6.138617027318105e-05,
407
+ 0.0006137624150142074,
408
+ 0.0003232171875424683
409
+ ],
410
+ [
411
+ -8.01773858256638e-05,
412
+ 0.0014311418635770679,
413
+ -0.0004524787073023617,
414
+ 0.00012002336006844416,
415
+ 0.0006741895922459662,
416
+ 0.0003742014232557267
417
+ ],
418
+ [
419
+ -9.12090836209245e-05,
420
+ 0.001482827472500503,
421
+ -0.00047359723248519003,
422
+ 0.00015734283078927547,
423
+ 0.000698831572663039,
424
+ 0.00039039793773554265
425
+ ],
426
+ [
427
+ -9.687380952527747e-05,
428
+ 0.001501095830462873,
429
+ -0.00047851778799667954,
430
+ 0.0001679279375821352,
431
+ 0.0006758291274309158,
432
+ 0.00035919438232667744
433
+ ],
434
+ [
435
+ -9.742019756231457e-05,
436
+ 0.0014787535183131695,
437
+ -0.0004584933049045503,
438
+ 0.00014720451144967228,
439
+ 0.000606309506110847,
440
+ 0.0002851524332072586
441
+ ],
442
+ [
443
+ -9.195406892104074e-05,
444
+ 0.0013961154036223888,
445
+ -0.00039851281326264143,
446
+ 0.00011083046410931274,
447
+ 0.0005135337123647332,
448
+ 0.00018840916163753718
449
+ ],
450
+ [
451
+ -8.286043885163963e-05,
452
+ 0.0012398249236866832,
453
+ -0.0002878502127714455,
454
+ 7.127420394681394e-05,
455
+ 0.0003986493102274835,
456
+ 8.20187124190852e-05
457
+ ],
458
+ [
459
+ -7.28729137335904e-05,
460
+ 0.0009989747777581215,
461
+ -0.00010980395745718852,
462
+ 2.3719958335277624e-05,
463
+ 0.0002511578786652535,
464
+ -2.944013431260828e-05
465
+ ],
466
+ [
467
+ -6.318391388049349e-05,
468
+ 0.0006644999957643449,
469
+ 0.0001385984942317009,
470
+ -3.5161141568096355e-05,
471
+ 5.5571053962921724e-05,
472
+ -0.00014725934306625277
473
+ ],
474
+ [
475
+ -5.5332642659777775e-05,
476
+ 0.0002334301098017022,
477
+ 0.000463285599835217,
478
+ -0.00011461839312687516,
479
+ -0.00020213183597661555,
480
+ -0.0002740726340562105
481
+ ],
482
+ [
483
+ -4.936985715175979e-05,
484
+ -0.00030219831387512386,
485
+ 0.0008741319179534912,
486
+ -0.00022066410747356713,
487
+ -0.0005244275089353323,
488
+ -0.00041867487016133964
489
+ ],
490
+ [
491
+ -4.5891320041846484e-05,
492
+ -0.0009420819114893675,
493
+ 0.0013735390966758132,
494
+ -0.0003622349177021533,
495
+ -0.0009105380158871412,
496
+ -0.0005912569467909634
497
+ ]
498
+ ],
499
+ "std": [
500
+ [
501
+ 0.007265174761414528,
502
+ 0.053616274148225784,
503
+ 0.03205788508057594,
504
+ 0.03943298012018204,
505
+ 0.01281751412898302,
506
+ 0.009043725207448006
507
+ ],
508
+ [
509
+ 0.01495764497667551,
510
+ 0.1039438545703888,
511
+ 0.061896488070487976,
512
+ 0.07615029811859131,
513
+ 0.025747768580913544,
514
+ 0.017249183729290962
515
+ ],
516
+ [
517
+ 0.022585172206163406,
518
+ 0.15464769303798676,
519
+ 0.09145502001047134,
520
+ 0.11262088268995285,
521
+ 0.03828725591301918,
522
+ 0.024780169129371643
523
+ ],
524
+ [
525
+ 0.02998003363609314,
526
+ 0.20525836944580078,
527
+ 0.12036923319101334,
528
+ 0.14851520955562592,
529
+ 0.050384677946567535,
530
+ 0.03174552321434021
531
+ ],
532
+ [
533
+ 0.03714496269822121,
534
+ 0.2557242810726166,
535
+ 0.14853987097740173,
536
+ 0.18378108739852905,
537
+ 0.06209345906972885,
538
+ 0.038228753954172134
539
+ ],
540
+ [
541
+ 0.04408325254917145,
542
+ 0.30597174167633057,
543
+ 0.1758788675069809,
544
+ 0.21831738948822021,
545
+ 0.07342942804098129,
546
+ 0.04427429661154747
547
+ ],
548
+ [
549
+ 0.05079469457268715,
550
+ 0.3559481203556061,
551
+ 0.2023366242647171,
552
+ 0.25205403566360474,
553
+ 0.08439070731401443,
554
+ 0.04990169778466225
555
+ ],
556
+ [
557
+ 0.05726959928870201,
558
+ 0.40561214089393616,
559
+ 0.22788332402706146,
560
+ 0.28493157029151917,
561
+ 0.0949804037809372,
562
+ 0.05511333793401718
563
+ ],
564
+ [
565
+ 0.06350424140691757,
566
+ 0.4549175798892975,
567
+ 0.25250279903411865,
568
+ 0.3169001042842865,
569
+ 0.10517950356006622,
570
+ 0.05991337075829506
571
+ ],
572
+ [
573
+ 0.06950173527002335,
574
+ 0.503838837146759,
575
+ 0.27618685364723206,
576
+ 0.3479348123073578,
577
+ 0.1149451956152916,
578
+ 0.06429889798164368
579
+ ],
580
+ [
581
+ 0.07526624202728271,
582
+ 0.5523410439491272,
583
+ 0.2989408075809479,
584
+ 0.3780304789543152,
585
+ 0.12424922734498978,
586
+ 0.06827235966920853
587
+ ],
588
+ [
589
+ 0.08080731332302094,
590
+ 0.6003940105438232,
591
+ 0.32077479362487793,
592
+ 0.4071849286556244,
593
+ 0.13308410346508026,
594
+ 0.07184901833534241
595
+ ],
596
+ [
597
+ 0.0861351266503334,
598
+ 0.6479829549789429,
599
+ 0.3417108952999115,
600
+ 0.4354120194911957,
601
+ 0.1414378434419632,
602
+ 0.07503712922334671
603
+ ],
604
+ [
605
+ 0.09125752747058868,
606
+ 0.6950679421424866,
607
+ 0.36177685856819153,
608
+ 0.46272575855255127,
609
+ 0.1493026614189148,
610
+ 0.07784893363714218
611
+ ],
612
+ [
613
+ 0.0961819440126419,
614
+ 0.7416236996650696,
615
+ 0.38100770115852356,
616
+ 0.48915913701057434,
617
+ 0.15667906403541565,
618
+ 0.08029891550540924
619
+ ],
620
+ [
621
+ 0.10092078894376755,
622
+ 0.7876298427581787,
623
+ 0.3994484543800354,
624
+ 0.5147438645362854,
625
+ 0.163570374250412,
626
+ 0.082406185567379
627
+ ]
628
+ ],
629
+ "q01": [
630
+ [
631
+ -0.024301109239459037,
632
+ -0.11044620394706726,
633
+ -0.06680261850357055,
634
+ -0.10087227702140808,
635
+ -0.03380387663841247,
636
+ -0.02645493922755122
637
+ ],
638
+ [
639
+ -0.04871033504605293,
640
+ -0.20993046820163727,
641
+ -0.1238490617275238,
642
+ -0.18681273400783538,
643
+ -0.06608100697398185,
644
+ -0.04884295213967562
645
+ ],
646
+ [
647
+ -0.07401557266712189,
648
+ -0.30600730925798414,
649
+ -0.18000371098518372,
650
+ -0.2752388024330139,
651
+ -0.09741689942777157,
652
+ -0.0704067961871624
653
+ ],
654
+ [
655
+ -0.0980423279851675,
656
+ -0.39964053630828855,
657
+ -0.23603302240371704,
658
+ -0.36111526846885683,
659
+ -0.12754641339182854,
660
+ -0.09042831674218178
661
+ ],
662
+ [
663
+ -0.12123984023928643,
664
+ -0.49331363320350646,
665
+ -0.2883738720417023,
666
+ -0.4446389982104301,
667
+ -0.15675194904208184,
668
+ -0.10953456208109856
669
+ ],
670
+ [
671
+ -0.1449294073879719,
672
+ -0.5852636295557022,
673
+ -0.340175119638443,
674
+ -0.5246010845899582,
675
+ -0.1862141239643097,
676
+ -0.12667014122009276
677
+ ],
678
+ [
679
+ -0.16630353763699532,
680
+ -0.6800781750679016,
681
+ -0.38866606056690217,
682
+ -0.6040296804904938,
683
+ -0.2142569124698639,
684
+ -0.14245525524020194
685
+ ],
686
+ [
687
+ -0.18738696917891504,
688
+ -0.7694601035118103,
689
+ -0.4338128054141998,
690
+ -0.6821276581287384,
691
+ -0.24078477919101715,
692
+ -0.15662578836083413
693
+ ],
694
+ [
695
+ -0.20653360471129417,
696
+ -0.8608459722995758,
697
+ -0.47681274235248566,
698
+ -0.7582447850704193,
699
+ -0.26575219303369524,
700
+ -0.17039341762661933
701
+ ],
702
+ [
703
+ -0.2257836365699768,
704
+ -0.9486123269796372,
705
+ -0.5159757542610168,
706
+ -0.8316225254535675,
707
+ -0.29175126165151594,
708
+ -0.18260617151856423
709
+ ],
710
+ [
711
+ -0.24306754440069198,
712
+ -1.0387370955944062,
713
+ -0.5525809043645858,
714
+ -0.9004181110858918,
715
+ -0.3140142688155174,
716
+ -0.19339160695672036
717
+ ],
718
+ [
719
+ -0.25910746037960053,
720
+ -1.12757377743721,
721
+ -0.5901324260234833,
722
+ -0.9689983588457107,
723
+ -0.3342029938101769,
724
+ -0.20423968851566315
725
+ ],
726
+ [
727
+ -0.27436971008777616,
728
+ -1.2112765431404113,
729
+ -0.624384595155716,
730
+ -1.0328613877296449,
731
+ -0.3538982179760933,
732
+ -0.2111811263859272
733
+ ],
734
+ [
735
+ -0.28904972672462464,
736
+ -1.2928932762145997,
737
+ -0.655766681432724,
738
+ -1.0947994768619538,
739
+ -0.3729484742879868,
740
+ -0.21913670092821122
741
+ ],
742
+ [
743
+ -0.3034905481338501,
744
+ -1.3764526617527009,
745
+ -0.6870014542341233,
746
+ -1.1526766395568848,
747
+ -0.3898090073466301,
748
+ -0.2253813287615776
749
+ ],
750
+ [
751
+ -0.3147879755496979,
752
+ -1.4564015650749207,
753
+ -0.7176681125164032,
754
+ -1.2094105446338654,
755
+ -0.40612386524677274,
756
+ -0.22922806978225707
757
+ ]
758
+ ],
759
+ "q99": [
760
+ [
761
+ 0.021905019581317926,
762
+ 0.09725121378898625,
763
+ 0.09093550086021439,
764
+ 0.09962431371212009,
765
+ 0.03768359985202553,
766
+ 0.024397984072566138
767
+ ],
768
+ [
769
+ 0.044805759638548014,
770
+ 0.18372055113315594,
771
+ 0.16862290143966688,
772
+ 0.18744549393653892,
773
+ 0.07396939501166346,
774
+ 0.04505984529852872
775
+ ],
776
+ [
777
+ 0.0672663652151825,
778
+ 0.267420704364777,
779
+ 0.24416743397712717,
780
+ 0.27189539015293135,
781
+ 0.10842914827167992,
782
+ 0.06338827386498452
783
+ ],
784
+ [
785
+ 0.08977703511714967,
786
+ 0.3479270827770234,
787
+ 0.31749967455863976,
788
+ 0.3561528420448304,
789
+ 0.1434764572978021,
790
+ 0.08040712863206874
791
+ ],
792
+ [
793
+ 0.11152573093771966,
794
+ 0.42720162868499756,
795
+ 0.38789818167686585,
796
+ 0.4343104481697086,
797
+ 0.1751388710737229,
798
+ 0.09573800072073942
799
+ ],
800
+ [
801
+ 0.13132981806993488,
802
+ 0.5061185491085058,
803
+ 0.4558561146259309,
804
+ 0.508458693027497,
805
+ 0.2067924147844315,
806
+ 0.10891320928931245
807
+ ],
808
+ [
809
+ 0.1518502534925939,
810
+ 0.5834885478019717,
811
+ 0.5150080817937852,
812
+ 0.5791794675588616,
813
+ 0.23460877314209988,
814
+ 0.12202850207686429
815
+ ],
816
+ [
817
+ 0.1715930283069611,
818
+ 0.66279178917408,
819
+ 0.5743531864881519,
820
+ 0.6491833746433264,
821
+ 0.26163582652807255,
822
+ 0.13401131689548493
823
+ ],
824
+ [
825
+ 0.1912072202563289,
826
+ 0.7370225483179093,
827
+ 0.6281298828125008,
828
+ 0.7175873506069184,
829
+ 0.290325839817524,
830
+ 0.1441508655250073
831
+ ],
832
+ [
833
+ 0.209705520272255,
834
+ 0.8117312943935404,
835
+ 0.6823550665378572,
836
+ 0.7836729890108111,
837
+ 0.3123038941621781,
838
+ 0.1532662583887579
839
+ ],
840
+ [
841
+ 0.22602194875478757,
842
+ 0.8864623141288759,
843
+ 0.7308298987150195,
844
+ 0.850059303045273,
845
+ 0.3321725210547449,
846
+ 0.16073752343654654
847
+ ],
848
+ [
849
+ 0.24266928240656854,
850
+ 0.9574343878030784,
851
+ 0.7756305503845221,
852
+ 0.9078321075439457,
853
+ 0.35085122466087404,
854
+ 0.166321032047272
855
+ ],
856
+ [
857
+ 0.25502518504858046,
858
+ 1.0311395955085756,
859
+ 0.8148312449455262,
860
+ 0.9621224272251141,
861
+ 0.3674181184172632,
862
+ 0.17102067232131965
863
+ ],
864
+ [
865
+ 0.269958694279194,
866
+ 1.1014947688579562,
867
+ 0.8487023222446446,
868
+ 1.0100220894813539,
869
+ 0.38043789088726054,
870
+ 0.1758238926529885
871
+ ],
872
+ [
873
+ 0.28232606440782554,
874
+ 1.1719132065773015,
875
+ 0.8838529086112976,
876
+ 1.0575031399726869,
877
+ 0.396463789939881,
878
+ 0.1786415703594686
879
+ ],
880
+ [
881
+ 0.2966789153218274,
882
+ 1.2392900502681738,
883
+ 0.9147390830516817,
884
+ 1.1029652774333956,
885
+ 0.40989715933799786,
886
+ 0.1809916493296625
887
+ ]
888
+ ]
889
+ }
890
+ }
891
+ }
892
+ }
checkpoint-16000/experiment_cfg/final_model_config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "Gr00tN1d6",
3
+ "model_dtype": "bfloat16",
4
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
5
+ "backbone_model_type": "eagle",
6
+ "model_revision": null,
7
+ "tune_top_llm_layers": 4,
8
+ "backbone_embedding_dim": 2048,
9
+ "tune_llm": false,
10
+ "tune_visual": false,
11
+ "select_layer": 16,
12
+ "reproject_vision": false,
13
+ "use_flash_attention": true,
14
+ "load_bf16": true,
15
+ "collator_overwrite_image_inputs": false,
16
+ "eagle_collator": true,
17
+ "backbone_trainable_params_fp32": true,
18
+ "apply_sincos_state_encoding": true,
19
+ "use_relative_action": true,
20
+ "max_state_dim": 128,
21
+ "max_action_dim": 128,
22
+ "action_horizon": 50,
23
+ "hidden_size": 1024,
24
+ "input_embedding_dim": 1536,
25
+ "add_pos_embed": true,
26
+ "attn_dropout": 0.2,
27
+ "use_vlln": true,
28
+ "max_seq_len": 1024,
29
+ "use_alternate_vl_dit": true,
30
+ "attend_text_every_n_blocks": 2,
31
+ "diffusion_model_cfg": {
32
+ "attention_head_dim": 48,
33
+ "dropout": 0.2,
34
+ "final_dropout": true,
35
+ "interleave_self_attention": true,
36
+ "norm_type": "ada_norm",
37
+ "num_attention_heads": 32,
38
+ "num_layers": 32,
39
+ "output_dim": 1024,
40
+ "positional_embeddings": null
41
+ },
42
+ "num_inference_timesteps": 4,
43
+ "noise_beta_alpha": 1.5,
44
+ "noise_beta_beta": 1.0,
45
+ "noise_s": 0.999,
46
+ "num_timestep_buckets": 1000,
47
+ "tune_projector": true,
48
+ "tune_diffusion_model": true,
49
+ "tune_vlln": true,
50
+ "state_dropout_prob": 0.0,
51
+ "state_additive_noise_scale": 0.0,
52
+ "max_num_embodiments": 32
53
+ }
checkpoint-16000/experiment_cfg/final_processor_config.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-16000/model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d194491543335dd0544bc8d5fe566962a1f34fd5e9390b5fc8bdc6c5709a1f2f
3
+ size 4990120184
checkpoint-16000/model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2035e4a7709f27bdc0e4147beb7e2761568dee95787d2f8889c1239475aa61df
3
+ size 4823190320
checkpoint-16000/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-16000/processor_config.json ADDED
@@ -0,0 +1,454 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "processor_class": "Gr00tN1d6Processor",
3
+ "processor_kwargs": {
4
+ "modality_configs": {
5
+ "behavior_r1_pro": {
6
+ "video": {
7
+ "delta_indices": [
8
+ 0
9
+ ],
10
+ "modality_keys": [
11
+ "observation.images.rgb.head_256_256",
12
+ "observation.images.rgb.left_wrist_256_256",
13
+ "observation.images.rgb.right_wrist_256_256"
14
+ ],
15
+ "sin_cos_embedding_keys": null,
16
+ "mean_std_embedding_keys": null,
17
+ "action_configs": null
18
+ },
19
+ "state": {
20
+ "delta_indices": [
21
+ 0
22
+ ],
23
+ "modality_keys": [
24
+ "robot_pos",
25
+ "robot_ori_cos",
26
+ "robot_ori_sin",
27
+ "robot_2d_ori",
28
+ "robot_2d_ori_cos",
29
+ "robot_2d_ori_sin",
30
+ "robot_lin_vel",
31
+ "robot_ang_vel",
32
+ "arm_left_qpos",
33
+ "arm_left_qpos_sin",
34
+ "arm_left_qpos_cos",
35
+ "eef_left_pos",
36
+ "eef_left_quat",
37
+ "gripper_left_qpos",
38
+ "arm_right_qpos",
39
+ "arm_right_qpos_sin",
40
+ "arm_right_qpos_cos",
41
+ "eef_right_pos",
42
+ "eef_right_quat",
43
+ "gripper_right_qpos",
44
+ "trunk_qpos"
45
+ ],
46
+ "sin_cos_embedding_keys": null,
47
+ "mean_std_embedding_keys": null,
48
+ "action_configs": null
49
+ },
50
+ "action": {
51
+ "delta_indices": [
52
+ 0,
53
+ 1,
54
+ 2,
55
+ 3,
56
+ 4,
57
+ 5,
58
+ 6,
59
+ 7,
60
+ 8,
61
+ 9,
62
+ 10,
63
+ 11,
64
+ 12,
65
+ 13,
66
+ 14,
67
+ 15,
68
+ 16,
69
+ 17,
70
+ 18,
71
+ 19,
72
+ 20,
73
+ 21,
74
+ 22,
75
+ 23,
76
+ 24,
77
+ 25,
78
+ 26,
79
+ 27,
80
+ 28,
81
+ 29,
82
+ 30,
83
+ 31
84
+ ],
85
+ "modality_keys": [
86
+ "base",
87
+ "torso",
88
+ "left_arm",
89
+ "left_gripper",
90
+ "right_arm",
91
+ "right_gripper"
92
+ ],
93
+ "sin_cos_embedding_keys": null,
94
+ "mean_std_embedding_keys": null,
95
+ "action_configs": [
96
+ {
97
+ "rep": "ABSOLUTE",
98
+ "type": "NON_EEF",
99
+ "format": "DEFAULT",
100
+ "state_key": null
101
+ },
102
+ {
103
+ "rep": "RELATIVE",
104
+ "type": "NON_EEF",
105
+ "format": "DEFAULT",
106
+ "state_key": "trunk_qpos"
107
+ },
108
+ {
109
+ "rep": "RELATIVE",
110
+ "type": "NON_EEF",
111
+ "format": "DEFAULT",
112
+ "state_key": "arm_left_qpos"
113
+ },
114
+ {
115
+ "rep": "ABSOLUTE",
116
+ "type": "NON_EEF",
117
+ "format": "DEFAULT",
118
+ "state_key": null
119
+ },
120
+ {
121
+ "rep": "RELATIVE",
122
+ "type": "NON_EEF",
123
+ "format": "DEFAULT",
124
+ "state_key": "arm_right_qpos"
125
+ },
126
+ {
127
+ "rep": "ABSOLUTE",
128
+ "type": "NON_EEF",
129
+ "format": "DEFAULT",
130
+ "state_key": null
131
+ }
132
+ ]
133
+ },
134
+ "language": {
135
+ "delta_indices": [
136
+ 0
137
+ ],
138
+ "modality_keys": [
139
+ "annotation.human.coarse_action"
140
+ ],
141
+ "sin_cos_embedding_keys": null,
142
+ "mean_std_embedding_keys": null,
143
+ "action_configs": null
144
+ }
145
+ },
146
+ "gr1": {
147
+ "video": {
148
+ "delta_indices": [
149
+ 0
150
+ ],
151
+ "modality_keys": [
152
+ "ego_view_bg_crop_pad_res256_freq20"
153
+ ],
154
+ "sin_cos_embedding_keys": null,
155
+ "mean_std_embedding_keys": null,
156
+ "action_configs": null
157
+ },
158
+ "state": {
159
+ "delta_indices": [
160
+ 0
161
+ ],
162
+ "modality_keys": [
163
+ "left_arm",
164
+ "right_arm",
165
+ "left_hand",
166
+ "right_hand",
167
+ "waist"
168
+ ],
169
+ "sin_cos_embedding_keys": [
170
+ "left_arm",
171
+ "right_arm",
172
+ "left_hand",
173
+ "right_hand",
174
+ "waist"
175
+ ],
176
+ "mean_std_embedding_keys": null,
177
+ "action_configs": null
178
+ },
179
+ "action": {
180
+ "delta_indices": [
181
+ 0,
182
+ 1,
183
+ 2,
184
+ 3,
185
+ 4,
186
+ 5,
187
+ 6,
188
+ 7,
189
+ 8,
190
+ 9,
191
+ 10,
192
+ 11,
193
+ 12,
194
+ 13,
195
+ 14,
196
+ 15
197
+ ],
198
+ "modality_keys": [
199
+ "left_arm",
200
+ "right_arm",
201
+ "left_hand",
202
+ "right_hand",
203
+ "waist"
204
+ ],
205
+ "sin_cos_embedding_keys": null,
206
+ "mean_std_embedding_keys": null,
207
+ "action_configs": [
208
+ {
209
+ "rep": "RELATIVE",
210
+ "type": "NON_EEF",
211
+ "format": "DEFAULT",
212
+ "state_key": null
213
+ },
214
+ {
215
+ "rep": "RELATIVE",
216
+ "type": "NON_EEF",
217
+ "format": "DEFAULT",
218
+ "state_key": null
219
+ },
220
+ {
221
+ "rep": "RELATIVE",
222
+ "type": "NON_EEF",
223
+ "format": "DEFAULT",
224
+ "state_key": null
225
+ },
226
+ {
227
+ "rep": "RELATIVE",
228
+ "type": "NON_EEF",
229
+ "format": "DEFAULT",
230
+ "state_key": null
231
+ },
232
+ {
233
+ "rep": "ABSOLUTE",
234
+ "type": "NON_EEF",
235
+ "format": "DEFAULT",
236
+ "state_key": null
237
+ }
238
+ ]
239
+ },
240
+ "language": {
241
+ "delta_indices": [
242
+ 0
243
+ ],
244
+ "modality_keys": [
245
+ "task"
246
+ ],
247
+ "sin_cos_embedding_keys": null,
248
+ "mean_std_embedding_keys": null,
249
+ "action_configs": null
250
+ }
251
+ },
252
+ "robocasa_panda_omron": {
253
+ "video": {
254
+ "delta_indices": [
255
+ 0
256
+ ],
257
+ "modality_keys": [
258
+ "res256_image_side_0",
259
+ "res256_image_side_1",
260
+ "res256_image_wrist_0"
261
+ ],
262
+ "sin_cos_embedding_keys": null,
263
+ "mean_std_embedding_keys": null,
264
+ "action_configs": null
265
+ },
266
+ "state": {
267
+ "delta_indices": [
268
+ 0
269
+ ],
270
+ "modality_keys": [
271
+ "end_effector_position_relative",
272
+ "end_effector_rotation_relative",
273
+ "gripper_qpos",
274
+ "base_position",
275
+ "base_rotation"
276
+ ],
277
+ "sin_cos_embedding_keys": null,
278
+ "mean_std_embedding_keys": null,
279
+ "action_configs": null
280
+ },
281
+ "action": {
282
+ "delta_indices": [
283
+ 0,
284
+ 1,
285
+ 2,
286
+ 3,
287
+ 4,
288
+ 5,
289
+ 6,
290
+ 7,
291
+ 8,
292
+ 9,
293
+ 10,
294
+ 11,
295
+ 12,
296
+ 13,
297
+ 14,
298
+ 15
299
+ ],
300
+ "modality_keys": [
301
+ "end_effector_position",
302
+ "end_effector_rotation",
303
+ "gripper_close",
304
+ "base_motion",
305
+ "control_mode"
306
+ ],
307
+ "sin_cos_embedding_keys": null,
308
+ "mean_std_embedding_keys": null,
309
+ "action_configs": [
310
+ {
311
+ "rep": "ABSOLUTE",
312
+ "type": "NON_EEF",
313
+ "format": "DEFAULT",
314
+ "state_key": null
315
+ },
316
+ {
317
+ "rep": "ABSOLUTE",
318
+ "type": "NON_EEF",
319
+ "format": "DEFAULT",
320
+ "state_key": null
321
+ },
322
+ {
323
+ "rep": "ABSOLUTE",
324
+ "type": "NON_EEF",
325
+ "format": "DEFAULT",
326
+ "state_key": null
327
+ },
328
+ {
329
+ "rep": "ABSOLUTE",
330
+ "type": "NON_EEF",
331
+ "format": "DEFAULT",
332
+ "state_key": null
333
+ },
334
+ {
335
+ "rep": "ABSOLUTE",
336
+ "type": "NON_EEF",
337
+ "format": "DEFAULT",
338
+ "state_key": null
339
+ }
340
+ ]
341
+ },
342
+ "language": {
343
+ "delta_indices": [
344
+ 0
345
+ ],
346
+ "modality_keys": [
347
+ "annotation.human.action.task_description"
348
+ ],
349
+ "sin_cos_embedding_keys": null,
350
+ "mean_std_embedding_keys": null,
351
+ "action_configs": null
352
+ }
353
+ },
354
+ "new_embodiment": {
355
+ "video": {
356
+ "delta_indices": [
357
+ 0
358
+ ],
359
+ "modality_keys": [
360
+ "cam_wrist",
361
+ "cam_top",
362
+ "cam_belly"
363
+ ],
364
+ "sin_cos_embedding_keys": null,
365
+ "mean_std_embedding_keys": null,
366
+ "action_configs": null
367
+ },
368
+ "state": {
369
+ "delta_indices": [
370
+ 0
371
+ ],
372
+ "modality_keys": [
373
+ "arm"
374
+ ],
375
+ "sin_cos_embedding_keys": null,
376
+ "mean_std_embedding_keys": null,
377
+ "action_configs": null
378
+ },
379
+ "action": {
380
+ "delta_indices": [
381
+ 0,
382
+ 1,
383
+ 2,
384
+ 3,
385
+ 4,
386
+ 5,
387
+ 6,
388
+ 7,
389
+ 8,
390
+ 9,
391
+ 10,
392
+ 11,
393
+ 12,
394
+ 13,
395
+ 14,
396
+ 15
397
+ ],
398
+ "modality_keys": [
399
+ "arm"
400
+ ],
401
+ "sin_cos_embedding_keys": null,
402
+ "mean_std_embedding_keys": null,
403
+ "action_configs": [
404
+ {
405
+ "rep": "RELATIVE",
406
+ "type": "NON_EEF",
407
+ "format": "DEFAULT",
408
+ "state_key": null
409
+ }
410
+ ]
411
+ },
412
+ "language": {
413
+ "delta_indices": [
414
+ 0
415
+ ],
416
+ "modality_keys": [
417
+ "annotation.human.task_description"
418
+ ],
419
+ "sin_cos_embedding_keys": null,
420
+ "mean_std_embedding_keys": null,
421
+ "action_configs": null
422
+ }
423
+ }
424
+ },
425
+ "image_crop_size": [
426
+ 224,
427
+ 224
428
+ ],
429
+ "image_target_size": [
430
+ 224,
431
+ 224
432
+ ],
433
+ "use_albumentations": false,
434
+ "random_rotation_angle": null,
435
+ "color_jitter_params": {
436
+ "brightness": 0.3,
437
+ "contrast": 0.4,
438
+ "saturation": 0.5,
439
+ "hue": 0.08
440
+ },
441
+ "shortest_image_edge": null,
442
+ "crop_fraction": null,
443
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
444
+ "model_type": "eagle",
445
+ "formalize_language": true,
446
+ "max_state_dim": 128,
447
+ "max_action_dim": 128,
448
+ "max_action_horizon": 50,
449
+ "use_percentiles": false,
450
+ "clip_outliers": true,
451
+ "apply_sincos_state_encoding": true,
452
+ "use_relative_action": true
453
+ }
454
+ }
checkpoint-16000/statistics.json ADDED
The diff for this file is too large to render. See raw diff