nvscottreed commited on
Commit
6ff927b
·
verified ·
1 Parent(s): a7465ed

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. SUCCESS +0 -0
  3. config.json +92 -0
  4. embodiment_id.json +54 -0
  5. experiment_cfg/conf.yaml +307 -0
  6. experiment_cfg/config.yaml +355 -0
  7. experiment_cfg/dataset_statistics.json +309 -0
  8. global_step32000/bf16_zero_pp_rank_0_mp_rank_00_optim_states.pt +3 -0
  9. global_step32000/bf16_zero_pp_rank_10_mp_rank_00_optim_states.pt +3 -0
  10. global_step32000/bf16_zero_pp_rank_11_mp_rank_00_optim_states.pt +3 -0
  11. global_step32000/bf16_zero_pp_rank_12_mp_rank_00_optim_states.pt +3 -0
  12. global_step32000/bf16_zero_pp_rank_13_mp_rank_00_optim_states.pt +3 -0
  13. global_step32000/bf16_zero_pp_rank_14_mp_rank_00_optim_states.pt +3 -0
  14. global_step32000/bf16_zero_pp_rank_15_mp_rank_00_optim_states.pt +3 -0
  15. global_step32000/bf16_zero_pp_rank_1_mp_rank_00_optim_states.pt +3 -0
  16. global_step32000/bf16_zero_pp_rank_2_mp_rank_00_optim_states.pt +3 -0
  17. global_step32000/bf16_zero_pp_rank_3_mp_rank_00_optim_states.pt +3 -0
  18. global_step32000/bf16_zero_pp_rank_4_mp_rank_00_optim_states.pt +3 -0
  19. global_step32000/bf16_zero_pp_rank_5_mp_rank_00_optim_states.pt +3 -0
  20. global_step32000/bf16_zero_pp_rank_6_mp_rank_00_optim_states.pt +3 -0
  21. global_step32000/bf16_zero_pp_rank_7_mp_rank_00_optim_states.pt +3 -0
  22. global_step32000/bf16_zero_pp_rank_8_mp_rank_00_optim_states.pt +3 -0
  23. global_step32000/bf16_zero_pp_rank_9_mp_rank_00_optim_states.pt +3 -0
  24. global_step32000/mp_rank_00_model_states.pt +3 -0
  25. latest +1 -0
  26. model-00001-of-00002.safetensors +3 -0
  27. model-00002-of-00002.safetensors +3 -0
  28. model.safetensors.index.json +0 -0
  29. processor_config.json +1159 -0
  30. rng_state_0.pth +3 -0
  31. rng_state_1.pth +3 -0
  32. rng_state_10.pth +3 -0
  33. rng_state_11.pth +3 -0
  34. rng_state_12.pth +3 -0
  35. rng_state_13.pth +3 -0
  36. rng_state_14.pth +3 -0
  37. rng_state_15.pth +3 -0
  38. rng_state_2.pth +3 -0
  39. rng_state_3.pth +3 -0
  40. rng_state_4.pth +3 -0
  41. rng_state_5.pth +3 -0
  42. rng_state_6.pth +3 -0
  43. rng_state_7.pth +3 -0
  44. rng_state_8.pth +3 -0
  45. rng_state_9.pth +3 -0
  46. scheduler.pt +3 -0
  47. statistics.json +0 -0
  48. trainer_state.json +3 -0
  49. training_args.bin +3 -0
  50. wandb_config.json +1 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ trainer_state.json filter=lfs diff=lfs merge=lfs -text
SUCCESS ADDED
File without changes
config.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_horizon": 40,
3
+ "action_space_prompt": false,
4
+ "add_pos_embed": true,
5
+ "apply_sincos_state_encoding": false,
6
+ "architectures": [
7
+ "Gr00tN1d7"
8
+ ],
9
+ "attn_dropout": 0.2,
10
+ "attn_implementation": null,
11
+ "backbone_embedding_dim": 2048,
12
+ "color_jitter_params": {
13
+ "brightness": 0.3,
14
+ "contrast": 0.4,
15
+ "hue": 0.08,
16
+ "saturation": 0.5
17
+ },
18
+ "crop_fraction": 0.95,
19
+ "diffusion_model_cfg": {
20
+ "attention_head_dim": 48,
21
+ "dropout": 0.2,
22
+ "final_dropout": true,
23
+ "interleave_self_attention": true,
24
+ "norm_type": "ada_norm",
25
+ "num_attention_heads": 32,
26
+ "num_layers": 32,
27
+ "output_dim": 1024,
28
+ "positional_embeddings": null
29
+ },
30
+ "do_human_interpolation": false,
31
+ "dtype": "bfloat16",
32
+ "exclude_state": false,
33
+ "formalize_language": true,
34
+ "hidden_size": 1024,
35
+ "human_embodiment_tags": null,
36
+ "image_crop_size": [
37
+ 230,
38
+ 230
39
+ ],
40
+ "image_target_size": [
41
+ 256,
42
+ 256
43
+ ],
44
+ "interpolation_steps": 20,
45
+ "language_dropout_prob": 0.0,
46
+ "letter_box_transform": false,
47
+ "load_bf16": false,
48
+ "max_action_dim": 132,
49
+ "max_num_embodiments": 32,
50
+ "max_seq_len": 1024,
51
+ "max_state_dim": 132,
52
+ "model_dtype": "bfloat16",
53
+ "model_type": "Gr00tN1d7",
54
+ "noise_beta_alpha": 1.5,
55
+ "noise_beta_beta": 1.0,
56
+ "noise_s": 0.999,
57
+ "num_inference_timesteps": 4,
58
+ "num_timestep_buckets": 1000,
59
+ "random_history_crop": true,
60
+ "random_rotation_angle": 0,
61
+ "reproject_vision": false,
62
+ "rtc_ramp_rate": 6.0,
63
+ "select_layer": 16,
64
+ "shortest_image_edge": 256,
65
+ "state_dropout_prob": 0.2,
66
+ "state_gaussian_noise_std": 0.0,
67
+ "transformers_version": "4.57.1",
68
+ "tune_diffusion_model": true,
69
+ "tune_linear": true,
70
+ "tune_llm": false,
71
+ "tune_projector": true,
72
+ "tune_top_llm_layers": 0,
73
+ "tune_visual": false,
74
+ "tune_vlln": true,
75
+ "use_albumentations": true,
76
+ "use_alternate_vl_dit": true,
77
+ "use_flash_attention": true,
78
+ "use_future_tokens": false,
79
+ "use_mean_std": false,
80
+ "use_percentiles": true,
81
+ "use_vl_self_attention": true,
82
+ "use_vlln": true,
83
+ "vl_self_attention_cfg": {
84
+ "attention_head_dim": 64,
85
+ "dropout": 0.2,
86
+ "final_dropout": true,
87
+ "num_attention_heads": 32,
88
+ "num_layers": 4,
89
+ "positional_embeddings": null
90
+ },
91
+ "model_name": "nvidia/Cosmos-Reason2-2B"
92
+ }
embodiment_id.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robocasa_panda_omron": 13,
3
+ "oxe_droid": 17,
4
+ "oxe_fractal": 18,
5
+ "oxe_language_table": 19,
6
+ "oxe_bridge": 20,
7
+ "unknown": 22,
8
+ "gr1_unified": 20,
9
+ "agibot": 26,
10
+ "sim_behavior_r1_pro": 23,
11
+ "xdof": 24,
12
+ "xdof_oss_data": 25,
13
+ "unitree_g1_full_body_with_waist_height_nav_cmd": 25,
14
+ "real_r1_pro_sharpa": 27,
15
+ "real_r1_pro_sharpa_add_view": 27,
16
+ "real_r1_pro_sharpa_relative_arm_joint": 26,
17
+ "real_r1_pro_sharpa_delta_eef": 26,
18
+ "real_r1_pro_sharpa_absolute_eef": 26,
19
+ "real_r1_pro_sharpa_meanstd": 26,
20
+ "real_r1_pro_sharpa_relative_eef": 26,
21
+ "real_r1_pro_sharpa_relative_eef_add_view": 26,
22
+ "real_r1_pro_sharpa_relative_eef_relative_hand": 26,
23
+ "real_r1_pro_sharpa_relative_eef_human": 26,
24
+ "real_r1_pro_sharpa_relative_eef_human_add_view": 26,
25
+ "real_r1_pro_sharpa_relative_eef_human_relative_hand": 26,
26
+ "real_r1_pro_sharpa_relative_eef_egodex": 26,
27
+ "real_r1_pro_sharpa_relative_eef_egodex_relative_hand": 26,
28
+ "real_r1_pro_sharpa_relative_eef_egodex_wrist_only": 26,
29
+ "real_r1_pro_sharpa_relative_eef_maxinsights": 26,
30
+ "real_r1_pro_sharpa_relative_eef_maxinsights_relative_hand": 26,
31
+ "real_r1_pro_sharpa_relative_eef_mecka": 26,
32
+ "real_r1_pro_sharpa_relative_eef_mecka_relative_hand": 26,
33
+ "real_g1_relative_eef_absolute_joints": 25,
34
+ "real_g1_relative_eef_absolute_joints_wrist_cam": 25,
35
+ "real_g1_relative_eef_relative_joints": 25,
36
+ "real_r1_pro_sharpa_relative_eef_relative_hand_relative_joint": 26,
37
+ "real_r1_pro_sharpa_relative_joint": 29,
38
+ "oxe_droid_relative_eef_relative_joint": 24,
39
+ "oxe_droid_relative_eef_relative_joint_swapped": 24,
40
+ "oxe_droid_relative_eef_relative_joint_upweight_z": 24,
41
+ "oxe_droid_relative_eef_relative_joint_upweight_z_swapped": 24,
42
+ "oxe_droid_relative_eef_relative_joint_3view": 24,
43
+ "oxe_droid_relative_eef_relative_joint_3view_swapped": 24,
44
+ "oxe_droid_relative_eef": 24,
45
+ "oxe_droid_joint_position_relative": 24,
46
+ "xdof_relative_eef_relative_joint": 27,
47
+ "xdof_relative_eef_relative_joint_subtask": 27,
48
+ "xdof_relative_eef": 27,
49
+ "xdof_relative_joint": 28,
50
+ "simpler_env_google": 0,
51
+ "simpler_env_widowx": 1,
52
+ "libero_sim": 2,
53
+ "droid_sim": 3
54
+ }
experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ load_config_path: groot/vla/omni/configs/experiments/simpler_env_widowx.yaml
2
+ model:
3
+ model_type: GrootN1d7
4
+ model_dtype: bfloat16
5
+ vlm_backend: qwen3
6
+ vlm_model_path: nvidia/Cosmos-Reason2-2B
7
+ eagle_path: NVEagle/eagle_er-qwen3_1.7B-Siglip2_400M_stage1_5_128gpu_er_v6_1mlp_nops
8
+ backbone_embedding_dim: 1536
9
+ tune_llm: false
10
+ tune_top_llm_layers: 0
11
+ tune_visual: false
12
+ tune_linear: true
13
+ select_layer: 12
14
+ reproject_vision: false
15
+ use_flash_attention: true
16
+ load_bf16: false
17
+ exclude_state: false
18
+ image_crop_size:
19
+ - 230
20
+ - 230
21
+ image_target_size:
22
+ - 256
23
+ - 256
24
+ random_rotation_angle: 0
25
+ color_jitter_params:
26
+ brightness: 0.3
27
+ contrast: 0.4
28
+ saturation: 0.5
29
+ hue: 0.08
30
+ formalize_language: true
31
+ action_space_prompt: false
32
+ apply_sincos_state_encoding: false
33
+ random_history_crop: true
34
+ letter_box_transform: true
35
+ use_percentiles: true
36
+ use_mean_std: false
37
+ state_gaussian_noise_std: 0.0
38
+ max_state_dim: 132
39
+ max_action_dim: 132
40
+ action_horizon: 40
41
+ hidden_size: 1024
42
+ input_embedding_dim: 1536
43
+ dit_latent_dim: null
44
+ state_dropout_prob: 0.2
45
+ add_pos_embed: true
46
+ attn_dropout: 0.2
47
+ use_vlln: true
48
+ use_vl_self_attention: false
49
+ max_seq_len: 1024
50
+ use_future_tokens: false
51
+ use_alternate_vl_dit: false
52
+ vl_self_attention_cfg:
53
+ positional_embeddings: null
54
+ num_layers: 4
55
+ num_attention_heads: 24
56
+ attention_head_dim: 64
57
+ dropout: 0.2
58
+ final_dropout: true
59
+ diffusion_model_cfg:
60
+ positional_embeddings: null
61
+ num_layers: 16
62
+ num_attention_heads: 32
63
+ attention_head_dim: 48
64
+ norm_type: ada_norm
65
+ dropout: 0.2
66
+ final_dropout: true
67
+ output_dim: 1024
68
+ interleave_self_attention: true
69
+ cross_attention_dim: 1536
70
+ num_inference_timesteps: 4
71
+ noise_beta_alpha: 1.5
72
+ noise_beta_beta: 1.0
73
+ noise_s: 0.999
74
+ num_timestep_buckets: 1000
75
+ tune_projector: true
76
+ tune_diffusion_model: true
77
+ tune_vlln: true
78
+ max_num_embodiments: 32
79
+ unified_embodiment_id: false
80
+ data:
81
+ datasets:
82
+ - dataset_paths:
83
+ - /mnt/amlfs-01/shared/datasets/bridge_orig_lerobot_fixed
84
+ embodiment_tag: simpler_env_widowx
85
+ mix_ratio: 1.0
86
+ dataset_type: physical_embodiment
87
+ val_dataset_path: null
88
+ modality_configs:
89
+ simpler_env_widowx:
90
+ video:
91
+ delta_indices:
92
+ - 0
93
+ modality_keys:
94
+ - image_0
95
+ normalization_mode: null
96
+ action_configs: null
97
+ normalize_rotation: true
98
+ exclude_state: false
99
+ sin_cos_embedding_keys: null
100
+ mean_std_embedding_keys: null
101
+ state:
102
+ delta_indices:
103
+ - 0
104
+ modality_keys:
105
+ - x
106
+ - 'y'
107
+ - z
108
+ - roll
109
+ - pitch
110
+ - yaw
111
+ - pad
112
+ - gripper
113
+ normalization_mode: null
114
+ action_configs: null
115
+ normalize_rotation: true
116
+ exclude_state: false
117
+ sin_cos_embedding_keys: null
118
+ mean_std_embedding_keys: null
119
+ action:
120
+ delta_indices:
121
+ - 0
122
+ - 1
123
+ - 2
124
+ - 3
125
+ - 4
126
+ - 5
127
+ - 6
128
+ - 7
129
+ modality_keys:
130
+ - x
131
+ - 'y'
132
+ - z
133
+ - roll
134
+ - pitch
135
+ - yaw
136
+ - gripper
137
+ normalization_mode: null
138
+ action_configs:
139
+ - rep: ABSOLUTE
140
+ type: NON_EEF
141
+ format: DEFAULT
142
+ state_key: null
143
+ - rep: ABSOLUTE
144
+ type: NON_EEF
145
+ format: DEFAULT
146
+ state_key: null
147
+ - rep: ABSOLUTE
148
+ type: NON_EEF
149
+ format: DEFAULT
150
+ state_key: null
151
+ - rep: ABSOLUTE
152
+ type: NON_EEF
153
+ format: DEFAULT
154
+ state_key: null
155
+ - rep: ABSOLUTE
156
+ type: NON_EEF
157
+ format: DEFAULT
158
+ state_key: null
159
+ - rep: ABSOLUTE
160
+ type: NON_EEF
161
+ format: DEFAULT
162
+ state_key: null
163
+ - rep: ABSOLUTE
164
+ type: NON_EEF
165
+ format: DEFAULT
166
+ state_key: null
167
+ normalize_rotation: true
168
+ exclude_state: false
169
+ sin_cos_embedding_keys: null
170
+ mean_std_embedding_keys:
171
+ - x
172
+ - 'y'
173
+ - z
174
+ - roll
175
+ - pitch
176
+ - yaw
177
+ language:
178
+ delta_indices:
179
+ - 0
180
+ modality_keys:
181
+ - annotation.human.action.task_description
182
+ normalization_mode: null
183
+ action_configs: null
184
+ normalize_rotation: true
185
+ exclude_state: false
186
+ sin_cos_embedding_keys: null
187
+ mean_std_embedding_keys: null
188
+ download_cache: false
189
+ shard_size: 1024
190
+ episode_sampling_rate: 0.1
191
+ num_shards_per_epoch: 100000
192
+ override_pretraining_statistics: true
193
+ mode: single_turn
194
+ random_chop: 0.0
195
+ mock_dataset_mode: false
196
+ num_prompt_trajectories: 2
197
+ variable_num_demos: false
198
+ max_prompt_trajectories: 5
199
+ shuffle: true
200
+ seed: 24
201
+ multiprocessing_context: fork
202
+ allow_padding: false
203
+ subsample_ratio: 1.0
204
+ image_crop_size:
205
+ - 244
206
+ - 244
207
+ image_target_size:
208
+ - 224
209
+ - 224
210
+ video_backend: torchcodec
211
+ resample_on_invalid_frames: false
212
+ use_lance_backend: false
213
+ lance_base_path: null
214
+ filter:
215
+ filter_type: SYS2
216
+ subtask_source_filter: null
217
+ language_mode: default
218
+ subtask_frac: 1.0
219
+ num_chunks: 1
220
+ use_reservoir_sampling: true
221
+ training:
222
+ use_truncated_bptt: false
223
+ truncated_bptt_chunk_size: 300
224
+ output_dir: /mnt/amlfs-03/shared/yufa/smallbs_mg_checkpoints/ft_n17_20260312_232224_nvidia--Cosmos-Reason2-2B_simpler_env_widowx
225
+ experiment_name: train_n17final_simpler_env_widowx
226
+ max_steps: 40000
227
+ global_batch_size: 1024
228
+ batch_size: 64
229
+ gradient_accumulation_steps: 1
230
+ use_muon: false
231
+ muon_impl: dist
232
+ muon_lr: 0.005
233
+ use_legacy_wd_application: false
234
+ learning_rate: 0.0001
235
+ lr_scheduler_type: cosine
236
+ weight_decay: 1.0e-05
237
+ warmup_ratio: 0.05
238
+ warmup_steps: 0
239
+ max_grad_norm: 1.0
240
+ optim: adamw_torch
241
+ start_from_checkpoint: /mnt/amlfs-03/shared/yufa/checkpoints/cr2_pretrain_n17_egoscale_ft_200ksteps_lr2e-5
242
+ tf32: true
243
+ fp16: false
244
+ bf16: true
245
+ eval_bf16: true
246
+ logging_steps: 10
247
+ save_steps: 2000
248
+ save_total_limit: 10
249
+ save_final_model: true
250
+ save_vl_model: false
251
+ upload_checkpoints: true
252
+ upload_every: 2000
253
+ upload_last_n_checkpoints: 5
254
+ max_concurrent_uploads: 2
255
+ msc_checkpoint_url: null
256
+ msc_profile_url: msc://GearCheckpoints/profiles
257
+ msc_callback_mode: async
258
+ msc_execution_mode: local
259
+ msc_delete_checkpoint_after_upload: true
260
+ eval_strategy: 'no'
261
+ eval_steps: 500
262
+ eval_set_split_ratio: 0.1
263
+ eval_batch_size: 2
264
+ save_best_eval_metric_name: ''
265
+ save_best_eval_metric_greater_is_better: true
266
+ deepspeed_stage: 2
267
+ deepspeed_offload_optimizer: false
268
+ gradient_checkpointing: false
269
+ transformers_trust_remote_code: true
270
+ transformers_local_files_only: true
271
+ transformers_cache_dir: null
272
+ transformers_access_token: null
273
+ use_ddp: false
274
+ ddp_bucket_cap_mb: 100
275
+ num_gpus: 16
276
+ dataloader_num_workers: 6
277
+ dataloader_pin_memory: true
278
+ remove_unused_columns: false
279
+ use_wandb: true
280
+ wandb_project: n17_sim
281
+ enable_profiling: true
282
+ profile_skip_first: 50
283
+ profile_warmup_steps: 1
284
+ profile_active_steps: 3
285
+ profile_with_stack: false
286
+ profile_delete_after_upload: true
287
+ max_retries: 3
288
+ assert_loss_less_than: null
289
+ add_rl_callback: false
290
+ straggler:
291
+ enabled: true
292
+ report_time_interval_sec: 60
293
+ scores_to_compute:
294
+ - relative_perf_scores
295
+ - individual_perf_scores
296
+ gather_on_rank0: true
297
+ profiling_interval: 1
298
+ profile_cuda: false
299
+ perf_threshold: 0.7
300
+ enable_open_loop_eval: false
301
+ open_loop_eval_traj_ids:
302
+ - 0
303
+ open_loop_eval_steps_per_traj: 100
304
+ open_loop_eval_plot_indices: null
305
+ open_loop_eval_policy_type: gr00t
306
+ max_steps: 40000
307
+ save_steps: 2000
experiment_cfg/config.yaml ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ !!python/object:groot.vla.omni.configs.base_config.Config
2
+ data: !!python/object:groot.vla.omni.configs.data.data_config.DataConfig
3
+ allow_padding: false
4
+ datasets:
5
+ - !!python/object:groot.vla.omni.configs.data.data_config.SingleDatasetConfig
6
+ dataset_paths:
7
+ - /mnt/amlfs-01/shared/datasets/bridge_orig_lerobot_fixed
8
+ dataset_type: physical_embodiment
9
+ embodiment_tag: simpler_env_widowx
10
+ mix_ratio: 1.0
11
+ val_dataset_path: null
12
+ download_cache: false
13
+ episode_sampling_rate: 0.1
14
+ filter: !!python/object:groot.vla.omni.configs.data.filter_config.FilterConfig
15
+ filter_type: !!python/object/apply:groot.vla.omni.configs.data.filter_config.FilterType
16
+ - sys2
17
+ language_mode: default
18
+ subtask_frac: 1.0
19
+ subtask_source_filter: null
20
+ image_crop_size:
21
+ - 244
22
+ - 244
23
+ image_target_size:
24
+ - 224
25
+ - 224
26
+ lance_base_path: null
27
+ max_prompt_trajectories: 5
28
+ mock_dataset_mode: false
29
+ modality_configs:
30
+ simpler_env_widowx:
31
+ action: !!python/object:groot.vla.omni.data.types.ModalityConfig
32
+ action_configs:
33
+ - &id001 !!python/object:groot.vla.omni.data.types.ActionConfig
34
+ format: !!python/object/apply:groot.vla.omni.data.types.ActionFormat
35
+ - default
36
+ rep: !!python/object/apply:groot.vla.omni.data.types.ActionRepresentation
37
+ - absolute
38
+ state_key: null
39
+ type: !!python/object/apply:groot.vla.omni.data.types.ActionType
40
+ - non_eef
41
+ - *id001
42
+ - *id001
43
+ - *id001
44
+ - *id001
45
+ - *id001
46
+ - *id001
47
+ delta_indices:
48
+ - 0
49
+ - 1
50
+ - 2
51
+ - 3
52
+ - 4
53
+ - 5
54
+ - 6
55
+ - 7
56
+ exclude_state: false
57
+ mean_std_embedding_keys:
58
+ - x
59
+ - y
60
+ - z
61
+ - roll
62
+ - pitch
63
+ - yaw
64
+ modality_keys:
65
+ - x
66
+ - y
67
+ - z
68
+ - roll
69
+ - pitch
70
+ - yaw
71
+ - gripper
72
+ normalization_mode: null
73
+ normalize_rotation: true
74
+ sin_cos_embedding_keys: null
75
+ language: !!python/object:groot.vla.omni.data.types.ModalityConfig
76
+ action_configs: null
77
+ delta_indices:
78
+ - 0
79
+ exclude_state: false
80
+ mean_std_embedding_keys: null
81
+ modality_keys:
82
+ - annotation.human.action.task_description
83
+ normalization_mode: null
84
+ normalize_rotation: true
85
+ sin_cos_embedding_keys: null
86
+ state: !!python/object:groot.vla.omni.data.types.ModalityConfig
87
+ action_configs: null
88
+ delta_indices:
89
+ - 0
90
+ exclude_state: false
91
+ mean_std_embedding_keys: null
92
+ modality_keys:
93
+ - x
94
+ - y
95
+ - z
96
+ - roll
97
+ - pitch
98
+ - yaw
99
+ - pad
100
+ - gripper
101
+ normalization_mode: null
102
+ normalize_rotation: true
103
+ sin_cos_embedding_keys: null
104
+ video: !!python/object:groot.vla.omni.data.types.ModalityConfig
105
+ action_configs: null
106
+ delta_indices:
107
+ - 0
108
+ exclude_state: false
109
+ mean_std_embedding_keys: null
110
+ modality_keys:
111
+ - image_0
112
+ normalization_mode: null
113
+ normalize_rotation: true
114
+ sin_cos_embedding_keys: null
115
+ mode: single_turn
116
+ multiprocessing_context: fork
117
+ num_chunks: 1
118
+ num_prompt_trajectories: 2
119
+ num_shards_per_epoch: 100000
120
+ override_pretraining_statistics: true
121
+ random_chop: 0.0
122
+ resample_on_invalid_frames: false
123
+ seed: 24
124
+ shard_size: 1024
125
+ shuffle: true
126
+ subsample_ratio: 1.0
127
+ use_lance_backend: false
128
+ use_reservoir_sampling: true
129
+ variable_num_demos: false
130
+ video_backend: torchcodec
131
+ load_config_path: groot/vla/omni/configs/experiments/simpler_env_widowx.yaml
132
+ model: !!python/object:groot.vla.omni.configs.model.groot_n1d7.GrootN1d7Config
133
+ _attn_implementation_internal: null
134
+ _commit_hash: null
135
+ _name_or_path: ''
136
+ _output_attentions: false
137
+ action_horizon: 40
138
+ action_space_prompt: false
139
+ add_cross_attention: false
140
+ add_pos_embed: true
141
+ apply_sincos_state_encoding: false
142
+ architectures: null
143
+ attn_dropout: 0.2
144
+ backbone_embedding_dim: 1536
145
+ bad_words_ids: null
146
+ begin_suppress_tokens: null
147
+ bos_token_id: null
148
+ chunk_size_feed_forward: 0
149
+ color_jitter_params:
150
+ brightness: 0.3
151
+ contrast: 0.4
152
+ hue: 0.08
153
+ saturation: 0.5
154
+ cross_attention_hidden_size: null
155
+ decoder_start_token_id: null
156
+ diffusion_model_cfg:
157
+ attention_head_dim: 48
158
+ cross_attention_dim: 1536
159
+ dropout: 0.2
160
+ final_dropout: true
161
+ interleave_self_attention: true
162
+ norm_type: ada_norm
163
+ num_attention_heads: 32
164
+ num_layers: 16
165
+ output_dim: 1024
166
+ positional_embeddings: null
167
+ dit_latent_dim: null
168
+ diversity_penalty: 0.0
169
+ do_sample: false
170
+ dtype: null
171
+ eagle_path: NVEagle/eagle_er-qwen3_1.7B-Siglip2_400M_stage1_5_128gpu_er_v6_1mlp_nops
172
+ early_stopping: false
173
+ encoder_no_repeat_ngram_size: 0
174
+ eos_token_id: null
175
+ exclude_state: false
176
+ exponential_decay_length_penalty: null
177
+ finetuning_task: null
178
+ forced_bos_token_id: null
179
+ forced_eos_token_id: null
180
+ formalize_language: true
181
+ hidden_size: 1024
182
+ id2label:
183
+ 0: LABEL_0
184
+ 1: LABEL_1
185
+ image_crop_size: !!python/tuple
186
+ - 230
187
+ - 230
188
+ image_target_size: !!python/tuple
189
+ - 256
190
+ - 256
191
+ input_embedding_dim: 1536
192
+ is_decoder: false
193
+ is_encoder_decoder: false
194
+ label2id:
195
+ LABEL_0: 0
196
+ LABEL_1: 1
197
+ length_penalty: 1.0
198
+ letter_box_transform: true
199
+ load_bf16: false
200
+ max_action_dim: 132
201
+ max_length: 20
202
+ max_num_embodiments: 32
203
+ max_seq_len: 1024
204
+ max_state_dim: 132
205
+ min_length: 0
206
+ model_dtype: bfloat16
207
+ model_type: GrootN1d7
208
+ no_repeat_ngram_size: 0
209
+ noise_beta_alpha: 1.5
210
+ noise_beta_beta: 1.0
211
+ noise_s: 0.999
212
+ num_beam_groups: 1
213
+ num_beams: 1
214
+ num_inference_timesteps: 4
215
+ num_return_sequences: 1
216
+ num_timestep_buckets: 1000
217
+ output_hidden_states: false
218
+ output_scores: false
219
+ pad_token_id: null
220
+ prefix: null
221
+ problem_type: null
222
+ pruned_heads: {}
223
+ random_history_crop: true
224
+ random_rotation_angle: 0
225
+ remove_invalid_values: false
226
+ repetition_penalty: 1.0
227
+ reproject_vision: false
228
+ return_dict: true
229
+ return_dict_in_generate: false
230
+ select_layer: 12
231
+ sep_token_id: null
232
+ state_dropout_prob: 0.2
233
+ state_gaussian_noise_std: 0.0
234
+ suppress_tokens: null
235
+ task_specific_params: null
236
+ temperature: 1.0
237
+ tf_legacy_loss: false
238
+ tie_encoder_decoder: false
239
+ tie_word_embeddings: true
240
+ tokenizer_class: null
241
+ top_k: 50
242
+ top_p: 1.0
243
+ torchscript: false
244
+ transformers_version: null
245
+ tune_diffusion_model: true
246
+ tune_linear: true
247
+ tune_llm: false
248
+ tune_projector: true
249
+ tune_top_llm_layers: 0
250
+ tune_visual: false
251
+ tune_vlln: true
252
+ typical_p: 1.0
253
+ unified_embodiment_id: false
254
+ use_alternate_vl_dit: false
255
+ use_bfloat16: false
256
+ use_flash_attention: true
257
+ use_future_tokens: false
258
+ use_mean_std: false
259
+ use_percentiles: true
260
+ use_vl_self_attention: false
261
+ use_vlln: true
262
+ vl_self_attention_cfg:
263
+ attention_head_dim: 64
264
+ dropout: 0.2
265
+ final_dropout: true
266
+ num_attention_heads: 24
267
+ num_layers: 4
268
+ positional_embeddings: null
269
+ vlm_backend: qwen3
270
+ vlm_model_path: nvidia/Cosmos-Reason2-2B
271
+ training: !!python/object:groot.vla.omni.configs.training.training_config.TrainingConfig
272
+ add_rl_callback: false
273
+ assert_loss_less_than: null
274
+ batch_size: 64
275
+ bf16: true
276
+ dataloader_num_workers: 6
277
+ dataloader_pin_memory: true
278
+ ddp_bucket_cap_mb: 100
279
+ deepspeed_offload_optimizer: false
280
+ deepspeed_stage: 2
281
+ enable_open_loop_eval: false
282
+ enable_profiling: true
283
+ eval_batch_size: 2
284
+ eval_bf16: true
285
+ eval_set_split_ratio: 0.1
286
+ eval_steps: 500
287
+ eval_strategy: 'no'
288
+ experiment_name: train_n17final_simpler_env_widowx
289
+ fp16: false
290
+ global_batch_size: 1024
291
+ gradient_accumulation_steps: 1
292
+ gradient_checkpointing: false
293
+ learning_rate: 0.0001
294
+ logging_steps: 10
295
+ lr_scheduler_type: cosine
296
+ max_concurrent_uploads: 2
297
+ max_grad_norm: 1.0
298
+ max_retries: 3
299
+ max_steps: 40000
300
+ msc_callback_mode: async
301
+ msc_checkpoint_url: null
302
+ msc_delete_checkpoint_after_upload: true
303
+ msc_execution_mode: local
304
+ msc_profile_url: msc://GearCheckpoints/profiles
305
+ muon_impl: dist
306
+ muon_lr: 0.005
307
+ num_gpus: 16
308
+ open_loop_eval_plot_indices: null
309
+ open_loop_eval_policy_type: gr00t
310
+ open_loop_eval_steps_per_traj: 100
311
+ open_loop_eval_traj_ids:
312
+ - 0
313
+ optim: adamw_torch
314
+ output_dir: /mnt/amlfs-03/shared/yufa/smallbs_mg_checkpoints/ft_n17_20260312_232224_nvidia--Cosmos-Reason2-2B_simpler_env_widowx
315
+ profile_active_steps: 3
316
+ profile_delete_after_upload: true
317
+ profile_skip_first: 50
318
+ profile_warmup_steps: 1
319
+ profile_with_stack: false
320
+ remove_unused_columns: false
321
+ save_best_eval_metric_greater_is_better: true
322
+ save_best_eval_metric_name: ''
323
+ save_final_model: true
324
+ save_steps: 2000
325
+ save_total_limit: 10
326
+ save_vl_model: false
327
+ start_from_checkpoint: /mnt/amlfs-03/shared/yufa/checkpoints/cr2_pretrain_n17_egoscale_ft_200ksteps_lr2e-5
328
+ straggler: !!python/object:groot.vla.omni.configs.training.training_config.StragglerConfig
329
+ enabled: true
330
+ gather_on_rank0: true
331
+ perf_threshold: 0.7
332
+ profile_cuda: false
333
+ profiling_interval: 1
334
+ report_time_interval_sec: 60
335
+ scores_to_compute:
336
+ - relative_perf_scores
337
+ - individual_perf_scores
338
+ tf32: true
339
+ transformers_access_token: null
340
+ transformers_cache_dir: null
341
+ transformers_local_files_only: true
342
+ transformers_trust_remote_code: true
343
+ truncated_bptt_chunk_size: 300
344
+ upload_checkpoints: true
345
+ upload_every: 2000
346
+ upload_last_n_checkpoints: 5
347
+ use_ddp: false
348
+ use_legacy_wd_application: false
349
+ use_muon: false
350
+ use_truncated_bptt: false
351
+ use_wandb: true
352
+ wandb_project: n17_sim
353
+ warmup_ratio: 0.05
354
+ warmup_steps: 0
355
+ weight_decay: 1.0e-05
experiment_cfg/dataset_statistics.json ADDED
@@ -0,0 +1,309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "simpler_env_widowx": {
3
+ "state": {
4
+ "x": {
5
+ "min": [
6
+ -0.04167502000927925
7
+ ],
8
+ "max": [
9
+ 0.5862360596656799
10
+ ],
11
+ "mean": [
12
+ 0.3094348609447479
13
+ ],
14
+ "std": [
15
+ 0.06056898087263107
16
+ ],
17
+ "q01": [
18
+ 0.17102622985839844
19
+ ],
20
+ "q99": [
21
+ 0.45322076976299286
22
+ ]
23
+ },
24
+ "y": {
25
+ "min": [
26
+ -0.3563207685947418
27
+ ],
28
+ "max": [
29
+ 0.4034728705883026
30
+ ],
31
+ "mean": [
32
+ 0.03072510100901127
33
+ ],
34
+ "std": [
35
+ 0.09190694242715836
36
+ ],
37
+ "q01": [
38
+ -0.1698118858039379
39
+ ],
40
+ "q99": [
41
+ 0.2354845181107521
42
+ ]
43
+ },
44
+ "z": {
45
+ "min": [
46
+ -0.15537554025650024
47
+ ],
48
+ "max": [
49
+ 0.3568263053894043
50
+ ],
51
+ "mean": [
52
+ 0.06444056332111359
53
+ ],
54
+ "std": [
55
+ 0.05156300589442253
56
+ ],
57
+ "q01": [
58
+ -0.055632163770496845
59
+ ],
60
+ "q99": [
61
+ 0.19489620998501778
62
+ ]
63
+ },
64
+ "roll": {
65
+ "min": [
66
+ -3.141592502593994
67
+ ],
68
+ "max": [
69
+ 1.3517684936523438
70
+ ],
71
+ "mean": [
72
+ 0.006490640342235565
73
+ ],
74
+ "std": [
75
+ 0.13109275698661804
76
+ ],
77
+ "q01": [
78
+ -0.36493172496557236
79
+ ],
80
+ "q99": [
81
+ 0.3780156075954437
82
+ ]
83
+ },
84
+ "pitch": {
85
+ "min": [
86
+ -1.4992541074752808
87
+ ],
88
+ "max": [
89
+ 1.570796251296997
90
+ ],
91
+ "mean": [
92
+ -0.07720029354095459
93
+ ],
94
+ "std": [
95
+ 0.16913272440433502
96
+ ],
97
+ "q01": [
98
+ -0.541871190071106
99
+ ],
100
+ "q99": [
101
+ 0.27568644285202026
102
+ ]
103
+ },
104
+ "yaw": {
105
+ "min": [
106
+ -3.14153790473938
107
+ ],
108
+ "max": [
109
+ 3.141204357147217
110
+ ],
111
+ "mean": [
112
+ 0.10765893757343292
113
+ ],
114
+ "std": [
115
+ 0.5779858231544495
116
+ ],
117
+ "q01": [
118
+ -1.354275494813919
119
+ ],
120
+ "q99": [
121
+ 1.8500566184520721
122
+ ]
123
+ },
124
+ "pad": {
125
+ "min": [
126
+ 0.0
127
+ ],
128
+ "max": [
129
+ 0.0
130
+ ],
131
+ "mean": [
132
+ 0.0
133
+ ],
134
+ "std": [
135
+ 0.0
136
+ ],
137
+ "q01": [
138
+ 0.0
139
+ ],
140
+ "q99": [
141
+ 0.0
142
+ ]
143
+ },
144
+ "gripper": {
145
+ "min": [
146
+ 0.04637829214334488
147
+ ],
148
+ "max": [
149
+ 1.1121242046356201
150
+ ],
151
+ "mean": [
152
+ 0.7081330418586731
153
+ ],
154
+ "std": [
155
+ 0.35254859924316406
156
+ ],
157
+ "q01": [
158
+ 0.052190229296684265
159
+ ],
160
+ "q99": [
161
+ 1.0105689764022827
162
+ ]
163
+ }
164
+ },
165
+ "action": {
166
+ "x": {
167
+ "min": [
168
+ -0.4007510244846344
169
+ ],
170
+ "max": [
171
+ 0.41691166162490845
172
+ ],
173
+ "mean": [
174
+ 0.00022731871285941452
175
+ ],
176
+ "std": [
177
+ 0.009770569391548634
178
+ ],
179
+ "q01": [
180
+ -0.02875255048274994
181
+ ],
182
+ "q99": [
183
+ 0.028306663036346436
184
+ ]
185
+ },
186
+ "y": {
187
+ "min": [
188
+ -0.13874775171279907
189
+ ],
190
+ "max": [
191
+ 0.25864794850349426
192
+ ],
193
+ "mean": [
194
+ 0.00013112221495248377
195
+ ],
196
+ "std": [
197
+ 0.013695062138140202
198
+ ],
199
+ "q01": [
200
+ -0.04170213546603918
201
+ ],
202
+ "q99": [
203
+ 0.04089853074401617
204
+ ]
205
+ },
206
+ "z": {
207
+ "min": [
208
+ -0.22553899884223938
209
+ ],
210
+ "max": [
211
+ 0.21218234300613403
212
+ ],
213
+ "mean": [
214
+ -0.00012641931243706495
215
+ ],
216
+ "std": [
217
+ 0.012675146572291851
218
+ ],
219
+ "q01": [
220
+ -0.026096721179783344
221
+ ],
222
+ "q99": [
223
+ 0.0401805154979229
224
+ ]
225
+ },
226
+ "roll": {
227
+ "min": [
228
+ -3.2010786533355713
229
+ ],
230
+ "max": [
231
+ 3.122201919555664
232
+ ],
233
+ "mean": [
234
+ -0.00014410706353373826
235
+ ],
236
+ "std": [
237
+ 0.028455283492803574
238
+ ],
239
+ "q01": [
240
+ -0.08052874729037285
241
+ ],
242
+ "q99": [
243
+ 0.08173403143882751
244
+ ]
245
+ },
246
+ "pitch": {
247
+ "min": [
248
+ -1.8618112802505493
249
+ ],
250
+ "max": [
251
+ 1.8618112802505493
252
+ ],
253
+ "mean": [
254
+ -0.00039030605694279075
255
+ ],
256
+ "std": [
257
+ 0.03052123636007309
258
+ ],
259
+ "q01": [
260
+ -0.09249906800687313
261
+ ],
262
+ "q99": [
263
+ 0.07760760560631752
264
+ ]
265
+ },
266
+ "yaw": {
267
+ "min": [
268
+ -6.279075622558594
269
+ ],
270
+ "max": [
271
+ 6.272472858428955
272
+ ],
273
+ "mean": [
274
+ 0.0002406332059763372
275
+ ],
276
+ "std": [
277
+ 0.07739030569791794
278
+ ],
279
+ "q01": [
280
+ -0.20738555490970612
281
+ ],
282
+ "q99": [
283
+ 0.2038465365767479
284
+ ]
285
+ },
286
+ "gripper": {
287
+ "min": [
288
+ 0.0
289
+ ],
290
+ "max": [
291
+ 1.0
292
+ ],
293
+ "mean": [
294
+ 0.5765891671180725
295
+ ],
296
+ "std": [
297
+ 0.4966523349285126
298
+ ],
299
+ "q01": [
300
+ 0.0
301
+ ],
302
+ "q99": [
303
+ 1.0
304
+ ]
305
+ }
306
+ },
307
+ "relative_action": {}
308
+ }
309
+ }
global_step32000/bf16_zero_pp_rank_0_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1383d561ebbc3bc02b1a537fe7848419bdbe05a9e4abe4de985654cd0fc4433d
3
+ size 1215396185
global_step32000/bf16_zero_pp_rank_10_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f41c63d1d6f77b2423584632bb5c9a5f4fc222e5560e2488c5cb7d52a33c2052
3
+ size 1215395942
global_step32000/bf16_zero_pp_rank_11_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:996627d1630d957a4d2995c350f90d49af08b75bdcfba43e81515044165bc88a
3
+ size 1215394278
global_step32000/bf16_zero_pp_rank_12_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28a0557bd44ba53b23369a3a2da700b11a3770a2ecb4085d71428203d35f194d
3
+ size 1215394342
global_step32000/bf16_zero_pp_rank_13_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9f90774d1282ca1cc8604bec48ba1830f49b3c0f852879e1e4738151405b593
3
+ size 1215394342
global_step32000/bf16_zero_pp_rank_14_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6248573a9755e11c2237710a220718e6bc8c3951046523bd12b4afeeee6a845
3
+ size 1215395558
global_step32000/bf16_zero_pp_rank_15_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c9a1d15dd9727361119f7777a087947015e2c2819f87f194cf5c034247fad4a
3
+ size 1215395238
global_step32000/bf16_zero_pp_rank_1_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:244a3ac1dd5e0c207438e3948711f6f19bea9bb07d6c63c0f52e099614c1f5a1
3
+ size 1215396121
global_step32000/bf16_zero_pp_rank_2_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:373b55d7262d98cadb97142f311c59d6e9b1132f9e76266ad76384949963bc47
3
+ size 1215395929
global_step32000/bf16_zero_pp_rank_3_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6d66cb2bbfeedc6c81035067ed3f9be83fefb65172328e9e8957cd20ee5c0fa
3
+ size 1215396249
global_step32000/bf16_zero_pp_rank_4_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06993ba7cec89c0bd8e7698fd8471e4dbfb3520133ee5b83f38ddd6b9e139843
3
+ size 1215395929
global_step32000/bf16_zero_pp_rank_5_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cc05574856ab0b697524bbbbcfaae9d2736c370e626f39a70516511b0609849
3
+ size 1215396185
global_step32000/bf16_zero_pp_rank_6_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edbfe218bc1597e4315fb9d5c415fb1d67969d298e297ce3a19bf3cabe3c0ce1
3
+ size 1215395993
global_step32000/bf16_zero_pp_rank_7_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bec0f9f3c36dd947c7a8e14b075fbd1c0d607e9fd406ba9bf27802d66671271
3
+ size 1215396185
global_step32000/bf16_zero_pp_rank_8_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd3b75b96bf31303cc505a78c35a474cd978423f76413d3a480c7a12eded59ea
3
+ size 1215396121
global_step32000/bf16_zero_pp_rank_9_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7f11d59b4b43d4d1d936d0cb442ae66e8e35078c7924e2aff5b23dd44aa28f8
3
+ size 1215395993
global_step32000/mp_rank_00_model_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46a6cb6c3a4f37cf354064c0ce477e19180564c6a31ba6349d1fc6357026a751
3
+ size 9335640663
latest ADDED
@@ -0,0 +1 @@
 
 
1
+ global_step32000
model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5c7a79f2d6724cf4ac56eca6a1f1a62827099c6b1b72f5f364006c80dcbef0a
3
+ size 4990519232
model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b868005241de2de6683c0994b96bcaae0aa5cacfa031b88b56a45813a2ad510f
3
+ size 1919980184
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,1159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "processor_class": "Gr00tN1d7Processor",
3
+ "processor_kwargs": {
4
+ "modality_configs": {
5
+ "real_g1_relative_eef_relative_joints": {
6
+ "video": {
7
+ "delta_indices": [
8
+ -20,
9
+ 0
10
+ ],
11
+ "modality_keys": [
12
+ "ego_view"
13
+ ],
14
+ "action_configs": null,
15
+ "sin_cos_embedding_keys": null,
16
+ "mean_std_embedding_keys": null
17
+ },
18
+ "state": {
19
+ "delta_indices": [
20
+ 0
21
+ ],
22
+ "modality_keys": [
23
+ "left_wrist_eef_9d",
24
+ "right_wrist_eef_9d",
25
+ "left_hand",
26
+ "right_hand",
27
+ "left_arm",
28
+ "right_arm",
29
+ "waist"
30
+ ],
31
+ "action_configs": null,
32
+ "sin_cos_embedding_keys": null,
33
+ "mean_std_embedding_keys": null
34
+ },
35
+ "action": {
36
+ "delta_indices": [
37
+ 0,
38
+ 1,
39
+ 2,
40
+ 3,
41
+ 4,
42
+ 5,
43
+ 6,
44
+ 7,
45
+ 8,
46
+ 9,
47
+ 10,
48
+ 11,
49
+ 12,
50
+ 13,
51
+ 14,
52
+ 15,
53
+ 16,
54
+ 17,
55
+ 18,
56
+ 19,
57
+ 20,
58
+ 21,
59
+ 22,
60
+ 23,
61
+ 24,
62
+ 25,
63
+ 26,
64
+ 27,
65
+ 28,
66
+ 29,
67
+ 30,
68
+ 31,
69
+ 32,
70
+ 33,
71
+ 34,
72
+ 35,
73
+ 36,
74
+ 37,
75
+ 38,
76
+ 39
77
+ ],
78
+ "modality_keys": [
79
+ "left_wrist_eef_9d",
80
+ "right_wrist_eef_9d",
81
+ "left_hand",
82
+ "right_hand",
83
+ "left_arm",
84
+ "right_arm",
85
+ "waist",
86
+ "base_height_command",
87
+ "navigate_command"
88
+ ],
89
+ "action_configs": [
90
+ {
91
+ "rep": "RELATIVE",
92
+ "type": "EEF",
93
+ "format": "XYZ_ROT6D",
94
+ "state_key": null
95
+ },
96
+ {
97
+ "rep": "RELATIVE",
98
+ "type": "EEF",
99
+ "format": "XYZ_ROT6D",
100
+ "state_key": null
101
+ },
102
+ {
103
+ "rep": "ABSOLUTE",
104
+ "type": "NON_EEF",
105
+ "format": "DEFAULT",
106
+ "state_key": null
107
+ },
108
+ {
109
+ "rep": "ABSOLUTE",
110
+ "type": "NON_EEF",
111
+ "format": "DEFAULT",
112
+ "state_key": null
113
+ },
114
+ {
115
+ "rep": "RELATIVE",
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": null
125
+ },
126
+ {
127
+ "rep": "ABSOLUTE",
128
+ "type": "NON_EEF",
129
+ "format": "DEFAULT",
130
+ "state_key": null
131
+ },
132
+ {
133
+ "rep": "ABSOLUTE",
134
+ "type": "NON_EEF",
135
+ "format": "DEFAULT",
136
+ "state_key": null
137
+ },
138
+ {
139
+ "rep": "ABSOLUTE",
140
+ "type": "NON_EEF",
141
+ "format": "DEFAULT",
142
+ "state_key": null
143
+ }
144
+ ],
145
+ "sin_cos_embedding_keys": null,
146
+ "mean_std_embedding_keys": null
147
+ },
148
+ "language": {
149
+ "delta_indices": [
150
+ 0
151
+ ],
152
+ "modality_keys": [
153
+ "annotation.human.task_description"
154
+ ],
155
+ "action_configs": null,
156
+ "sin_cos_embedding_keys": null,
157
+ "mean_std_embedding_keys": null
158
+ }
159
+ },
160
+ "real_r1_pro_sharpa_relative_eef_mecka": {
161
+ "video": {
162
+ "delta_indices": [
163
+ -30,
164
+ 0
165
+ ],
166
+ "modality_keys": [
167
+ "ego_view_cropratio_res320x240_freq30"
168
+ ],
169
+ "action_configs": null,
170
+ "sin_cos_embedding_keys": null,
171
+ "mean_std_embedding_keys": null
172
+ },
173
+ "state": {
174
+ "delta_indices": [
175
+ 0
176
+ ],
177
+ "modality_keys": [
178
+ "left_wrist_eef",
179
+ "right_wrist_eef",
180
+ "left_hand_joints",
181
+ "right_hand_joints"
182
+ ],
183
+ "action_configs": null,
184
+ "sin_cos_embedding_keys": null,
185
+ "mean_std_embedding_keys": null
186
+ },
187
+ "action": {
188
+ "delta_indices": [
189
+ 0,
190
+ 1,
191
+ 2,
192
+ 3,
193
+ 4,
194
+ 5,
195
+ 6,
196
+ 7,
197
+ 8,
198
+ 9,
199
+ 10,
200
+ 11,
201
+ 12,
202
+ 13,
203
+ 14,
204
+ 15,
205
+ 16,
206
+ 17,
207
+ 18,
208
+ 19,
209
+ 20,
210
+ 21,
211
+ 22,
212
+ 23,
213
+ 24,
214
+ 25,
215
+ 26,
216
+ 27,
217
+ 28,
218
+ 29,
219
+ 30,
220
+ 31,
221
+ 32,
222
+ 33,
223
+ 34,
224
+ 35,
225
+ 36,
226
+ 37,
227
+ 38,
228
+ 39
229
+ ],
230
+ "modality_keys": [
231
+ "left_wrist_eef",
232
+ "right_wrist_eef",
233
+ "left_hand_joints",
234
+ "right_hand_joints"
235
+ ],
236
+ "action_configs": [
237
+ {
238
+ "rep": "RELATIVE",
239
+ "type": "EEF",
240
+ "format": "XYZ_ROT6D",
241
+ "state_key": null
242
+ },
243
+ {
244
+ "rep": "RELATIVE",
245
+ "type": "EEF",
246
+ "format": "XYZ_ROT6D",
247
+ "state_key": null
248
+ },
249
+ {
250
+ "rep": "ABSOLUTE",
251
+ "type": "NON_EEF",
252
+ "format": "DEFAULT",
253
+ "state_key": null
254
+ },
255
+ {
256
+ "rep": "ABSOLUTE",
257
+ "type": "NON_EEF",
258
+ "format": "DEFAULT",
259
+ "state_key": null
260
+ }
261
+ ],
262
+ "sin_cos_embedding_keys": null,
263
+ "mean_std_embedding_keys": null
264
+ },
265
+ "language": {
266
+ "delta_indices": [
267
+ 0
268
+ ],
269
+ "modality_keys": [
270
+ "annotation.human.coarse_action"
271
+ ],
272
+ "action_configs": null,
273
+ "sin_cos_embedding_keys": null,
274
+ "mean_std_embedding_keys": null
275
+ }
276
+ },
277
+ "real_r1_pro_sharpa_relative_eef_human": {
278
+ "video": {
279
+ "delta_indices": [
280
+ -20,
281
+ 0
282
+ ],
283
+ "modality_keys": [
284
+ "ego_view_res320x240_freq20",
285
+ "left_wrist_view_res320x240_freq20",
286
+ "right_wrist_view_res320x240_freq20"
287
+ ],
288
+ "action_configs": null,
289
+ "sin_cos_embedding_keys": null,
290
+ "mean_std_embedding_keys": null
291
+ },
292
+ "state": {
293
+ "delta_indices": [
294
+ 0
295
+ ],
296
+ "modality_keys": [
297
+ "left_wrist_eef",
298
+ "right_wrist_eef",
299
+ "left_hand_joints",
300
+ "right_hand_joints"
301
+ ],
302
+ "action_configs": null,
303
+ "sin_cos_embedding_keys": null,
304
+ "mean_std_embedding_keys": null
305
+ },
306
+ "action": {
307
+ "delta_indices": [
308
+ 0,
309
+ 1,
310
+ 2,
311
+ 3,
312
+ 4,
313
+ 5,
314
+ 6,
315
+ 7,
316
+ 8,
317
+ 9,
318
+ 10,
319
+ 11,
320
+ 12,
321
+ 13,
322
+ 14,
323
+ 15,
324
+ 16,
325
+ 17,
326
+ 18,
327
+ 19,
328
+ 20,
329
+ 21,
330
+ 22,
331
+ 23,
332
+ 24,
333
+ 25,
334
+ 26,
335
+ 27,
336
+ 28,
337
+ 29,
338
+ 30,
339
+ 31,
340
+ 32,
341
+ 33,
342
+ 34,
343
+ 35,
344
+ 36,
345
+ 37,
346
+ 38,
347
+ 39
348
+ ],
349
+ "modality_keys": [
350
+ "left_wrist_eef",
351
+ "right_wrist_eef",
352
+ "left_hand_joints",
353
+ "right_hand_joints"
354
+ ],
355
+ "action_configs": [
356
+ {
357
+ "rep": "RELATIVE",
358
+ "type": "EEF",
359
+ "format": "XYZ_ROT6D",
360
+ "state_key": null
361
+ },
362
+ {
363
+ "rep": "RELATIVE",
364
+ "type": "EEF",
365
+ "format": "XYZ_ROT6D",
366
+ "state_key": null
367
+ },
368
+ {
369
+ "rep": "ABSOLUTE",
370
+ "type": "NON_EEF",
371
+ "format": "DEFAULT",
372
+ "state_key": null
373
+ },
374
+ {
375
+ "rep": "ABSOLUTE",
376
+ "type": "NON_EEF",
377
+ "format": "DEFAULT",
378
+ "state_key": null
379
+ }
380
+ ],
381
+ "sin_cos_embedding_keys": null,
382
+ "mean_std_embedding_keys": null
383
+ },
384
+ "language": {
385
+ "delta_indices": [
386
+ 0
387
+ ],
388
+ "modality_keys": [
389
+ "annotation.human.coarse_action"
390
+ ],
391
+ "action_configs": null,
392
+ "sin_cos_embedding_keys": null,
393
+ "mean_std_embedding_keys": null
394
+ }
395
+ },
396
+ "real_r1_pro_sharpa_relative_eef": {
397
+ "video": {
398
+ "delta_indices": [
399
+ -20,
400
+ 0
401
+ ],
402
+ "modality_keys": [
403
+ "ego_view_res320x240_freq20",
404
+ "left_wrist_view_res320x240_freq20",
405
+ "right_wrist_view_res320x240_freq20"
406
+ ],
407
+ "action_configs": null,
408
+ "sin_cos_embedding_keys": null,
409
+ "mean_std_embedding_keys": null
410
+ },
411
+ "state": {
412
+ "delta_indices": [
413
+ 0
414
+ ],
415
+ "modality_keys": [
416
+ "left_wrist_eef",
417
+ "right_wrist_eef",
418
+ "left_hand_joints",
419
+ "right_hand_joints"
420
+ ],
421
+ "action_configs": null,
422
+ "sin_cos_embedding_keys": null,
423
+ "mean_std_embedding_keys": null
424
+ },
425
+ "action": {
426
+ "delta_indices": [
427
+ 0,
428
+ 1,
429
+ 2,
430
+ 3,
431
+ 4,
432
+ 5,
433
+ 6,
434
+ 7,
435
+ 8,
436
+ 9,
437
+ 10,
438
+ 11,
439
+ 12,
440
+ 13,
441
+ 14,
442
+ 15,
443
+ 16,
444
+ 17,
445
+ 18,
446
+ 19,
447
+ 20,
448
+ 21,
449
+ 22,
450
+ 23,
451
+ 24,
452
+ 25,
453
+ 26,
454
+ 27,
455
+ 28,
456
+ 29,
457
+ 30,
458
+ 31,
459
+ 32,
460
+ 33,
461
+ 34,
462
+ 35,
463
+ 36,
464
+ 37,
465
+ 38,
466
+ 39
467
+ ],
468
+ "modality_keys": [
469
+ "left_wrist_eef",
470
+ "right_wrist_eef",
471
+ "left_hand_joints",
472
+ "right_hand_joints"
473
+ ],
474
+ "action_configs": [
475
+ {
476
+ "rep": "RELATIVE",
477
+ "type": "EEF",
478
+ "format": "XYZ_ROT6D",
479
+ "state_key": null
480
+ },
481
+ {
482
+ "rep": "RELATIVE",
483
+ "type": "EEF",
484
+ "format": "XYZ_ROT6D",
485
+ "state_key": null
486
+ },
487
+ {
488
+ "rep": "ABSOLUTE",
489
+ "type": "NON_EEF",
490
+ "format": "DEFAULT",
491
+ "state_key": null
492
+ },
493
+ {
494
+ "rep": "ABSOLUTE",
495
+ "type": "NON_EEF",
496
+ "format": "DEFAULT",
497
+ "state_key": null
498
+ }
499
+ ],
500
+ "sin_cos_embedding_keys": null,
501
+ "mean_std_embedding_keys": null
502
+ },
503
+ "language": {
504
+ "delta_indices": [
505
+ 0
506
+ ],
507
+ "modality_keys": [
508
+ "annotation.human.coarse_action"
509
+ ],
510
+ "action_configs": null,
511
+ "sin_cos_embedding_keys": null,
512
+ "mean_std_embedding_keys": null
513
+ }
514
+ },
515
+ "xdof_relative_eef_relative_joint": {
516
+ "video": {
517
+ "delta_indices": [
518
+ -30,
519
+ 0
520
+ ],
521
+ "modality_keys": [
522
+ "top_camera-images-rgb_320_240",
523
+ "left_camera-images-rgb_320_240",
524
+ "right_camera-images-rgb_320_240"
525
+ ],
526
+ "action_configs": null,
527
+ "sin_cos_embedding_keys": null,
528
+ "mean_std_embedding_keys": null
529
+ },
530
+ "state": {
531
+ "delta_indices": [
532
+ 0
533
+ ],
534
+ "modality_keys": [
535
+ "left_wrist_eef",
536
+ "right_wrist_eef",
537
+ "left_gripper_pos",
538
+ "right_gripper_pos",
539
+ "left_joint_pos",
540
+ "right_joint_pos"
541
+ ],
542
+ "action_configs": null,
543
+ "sin_cos_embedding_keys": null,
544
+ "mean_std_embedding_keys": null
545
+ },
546
+ "action": {
547
+ "delta_indices": [
548
+ 0,
549
+ 1,
550
+ 2,
551
+ 3,
552
+ 4,
553
+ 5,
554
+ 6,
555
+ 7,
556
+ 8,
557
+ 9,
558
+ 10,
559
+ 11,
560
+ 12,
561
+ 13,
562
+ 14,
563
+ 15,
564
+ 16,
565
+ 17,
566
+ 18,
567
+ 19,
568
+ 20,
569
+ 21,
570
+ 22,
571
+ 23,
572
+ 24,
573
+ 25,
574
+ 26,
575
+ 27,
576
+ 28,
577
+ 29,
578
+ 30,
579
+ 31,
580
+ 32,
581
+ 33,
582
+ 34,
583
+ 35,
584
+ 36,
585
+ 37,
586
+ 38,
587
+ 39
588
+ ],
589
+ "modality_keys": [
590
+ "left_wrist_eef",
591
+ "right_wrist_eef",
592
+ "left_gripper_pos",
593
+ "right_gripper_pos",
594
+ "left_joint_pos",
595
+ "right_joint_pos"
596
+ ],
597
+ "action_configs": [
598
+ {
599
+ "rep": "RELATIVE",
600
+ "type": "EEF",
601
+ "format": "XYZ_ROT6D",
602
+ "state_key": null
603
+ },
604
+ {
605
+ "rep": "RELATIVE",
606
+ "type": "EEF",
607
+ "format": "XYZ_ROT6D",
608
+ "state_key": null
609
+ },
610
+ {
611
+ "rep": "ABSOLUTE",
612
+ "type": "NON_EEF",
613
+ "format": "DEFAULT",
614
+ "state_key": null
615
+ },
616
+ {
617
+ "rep": "ABSOLUTE",
618
+ "type": "NON_EEF",
619
+ "format": "DEFAULT",
620
+ "state_key": null
621
+ },
622
+ {
623
+ "rep": "RELATIVE",
624
+ "type": "NON_EEF",
625
+ "format": "DEFAULT",
626
+ "state_key": null
627
+ },
628
+ {
629
+ "rep": "RELATIVE",
630
+ "type": "NON_EEF",
631
+ "format": "DEFAULT",
632
+ "state_key": null
633
+ }
634
+ ],
635
+ "sin_cos_embedding_keys": null,
636
+ "mean_std_embedding_keys": null
637
+ },
638
+ "language": {
639
+ "delta_indices": [
640
+ 0
641
+ ],
642
+ "modality_keys": [
643
+ "annotation.task"
644
+ ],
645
+ "action_configs": null,
646
+ "sin_cos_embedding_keys": null,
647
+ "mean_std_embedding_keys": null
648
+ }
649
+ },
650
+ "real_r1_pro_sharpa_relative_eef_maxinsights": {
651
+ "video": {
652
+ "delta_indices": [
653
+ -30,
654
+ 0
655
+ ],
656
+ "modality_keys": [
657
+ "ego_view_cropratio_res320x240_freq30"
658
+ ],
659
+ "action_configs": null,
660
+ "sin_cos_embedding_keys": null,
661
+ "mean_std_embedding_keys": null
662
+ },
663
+ "state": {
664
+ "delta_indices": [
665
+ 0
666
+ ],
667
+ "modality_keys": [
668
+ "left_wrist_eef",
669
+ "right_wrist_eef",
670
+ "left_hand_joints",
671
+ "right_hand_joints"
672
+ ],
673
+ "action_configs": null,
674
+ "sin_cos_embedding_keys": null,
675
+ "mean_std_embedding_keys": null
676
+ },
677
+ "action": {
678
+ "delta_indices": [
679
+ 0,
680
+ 1,
681
+ 2,
682
+ 3,
683
+ 4,
684
+ 5,
685
+ 6,
686
+ 7,
687
+ 8,
688
+ 9,
689
+ 10,
690
+ 11,
691
+ 12,
692
+ 13,
693
+ 14,
694
+ 15,
695
+ 16,
696
+ 17,
697
+ 18,
698
+ 19,
699
+ 20,
700
+ 21,
701
+ 22,
702
+ 23,
703
+ 24,
704
+ 25,
705
+ 26,
706
+ 27,
707
+ 28,
708
+ 29,
709
+ 30,
710
+ 31,
711
+ 32,
712
+ 33,
713
+ 34,
714
+ 35,
715
+ 36,
716
+ 37,
717
+ 38,
718
+ 39
719
+ ],
720
+ "modality_keys": [
721
+ "left_wrist_eef",
722
+ "right_wrist_eef",
723
+ "left_hand_joints",
724
+ "right_hand_joints"
725
+ ],
726
+ "action_configs": [
727
+ {
728
+ "rep": "RELATIVE",
729
+ "type": "EEF",
730
+ "format": "XYZ_ROT6D",
731
+ "state_key": null
732
+ },
733
+ {
734
+ "rep": "RELATIVE",
735
+ "type": "EEF",
736
+ "format": "XYZ_ROT6D",
737
+ "state_key": null
738
+ },
739
+ {
740
+ "rep": "ABSOLUTE",
741
+ "type": "NON_EEF",
742
+ "format": "DEFAULT",
743
+ "state_key": null
744
+ },
745
+ {
746
+ "rep": "ABSOLUTE",
747
+ "type": "NON_EEF",
748
+ "format": "DEFAULT",
749
+ "state_key": null
750
+ }
751
+ ],
752
+ "sin_cos_embedding_keys": null,
753
+ "mean_std_embedding_keys": null
754
+ },
755
+ "language": {
756
+ "delta_indices": [
757
+ 0
758
+ ],
759
+ "modality_keys": [
760
+ "annotation.human.coarse_action"
761
+ ],
762
+ "action_configs": null,
763
+ "sin_cos_embedding_keys": null,
764
+ "mean_std_embedding_keys": null
765
+ }
766
+ },
767
+ "xdof_relative_eef_relative_joint_subtask": {
768
+ "video": {
769
+ "delta_indices": [
770
+ -30,
771
+ 0
772
+ ],
773
+ "modality_keys": [
774
+ "top_camera-images-rgb_320_240",
775
+ "left_camera-images-rgb_320_240",
776
+ "right_camera-images-rgb_320_240"
777
+ ],
778
+ "action_configs": null,
779
+ "sin_cos_embedding_keys": null,
780
+ "mean_std_embedding_keys": null
781
+ },
782
+ "state": {
783
+ "delta_indices": [
784
+ 0
785
+ ],
786
+ "modality_keys": [
787
+ "left_wrist_eef",
788
+ "right_wrist_eef",
789
+ "left_gripper_pos",
790
+ "right_gripper_pos",
791
+ "left_joint_pos",
792
+ "right_joint_pos"
793
+ ],
794
+ "action_configs": null,
795
+ "sin_cos_embedding_keys": null,
796
+ "mean_std_embedding_keys": null
797
+ },
798
+ "action": {
799
+ "delta_indices": [
800
+ 0,
801
+ 1,
802
+ 2,
803
+ 3,
804
+ 4,
805
+ 5,
806
+ 6,
807
+ 7,
808
+ 8,
809
+ 9,
810
+ 10,
811
+ 11,
812
+ 12,
813
+ 13,
814
+ 14,
815
+ 15,
816
+ 16,
817
+ 17,
818
+ 18,
819
+ 19,
820
+ 20,
821
+ 21,
822
+ 22,
823
+ 23,
824
+ 24,
825
+ 25,
826
+ 26,
827
+ 27,
828
+ 28,
829
+ 29,
830
+ 30,
831
+ 31,
832
+ 32,
833
+ 33,
834
+ 34,
835
+ 35,
836
+ 36,
837
+ 37,
838
+ 38,
839
+ 39
840
+ ],
841
+ "modality_keys": [
842
+ "left_wrist_eef",
843
+ "right_wrist_eef",
844
+ "left_gripper_pos",
845
+ "right_gripper_pos",
846
+ "left_joint_pos",
847
+ "right_joint_pos"
848
+ ],
849
+ "action_configs": [
850
+ {
851
+ "rep": "RELATIVE",
852
+ "type": "EEF",
853
+ "format": "XYZ_ROT6D",
854
+ "state_key": null
855
+ },
856
+ {
857
+ "rep": "RELATIVE",
858
+ "type": "EEF",
859
+ "format": "XYZ_ROT6D",
860
+ "state_key": null
861
+ },
862
+ {
863
+ "rep": "ABSOLUTE",
864
+ "type": "NON_EEF",
865
+ "format": "DEFAULT",
866
+ "state_key": null
867
+ },
868
+ {
869
+ "rep": "ABSOLUTE",
870
+ "type": "NON_EEF",
871
+ "format": "DEFAULT",
872
+ "state_key": null
873
+ },
874
+ {
875
+ "rep": "RELATIVE",
876
+ "type": "NON_EEF",
877
+ "format": "DEFAULT",
878
+ "state_key": null
879
+ },
880
+ {
881
+ "rep": "RELATIVE",
882
+ "type": "NON_EEF",
883
+ "format": "DEFAULT",
884
+ "state_key": null
885
+ }
886
+ ],
887
+ "sin_cos_embedding_keys": null,
888
+ "mean_std_embedding_keys": null
889
+ },
890
+ "language": {
891
+ "delta_indices": [
892
+ 0
893
+ ],
894
+ "modality_keys": [
895
+ "annotation.sub_task"
896
+ ],
897
+ "action_configs": null,
898
+ "sin_cos_embedding_keys": null,
899
+ "mean_std_embedding_keys": null
900
+ }
901
+ },
902
+ "oxe_droid_relative_eef_relative_joint": {
903
+ "video": {
904
+ "delta_indices": [
905
+ -15,
906
+ 0
907
+ ],
908
+ "modality_keys": [
909
+ "exterior_image_1_left",
910
+ "wrist_image_left"
911
+ ],
912
+ "action_configs": null,
913
+ "sin_cos_embedding_keys": null,
914
+ "mean_std_embedding_keys": null
915
+ },
916
+ "state": {
917
+ "delta_indices": [
918
+ 0
919
+ ],
920
+ "modality_keys": [
921
+ "eef_9d",
922
+ "gripper_position",
923
+ "joint_position"
924
+ ],
925
+ "action_configs": null,
926
+ "sin_cos_embedding_keys": null,
927
+ "mean_std_embedding_keys": null
928
+ },
929
+ "action": {
930
+ "delta_indices": [
931
+ 0,
932
+ 1,
933
+ 2,
934
+ 3,
935
+ 4,
936
+ 5,
937
+ 6,
938
+ 7,
939
+ 8,
940
+ 9,
941
+ 10,
942
+ 11,
943
+ 12,
944
+ 13,
945
+ 14,
946
+ 15,
947
+ 16,
948
+ 17,
949
+ 18,
950
+ 19,
951
+ 20,
952
+ 21,
953
+ 22,
954
+ 23,
955
+ 24,
956
+ 25,
957
+ 26,
958
+ 27,
959
+ 28,
960
+ 29,
961
+ 30,
962
+ 31,
963
+ 32,
964
+ 33,
965
+ 34,
966
+ 35,
967
+ 36,
968
+ 37,
969
+ 38,
970
+ 39
971
+ ],
972
+ "modality_keys": [
973
+ "eef_9d",
974
+ "gripper_position",
975
+ "joint_position"
976
+ ],
977
+ "action_configs": [
978
+ {
979
+ "rep": "RELATIVE",
980
+ "type": "EEF",
981
+ "format": "XYZ_ROT6D",
982
+ "state_key": null
983
+ },
984
+ {
985
+ "rep": "ABSOLUTE",
986
+ "type": "NON_EEF",
987
+ "format": "DEFAULT",
988
+ "state_key": null
989
+ },
990
+ {
991
+ "rep": "RELATIVE",
992
+ "type": "NON_EEF",
993
+ "format": "DEFAULT",
994
+ "state_key": null
995
+ }
996
+ ],
997
+ "sin_cos_embedding_keys": null,
998
+ "mean_std_embedding_keys": null
999
+ },
1000
+ "language": {
1001
+ "delta_indices": [
1002
+ 0
1003
+ ],
1004
+ "modality_keys": [
1005
+ "annotation.language.language_instruction"
1006
+ ],
1007
+ "action_configs": null,
1008
+ "sin_cos_embedding_keys": null,
1009
+ "mean_std_embedding_keys": null
1010
+ }
1011
+ },
1012
+ "simpler_env_widowx": {
1013
+ "video": {
1014
+ "delta_indices": [
1015
+ 0
1016
+ ],
1017
+ "modality_keys": [
1018
+ "image_0"
1019
+ ],
1020
+ "action_configs": null,
1021
+ "sin_cos_embedding_keys": null,
1022
+ "mean_std_embedding_keys": null
1023
+ },
1024
+ "state": {
1025
+ "delta_indices": [
1026
+ 0
1027
+ ],
1028
+ "modality_keys": [
1029
+ "x",
1030
+ "y",
1031
+ "z",
1032
+ "roll",
1033
+ "pitch",
1034
+ "yaw",
1035
+ "pad",
1036
+ "gripper"
1037
+ ],
1038
+ "action_configs": null,
1039
+ "sin_cos_embedding_keys": null,
1040
+ "mean_std_embedding_keys": null
1041
+ },
1042
+ "action": {
1043
+ "delta_indices": [
1044
+ 0,
1045
+ 1,
1046
+ 2,
1047
+ 3,
1048
+ 4,
1049
+ 5,
1050
+ 6,
1051
+ 7
1052
+ ],
1053
+ "modality_keys": [
1054
+ "x",
1055
+ "y",
1056
+ "z",
1057
+ "roll",
1058
+ "pitch",
1059
+ "yaw",
1060
+ "gripper"
1061
+ ],
1062
+ "action_configs": [
1063
+ {
1064
+ "rep": "ABSOLUTE",
1065
+ "type": "NON_EEF",
1066
+ "format": "DEFAULT",
1067
+ "state_key": null
1068
+ },
1069
+ {
1070
+ "rep": "ABSOLUTE",
1071
+ "type": "NON_EEF",
1072
+ "format": "DEFAULT",
1073
+ "state_key": null
1074
+ },
1075
+ {
1076
+ "rep": "ABSOLUTE",
1077
+ "type": "NON_EEF",
1078
+ "format": "DEFAULT",
1079
+ "state_key": null
1080
+ },
1081
+ {
1082
+ "rep": "ABSOLUTE",
1083
+ "type": "NON_EEF",
1084
+ "format": "DEFAULT",
1085
+ "state_key": null
1086
+ },
1087
+ {
1088
+ "rep": "ABSOLUTE",
1089
+ "type": "NON_EEF",
1090
+ "format": "DEFAULT",
1091
+ "state_key": null
1092
+ },
1093
+ {
1094
+ "rep": "ABSOLUTE",
1095
+ "type": "NON_EEF",
1096
+ "format": "DEFAULT",
1097
+ "state_key": null
1098
+ },
1099
+ {
1100
+ "rep": "ABSOLUTE",
1101
+ "type": "NON_EEF",
1102
+ "format": "DEFAULT",
1103
+ "state_key": null
1104
+ }
1105
+ ],
1106
+ "sin_cos_embedding_keys": null,
1107
+ "mean_std_embedding_keys": [
1108
+ "x",
1109
+ "y",
1110
+ "z",
1111
+ "roll",
1112
+ "pitch",
1113
+ "yaw"
1114
+ ]
1115
+ },
1116
+ "language": {
1117
+ "delta_indices": [
1118
+ 0
1119
+ ],
1120
+ "modality_keys": [
1121
+ "annotation.human.action.task_description"
1122
+ ],
1123
+ "action_configs": null,
1124
+ "sin_cos_embedding_keys": null,
1125
+ "mean_std_embedding_keys": null
1126
+ }
1127
+ }
1128
+ },
1129
+ "use_percentiles": true,
1130
+ "use_mean_std": false,
1131
+ "image_crop_size": [
1132
+ 230,
1133
+ 230
1134
+ ],
1135
+ "image_target_size": [
1136
+ 256,
1137
+ 256
1138
+ ],
1139
+ "formalize_language": true,
1140
+ "max_state_dim": 132,
1141
+ "max_action_dim": 132,
1142
+ "apply_sincos_state_encoding": false,
1143
+ "color_jitter_params": {
1144
+ "brightness": 0.3,
1145
+ "contrast": 0.4,
1146
+ "saturation": 0.5,
1147
+ "hue": 0.08
1148
+ },
1149
+ "random_rotation_angle": 0,
1150
+ "letter_box_transform": false,
1151
+ "exclude_state": false,
1152
+ "state_dropout_prob": 0.2,
1153
+ "use_albumentations": true,
1154
+ "shortest_image_edge": 256,
1155
+ "crop_fraction": 0.95,
1156
+ "max_action_horizon": 40,
1157
+ "use_relative_action": true
1158
+ }
1159
+ }
rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4ec3dfcc2937c56f0f6e6cc260f1681e95530f7e2b39b92d996b8f066cceaa9
3
+ size 16249
rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bcdcebac3482d657f142303fee6568fece4fc8e50a522781a42507bc203cc25
3
+ size 16249
rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13f752fa30e3e24b7281c45961f58e5c644d3ab1a3326749f1bfe86298e2de18
3
+ size 16263
rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc731d5fd1014dce8aa7462223bd41ecc91daef7518bbd3926fbc038efdb21b9
3
+ size 16263
rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:720f081b5302761b31e6f2f5ce1728ab5e0df8635dc346c975a4e6ac619d273b
3
+ size 16263
rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b49d21a28029e5c9e2feb39a559f7829cf66f893836b57e561c6bb508faf829
3
+ size 16263
rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0077238d8aeff4cc2bdb0e20e1039c47eb3bf5547cc1170c00bd9829c90ba558
3
+ size 16263
rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb9447439b433bef90ee24ba3560aadf5611ff831308ab0a5f018f214a22c10e
3
+ size 16263
rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:920e9eb23a280717fbf5a70553f4d58e10ea4dff7039448e66cca02de099207d
3
+ size 16249
rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0e8262b03e39e6ede4fd3eaf91dcb9bfa14baef7feb1a8da08615cde694eaf4
3
+ size 16249
rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09fafd8416aa7123f6f8c1dc3babeaf9fd51e3d8016c974202fe5456e7c26c1b
3
+ size 16249
rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcee8cd50a56c74e2e8f93d55481b09044fa625b3f200c6a8b9b0024ad252000
3
+ size 16249
rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9038b95e0f8c8ac96cb81bfd29c2b196dbf263e2a00e477516176ada89423b2c
3
+ size 16249
rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a335cef113d8a9c69870201d2e05dcff38f71092dbf3f1cd7e52d42d3d13694
3
+ size 16249
rng_state_8.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:494cff637af4ecf60d99cf1472697439c79f2e20ec47e938a8939e961410d8ba
3
+ size 16249
rng_state_9.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4126d7f335e0bccda8a173d8dc91f74cfd21c21e63dfbea70c571d19d6cec391
3
+ size 16249
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b03fa947b4f7038bea2c9b4f823be97fc2ef4c3bea229cdf694b0bb6f54a811b
3
+ size 1263
statistics.json ADDED
The diff for this file is too large to render. See raw diff
 
trainer_state.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eb699492d87f8a20f5ff198a16a2409ce07758a293558e4c1e7ab7d6b345f1b
3
+ size 15797862
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8078cf045ca00e65d2a1da85fcdd55aa0f584aff4e2d996d53e971da45eac518
3
+ size 8067
wandb_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"project": "n17_sim", "run_id": "train_n17final_simpler_env_widowx"}