i4h-service-account commited on
Commit
6bbfb38
·
verified ·
1 Parent(s): cefb14d

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_horizon": 50,
3
+ "add_pos_embed": true,
4
+ "apply_sincos_state_encoding": true,
5
+ "architectures": [
6
+ "Gr00tN1d6"
7
+ ],
8
+ "attn_dropout": 0.2,
9
+ "attn_implementation": null,
10
+ "backbone_embedding_dim": 2048,
11
+ "backbone_model_type": "eagle",
12
+ "backbone_trainable_params_fp32": true,
13
+ "collator_overwrite_image_inputs": false,
14
+ "color_jitter_params": {
15
+ "brightness": 0.1,
16
+ "contrast": 0.1,
17
+ "hue": 0.1,
18
+ "saturation": 0.1
19
+ },
20
+ "crop_fraction": 0.95,
21
+ "diffusion_model_cfg": {
22
+ "attention_head_dim": 48,
23
+ "dropout": 0.2,
24
+ "final_dropout": true,
25
+ "interleave_self_attention": true,
26
+ "norm_type": "ada_norm",
27
+ "num_attention_heads": 32,
28
+ "num_layers": 32,
29
+ "output_dim": 1024,
30
+ "positional_embeddings": null
31
+ },
32
+ "eagle_collator": true,
33
+ "formalize_language": true,
34
+ "gemma_collator": false,
35
+ "hidden_size": 1024,
36
+ "image_crop_size": null,
37
+ "image_target_size": null,
38
+ "input_embedding_dim": 1536,
39
+ "load_bf16": true,
40
+ "max_action_dim": 128,
41
+ "max_num_embodiments": 32,
42
+ "max_seq_len": 1024,
43
+ "max_state_dim": 128,
44
+ "model_dtype": "bfloat16",
45
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
46
+ "model_type": "Gr00tN1d6",
47
+ "noise_beta_alpha": 1.5,
48
+ "noise_beta_beta": 1.0,
49
+ "noise_s": 0.999,
50
+ "num_inference_timesteps": 4,
51
+ "num_timestep_buckets": 1000,
52
+ "random_rotation_angle": null,
53
+ "reproject_vision": false,
54
+ "select_layer": 16,
55
+ "shortest_image_edge": 256,
56
+ "state_dropout_prob": 0.0,
57
+ "torch_dtype": "float32",
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": true,
64
+ "tune_vlln": true,
65
+ "use_albumentations_transforms": true,
66
+ "use_alternate_vl_dit": true,
67
+ "use_flash_attention": true,
68
+ "use_relative_action": true,
69
+ "use_vlln": true
70
+ }
embodiment_id.json ADDED
@@ -0,0 +1,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
+ }
experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: true
12
+ select_layer: 16
13
+ reproject_vision: false
14
+ use_flash_attention: true
15
+ load_bf16: false
16
+ collator_overwrite_image_inputs: false
17
+ eagle_collator: true
18
+ backbone_trainable_params_fp32: true
19
+ image_crop_size: null
20
+ image_target_size: null
21
+ shortest_image_edge: 256
22
+ crop_fraction: 0.95
23
+ random_rotation_angle: null
24
+ color_jitter_params:
25
+ brightness: 0.3
26
+ contrast: 0.4
27
+ saturation: 0.5
28
+ hue: 0.08
29
+ use_albumentations_transforms: true
30
+ 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
+ - /localhome/local-mingxueg/datasets//stage2_2_new_30/lerobot
69
+ - /localhome/local-mingxueg/datasets//stage2_1_new_30/lerobot
70
+ - /localhome/local-mingxueg/datasets//stage2_6_new_30/lerobot
71
+ embodiment_tag: new_embodiment
72
+ mix_ratio: 1.0
73
+ dataset_type: physical_embodiment
74
+ val_dataset_path: null
75
+ modality_configs:
76
+ new_embodiment:
77
+ video:
78
+ delta_indices:
79
+ - 0
80
+ modality_keys:
81
+ - ego_view
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
+ - left_arm
90
+ - right_arm
91
+ - left_hand
92
+ - right_hand
93
+ - waist
94
+ sin_cos_embedding_keys: null
95
+ mean_std_embedding_keys: null
96
+ action_configs: null
97
+ action:
98
+ delta_indices:
99
+ - 0
100
+ - 1
101
+ - 2
102
+ - 3
103
+ - 4
104
+ - 5
105
+ - 6
106
+ - 7
107
+ - 8
108
+ - 9
109
+ - 10
110
+ - 11
111
+ - 12
112
+ - 13
113
+ - 14
114
+ - 15
115
+ modality_keys:
116
+ - left_arm
117
+ - right_arm
118
+ - left_hand
119
+ - right_hand
120
+ - base_height_command
121
+ - navigate_command
122
+ sin_cos_embedding_keys: null
123
+ mean_std_embedding_keys: null
124
+ action_configs:
125
+ - rep: ABSOLUTE
126
+ type: NON_EEF
127
+ format: DEFAULT
128
+ state_key: null
129
+ - rep: ABSOLUTE
130
+ type: NON_EEF
131
+ format: DEFAULT
132
+ state_key: null
133
+ - rep: ABSOLUTE
134
+ type: NON_EEF
135
+ format: DEFAULT
136
+ state_key: null
137
+ - rep: ABSOLUTE
138
+ type: NON_EEF
139
+ format: DEFAULT
140
+ state_key: null
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
+ language:
150
+ delta_indices:
151
+ - 0
152
+ modality_keys:
153
+ - annotation.human.task_description
154
+ sin_cos_embedding_keys: null
155
+ mean_std_embedding_keys: null
156
+ action_configs: null
157
+ download_cache: false
158
+ shard_size: 1024
159
+ episode_sampling_rate: 0.1
160
+ num_shards_per_epoch: 100000
161
+ override_pretraining_statistics: false
162
+ mode: single_turn
163
+ random_chop: 0.0
164
+ mock_dataset_mode: false
165
+ shuffle: true
166
+ seed: 42
167
+ multiprocessing_context: fork
168
+ allow_padding: false
169
+ subsample_ratio: 1.0
170
+ image_crop_size:
171
+ - 244
172
+ - 244
173
+ image_target_size:
174
+ - 224
175
+ - 224
176
+ video_backend: torchcodec
177
+ training:
178
+ output_dir: /localhome/local-mingxueg/models/push_cart_new_light_n16
179
+ experiment_name: null
180
+ max_steps: 20000
181
+ global_batch_size: 32
182
+ batch_size: null
183
+ gradient_accumulation_steps: 1
184
+ learning_rate: 0.0001
185
+ lr_scheduler_type: cosine
186
+ weight_decay: 1.0e-05
187
+ warmup_ratio: 0.05
188
+ warmup_steps: 0
189
+ max_grad_norm: 1.0
190
+ optim: adamw_torch
191
+ start_from_checkpoint: nvidia/GR00T-N1.6-3B
192
+ tf32: true
193
+ fp16: false
194
+ bf16: true
195
+ eval_bf16: true
196
+ logging_steps: 10
197
+ save_steps: 10000
198
+ save_total_limit: 5
199
+ save_vl_model: false
200
+ upload_checkpoints: false
201
+ upload_every: 1000
202
+ upload_last_n_checkpoints: 5
203
+ max_concurrent_uploads: 2
204
+ eval_strategy: 'no'
205
+ eval_steps: 500
206
+ eval_set_split_ratio: 0.1
207
+ eval_batch_size: 2
208
+ save_best_eval_metric_name: ''
209
+ save_best_eval_metric_greater_is_better: true
210
+ deepspeed_stage: 2
211
+ gradient_checkpointing: false
212
+ transformers_trust_remote_code: true
213
+ transformers_local_files_only: false
214
+ transformers_cache_dir: null
215
+ transformers_access_token: null
216
+ use_ddp: false
217
+ ddp_bucket_cap_mb: 100
218
+ num_gpus: 1
219
+ dataloader_num_workers: 8
220
+ remove_unused_columns: false
221
+ use_wandb: true
222
+ wandb_project: finetune-gr00t-n1d6
223
+ enable_profiling: false
224
+ max_retries: 3
225
+ assert_loss_less_than: null
226
+ add_rl_callback: false
227
+ enable_open_loop_eval: false
228
+ open_loop_eval_traj_ids:
229
+ - 0
230
+ open_loop_eval_steps_per_traj: 100
231
+ open_loop_eval_plot_indices: null
232
+ max_steps: 20000
233
+ save_steps: 10000
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
+ - /localhome/local-mingxueg/datasets//stage2_2_new_30/lerobot
8
+ - /localhome/local-mingxueg/datasets//stage2_1_new_30/lerobot
9
+ - /localhome/local-mingxueg/datasets//stage2_6_new_30/lerobot
10
+ dataset_type: physical_embodiment
11
+ embodiment_tag: new_embodiment
12
+ mix_ratio: 1.0
13
+ val_dataset_path: null
14
+ download_cache: false
15
+ episode_sampling_rate: 0.1
16
+ image_crop_size:
17
+ - 244
18
+ - 244
19
+ image_target_size:
20
+ - 224
21
+ - 224
22
+ mock_dataset_mode: false
23
+ modality_configs:
24
+ new_embodiment:
25
+ action: !!python/object:gr00t.data.types.ModalityConfig
26
+ action_configs:
27
+ - !!python/object:gr00t.data.types.ActionConfig
28
+ format: &id001 !!python/object/apply:gr00t.data.types.ActionFormat
29
+ - default
30
+ rep: &id002 !!python/object/apply:gr00t.data.types.ActionRepresentation
31
+ - absolute
32
+ state_key: null
33
+ type: &id003 !!python/object/apply:gr00t.data.types.ActionType
34
+ - non_eef
35
+ - !!python/object:gr00t.data.types.ActionConfig
36
+ format: *id001
37
+ rep: *id002
38
+ state_key: null
39
+ type: *id003
40
+ - !!python/object:gr00t.data.types.ActionConfig
41
+ format: *id001
42
+ rep: *id002
43
+ state_key: null
44
+ type: *id003
45
+ - !!python/object:gr00t.data.types.ActionConfig
46
+ format: *id001
47
+ rep: *id002
48
+ state_key: null
49
+ type: *id003
50
+ - !!python/object:gr00t.data.types.ActionConfig
51
+ format: *id001
52
+ rep: *id002
53
+ state_key: null
54
+ type: *id003
55
+ - !!python/object:gr00t.data.types.ActionConfig
56
+ format: *id001
57
+ rep: *id002
58
+ state_key: null
59
+ type: *id003
60
+ delta_indices:
61
+ - 0
62
+ - 1
63
+ - 2
64
+ - 3
65
+ - 4
66
+ - 5
67
+ - 6
68
+ - 7
69
+ - 8
70
+ - 9
71
+ - 10
72
+ - 11
73
+ - 12
74
+ - 13
75
+ - 14
76
+ - 15
77
+ mean_std_embedding_keys: null
78
+ modality_keys:
79
+ - left_arm
80
+ - right_arm
81
+ - left_hand
82
+ - right_hand
83
+ - base_height_command
84
+ - navigate_command
85
+ sin_cos_embedding_keys: null
86
+ language: !!python/object:gr00t.data.types.ModalityConfig
87
+ action_configs: null
88
+ delta_indices:
89
+ - 0
90
+ mean_std_embedding_keys: null
91
+ modality_keys:
92
+ - annotation.human.task_description
93
+ sin_cos_embedding_keys: null
94
+ state: !!python/object:gr00t.data.types.ModalityConfig
95
+ action_configs: null
96
+ delta_indices:
97
+ - 0
98
+ mean_std_embedding_keys: null
99
+ modality_keys:
100
+ - left_arm
101
+ - right_arm
102
+ - left_hand
103
+ - right_hand
104
+ - waist
105
+ sin_cos_embedding_keys: null
106
+ video: !!python/object:gr00t.data.types.ModalityConfig
107
+ action_configs: null
108
+ delta_indices:
109
+ - 0
110
+ mean_std_embedding_keys: null
111
+ modality_keys:
112
+ - ego_view
113
+ sin_cos_embedding_keys: null
114
+ mode: single_turn
115
+ multiprocessing_context: fork
116
+ num_shards_per_epoch: 100000
117
+ override_pretraining_statistics: false
118
+ random_chop: 0.0
119
+ seed: 42
120
+ shard_size: 1024
121
+ shuffle: true
122
+ subsample_ratio: 1.0
123
+ video_backend: torchcodec
124
+ load_config_path: null
125
+ model: !!python/object:gr00t.configs.model.gr00t_n1d6.Gr00tN1d6Config
126
+ _attn_implementation_autoset: false
127
+ _attn_implementation_internal: null
128
+ _commit_hash: null
129
+ _name_or_path: ''
130
+ add_cross_attention: false
131
+ architectures: null
132
+ backbone_model_type: eagle
133
+ backbone_trainable_params_fp32: true
134
+ bad_words_ids: null
135
+ begin_suppress_tokens: null
136
+ bos_token_id: null
137
+ chunk_size_feed_forward: 0
138
+ color_jitter_params:
139
+ brightness: 0.3
140
+ contrast: 0.4
141
+ hue: 0.08
142
+ saturation: 0.5
143
+ cross_attention_hidden_size: null
144
+ decoder_start_token_id: null
145
+ diffusion_model_cfg:
146
+ attention_head_dim: 48
147
+ dropout: 0.2
148
+ final_dropout: true
149
+ interleave_self_attention: true
150
+ norm_type: ada_norm
151
+ num_attention_heads: 32
152
+ num_layers: 32
153
+ output_dim: 1024
154
+ positional_embeddings: null
155
+ diversity_penalty: 0.0
156
+ do_sample: false
157
+ eagle_collator: true
158
+ early_stopping: false
159
+ encoder_no_repeat_ngram_size: 0
160
+ eos_token_id: null
161
+ exponential_decay_length_penalty: null
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: true
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: null
232
+ fp16: false
233
+ global_batch_size: 32
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: /localhome/local-mingxueg/models/push_cart_new_light_n16
250
+ remove_unused_columns: false
251
+ save_best_eval_metric_greater_is_better: true
252
+ save_best_eval_metric_name: ''
253
+ save_steps: 10000
254
+ save_total_limit: 5
255
+ save_vl_model: false
256
+ start_from_checkpoint: nvidia/GR00T-N1.6-3B
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: true
267
+ wandb_project: finetune-gr00t-n1d6
268
+ warmup_ratio: 0.05
269
+ warmup_steps: 0
270
+ weight_decay: 1.0e-05
experiment_cfg/dataset_statistics.json ADDED
@@ -0,0 +1,541 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "state": {
4
+ "left_arm": {
5
+ "min": [
6
+ -0.6055707931518555,
7
+ -0.16723430156707764,
8
+ -0.8847235441207886,
9
+ -1.0025821924209595,
10
+ -0.24740880727767944,
11
+ -0.06099473685026169,
12
+ -1.0902163982391357
13
+ ],
14
+ "max": [
15
+ 0.5883761644363403,
16
+ 0.32523664832115173,
17
+ 0.0989094227552414,
18
+ 0.9874557256698608,
19
+ 1.813299298286438,
20
+ 0.9054918885231018,
21
+ 0.28582897782325745
22
+ ],
23
+ "mean": [
24
+ 0.11133729666471481,
25
+ 0.021279571869389245,
26
+ -0.15802171234866136,
27
+ -0.47088393523492883,
28
+ 1.3722785838687692,
29
+ 0.23342265575441695,
30
+ -0.44538307189941406
31
+ ],
32
+ "std": [
33
+ 0.13793709281180047,
34
+ 0.05741799540051907,
35
+ 0.18433812629682603,
36
+ 0.41502748471941436,
37
+ 0.384901013010459,
38
+ 0.22324492553793385,
39
+ 0.4204674513468444
40
+ ],
41
+ "q01": [
42
+ -0.23270497381687164,
43
+ -0.10855191826820373,
44
+ -0.7442687743902207,
45
+ -0.9897402644157409,
46
+ -0.1296403482556343,
47
+ -0.00677184484899044,
48
+ -1.0821509850025177
49
+ ],
50
+ "q99": [
51
+ 0.554660279750824,
52
+ 0.25415442258119586,
53
+ 0.08322506949305535,
54
+ 0.43484299838542945,
55
+ 1.7723453724384308,
56
+ 0.8927904933691025,
57
+ 0.16187260493636135
58
+ ]
59
+ },
60
+ "right_arm": {
61
+ "min": [
62
+ -0.6852098703384399,
63
+ -0.33597809076309204,
64
+ -0.06865552067756653,
65
+ -0.99833744764328,
66
+ -1.8809294700622559,
67
+ -0.07597728073596954,
68
+ -0.4387720823287964
69
+ ],
70
+ "max": [
71
+ 0.5874518752098083,
72
+ 0.27814608812332153,
73
+ 0.7953291535377502,
74
+ 1.1363277435302734,
75
+ 0.23390373587608337,
76
+ 0.927615225315094,
77
+ 1.0879712104797363
78
+ ],
79
+ "mean": [
80
+ 0.11439530431996775,
81
+ -0.01964125411677394,
82
+ 0.17058825777232192,
83
+ -0.4728959737388232,
84
+ -1.3855383596347488,
85
+ 0.23664767255309885,
86
+ 0.44577826320670033
87
+ ],
88
+ "std": [
89
+ 0.139781512658654,
90
+ 0.07206281437888126,
91
+ 0.1853687234919888,
92
+ 0.41307632436660147,
93
+ 0.3907897463810755,
94
+ 0.225145903910801,
95
+ 0.42143973195250983
96
+ ],
97
+ "q01": [
98
+ -0.21396278858184814,
99
+ -0.2618202948570251,
100
+ -0.02264138024300337,
101
+ -0.9904922735691071,
102
+ -1.8431726753711701,
103
+ -0.010340607604011894,
104
+ -0.1952042929828167
105
+ ],
106
+ "q99": [
107
+ 0.5541100239753723,
108
+ 0.20058806791901584,
109
+ 0.6944573312997822,
110
+ 0.4477821671962739,
111
+ 0.11827469453215624,
112
+ 0.8932856965065002,
113
+ 1.0825156998634338
114
+ ]
115
+ },
116
+ "left_hand": {
117
+ "min": [
118
+ -0.7394739985466003,
119
+ -1.3056130409240723,
120
+ -0.7149033546447754,
121
+ -1.2715823650360107,
122
+ -0.0875510647892952,
123
+ -0.0007475148304365575,
124
+ -5.731719543433655e-10
125
+ ],
126
+ "max": [
127
+ 9.020675761917119e-09,
128
+ 2.6739314762380673e-08,
129
+ 7.43943431302796e-08,
130
+ 3.393766689896438e-08,
131
+ 0.23627735674381256,
132
+ 0.7222919464111328,
133
+ 0.7737292051315308
134
+ ],
135
+ "mean": [
136
+ -0.15409650568288702,
137
+ -0.2967436353441413,
138
+ -0.15355506806655694,
139
+ -0.2956634538091776,
140
+ 0.0003359570840679337,
141
+ 0.1625169242611368,
142
+ 0.1708055635672489
143
+ ],
144
+ "std": [
145
+ 0.2562393349362905,
146
+ 0.5151007162153791,
147
+ 0.2558712628519208,
148
+ 0.5136680736880126,
149
+ 0.01215330976794346,
150
+ 0.28106584117277517,
151
+ 0.2962949512620751
152
+ ],
153
+ "q01": [
154
+ -0.6400266450643539,
155
+ -1.222067734003067,
156
+ -0.6160494422912598,
157
+ -1.2111320853233338,
158
+ -0.041231278777122495,
159
+ -0.0005546100012725219,
160
+ 4.051139327998498e-08
161
+ ],
162
+ "q99": [
163
+ -9.510363625508929e-09,
164
+ 3.399165490747247e-10,
165
+ -3.1482918338987473e-09,
166
+ 3.222665034829923e-10,
167
+ 0.07191152729094029,
168
+ 0.6978791493177414,
169
+ 0.7206207311153412
170
+ ]
171
+ },
172
+ "right_hand": {
173
+ "min": [
174
+ -2.6395139407497936e-09,
175
+ -1.8498671749966888e-07,
176
+ -4.1190848065753016e-08,
177
+ -2.1519872106523508e-08,
178
+ -0.08818025141954422,
179
+ -0.7368866801261902,
180
+ -0.7594555020332336
181
+ ],
182
+ "max": [
183
+ 0.7515956163406372,
184
+ 1.2805052995681763,
185
+ 0.6825122833251953,
186
+ 1.2540454864501953,
187
+ 0.08479728549718857,
188
+ 0.0007579708471894264,
189
+ 3.03234853893386e-10
190
+ ],
191
+ "mean": [
192
+ 0.15363445622092894,
193
+ 0.29694651010382267,
194
+ 0.15210783089162738,
195
+ 0.2959187547214159,
196
+ -0.0006023637257482615,
197
+ -0.16213119007248916,
198
+ -0.1692094306909401
199
+ ],
200
+ "std": [
201
+ 0.25678278803996063,
202
+ 0.515400891377213,
203
+ 0.2543541960030136,
204
+ 0.5137403484487991,
205
+ 0.010620494681080915,
206
+ 0.2800652536105267,
207
+ 0.2935091115943134
208
+ ],
209
+ "q01": [
210
+ 4.683577805586481e-09,
211
+ -3.455180774825095e-10,
212
+ 1.5927247443148219e-09,
213
+ -3.3917272823646985e-10,
214
+ -0.04927793242037296,
215
+ -0.6982743787765503,
216
+ -0.7076703947782517
217
+ ],
218
+ "q99": [
219
+ 0.6150873297452929,
220
+ 1.2176937580108642,
221
+ 0.6158625334501266,
222
+ 1.2142948555946351,
223
+ 0.045998153723776344,
224
+ 0.0006163383997045458,
225
+ -6.395591334751276e-08
226
+ ]
227
+ },
228
+ "waist": {
229
+ "min": [
230
+ -0.5252949595451355,
231
+ -0.12395840883255005,
232
+ -0.22606544196605682
233
+ ],
234
+ "max": [
235
+ 0.26159846782684326,
236
+ 0.1608971804380417,
237
+ 0.15848059952259064
238
+ ],
239
+ "mean": [
240
+ 0.003680989331075253,
241
+ 0.006521427925704545,
242
+ 0.07469273466645307
243
+ ],
244
+ "std": [
245
+ 0.024259551233072836,
246
+ 0.05540824896831362,
247
+ 0.01892787667713395
248
+ ],
249
+ "q01": [
250
+ -0.046878622882068156,
251
+ -0.09829776473343373,
252
+ 0.009909144649282099
253
+ ],
254
+ "q99": [
255
+ 0.05961626231670383,
256
+ 0.1217159640789032,
257
+ 0.11547521837055685
258
+ ]
259
+ }
260
+ },
261
+ "action": {
262
+ "left_arm": {
263
+ "min": [
264
+ -0.6587644815444946,
265
+ -0.33883315324783325,
266
+ -0.8281548023223877,
267
+ -1.047199010848999,
268
+ -0.3555113971233368,
269
+ -0.08558891713619232,
270
+ -1.0641584396362305
271
+ ],
272
+ "max": [
273
+ 0.5923794507980347,
274
+ 0.3485598564147949,
275
+ 0.09441877901554108,
276
+ 0.878711998462677,
277
+ 1.8309974670410156,
278
+ 0.8546063303947449,
279
+ 0.3149670362472534
280
+ ],
281
+ "mean": [
282
+ 0.08152329992815738,
283
+ 0.020986724573806043,
284
+ -0.1571748510344338,
285
+ -0.5572237659046668,
286
+ 1.3880048298653755,
287
+ 0.2246787901825577,
288
+ -0.40455436206045947
289
+ ],
290
+ "std": [
291
+ 0.14645035289186767,
292
+ 0.05938305533124721,
293
+ 0.18480137824739074,
294
+ 0.4052333131520292,
295
+ 0.3788290923074586,
296
+ 0.2145441793124567,
297
+ 0.4234949883307348
298
+ ],
299
+ "q01": [
300
+ -0.2781541618704796,
301
+ -0.11752759665250778,
302
+ -0.7336255413293838,
303
+ -1.047199010848999,
304
+ -0.1161349605023861,
305
+ -0.014302683444693683,
306
+ -1.0485699188709259
307
+ ],
308
+ "q99": [
309
+ 0.5523111099004746,
310
+ 0.2686066094040871,
311
+ 0.07580238565802574,
312
+ 0.34244684219360355,
313
+ 1.7766658973693847,
314
+ 0.8320274513959884,
315
+ 0.21428628280758857
316
+ ]
317
+ },
318
+ "right_arm": {
319
+ "min": [
320
+ -0.7307594418525696,
321
+ -0.3630092442035675,
322
+ -0.036902591586112976,
323
+ -1.047199010848999,
324
+ -1.9040647745132446,
325
+ -0.08592961728572845,
326
+ -0.45185551047325134
327
+ ],
328
+ "max": [
329
+ 0.5830736756324768,
330
+ 0.3156737685203552,
331
+ 0.744520366191864,
332
+ 1.038894534111023,
333
+ 0.3336993157863617,
334
+ 0.8939617276191711,
335
+ 1.0645519495010376
336
+ ],
337
+ "mean": [
338
+ 0.0848270009861875,
339
+ -0.018989542293013962,
340
+ 0.1705565774486265,
341
+ -0.5604494368757,
342
+ -1.401919457748646,
343
+ 0.22801324133654588,
344
+ 0.4042519105754736
345
+ ],
346
+ "std": [
347
+ 0.1484859251155289,
348
+ 0.07580771250005226,
349
+ 0.1865226398109371,
350
+ 0.40161306901825716,
351
+ 0.38432268162205996,
352
+ 0.21645818492043367,
353
+ 0.42501320670988424
354
+ ],
355
+ "q01": [
356
+ -0.26083661943674086,
357
+ -0.2678136566281319,
358
+ -0.018126255441457035,
359
+ -1.047199010848999,
360
+ -1.8484497237205506,
361
+ -0.008173806592822075,
362
+ -0.23394883126020433
363
+ ],
364
+ "q99": [
365
+ 0.5525610464811326,
366
+ 0.22155032873153685,
367
+ 0.690770127773285,
368
+ 0.3467799815535546,
369
+ 0.10901155814528517,
370
+ 0.8339905923604966,
371
+ 1.0485838067531585
372
+ ]
373
+ },
374
+ "left_hand": {
375
+ "min": [
376
+ -0.6000000238418579,
377
+ -1.2000000476837158,
378
+ -0.6000000238418579,
379
+ -1.2000000476837158,
380
+ 0.0,
381
+ 0.0,
382
+ 0.0
383
+ ],
384
+ "max": [
385
+ 0.0,
386
+ 0.0,
387
+ 0.0,
388
+ 0.0,
389
+ 0.0,
390
+ 0.699999988079071,
391
+ 0.699999988079071
392
+ ],
393
+ "mean": [
394
+ -0.15153342365991068,
395
+ -0.30306684731982136,
396
+ -0.15153342365991068,
397
+ -0.30306684731982136,
398
+ 0.0,
399
+ 0.1767896287541353,
400
+ 0.1767896287541353
401
+ ],
402
+ "std": [
403
+ 0.260659846478,
404
+ 0.521319692956,
405
+ 0.260659846478,
406
+ 0.521319692956,
407
+ 0.0,
408
+ 0.30410237857092165,
409
+ 0.30410237857092165
410
+ ],
411
+ "q01": [
412
+ -0.6000000238418579,
413
+ -1.2000000476837158,
414
+ -0.6000000238418579,
415
+ -1.2000000476837158,
416
+ 0.0,
417
+ 0.0,
418
+ 0.0
419
+ ],
420
+ "q99": [
421
+ 0.0,
422
+ 0.0,
423
+ 0.0,
424
+ 0.0,
425
+ 0.0,
426
+ 0.699999988079071,
427
+ 0.699999988079071
428
+ ]
429
+ },
430
+ "right_hand": {
431
+ "min": [
432
+ -0.0,
433
+ -0.0,
434
+ -0.0,
435
+ -0.0,
436
+ -0.0,
437
+ -0.699999988079071,
438
+ -0.699999988079071
439
+ ],
440
+ "max": [
441
+ 0.6000000238418579,
442
+ 1.2000000476837158,
443
+ 0.6000000238418579,
444
+ 1.2000000476837158,
445
+ -0.0,
446
+ -0.0,
447
+ -0.0
448
+ ],
449
+ "mean": [
450
+ 0.15153342365991068,
451
+ 0.30306684731982136,
452
+ 0.15153342365991068,
453
+ 0.30306684731982136,
454
+ 0.0,
455
+ -0.1767896287541353,
456
+ -0.1767896287541353
457
+ ],
458
+ "std": [
459
+ 0.260659846478,
460
+ 0.521319692956,
461
+ 0.260659846478,
462
+ 0.521319692956,
463
+ 0.0,
464
+ 0.30410237857092165,
465
+ 0.30410237857092165
466
+ ],
467
+ "q01": [
468
+ 0.0,
469
+ 0.0,
470
+ 0.0,
471
+ 0.0,
472
+ 0.0,
473
+ -0.699999988079071,
474
+ -0.699999988079071
475
+ ],
476
+ "q99": [
477
+ 0.6000000238418579,
478
+ 1.2000000476837158,
479
+ 0.6000000238418579,
480
+ 1.2000000476837158,
481
+ -0.0,
482
+ -0.0,
483
+ -0.0
484
+ ]
485
+ },
486
+ "base_height_command": {
487
+ "min": [
488
+ 0.75
489
+ ],
490
+ "max": [
491
+ 0.75
492
+ ],
493
+ "mean": [
494
+ 0.75
495
+ ],
496
+ "std": [
497
+ 0.0
498
+ ],
499
+ "q01": [
500
+ 0.75
501
+ ],
502
+ "q99": [
503
+ 0.75
504
+ ]
505
+ },
506
+ "navigate_command": {
507
+ "min": [
508
+ 0.0,
509
+ 0.0,
510
+ -0.5999999642372131
511
+ ],
512
+ "max": [
513
+ 0.4000000059604645,
514
+ 0.20000000298023224,
515
+ 0.6000000238418579
516
+ ],
517
+ "mean": [
518
+ 0.15378478487939323,
519
+ 0.008405582808697496,
520
+ -0.0450333507006405
521
+ ],
522
+ "std": [
523
+ 0.15995153353215863,
524
+ 0.03720880966234726,
525
+ 0.25330102124317866
526
+ ],
527
+ "q01": [
528
+ 0.0,
529
+ 0.0,
530
+ -0.5999999642372131
531
+ ],
532
+ "q99": [
533
+ 0.4000000059604645,
534
+ 0.20000000298023224,
535
+ 0.6000000238418579
536
+ ]
537
+ }
538
+ },
539
+ "relative_action": {}
540
+ }
541
+ }
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": true,
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
+ }
experiment_cfg/final_processor_config.json ADDED
The diff for this file is too large to render. See raw diff
 
model-00001-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fad7b5b48616cdf42e5a4bad3f6ba23c43987c63b80491a4c6e262c8f0139a6
3
+ size 4966860224
model-00002-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f167ca000051d2a1eb9368e7b3dd9c20c797ce985900617c0717615e377f4e34
3
+ size 4665286304
model-00003-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72a22e22b3b6865ae3f1e088c255826e7d6e5fb4dfe0369dc81e97bebcbb01cb
3
+ size 1063814336
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
processor_config.json ADDED
@@ -0,0 +1,485 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "ego_view"
361
+ ],
362
+ "sin_cos_embedding_keys": null,
363
+ "mean_std_embedding_keys": null,
364
+ "action_configs": null
365
+ },
366
+ "state": {
367
+ "delta_indices": [
368
+ 0
369
+ ],
370
+ "modality_keys": [
371
+ "left_arm",
372
+ "right_arm",
373
+ "left_hand",
374
+ "right_hand",
375
+ "waist"
376
+ ],
377
+ "sin_cos_embedding_keys": null,
378
+ "mean_std_embedding_keys": null,
379
+ "action_configs": null
380
+ },
381
+ "action": {
382
+ "delta_indices": [
383
+ 0,
384
+ 1,
385
+ 2,
386
+ 3,
387
+ 4,
388
+ 5,
389
+ 6,
390
+ 7,
391
+ 8,
392
+ 9,
393
+ 10,
394
+ 11,
395
+ 12,
396
+ 13,
397
+ 14,
398
+ 15
399
+ ],
400
+ "modality_keys": [
401
+ "left_arm",
402
+ "right_arm",
403
+ "left_hand",
404
+ "right_hand",
405
+ "base_height_command",
406
+ "navigate_command"
407
+ ],
408
+ "sin_cos_embedding_keys": null,
409
+ "mean_std_embedding_keys": null,
410
+ "action_configs": [
411
+ {
412
+ "rep": "ABSOLUTE",
413
+ "type": "NON_EEF",
414
+ "format": "DEFAULT",
415
+ "state_key": null
416
+ },
417
+ {
418
+ "rep": "ABSOLUTE",
419
+ "type": "NON_EEF",
420
+ "format": "DEFAULT",
421
+ "state_key": null
422
+ },
423
+ {
424
+ "rep": "ABSOLUTE",
425
+ "type": "NON_EEF",
426
+ "format": "DEFAULT",
427
+ "state_key": null
428
+ },
429
+ {
430
+ "rep": "ABSOLUTE",
431
+ "type": "NON_EEF",
432
+ "format": "DEFAULT",
433
+ "state_key": null
434
+ },
435
+ {
436
+ "rep": "ABSOLUTE",
437
+ "type": "NON_EEF",
438
+ "format": "DEFAULT",
439
+ "state_key": null
440
+ },
441
+ {
442
+ "rep": "ABSOLUTE",
443
+ "type": "NON_EEF",
444
+ "format": "DEFAULT",
445
+ "state_key": null
446
+ }
447
+ ]
448
+ },
449
+ "language": {
450
+ "delta_indices": [
451
+ 0
452
+ ],
453
+ "modality_keys": [
454
+ "annotation.human.task_description"
455
+ ],
456
+ "sin_cos_embedding_keys": null,
457
+ "mean_std_embedding_keys": null,
458
+ "action_configs": null
459
+ }
460
+ }
461
+ },
462
+ "image_crop_size": null,
463
+ "image_target_size": null,
464
+ "use_albumentations": true,
465
+ "random_rotation_angle": null,
466
+ "color_jitter_params": {
467
+ "brightness": 0.3,
468
+ "contrast": 0.4,
469
+ "saturation": 0.5,
470
+ "hue": 0.08
471
+ },
472
+ "shortest_image_edge": 256,
473
+ "crop_fraction": 0.95,
474
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
475
+ "model_type": "eagle",
476
+ "formalize_language": true,
477
+ "max_state_dim": 128,
478
+ "max_action_dim": 128,
479
+ "max_action_horizon": 50,
480
+ "use_percentiles": false,
481
+ "clip_outliers": true,
482
+ "apply_sincos_state_encoding": true,
483
+ "use_relative_action": true
484
+ }
485
+ }
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:675751298697509e109188026494482b1da89c72d7a1ba3abec2e498516d2755
3
+ size 14645
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fa802a80def971b73ec74284a6aa44d0b2ea101bd38ed41a3b1c1a0b4001f00
3
+ size 1465
statistics.json ADDED
The diff for this file is too large to render. See raw diff
 
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54e0d74ca1b54032e4cc98bbe20417c8c5c80e6b9d319cd3ce2953f4513f12f5
3
+ size 5777
wandb_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"project": "finetune-gr00t-n1d6", "run_id": "push_cart_new_light_n16"}