SeonghoonYu commited on
Commit
a434689
·
verified ·
1 Parent(s): 6834fd7

Add vlmfreeze_loc_h20_15k

Browse files
vlmfreeze_loc_h20_15k/config.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_horizon": 20,
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
+ "boundary_jitter_prob": 0.5,
14
+ "collator_overwrite_image_inputs": false,
15
+ "color_jitter_params": {
16
+ "brightness": 0.1,
17
+ "contrast": 0.1,
18
+ "hue": 0.1,
19
+ "saturation": 0.1
20
+ },
21
+ "crop_fraction": 0.95,
22
+ "diffusion_model_cfg": {
23
+ "attention_head_dim": 48,
24
+ "dropout": 0.2,
25
+ "final_dropout": true,
26
+ "interleave_self_attention": true,
27
+ "norm_type": "ada_norm",
28
+ "num_attention_heads": 32,
29
+ "num_layers": 32,
30
+ "output_dim": 1024,
31
+ "positional_embeddings": null
32
+ },
33
+ "eagle_collator": true,
34
+ "formalize_language": true,
35
+ "gemma_collator": false,
36
+ "hidden_size": 1024,
37
+ "image_crop_size": null,
38
+ "image_target_size": null,
39
+ "input_embedding_dim": 1536,
40
+ "load_bf16": true,
41
+ "loc_loss_weight": 0.05,
42
+ "max_action_dim": 128,
43
+ "max_num_embodiments": 32,
44
+ "max_seq_len": 1024,
45
+ "max_state_dim": 128,
46
+ "model_dtype": "bfloat16",
47
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
48
+ "model_type": "Gr00tN1d6",
49
+ "noise_beta_alpha": 1.5,
50
+ "noise_beta_beta": 1.0,
51
+ "noise_s": 0.999,
52
+ "num_inference_timesteps": 4,
53
+ "num_timestep_buckets": 1000,
54
+ "phase_class_weights": [
55
+ 0.658,
56
+ 1.725,
57
+ 0.738,
58
+ 1.835
59
+ ],
60
+ "phase_loss_weight": 0.05,
61
+ "random_rotation_angle": null,
62
+ "reproject_vision": false,
63
+ "select_layer": 16,
64
+ "shortest_image_edge": 256,
65
+ "state_dropout_prob": 0.0,
66
+ "torch_dtype": "bfloat16",
67
+ "transformers_version": "4.51.3",
68
+ "tune_diffusion_model": true,
69
+ "tune_llm": false,
70
+ "tune_projector": true,
71
+ "tune_top_llm_layers": 0,
72
+ "tune_visual": false,
73
+ "tune_vlln": true,
74
+ "use_albumentations_transforms": true,
75
+ "use_alternate_vl_dit": true,
76
+ "use_flash_attention": true,
77
+ "use_phase_loc": true,
78
+ "use_relative_action": true,
79
+ "use_vlln": true
80
+ }
vlmfreeze_loc_h20_15k/embodiment_id.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robocasa_panda_omron": 13,
3
+ "gr1": 20,
4
+ "behavior_r1_pro": 24,
5
+ "unitree_g1": 8,
6
+ "oxe_google": 0,
7
+ "oxe_widowx": 1,
8
+ "libero_panda": 2,
9
+ "new_embodiment": 10,
10
+ "oxe_droid": 16
11
+ }
vlmfreeze_loc_h20_15k/experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ load_config_path: null
2
+ model:
3
+ model_type: Gr00tN1d6
4
+ model_dtype: bfloat16
5
+ model_name: nvidia/Eagle-Block2A-2B-v2
6
+ backbone_model_type: eagle
7
+ model_revision: null
8
+ tune_top_llm_layers: 4
9
+ backbone_embedding_dim: 2048
10
+ tune_llm: false
11
+ tune_visual: false
12
+ select_layer: 16
13
+ reproject_vision: false
14
+ use_flash_attention: true
15
+ load_bf16: false
16
+ collator_overwrite_image_inputs: false
17
+ eagle_collator: true
18
+ backbone_trainable_params_fp32: true
19
+ image_crop_size: null
20
+ image_target_size: null
21
+ shortest_image_edge: 256
22
+ crop_fraction: 0.95
23
+ random_rotation_angle: null
24
+ color_jitter_params: null
25
+ use_albumentations_transforms: true
26
+ extra_augmentation_config: null
27
+ formalize_language: true
28
+ apply_sincos_state_encoding: false
29
+ use_relative_action: true
30
+ max_state_dim: 29
31
+ max_action_dim: 29
32
+ action_horizon: 20
33
+ hidden_size: 1024
34
+ input_embedding_dim: 1536
35
+ add_pos_embed: true
36
+ attn_dropout: 0.2
37
+ use_vlln: true
38
+ max_seq_len: 1024
39
+ use_alternate_vl_dit: true
40
+ attend_text_every_n_blocks: 2
41
+ diffusion_model_cfg:
42
+ positional_embeddings: null
43
+ num_layers: 32
44
+ num_attention_heads: 32
45
+ attention_head_dim: 48
46
+ norm_type: ada_norm
47
+ dropout: 0.2
48
+ final_dropout: true
49
+ output_dim: 1024
50
+ interleave_self_attention: true
51
+ num_inference_timesteps: 4
52
+ noise_beta_alpha: 1.5
53
+ noise_beta_beta: 1.0
54
+ noise_s: 0.999
55
+ num_timestep_buckets: 1000
56
+ tune_projector: true
57
+ tune_diffusion_model: true
58
+ tune_vlln: true
59
+ state_dropout_prob: 0.0
60
+ state_additive_noise_scale: 0.0
61
+ use_phase_loc: false
62
+ num_phases: 4
63
+ phase_loss_weight: 0.05
64
+ phase_class_weights: null
65
+ loc_loss_weight: 0.05
66
+ loc_none_weight: 0.3
67
+ loc_temp: 1.0
68
+ boundary_jitter_prob: 0.5
69
+ phase_pool_heads: 8
70
+ phase_mlp_hidden: 1024
71
+ max_num_embodiments: 32
72
+ data:
73
+ datasets:
74
+ - dataset_paths:
75
+ - /NHNHOME/WORKSPACE/0526040012_A/Isaac-GR00T-n1.6.1/datasets_libero/libero_spatial_no_noops_1.0.0_lerobot
76
+ - /NHNHOME/WORKSPACE/0526040012_A/Isaac-GR00T-n1.6.1/datasets_libero/libero_object_no_noops_1.0.0_lerobot
77
+ - /NHNHOME/WORKSPACE/0526040012_A/Isaac-GR00T-n1.6.1/datasets_libero/libero_goal_no_noops_1.0.0_lerobot
78
+ - /NHNHOME/WORKSPACE/0526040012_A/Isaac-GR00T-n1.6.1/datasets_libero/libero_10_no_noops_1.0.0_lerobot
79
+ embodiment_tag: libero_panda
80
+ mix_ratio: 1.0
81
+ dataset_type: physical_embodiment
82
+ val_dataset_path: null
83
+ modality_configs:
84
+ libero_panda:
85
+ video:
86
+ delta_indices:
87
+ - 0
88
+ modality_keys:
89
+ - image
90
+ - wrist_image
91
+ sin_cos_embedding_keys: null
92
+ mean_std_embedding_keys: null
93
+ action_configs: null
94
+ state:
95
+ delta_indices:
96
+ - 0
97
+ modality_keys:
98
+ - x
99
+ - 'y'
100
+ - z
101
+ - roll
102
+ - pitch
103
+ - yaw
104
+ - gripper
105
+ sin_cos_embedding_keys: null
106
+ mean_std_embedding_keys: null
107
+ action_configs: null
108
+ action:
109
+ delta_indices:
110
+ - 0
111
+ - 1
112
+ - 2
113
+ - 3
114
+ - 4
115
+ - 5
116
+ - 6
117
+ - 7
118
+ - 8
119
+ - 9
120
+ - 10
121
+ - 11
122
+ - 12
123
+ - 13
124
+ - 14
125
+ - 15
126
+ - 16
127
+ - 17
128
+ - 18
129
+ - 19
130
+ modality_keys:
131
+ - x
132
+ - 'y'
133
+ - z
134
+ - roll
135
+ - pitch
136
+ - yaw
137
+ - gripper
138
+ sin_cos_embedding_keys: null
139
+ mean_std_embedding_keys: null
140
+ action_configs:
141
+ - rep: ABSOLUTE
142
+ type: NON_EEF
143
+ format: DEFAULT
144
+ state_key: null
145
+ - rep: ABSOLUTE
146
+ type: NON_EEF
147
+ format: DEFAULT
148
+ state_key: null
149
+ - rep: ABSOLUTE
150
+ type: NON_EEF
151
+ format: DEFAULT
152
+ state_key: null
153
+ - rep: ABSOLUTE
154
+ type: NON_EEF
155
+ format: DEFAULT
156
+ state_key: null
157
+ - rep: ABSOLUTE
158
+ type: NON_EEF
159
+ format: DEFAULT
160
+ state_key: null
161
+ - rep: ABSOLUTE
162
+ type: NON_EEF
163
+ format: DEFAULT
164
+ state_key: null
165
+ - rep: ABSOLUTE
166
+ type: NON_EEF
167
+ format: DEFAULT
168
+ state_key: null
169
+ language:
170
+ delta_indices:
171
+ - 0
172
+ modality_keys:
173
+ - annotation.human.action.task_description
174
+ sin_cos_embedding_keys: null
175
+ mean_std_embedding_keys: null
176
+ action_configs: null
177
+ download_cache: false
178
+ shard_size: 1024
179
+ episode_sampling_rate: 0.1
180
+ num_shards_per_epoch: 100000
181
+ override_pretraining_statistics: false
182
+ mode: single_turn
183
+ random_chop: 0.0
184
+ mock_dataset_mode: false
185
+ shuffle: true
186
+ seed: 42
187
+ multiprocessing_context: fork
188
+ allow_padding: false
189
+ subsample_ratio: 1.0
190
+ image_crop_size:
191
+ - 244
192
+ - 244
193
+ image_target_size:
194
+ - 224
195
+ - 224
196
+ video_backend: torchcodec
197
+ training:
198
+ output_dir: checkpoints/phase_loc_vlmfreeze_h20
199
+ experiment_name: run1
200
+ max_steps: 20000
201
+ global_batch_size: 16
202
+ batch_size: null
203
+ gradient_accumulation_steps: 1
204
+ learning_rate: 0.0001
205
+ lr_scheduler_type: cosine
206
+ weight_decay: 1.0e-05
207
+ warmup_ratio: 0.05
208
+ warmup_steps: 0
209
+ max_grad_norm: 1.0
210
+ optim: adamw_torch
211
+ start_from_checkpoint: checkpoints/GR00T-N1.6-LIBERO
212
+ tf32: true
213
+ fp16: false
214
+ bf16: true
215
+ eval_bf16: true
216
+ logging_steps: 10
217
+ save_steps: 1000
218
+ save_total_limit: 25
219
+ save_vl_model: false
220
+ upload_checkpoints: false
221
+ upload_every: 1000
222
+ upload_last_n_checkpoints: 5
223
+ max_concurrent_uploads: 2
224
+ eval_strategy: 'no'
225
+ eval_steps: 500
226
+ eval_set_split_ratio: 0.1
227
+ eval_batch_size: 2
228
+ save_best_eval_metric_name: ''
229
+ save_best_eval_metric_greater_is_better: true
230
+ deepspeed_stage: 2
231
+ gradient_checkpointing: false
232
+ transformers_trust_remote_code: true
233
+ transformers_local_files_only: false
234
+ transformers_cache_dir: null
235
+ transformers_access_token: null
236
+ use_ddp: false
237
+ ddp_bucket_cap_mb: 100
238
+ num_gpus: 1
239
+ dataloader_num_workers: 8
240
+ remove_unused_columns: false
241
+ use_wandb: false
242
+ wandb_project: finetune-gr00t-n1d6
243
+ enable_profiling: false
244
+ max_retries: 3
245
+ assert_loss_less_than: null
246
+ add_rl_callback: false
247
+ enable_open_loop_eval: false
248
+ open_loop_eval_traj_ids:
249
+ - 0
250
+ open_loop_eval_steps_per_traj: 100
251
+ open_loop_eval_plot_indices: null
252
+ max_steps: 20000
253
+ save_steps: 1000
vlmfreeze_loc_h20_15k/experiment_cfg/config.yaml ADDED
@@ -0,0 +1,270 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - /NHNHOME/WORKSPACE/0526040012_A/Isaac-GR00T-n1.6.1/datasets_libero/libero_spatial_no_noops_1.0.0_lerobot
8
+ - /NHNHOME/WORKSPACE/0526040012_A/Isaac-GR00T-n1.6.1/datasets_libero/libero_object_no_noops_1.0.0_lerobot
9
+ - /NHNHOME/WORKSPACE/0526040012_A/Isaac-GR00T-n1.6.1/datasets_libero/libero_goal_no_noops_1.0.0_lerobot
10
+ - /NHNHOME/WORKSPACE/0526040012_A/Isaac-GR00T-n1.6.1/datasets_libero/libero_10_no_noops_1.0.0_lerobot
11
+ dataset_type: physical_embodiment
12
+ embodiment_tag: libero_panda
13
+ mix_ratio: 1.0
14
+ val_dataset_path: null
15
+ download_cache: false
16
+ episode_sampling_rate: 0.1
17
+ image_crop_size:
18
+ - 244
19
+ - 244
20
+ image_target_size:
21
+ - 224
22
+ - 224
23
+ mock_dataset_mode: false
24
+ modality_configs:
25
+ libero_panda:
26
+ action: !!python/object:gr00t.data.types.ModalityConfig
27
+ action_configs:
28
+ - &id001 !!python/object:gr00t.data.types.ActionConfig
29
+ format: !!python/object/apply:gr00t.data.types.ActionFormat
30
+ - default
31
+ rep: !!python/object/apply:gr00t.data.types.ActionRepresentation
32
+ - absolute
33
+ state_key: null
34
+ type: !!python/object/apply:gr00t.data.types.ActionType
35
+ - non_eef
36
+ - *id001
37
+ - *id001
38
+ - *id001
39
+ - *id001
40
+ - *id001
41
+ - *id001
42
+ delta_indices:
43
+ - 0
44
+ - 1
45
+ - 2
46
+ - 3
47
+ - 4
48
+ - 5
49
+ - 6
50
+ - 7
51
+ - 8
52
+ - 9
53
+ - 10
54
+ - 11
55
+ - 12
56
+ - 13
57
+ - 14
58
+ - 15
59
+ - 16
60
+ - 17
61
+ - 18
62
+ - 19
63
+ mean_std_embedding_keys: null
64
+ modality_keys:
65
+ - x
66
+ - y
67
+ - z
68
+ - roll
69
+ - pitch
70
+ - yaw
71
+ - gripper
72
+ sin_cos_embedding_keys: null
73
+ language: !!python/object:gr00t.data.types.ModalityConfig
74
+ action_configs: null
75
+ delta_indices:
76
+ - 0
77
+ mean_std_embedding_keys: null
78
+ modality_keys:
79
+ - annotation.human.action.task_description
80
+ sin_cos_embedding_keys: null
81
+ state: !!python/object:gr00t.data.types.ModalityConfig
82
+ action_configs: null
83
+ delta_indices:
84
+ - 0
85
+ mean_std_embedding_keys: null
86
+ modality_keys:
87
+ - x
88
+ - y
89
+ - z
90
+ - roll
91
+ - pitch
92
+ - yaw
93
+ - gripper
94
+ sin_cos_embedding_keys: null
95
+ video: !!python/object:gr00t.data.types.ModalityConfig
96
+ action_configs: null
97
+ delta_indices:
98
+ - 0
99
+ mean_std_embedding_keys: null
100
+ modality_keys:
101
+ - image
102
+ - wrist_image
103
+ sin_cos_embedding_keys: null
104
+ mode: single_turn
105
+ multiprocessing_context: fork
106
+ num_shards_per_epoch: 100000
107
+ override_pretraining_statistics: false
108
+ random_chop: 0.0
109
+ seed: 42
110
+ shard_size: 1024
111
+ shuffle: true
112
+ subsample_ratio: 1.0
113
+ video_backend: torchcodec
114
+ load_config_path: null
115
+ model: !!python/object:gr00t.configs.model.gr00t_n1d6.Gr00tN1d6Config
116
+ _attn_implementation_autoset: false
117
+ _attn_implementation_internal: null
118
+ _commit_hash: null
119
+ _name_or_path: ''
120
+ action_horizon: 20
121
+ add_cross_attention: false
122
+ architectures: null
123
+ backbone_model_type: eagle
124
+ backbone_trainable_params_fp32: true
125
+ bad_words_ids: null
126
+ begin_suppress_tokens: null
127
+ bos_token_id: null
128
+ chunk_size_feed_forward: 0
129
+ color_jitter_params: null
130
+ cross_attention_hidden_size: null
131
+ decoder_start_token_id: null
132
+ diffusion_model_cfg:
133
+ attention_head_dim: 48
134
+ dropout: 0.2
135
+ final_dropout: true
136
+ interleave_self_attention: true
137
+ norm_type: ada_norm
138
+ num_attention_heads: 32
139
+ num_layers: 32
140
+ output_dim: 1024
141
+ positional_embeddings: null
142
+ diversity_penalty: 0.0
143
+ do_sample: false
144
+ eagle_collator: true
145
+ early_stopping: false
146
+ encoder_no_repeat_ngram_size: 0
147
+ eos_token_id: null
148
+ exponential_decay_length_penalty: null
149
+ extra_augmentation_config: null
150
+ extra_from_pretrained_overrides:
151
+ action_horizon: 20
152
+ boundary_jitter_prob: 0.5
153
+ loc_loss_weight: 0.05
154
+ phase_class_weights:
155
+ - 0.658
156
+ - 1.725
157
+ - 0.738
158
+ - 1.835
159
+ phase_loss_weight: 0.05
160
+ tune_top_llm_layers: 0
161
+ use_phase_loc: true
162
+ finetuning_task: null
163
+ forced_bos_token_id: null
164
+ forced_eos_token_id: null
165
+ id2label:
166
+ 0: LABEL_0
167
+ 1: LABEL_1
168
+ is_decoder: false
169
+ is_encoder_decoder: false
170
+ label2id:
171
+ LABEL_0: 0
172
+ LABEL_1: 1
173
+ length_penalty: 1.0
174
+ load_bf16: false
175
+ max_length: 20
176
+ min_length: 0
177
+ model_name: nvidia/Eagle-Block2A-2B-v2
178
+ no_repeat_ngram_size: 0
179
+ num_beam_groups: 1
180
+ num_beams: 1
181
+ num_return_sequences: 1
182
+ output_attentions: false
183
+ output_hidden_states: false
184
+ output_scores: false
185
+ pad_token_id: null
186
+ prefix: null
187
+ problem_type: null
188
+ pruned_heads: {}
189
+ random_rotation_angle: null
190
+ remove_invalid_values: false
191
+ repetition_penalty: 1.0
192
+ reproject_vision: false
193
+ return_dict: true
194
+ return_dict_in_generate: false
195
+ sep_token_id: null
196
+ state_dropout_prob: 0.0
197
+ suppress_tokens: null
198
+ task_specific_params: null
199
+ temperature: 1.0
200
+ tf_legacy_loss: false
201
+ tie_encoder_decoder: false
202
+ tie_word_embeddings: true
203
+ tokenizer_class: null
204
+ top_k: 50
205
+ top_p: 1.0
206
+ torch_dtype: null
207
+ torchscript: false
208
+ transformers_version: null
209
+ tune_diffusion_model: true
210
+ tune_llm: false
211
+ tune_projector: true
212
+ tune_visual: false
213
+ typical_p: 1.0
214
+ use_bfloat16: false
215
+ use_relative_action: true
216
+ training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
217
+ add_rl_callback: false
218
+ assert_loss_less_than: null
219
+ batch_size: null
220
+ bf16: true
221
+ dataloader_num_workers: 8
222
+ ddp_bucket_cap_mb: 100
223
+ deepspeed_stage: 2
224
+ enable_open_loop_eval: false
225
+ enable_profiling: false
226
+ eval_batch_size: 2
227
+ eval_bf16: true
228
+ eval_set_split_ratio: 0.1
229
+ eval_steps: 500
230
+ eval_strategy: 'no'
231
+ experiment_name: run1
232
+ fp16: false
233
+ global_batch_size: 16
234
+ gradient_accumulation_steps: 1
235
+ gradient_checkpointing: false
236
+ learning_rate: 0.0001
237
+ logging_steps: 10
238
+ lr_scheduler_type: cosine
239
+ max_concurrent_uploads: 2
240
+ max_grad_norm: 1.0
241
+ max_retries: 3
242
+ max_steps: 20000
243
+ num_gpus: 1
244
+ open_loop_eval_plot_indices: null
245
+ open_loop_eval_steps_per_traj: 100
246
+ open_loop_eval_traj_ids:
247
+ - 0
248
+ optim: adamw_torch
249
+ output_dir: checkpoints/phase_loc_vlmfreeze_h20
250
+ remove_unused_columns: false
251
+ save_best_eval_metric_greater_is_better: true
252
+ save_best_eval_metric_name: ''
253
+ save_steps: 1000
254
+ save_total_limit: 25
255
+ save_vl_model: false
256
+ start_from_checkpoint: checkpoints/GR00T-N1.6-LIBERO
257
+ tf32: true
258
+ transformers_access_token: null
259
+ transformers_cache_dir: null
260
+ transformers_local_files_only: false
261
+ transformers_trust_remote_code: true
262
+ upload_checkpoints: false
263
+ upload_every: 1000
264
+ upload_last_n_checkpoints: 5
265
+ use_ddp: false
266
+ use_wandb: false
267
+ wandb_project: finetune-gr00t-n1d6
268
+ warmup_ratio: 0.05
269
+ warmup_steps: 0
270
+ weight_decay: 1.0e-05
vlmfreeze_loc_h20_15k/experiment_cfg/dataset_statistics.json ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "libero_panda": {
3
+ "state": {
4
+ "x": {
5
+ "min": [
6
+ -0.4828203022480011
7
+ ],
8
+ "max": [
9
+ 0.21031762659549713
10
+ ],
11
+ "mean": [
12
+ -0.04620340248797765
13
+ ],
14
+ "std": [
15
+ 0.10484370083217544
16
+ ],
17
+ "q01": [
18
+ -0.4240104854106903
19
+ ],
20
+ "q99": [
21
+ 0.15302614867687225
22
+ ]
23
+ },
24
+ "y": {
25
+ "min": [
26
+ -0.3255046010017395
27
+ ],
28
+ "max": [
29
+ 0.39128610491752625
30
+ ],
31
+ "mean": [
32
+ 0.03422235884165336
33
+ ],
34
+ "std": [
35
+ 0.15171046028851504
36
+ ],
37
+ "q01": [
38
+ -0.28383004665374756
39
+ ],
40
+ "q99": [
41
+ 0.3629165291786194
42
+ ]
43
+ },
44
+ "z": {
45
+ "min": [
46
+ 0.008128180168569088
47
+ ],
48
+ "max": [
49
+ 1.3660105466842651
50
+ ],
51
+ "mean": [
52
+ 0.7632901514507044
53
+ ],
54
+ "std": [
55
+ 0.376346846184806
56
+ ],
57
+ "q01": [
58
+ 0.009925739839673042
59
+ ],
60
+ "q99": [
61
+ 1.2910678386688232
62
+ ]
63
+ },
64
+ "roll": {
65
+ "min": [
66
+ 0.35277295112609863
67
+ ],
68
+ "max": [
69
+ 3.6714255809783936
70
+ ],
71
+ "mean": [
72
+ 2.97078774347587
73
+ ],
74
+ "std": [
75
+ 0.34341558316909837
76
+ ],
77
+ "q01": [
78
+ 1.3085840940475464
79
+ ],
80
+ "q99": [
81
+ 3.303542375564575
82
+ ]
83
+ },
84
+ "pitch": {
85
+ "min": [
86
+ -3.641430377960205
87
+ ],
88
+ "max": [
89
+ 3.560650587081909
90
+ ],
91
+ "mean": [
92
+ -0.2332893200690233
93
+ ],
94
+ "std": [
95
+ 0.9210090241807167
96
+ ],
97
+ "q01": [
98
+ -2.8866775035858154
99
+ ],
100
+ "q99": [
101
+ 2.749652862548828
102
+ ]
103
+ },
104
+ "yaw": {
105
+ "min": [
106
+ -1.842738389968872
107
+ ],
108
+ "max": [
109
+ 1.386339545249939
110
+ ],
111
+ "mean": [
112
+ -0.1268680592692351
113
+ ],
114
+ "std": [
115
+ 0.32611276989730603
116
+ ],
117
+ "q01": [
118
+ -1.159900426864624
119
+ ],
120
+ "q99": [
121
+ 0.6893712282180786
122
+ ]
123
+ },
124
+ "gripper": {
125
+ "min": [
126
+ -0.0013586411951109767,
127
+ -0.042040832340717316
128
+ ],
129
+ "max": [
130
+ 0.04233968257904053,
131
+ 0.0013633022317662835
132
+ ],
133
+ "mean": [
134
+ 0.026979355487328043,
135
+ -0.027260432004111226
136
+ ],
137
+ "std": [
138
+ 0.014125490993318493,
139
+ 0.014007901148399747
140
+ ],
141
+ "q01": [
142
+ 0.001503719249740243,
143
+ -0.040336400270462036
144
+ ],
145
+ "q99": [
146
+ 0.04061093553900719,
147
+ -0.0015016929246485233
148
+ ]
149
+ }
150
+ },
151
+ "action": {
152
+ "x": {
153
+ "min": [
154
+ -0.9375
155
+ ],
156
+ "max": [
157
+ 0.9375
158
+ ],
159
+ "mean": [
160
+ 0.06120450323927
161
+ ],
162
+ "std": [
163
+ 0.3334259667638697
164
+ ],
165
+ "q01": [
166
+ -0.8785714507102966
167
+ ],
168
+ "q99": [
169
+ 0.9375
170
+ ]
171
+ },
172
+ "y": {
173
+ "min": [
174
+ -0.9375
175
+ ],
176
+ "max": [
177
+ 0.9375
178
+ ],
179
+ "mean": [
180
+ 0.08613396974335491
181
+ ],
182
+ "std": [
183
+ 0.3782184269006953
184
+ ],
185
+ "q01": [
186
+ -0.8758928775787354
187
+ ],
188
+ "q99": [
189
+ 0.9107142686843872
190
+ ]
191
+ },
192
+ "z": {
193
+ "min": [
194
+ -0.9375
195
+ ],
196
+ "max": [
197
+ 0.9375
198
+ ],
199
+ "mean": [
200
+ -0.08879583165489673
201
+ ],
202
+ "std": [
203
+ 0.44214128673733755
204
+ ],
205
+ "q01": [
206
+ -0.9375
207
+ ],
208
+ "q99": [
209
+ 0.9375
210
+ ]
211
+ },
212
+ "roll": {
213
+ "min": [
214
+ -0.2582142949104309
215
+ ],
216
+ "max": [
217
+ 0.3557142913341522
218
+ ],
219
+ "mean": [
220
+ 0.0006979059576320181
221
+ ],
222
+ "std": [
223
+ 0.039107016157336374
224
+ ],
225
+ "q01": [
226
+ -0.1510714292526245
227
+ ],
228
+ "q99": [
229
+ 0.20357142388820648
230
+ ]
231
+ },
232
+ "pitch": {
233
+ "min": [
234
+ -0.375
235
+ ],
236
+ "max": [
237
+ 0.375
238
+ ],
239
+ "mean": [
240
+ 0.005530113916262544
241
+ ],
242
+ "std": [
243
+ 0.06299203754575666
244
+ ],
245
+ "q01": [
246
+ -0.20678570866584778
247
+ ],
248
+ "q99": [
249
+ 0.26357144117355347
250
+ ]
251
+ },
252
+ "yaw": {
253
+ "min": [
254
+ -0.3675000071525574
255
+ ],
256
+ "max": [
257
+ 0.375
258
+ ],
259
+ "mean": [
260
+ -0.005406712900988663
261
+ ],
262
+ "std": [
263
+ 0.07815190182786777
264
+ ],
265
+ "q01": [
266
+ -0.2742857038974762
267
+ ],
268
+ "q99": [
269
+ 0.375
270
+ ]
271
+ },
272
+ "gripper": {
273
+ "min": [
274
+ 0.0
275
+ ],
276
+ "max": [
277
+ 1.0
278
+ ],
279
+ "mean": [
280
+ 0.5251422666547672
281
+ ],
282
+ "std": [
283
+ 0.49947446048585437
284
+ ],
285
+ "q01": [
286
+ 0.0
287
+ ],
288
+ "q99": [
289
+ 1.0
290
+ ]
291
+ }
292
+ },
293
+ "relative_action": {}
294
+ }
295
+ }
vlmfreeze_loc_h20_15k/experiment_cfg/final_model_config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 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": true,
15
+ "collator_overwrite_image_inputs": false,
16
+ "eagle_collator": true,
17
+ "backbone_trainable_params_fp32": true,
18
+ "extra_augmentation_config": null,
19
+ "apply_sincos_state_encoding": true,
20
+ "use_relative_action": true,
21
+ "max_state_dim": 128,
22
+ "max_action_dim": 128,
23
+ "action_horizon": 20,
24
+ "hidden_size": 1024,
25
+ "input_embedding_dim": 1536,
26
+ "add_pos_embed": true,
27
+ "attn_dropout": 0.2,
28
+ "use_vlln": true,
29
+ "max_seq_len": 1024,
30
+ "use_alternate_vl_dit": true,
31
+ "attend_text_every_n_blocks": 2,
32
+ "diffusion_model_cfg": {
33
+ "attention_head_dim": 48,
34
+ "dropout": 0.2,
35
+ "final_dropout": true,
36
+ "interleave_self_attention": true,
37
+ "norm_type": "ada_norm",
38
+ "num_attention_heads": 32,
39
+ "num_layers": 32,
40
+ "output_dim": 1024,
41
+ "positional_embeddings": null
42
+ },
43
+ "num_inference_timesteps": 4,
44
+ "noise_beta_alpha": 1.5,
45
+ "noise_beta_beta": 1.0,
46
+ "noise_s": 0.999,
47
+ "num_timestep_buckets": 1000,
48
+ "tune_projector": true,
49
+ "tune_diffusion_model": true,
50
+ "tune_vlln": true,
51
+ "state_dropout_prob": 0.0,
52
+ "state_additive_noise_scale": 0.0,
53
+ "use_phase_loc": true,
54
+ "num_phases": 4,
55
+ "phase_loss_weight": 0.05,
56
+ "phase_class_weights": [
57
+ 0.658,
58
+ 1.725,
59
+ 0.738,
60
+ 1.835
61
+ ],
62
+ "loc_loss_weight": 0.05,
63
+ "loc_none_weight": 0.3,
64
+ "loc_temp": 1.0,
65
+ "boundary_jitter_prob": 0.5,
66
+ "phase_pool_heads": 8,
67
+ "phase_mlp_hidden": 1024,
68
+ "max_num_embodiments": 32
69
+ }
vlmfreeze_loc_h20_15k/experiment_cfg/final_processor_config.json ADDED
The diff for this file is too large to render. See raw diff
 
vlmfreeze_loc_h20_15k/model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1baeb3733785e45e69ee0a5836e1e4a70b193bc8d82e82f96a1d21601c0f3e1
3
+ size 4996585224
vlmfreeze_loc_h20_15k/model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a84b25f6df366bfe3f9139c3ea5f1dcd2c6e4a47ea53f4e72af041a907a77d2a
3
+ size 4474203120
vlmfreeze_loc_h20_15k/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
vlmfreeze_loc_h20_15k/processor_config.json ADDED
@@ -0,0 +1,499 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "libero_panda": {
355
+ "video": {
356
+ "delta_indices": [
357
+ 0
358
+ ],
359
+ "modality_keys": [
360
+ "image",
361
+ "wrist_image"
362
+ ],
363
+ "sin_cos_embedding_keys": null,
364
+ "mean_std_embedding_keys": null,
365
+ "action_configs": null
366
+ },
367
+ "state": {
368
+ "delta_indices": [
369
+ 0
370
+ ],
371
+ "modality_keys": [
372
+ "x",
373
+ "y",
374
+ "z",
375
+ "roll",
376
+ "pitch",
377
+ "yaw",
378
+ "gripper"
379
+ ],
380
+ "sin_cos_embedding_keys": null,
381
+ "mean_std_embedding_keys": null,
382
+ "action_configs": null
383
+ },
384
+ "action": {
385
+ "delta_indices": [
386
+ 0,
387
+ 1,
388
+ 2,
389
+ 3,
390
+ 4,
391
+ 5,
392
+ 6,
393
+ 7,
394
+ 8,
395
+ 9,
396
+ 10,
397
+ 11,
398
+ 12,
399
+ 13,
400
+ 14,
401
+ 15,
402
+ 16,
403
+ 17,
404
+ 18,
405
+ 19
406
+ ],
407
+ "modality_keys": [
408
+ "x",
409
+ "y",
410
+ "z",
411
+ "roll",
412
+ "pitch",
413
+ "yaw",
414
+ "gripper"
415
+ ],
416
+ "sin_cos_embedding_keys": null,
417
+ "mean_std_embedding_keys": null,
418
+ "action_configs": [
419
+ {
420
+ "rep": "ABSOLUTE",
421
+ "type": "NON_EEF",
422
+ "format": "DEFAULT",
423
+ "state_key": null
424
+ },
425
+ {
426
+ "rep": "ABSOLUTE",
427
+ "type": "NON_EEF",
428
+ "format": "DEFAULT",
429
+ "state_key": null
430
+ },
431
+ {
432
+ "rep": "ABSOLUTE",
433
+ "type": "NON_EEF",
434
+ "format": "DEFAULT",
435
+ "state_key": null
436
+ },
437
+ {
438
+ "rep": "ABSOLUTE",
439
+ "type": "NON_EEF",
440
+ "format": "DEFAULT",
441
+ "state_key": null
442
+ },
443
+ {
444
+ "rep": "ABSOLUTE",
445
+ "type": "NON_EEF",
446
+ "format": "DEFAULT",
447
+ "state_key": null
448
+ },
449
+ {
450
+ "rep": "ABSOLUTE",
451
+ "type": "NON_EEF",
452
+ "format": "DEFAULT",
453
+ "state_key": null
454
+ },
455
+ {
456
+ "rep": "ABSOLUTE",
457
+ "type": "NON_EEF",
458
+ "format": "DEFAULT",
459
+ "state_key": null
460
+ }
461
+ ]
462
+ },
463
+ "language": {
464
+ "delta_indices": [
465
+ 0
466
+ ],
467
+ "modality_keys": [
468
+ "annotation.human.action.task_description"
469
+ ],
470
+ "sin_cos_embedding_keys": null,
471
+ "mean_std_embedding_keys": null,
472
+ "action_configs": null
473
+ }
474
+ }
475
+ },
476
+ "image_crop_size": null,
477
+ "image_target_size": null,
478
+ "use_albumentations": true,
479
+ "random_rotation_angle": null,
480
+ "color_jitter_params": {
481
+ "brightness": 0.3,
482
+ "contrast": 0.4,
483
+ "saturation": 0.5,
484
+ "hue": 0.08
485
+ },
486
+ "shortest_image_edge": 256,
487
+ "crop_fraction": 0.95,
488
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
489
+ "model_type": "eagle",
490
+ "formalize_language": true,
491
+ "max_state_dim": 128,
492
+ "max_action_dim": 128,
493
+ "max_action_horizon": 20,
494
+ "use_percentiles": false,
495
+ "clip_outliers": true,
496
+ "apply_sincos_state_encoding": true,
497
+ "use_relative_action": true
498
+ }
499
+ }
vlmfreeze_loc_h20_15k/statistics.json ADDED
The diff for this file is too large to render. See raw diff
 
vlmfreeze_loc_h20_15k/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
vlmfreeze_loc_h20_15k/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e1717dcf2b4920a8a8a964cec8d3f762b81b11f8429993fa1f94955476d444a
3
+ size 5777
vlmfreeze_loc_h20_15k/wandb_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"project": "finetune-gr00t-n1d6", "run_id": "run1"}