SeonghoonYu commited on
Commit
f4237b1
·
verified ·
1 Parent(s): a1759bb

Add vlmfreeze_loc_h15_16k

Browse files
vlmfreeze_loc_h15_16k/config.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_horizon": 15,
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.602,
56
+ 2.285,
57
+ 0.671,
58
+ 2.435
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_h15_16k/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_h15_16k/experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,248 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 15
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
+ modality_keys:
126
+ - x
127
+ - 'y'
128
+ - z
129
+ - roll
130
+ - pitch
131
+ - yaw
132
+ - gripper
133
+ sin_cos_embedding_keys: null
134
+ mean_std_embedding_keys: null
135
+ action_configs:
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
+ - rep: ABSOLUTE
145
+ type: NON_EEF
146
+ format: DEFAULT
147
+ state_key: null
148
+ - rep: ABSOLUTE
149
+ type: NON_EEF
150
+ format: DEFAULT
151
+ state_key: null
152
+ - rep: ABSOLUTE
153
+ type: NON_EEF
154
+ format: DEFAULT
155
+ state_key: null
156
+ - rep: ABSOLUTE
157
+ type: NON_EEF
158
+ format: DEFAULT
159
+ state_key: null
160
+ - rep: ABSOLUTE
161
+ type: NON_EEF
162
+ format: DEFAULT
163
+ state_key: null
164
+ language:
165
+ delta_indices:
166
+ - 0
167
+ modality_keys:
168
+ - annotation.human.action.task_description
169
+ sin_cos_embedding_keys: null
170
+ mean_std_embedding_keys: null
171
+ action_configs: null
172
+ download_cache: false
173
+ shard_size: 1024
174
+ episode_sampling_rate: 0.1
175
+ num_shards_per_epoch: 100000
176
+ override_pretraining_statistics: false
177
+ mode: single_turn
178
+ random_chop: 0.0
179
+ mock_dataset_mode: false
180
+ shuffle: true
181
+ seed: 42
182
+ multiprocessing_context: fork
183
+ allow_padding: false
184
+ subsample_ratio: 1.0
185
+ image_crop_size:
186
+ - 244
187
+ - 244
188
+ image_target_size:
189
+ - 224
190
+ - 224
191
+ video_backend: torchcodec
192
+ training:
193
+ output_dir: checkpoints/phase_loc_vlmfreeze_h15
194
+ experiment_name: run1
195
+ max_steps: 20000
196
+ global_batch_size: 16
197
+ batch_size: null
198
+ gradient_accumulation_steps: 1
199
+ learning_rate: 0.0001
200
+ lr_scheduler_type: cosine
201
+ weight_decay: 1.0e-05
202
+ warmup_ratio: 0.05
203
+ warmup_steps: 0
204
+ max_grad_norm: 1.0
205
+ optim: adamw_torch
206
+ start_from_checkpoint: checkpoints/GR00T-N1.6-LIBERO
207
+ tf32: true
208
+ fp16: false
209
+ bf16: true
210
+ eval_bf16: true
211
+ logging_steps: 10
212
+ save_steps: 1000
213
+ save_total_limit: 25
214
+ save_vl_model: false
215
+ upload_checkpoints: false
216
+ upload_every: 1000
217
+ upload_last_n_checkpoints: 5
218
+ max_concurrent_uploads: 2
219
+ eval_strategy: 'no'
220
+ eval_steps: 500
221
+ eval_set_split_ratio: 0.1
222
+ eval_batch_size: 2
223
+ save_best_eval_metric_name: ''
224
+ save_best_eval_metric_greater_is_better: true
225
+ deepspeed_stage: 2
226
+ gradient_checkpointing: false
227
+ transformers_trust_remote_code: true
228
+ transformers_local_files_only: false
229
+ transformers_cache_dir: null
230
+ transformers_access_token: null
231
+ use_ddp: false
232
+ ddp_bucket_cap_mb: 100
233
+ num_gpus: 1
234
+ dataloader_num_workers: 8
235
+ remove_unused_columns: false
236
+ use_wandb: false
237
+ wandb_project: finetune-gr00t-n1d6
238
+ enable_profiling: false
239
+ max_retries: 3
240
+ assert_loss_less_than: null
241
+ add_rl_callback: false
242
+ enable_open_loop_eval: false
243
+ open_loop_eval_traj_ids:
244
+ - 0
245
+ open_loop_eval_steps_per_traj: 100
246
+ open_loop_eval_plot_indices: null
247
+ max_steps: 20000
248
+ save_steps: 1000
vlmfreeze_loc_h15_16k/experiment_cfg/config.yaml ADDED
@@ -0,0 +1,265 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ mean_std_embedding_keys: null
59
+ modality_keys:
60
+ - x
61
+ - y
62
+ - z
63
+ - roll
64
+ - pitch
65
+ - yaw
66
+ - gripper
67
+ sin_cos_embedding_keys: null
68
+ language: !!python/object:gr00t.data.types.ModalityConfig
69
+ action_configs: null
70
+ delta_indices:
71
+ - 0
72
+ mean_std_embedding_keys: null
73
+ modality_keys:
74
+ - annotation.human.action.task_description
75
+ sin_cos_embedding_keys: null
76
+ state: !!python/object:gr00t.data.types.ModalityConfig
77
+ action_configs: null
78
+ delta_indices:
79
+ - 0
80
+ mean_std_embedding_keys: null
81
+ modality_keys:
82
+ - x
83
+ - y
84
+ - z
85
+ - roll
86
+ - pitch
87
+ - yaw
88
+ - gripper
89
+ sin_cos_embedding_keys: null
90
+ video: !!python/object:gr00t.data.types.ModalityConfig
91
+ action_configs: null
92
+ delta_indices:
93
+ - 0
94
+ mean_std_embedding_keys: null
95
+ modality_keys:
96
+ - image
97
+ - wrist_image
98
+ sin_cos_embedding_keys: null
99
+ mode: single_turn
100
+ multiprocessing_context: fork
101
+ num_shards_per_epoch: 100000
102
+ override_pretraining_statistics: false
103
+ random_chop: 0.0
104
+ seed: 42
105
+ shard_size: 1024
106
+ shuffle: true
107
+ subsample_ratio: 1.0
108
+ video_backend: torchcodec
109
+ load_config_path: null
110
+ model: !!python/object:gr00t.configs.model.gr00t_n1d6.Gr00tN1d6Config
111
+ _attn_implementation_autoset: false
112
+ _attn_implementation_internal: null
113
+ _commit_hash: null
114
+ _name_or_path: ''
115
+ action_horizon: 15
116
+ add_cross_attention: false
117
+ architectures: null
118
+ backbone_model_type: eagle
119
+ backbone_trainable_params_fp32: true
120
+ bad_words_ids: null
121
+ begin_suppress_tokens: null
122
+ bos_token_id: null
123
+ chunk_size_feed_forward: 0
124
+ color_jitter_params: null
125
+ cross_attention_hidden_size: null
126
+ decoder_start_token_id: null
127
+ diffusion_model_cfg:
128
+ attention_head_dim: 48
129
+ dropout: 0.2
130
+ final_dropout: true
131
+ interleave_self_attention: true
132
+ norm_type: ada_norm
133
+ num_attention_heads: 32
134
+ num_layers: 32
135
+ output_dim: 1024
136
+ positional_embeddings: null
137
+ diversity_penalty: 0.0
138
+ do_sample: false
139
+ eagle_collator: true
140
+ early_stopping: false
141
+ encoder_no_repeat_ngram_size: 0
142
+ eos_token_id: null
143
+ exponential_decay_length_penalty: null
144
+ extra_augmentation_config: null
145
+ extra_from_pretrained_overrides:
146
+ action_horizon: 15
147
+ boundary_jitter_prob: 0.5
148
+ loc_loss_weight: 0.05
149
+ phase_class_weights:
150
+ - 0.602
151
+ - 2.285
152
+ - 0.671
153
+ - 2.435
154
+ phase_loss_weight: 0.05
155
+ tune_top_llm_layers: 0
156
+ use_phase_loc: true
157
+ finetuning_task: null
158
+ forced_bos_token_id: null
159
+ forced_eos_token_id: null
160
+ id2label:
161
+ 0: LABEL_0
162
+ 1: LABEL_1
163
+ is_decoder: false
164
+ is_encoder_decoder: false
165
+ label2id:
166
+ LABEL_0: 0
167
+ LABEL_1: 1
168
+ length_penalty: 1.0
169
+ load_bf16: false
170
+ max_length: 20
171
+ min_length: 0
172
+ model_name: nvidia/Eagle-Block2A-2B-v2
173
+ no_repeat_ngram_size: 0
174
+ num_beam_groups: 1
175
+ num_beams: 1
176
+ num_return_sequences: 1
177
+ output_attentions: false
178
+ output_hidden_states: false
179
+ output_scores: false
180
+ pad_token_id: null
181
+ prefix: null
182
+ problem_type: null
183
+ pruned_heads: {}
184
+ random_rotation_angle: null
185
+ remove_invalid_values: false
186
+ repetition_penalty: 1.0
187
+ reproject_vision: false
188
+ return_dict: true
189
+ return_dict_in_generate: false
190
+ sep_token_id: null
191
+ state_dropout_prob: 0.0
192
+ suppress_tokens: null
193
+ task_specific_params: null
194
+ temperature: 1.0
195
+ tf_legacy_loss: false
196
+ tie_encoder_decoder: false
197
+ tie_word_embeddings: true
198
+ tokenizer_class: null
199
+ top_k: 50
200
+ top_p: 1.0
201
+ torch_dtype: null
202
+ torchscript: false
203
+ transformers_version: null
204
+ tune_diffusion_model: true
205
+ tune_llm: false
206
+ tune_projector: true
207
+ tune_visual: false
208
+ typical_p: 1.0
209
+ use_bfloat16: false
210
+ use_relative_action: true
211
+ training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
212
+ add_rl_callback: false
213
+ assert_loss_less_than: null
214
+ batch_size: null
215
+ bf16: true
216
+ dataloader_num_workers: 8
217
+ ddp_bucket_cap_mb: 100
218
+ deepspeed_stage: 2
219
+ enable_open_loop_eval: false
220
+ enable_profiling: false
221
+ eval_batch_size: 2
222
+ eval_bf16: true
223
+ eval_set_split_ratio: 0.1
224
+ eval_steps: 500
225
+ eval_strategy: 'no'
226
+ experiment_name: run1
227
+ fp16: false
228
+ global_batch_size: 16
229
+ gradient_accumulation_steps: 1
230
+ gradient_checkpointing: false
231
+ learning_rate: 0.0001
232
+ logging_steps: 10
233
+ lr_scheduler_type: cosine
234
+ max_concurrent_uploads: 2
235
+ max_grad_norm: 1.0
236
+ max_retries: 3
237
+ max_steps: 20000
238
+ num_gpus: 1
239
+ open_loop_eval_plot_indices: null
240
+ open_loop_eval_steps_per_traj: 100
241
+ open_loop_eval_traj_ids:
242
+ - 0
243
+ optim: adamw_torch
244
+ output_dir: checkpoints/phase_loc_vlmfreeze_h15
245
+ remove_unused_columns: false
246
+ save_best_eval_metric_greater_is_better: true
247
+ save_best_eval_metric_name: ''
248
+ save_steps: 1000
249
+ save_total_limit: 25
250
+ save_vl_model: false
251
+ start_from_checkpoint: checkpoints/GR00T-N1.6-LIBERO
252
+ tf32: true
253
+ transformers_access_token: null
254
+ transformers_cache_dir: null
255
+ transformers_local_files_only: false
256
+ transformers_trust_remote_code: true
257
+ upload_checkpoints: false
258
+ upload_every: 1000
259
+ upload_last_n_checkpoints: 5
260
+ use_ddp: false
261
+ use_wandb: false
262
+ wandb_project: finetune-gr00t-n1d6
263
+ warmup_ratio: 0.05
264
+ warmup_steps: 0
265
+ weight_decay: 1.0e-05
vlmfreeze_loc_h15_16k/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.04624276933621388
13
+ ],
14
+ "std": [
15
+ 0.10476299750643506
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.03413268207211276
33
+ ],
34
+ "std": [
35
+ 0.151854201187533
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.7615890140436133
53
+ ],
54
+ "std": [
55
+ 0.37797879113995025
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.97181462949636
73
+ ],
74
+ "std": [
75
+ 0.3431648001775235
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.22890296979826324
93
+ ],
94
+ "std": [
95
+ 0.9147305335089927
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.1263504474138727
113
+ ],
114
+ "std": [
115
+ 0.32549173135344633
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.026965955979361824,
135
+ -0.027248810216480374
136
+ ],
137
+ "std": [
138
+ 0.014129244478734954,
139
+ 0.01401193279711899
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.06178464092770401
161
+ ],
162
+ "std": [
163
+ 0.33392246724473174
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.08656782104196598
181
+ ],
182
+ "std": [
183
+ 0.3785601406771491
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.0891684960649938
201
+ ],
202
+ "std": [
203
+ 0.44304869404124114
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.0006464544018464429
221
+ ],
222
+ "std": [
223
+ 0.039106267671324496
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.005571136635024937
241
+ ],
242
+ "std": [
243
+ 0.06308144854809304
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.005386840149152035
261
+ ],
262
+ "std": [
263
+ 0.07798502879141003
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.5247882268866715
281
+ ],
282
+ "std": [
283
+ 0.4994901419670761
284
+ ],
285
+ "q01": [
286
+ 0.0
287
+ ],
288
+ "q99": [
289
+ 1.0
290
+ ]
291
+ }
292
+ },
293
+ "relative_action": {}
294
+ }
295
+ }
vlmfreeze_loc_h15_16k/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": 15,
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.602,
58
+ 2.285,
59
+ 0.671,
60
+ 2.435
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_h15_16k/experiment_cfg/final_processor_config.json ADDED
The diff for this file is too large to render. See raw diff
 
vlmfreeze_loc_h15_16k/model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91eec99b94c66de1343777888943597c5aa3b96eb8477b0c5dee7cd0e1ae67e6
3
+ size 4996585224
vlmfreeze_loc_h15_16k/model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fd0988acc2043b87a37b8b1f3a3362f7379c42f6247f22b0957263bb51e7251
3
+ size 4474121120
vlmfreeze_loc_h15_16k/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
vlmfreeze_loc_h15_16k/processor_config.json ADDED
@@ -0,0 +1,494 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ],
402
+ "modality_keys": [
403
+ "x",
404
+ "y",
405
+ "z",
406
+ "roll",
407
+ "pitch",
408
+ "yaw",
409
+ "gripper"
410
+ ],
411
+ "sin_cos_embedding_keys": null,
412
+ "mean_std_embedding_keys": null,
413
+ "action_configs": [
414
+ {
415
+ "rep": "ABSOLUTE",
416
+ "type": "NON_EEF",
417
+ "format": "DEFAULT",
418
+ "state_key": null
419
+ },
420
+ {
421
+ "rep": "ABSOLUTE",
422
+ "type": "NON_EEF",
423
+ "format": "DEFAULT",
424
+ "state_key": null
425
+ },
426
+ {
427
+ "rep": "ABSOLUTE",
428
+ "type": "NON_EEF",
429
+ "format": "DEFAULT",
430
+ "state_key": null
431
+ },
432
+ {
433
+ "rep": "ABSOLUTE",
434
+ "type": "NON_EEF",
435
+ "format": "DEFAULT",
436
+ "state_key": null
437
+ },
438
+ {
439
+ "rep": "ABSOLUTE",
440
+ "type": "NON_EEF",
441
+ "format": "DEFAULT",
442
+ "state_key": null
443
+ },
444
+ {
445
+ "rep": "ABSOLUTE",
446
+ "type": "NON_EEF",
447
+ "format": "DEFAULT",
448
+ "state_key": null
449
+ },
450
+ {
451
+ "rep": "ABSOLUTE",
452
+ "type": "NON_EEF",
453
+ "format": "DEFAULT",
454
+ "state_key": null
455
+ }
456
+ ]
457
+ },
458
+ "language": {
459
+ "delta_indices": [
460
+ 0
461
+ ],
462
+ "modality_keys": [
463
+ "annotation.human.action.task_description"
464
+ ],
465
+ "sin_cos_embedding_keys": null,
466
+ "mean_std_embedding_keys": null,
467
+ "action_configs": null
468
+ }
469
+ }
470
+ },
471
+ "image_crop_size": null,
472
+ "image_target_size": null,
473
+ "use_albumentations": true,
474
+ "random_rotation_angle": null,
475
+ "color_jitter_params": {
476
+ "brightness": 0.3,
477
+ "contrast": 0.4,
478
+ "saturation": 0.5,
479
+ "hue": 0.08
480
+ },
481
+ "shortest_image_edge": 256,
482
+ "crop_fraction": 0.95,
483
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
484
+ "model_type": "eagle",
485
+ "formalize_language": true,
486
+ "max_state_dim": 128,
487
+ "max_action_dim": 128,
488
+ "max_action_horizon": 15,
489
+ "use_percentiles": false,
490
+ "clip_outliers": true,
491
+ "apply_sincos_state_encoding": true,
492
+ "use_relative_action": true
493
+ }
494
+ }
vlmfreeze_loc_h15_16k/statistics.json ADDED
The diff for this file is too large to render. See raw diff
 
vlmfreeze_loc_h15_16k/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
vlmfreeze_loc_h15_16k/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87a9812bffc24fa9709f2327884e83e9af56d5507eee195497b0690efd5e1f19
3
+ size 5777
vlmfreeze_loc_h15_16k/wandb_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"project": "finetune-gr00t-n1d6", "run_id": "run1"}