Upload folder using huggingface_hub
Browse files- checkpoint-1000/config.json +88 -0
- checkpoint-1000/embodiment_id.json +57 -0
- checkpoint-1000/experiment_cfg/conf.yaml +251 -0
- checkpoint-1000/experiment_cfg/config.yaml +277 -0
- checkpoint-1000/experiment_cfg/dataset_statistics.json +907 -0
- checkpoint-1000/experiment_cfg/final_model_config.json +55 -0
- checkpoint-1000/experiment_cfg/final_processor_config.json +0 -0
- checkpoint-1000/model-00001-of-00003.safetensors +3 -0
- checkpoint-1000/model-00002-of-00003.safetensors +3 -0
- checkpoint-1000/model-00003-of-00003.safetensors +3 -0
- checkpoint-1000/model.safetensors.index.json +0 -0
- checkpoint-1000/optimizer.pt +3 -0
- checkpoint-1000/processor_config.json +1159 -0
- checkpoint-1000/rng_state.pth +3 -0
- checkpoint-1000/scheduler.pt +3 -0
- checkpoint-1000/statistics.json +0 -0
- checkpoint-1000/trainer_state.json +634 -0
- checkpoint-1000/training_args.bin +3 -0
- checkpoint-1000/wandb_config.json +1 -0
checkpoint-1000/config.json
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"action_horizon": 40,
|
| 3 |
+
"add_pos_embed": true,
|
| 4 |
+
"apply_sincos_state_encoding": false,
|
| 5 |
+
"architectures": [
|
| 6 |
+
"Gr00tN1d7"
|
| 7 |
+
],
|
| 8 |
+
"attn_dropout": 0.2,
|
| 9 |
+
"attn_implementation": null,
|
| 10 |
+
"backbone_embedding_dim": 2048,
|
| 11 |
+
"backbone_trainable_params_fp32": true,
|
| 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 |
+
"dtype": "float32",
|
| 31 |
+
"exclude_state": false,
|
| 32 |
+
"formalize_language": true,
|
| 33 |
+
"hidden_size": 1024,
|
| 34 |
+
"image_crop_size": [
|
| 35 |
+
230,
|
| 36 |
+
230
|
| 37 |
+
],
|
| 38 |
+
"image_target_size": [
|
| 39 |
+
256,
|
| 40 |
+
256
|
| 41 |
+
],
|
| 42 |
+
"letter_box_transform": false,
|
| 43 |
+
"load_bf16": false,
|
| 44 |
+
"max_action_dim": 132,
|
| 45 |
+
"max_num_embodiments": 32,
|
| 46 |
+
"max_seq_len": 1024,
|
| 47 |
+
"max_state_dim": 132,
|
| 48 |
+
"model_dtype": "bfloat16",
|
| 49 |
+
"model_name": "nvidia/Cosmos-Reason2-2B",
|
| 50 |
+
"model_type": "Gr00tN1d7",
|
| 51 |
+
"noise_beta_alpha": 1.5,
|
| 52 |
+
"noise_beta_beta": 1.0,
|
| 53 |
+
"noise_s": 0.999,
|
| 54 |
+
"num_inference_timesteps": 4,
|
| 55 |
+
"num_timestep_buckets": 1000,
|
| 56 |
+
"random_history_crop": true,
|
| 57 |
+
"random_rotation_angle": 0,
|
| 58 |
+
"reproject_vision": false,
|
| 59 |
+
"rtc_ramp_rate": 6.0,
|
| 60 |
+
"select_layer": 16,
|
| 61 |
+
"shortest_image_edge": 256,
|
| 62 |
+
"state_dropout_prob": 0.2,
|
| 63 |
+
"state_gaussian_noise_std": 0.0,
|
| 64 |
+
"transformers_version": "4.57.3",
|
| 65 |
+
"tune_diffusion_model": true,
|
| 66 |
+
"tune_linear": true,
|
| 67 |
+
"tune_llm": false,
|
| 68 |
+
"tune_projector": true,
|
| 69 |
+
"tune_top_llm_layers": 0,
|
| 70 |
+
"tune_visual": false,
|
| 71 |
+
"tune_vlln": true,
|
| 72 |
+
"use_albumentations": true,
|
| 73 |
+
"use_alternate_vl_dit": true,
|
| 74 |
+
"use_flash_attention": true,
|
| 75 |
+
"use_future_tokens": false,
|
| 76 |
+
"use_mean_std": false,
|
| 77 |
+
"use_percentiles": true,
|
| 78 |
+
"use_vl_self_attention": true,
|
| 79 |
+
"use_vlln": true,
|
| 80 |
+
"vl_self_attention_cfg": {
|
| 81 |
+
"attention_head_dim": 64,
|
| 82 |
+
"dropout": 0.2,
|
| 83 |
+
"final_dropout": true,
|
| 84 |
+
"num_attention_heads": 32,
|
| 85 |
+
"num_layers": 4,
|
| 86 |
+
"positional_embeddings": null
|
| 87 |
+
}
|
| 88 |
+
}
|
checkpoint-1000/embodiment_id.json
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"unitree_g1_sonic": 11,
|
| 55 |
+
"new_embodiment": 10,
|
| 56 |
+
"robocasa_gr1_tabletop": 10
|
| 57 |
+
}
|
checkpoint-1000/experiment_cfg/conf.yaml
ADDED
|
@@ -0,0 +1,251 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
load_config_path: null
|
| 2 |
+
model:
|
| 3 |
+
model_type: Gr00tN1d7
|
| 4 |
+
model_dtype: bfloat16
|
| 5 |
+
model_name: nvidia/Cosmos-Reason2-2B
|
| 6 |
+
backbone_model_type: qwen
|
| 7 |
+
model_revision: null
|
| 8 |
+
tune_top_llm_layers: 0
|
| 9 |
+
backbone_embedding_dim: 2048
|
| 10 |
+
tune_llm: false
|
| 11 |
+
tune_visual: false
|
| 12 |
+
select_layer: 12
|
| 13 |
+
reproject_vision: false
|
| 14 |
+
use_flash_attention: true
|
| 15 |
+
load_bf16: false
|
| 16 |
+
backbone_trainable_params_fp32: true
|
| 17 |
+
image_crop_size:
|
| 18 |
+
- 230
|
| 19 |
+
- 230
|
| 20 |
+
image_target_size:
|
| 21 |
+
- 256
|
| 22 |
+
- 256
|
| 23 |
+
shortest_image_edge: null
|
| 24 |
+
crop_fraction: null
|
| 25 |
+
random_rotation_angle: null
|
| 26 |
+
color_jitter_params:
|
| 27 |
+
brightness: 0.3
|
| 28 |
+
contrast: 0.4
|
| 29 |
+
saturation: 0.5
|
| 30 |
+
hue: 0.08
|
| 31 |
+
use_albumentations_transforms: true
|
| 32 |
+
extra_augmentation_config: null
|
| 33 |
+
formalize_language: true
|
| 34 |
+
apply_sincos_state_encoding: false
|
| 35 |
+
use_percentiles: true
|
| 36 |
+
use_relative_action: true
|
| 37 |
+
max_state_dim: 132
|
| 38 |
+
max_action_dim: 132
|
| 39 |
+
action_horizon: 40
|
| 40 |
+
hidden_size: 1024
|
| 41 |
+
input_embedding_dim: 1536
|
| 42 |
+
state_history_length: 1
|
| 43 |
+
add_pos_embed: true
|
| 44 |
+
attn_dropout: 0.2
|
| 45 |
+
use_vlln: true
|
| 46 |
+
max_seq_len: 1024
|
| 47 |
+
use_alternate_vl_dit: true
|
| 48 |
+
attend_text_every_n_blocks: 2
|
| 49 |
+
diffusion_model_cfg:
|
| 50 |
+
positional_embeddings: null
|
| 51 |
+
num_layers: 16
|
| 52 |
+
num_attention_heads: 32
|
| 53 |
+
attention_head_dim: 48
|
| 54 |
+
norm_type: ada_norm
|
| 55 |
+
dropout: 0.2
|
| 56 |
+
final_dropout: true
|
| 57 |
+
output_dim: 1024
|
| 58 |
+
interleave_self_attention: true
|
| 59 |
+
num_inference_timesteps: 4
|
| 60 |
+
noise_beta_alpha: 1.5
|
| 61 |
+
noise_beta_beta: 1.0
|
| 62 |
+
noise_s: 0.999
|
| 63 |
+
num_timestep_buckets: 1000
|
| 64 |
+
tune_projector: true
|
| 65 |
+
tune_diffusion_model: true
|
| 66 |
+
tune_vlln: true
|
| 67 |
+
state_dropout_prob: 0.2
|
| 68 |
+
exclude_state: false
|
| 69 |
+
use_mean_std: false
|
| 70 |
+
max_num_embodiments: 32
|
| 71 |
+
data:
|
| 72 |
+
datasets:
|
| 73 |
+
- dataset_paths:
|
| 74 |
+
- /home/ubuntu/groot-files/dataset
|
| 75 |
+
embodiment_tag: unitree_g1_sonic
|
| 76 |
+
mix_ratio: 1.0
|
| 77 |
+
dataset_type: physical_embodiment
|
| 78 |
+
val_dataset_path: null
|
| 79 |
+
modality_configs:
|
| 80 |
+
unitree_g1_sonic:
|
| 81 |
+
video:
|
| 82 |
+
delta_indices:
|
| 83 |
+
- 0
|
| 84 |
+
modality_keys:
|
| 85 |
+
- ego_view
|
| 86 |
+
sin_cos_embedding_keys: null
|
| 87 |
+
mean_std_embedding_keys: null
|
| 88 |
+
action_configs: null
|
| 89 |
+
state:
|
| 90 |
+
delta_indices:
|
| 91 |
+
- 0
|
| 92 |
+
modality_keys:
|
| 93 |
+
- left_leg
|
| 94 |
+
- right_leg
|
| 95 |
+
- waist
|
| 96 |
+
- left_arm
|
| 97 |
+
- right_arm
|
| 98 |
+
- left_hand
|
| 99 |
+
- right_hand
|
| 100 |
+
- projected_gravity
|
| 101 |
+
sin_cos_embedding_keys: null
|
| 102 |
+
mean_std_embedding_keys: null
|
| 103 |
+
action_configs: null
|
| 104 |
+
action:
|
| 105 |
+
delta_indices:
|
| 106 |
+
- 0
|
| 107 |
+
- 1
|
| 108 |
+
- 2
|
| 109 |
+
- 3
|
| 110 |
+
- 4
|
| 111 |
+
- 5
|
| 112 |
+
- 6
|
| 113 |
+
- 7
|
| 114 |
+
- 8
|
| 115 |
+
- 9
|
| 116 |
+
- 10
|
| 117 |
+
- 11
|
| 118 |
+
- 12
|
| 119 |
+
- 13
|
| 120 |
+
- 14
|
| 121 |
+
- 15
|
| 122 |
+
- 16
|
| 123 |
+
- 17
|
| 124 |
+
- 18
|
| 125 |
+
- 19
|
| 126 |
+
- 20
|
| 127 |
+
- 21
|
| 128 |
+
- 22
|
| 129 |
+
- 23
|
| 130 |
+
- 24
|
| 131 |
+
- 25
|
| 132 |
+
- 26
|
| 133 |
+
- 27
|
| 134 |
+
- 28
|
| 135 |
+
- 29
|
| 136 |
+
- 30
|
| 137 |
+
- 31
|
| 138 |
+
- 32
|
| 139 |
+
- 33
|
| 140 |
+
- 34
|
| 141 |
+
- 35
|
| 142 |
+
- 36
|
| 143 |
+
- 37
|
| 144 |
+
- 38
|
| 145 |
+
- 39
|
| 146 |
+
modality_keys:
|
| 147 |
+
- motion_token
|
| 148 |
+
- left_hand_joints
|
| 149 |
+
- right_hand_joints
|
| 150 |
+
sin_cos_embedding_keys: null
|
| 151 |
+
mean_std_embedding_keys: null
|
| 152 |
+
action_configs:
|
| 153 |
+
- rep: ABSOLUTE
|
| 154 |
+
type: NON_EEF
|
| 155 |
+
format: DEFAULT
|
| 156 |
+
state_key: null
|
| 157 |
+
- rep: ABSOLUTE
|
| 158 |
+
type: NON_EEF
|
| 159 |
+
format: DEFAULT
|
| 160 |
+
state_key: null
|
| 161 |
+
- rep: ABSOLUTE
|
| 162 |
+
type: NON_EEF
|
| 163 |
+
format: DEFAULT
|
| 164 |
+
state_key: null
|
| 165 |
+
language:
|
| 166 |
+
delta_indices:
|
| 167 |
+
- 0
|
| 168 |
+
modality_keys:
|
| 169 |
+
- annotation.human.task_description
|
| 170 |
+
sin_cos_embedding_keys: null
|
| 171 |
+
mean_std_embedding_keys: null
|
| 172 |
+
action_configs: null
|
| 173 |
+
download_cache: false
|
| 174 |
+
shard_size: 1024
|
| 175 |
+
episode_sampling_rate: 0.1
|
| 176 |
+
num_shards_per_epoch: 100000
|
| 177 |
+
override_pretraining_statistics: true
|
| 178 |
+
mode: single_turn
|
| 179 |
+
random_chop: 0.0
|
| 180 |
+
mock_dataset_mode: false
|
| 181 |
+
shuffle: true
|
| 182 |
+
seed: 42
|
| 183 |
+
multiprocessing_context: fork
|
| 184 |
+
allow_padding: false
|
| 185 |
+
subsample_ratio: 1.0
|
| 186 |
+
image_crop_size:
|
| 187 |
+
- 244
|
| 188 |
+
- 244
|
| 189 |
+
image_target_size:
|
| 190 |
+
- 224
|
| 191 |
+
- 224
|
| 192 |
+
video_backend: torchcodec
|
| 193 |
+
training:
|
| 194 |
+
output_dir: /home/ubuntu/groot-files/checkpoints/g1_finetune-20260526-213350-gpu0
|
| 195 |
+
experiment_name: null
|
| 196 |
+
max_steps: 3000
|
| 197 |
+
global_batch_size: 32
|
| 198 |
+
batch_size: null
|
| 199 |
+
gradient_accumulation_steps: 1
|
| 200 |
+
learning_rate: 0.0001
|
| 201 |
+
lr_scheduler_type: cosine
|
| 202 |
+
weight_decay: 1.0e-05
|
| 203 |
+
warmup_ratio: 0.05
|
| 204 |
+
warmup_steps: 0
|
| 205 |
+
max_grad_norm: 1.0
|
| 206 |
+
optim: adamw_torch
|
| 207 |
+
start_from_checkpoint: nvidia/GR00T-N1.7-3B
|
| 208 |
+
skip_weight_loading: false
|
| 209 |
+
tf32: true
|
| 210 |
+
fp16: false
|
| 211 |
+
bf16: true
|
| 212 |
+
eval_bf16: true
|
| 213 |
+
logging_steps: 10
|
| 214 |
+
save_steps: 500
|
| 215 |
+
save_total_limit: 10
|
| 216 |
+
save_vl_model: false
|
| 217 |
+
save_only_model: false
|
| 218 |
+
upload_checkpoints: false
|
| 219 |
+
upload_every: 1000
|
| 220 |
+
upload_last_n_checkpoints: 5
|
| 221 |
+
max_concurrent_uploads: 2
|
| 222 |
+
eval_strategy: 'no'
|
| 223 |
+
eval_steps: 500
|
| 224 |
+
eval_set_split_ratio: 0.1
|
| 225 |
+
eval_batch_size: 2
|
| 226 |
+
save_best_eval_metric_name: ''
|
| 227 |
+
save_best_eval_metric_greater_is_better: true
|
| 228 |
+
deepspeed_stage: 2
|
| 229 |
+
gradient_checkpointing: false
|
| 230 |
+
transformers_trust_remote_code: true
|
| 231 |
+
transformers_local_files_only: false
|
| 232 |
+
transformers_cache_dir: null
|
| 233 |
+
transformers_access_token: null
|
| 234 |
+
use_ddp: false
|
| 235 |
+
ddp_bucket_cap_mb: 100
|
| 236 |
+
num_gpus: 1
|
| 237 |
+
dataloader_num_workers: 6
|
| 238 |
+
remove_unused_columns: false
|
| 239 |
+
use_wandb: true
|
| 240 |
+
wandb_project: groot-finetune
|
| 241 |
+
enable_profiling: false
|
| 242 |
+
max_retries: 3
|
| 243 |
+
assert_loss_less_than: null
|
| 244 |
+
add_rl_callback: false
|
| 245 |
+
enable_open_loop_eval: false
|
| 246 |
+
open_loop_eval_traj_ids:
|
| 247 |
+
- 0
|
| 248 |
+
open_loop_eval_steps_per_traj: 100
|
| 249 |
+
open_loop_eval_plot_indices: null
|
| 250 |
+
max_steps: 3000
|
| 251 |
+
save_steps: 500
|
checkpoint-1000/experiment_cfg/config.yaml
ADDED
|
@@ -0,0 +1,277 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
- /home/ubuntu/groot-files/dataset
|
| 8 |
+
dataset_type: physical_embodiment
|
| 9 |
+
embodiment_tag: unitree_g1_sonic
|
| 10 |
+
mix_ratio: 1.0
|
| 11 |
+
val_dataset_path: null
|
| 12 |
+
download_cache: false
|
| 13 |
+
episode_sampling_rate: 0.1
|
| 14 |
+
image_crop_size:
|
| 15 |
+
- 244
|
| 16 |
+
- 244
|
| 17 |
+
image_target_size:
|
| 18 |
+
- 224
|
| 19 |
+
- 224
|
| 20 |
+
mock_dataset_mode: false
|
| 21 |
+
modality_configs:
|
| 22 |
+
unitree_g1_sonic:
|
| 23 |
+
action: !!python/object:gr00t.data.types.ModalityConfig
|
| 24 |
+
action_configs:
|
| 25 |
+
- !!python/object:gr00t.data.types.ActionConfig
|
| 26 |
+
format: &id001 !!python/object/apply:gr00t.data.types.ActionFormat
|
| 27 |
+
- default
|
| 28 |
+
rep: &id002 !!python/object/apply:gr00t.data.types.ActionRepresentation
|
| 29 |
+
- absolute
|
| 30 |
+
state_key: null
|
| 31 |
+
type: &id003 !!python/object/apply:gr00t.data.types.ActionType
|
| 32 |
+
- non_eef
|
| 33 |
+
- !!python/object:gr00t.data.types.ActionConfig
|
| 34 |
+
format: *id001
|
| 35 |
+
rep: *id002
|
| 36 |
+
state_key: null
|
| 37 |
+
type: *id003
|
| 38 |
+
- !!python/object:gr00t.data.types.ActionConfig
|
| 39 |
+
format: *id001
|
| 40 |
+
rep: *id002
|
| 41 |
+
state_key: null
|
| 42 |
+
type: *id003
|
| 43 |
+
delta_indices:
|
| 44 |
+
- 0
|
| 45 |
+
- 1
|
| 46 |
+
- 2
|
| 47 |
+
- 3
|
| 48 |
+
- 4
|
| 49 |
+
- 5
|
| 50 |
+
- 6
|
| 51 |
+
- 7
|
| 52 |
+
- 8
|
| 53 |
+
- 9
|
| 54 |
+
- 10
|
| 55 |
+
- 11
|
| 56 |
+
- 12
|
| 57 |
+
- 13
|
| 58 |
+
- 14
|
| 59 |
+
- 15
|
| 60 |
+
- 16
|
| 61 |
+
- 17
|
| 62 |
+
- 18
|
| 63 |
+
- 19
|
| 64 |
+
- 20
|
| 65 |
+
- 21
|
| 66 |
+
- 22
|
| 67 |
+
- 23
|
| 68 |
+
- 24
|
| 69 |
+
- 25
|
| 70 |
+
- 26
|
| 71 |
+
- 27
|
| 72 |
+
- 28
|
| 73 |
+
- 29
|
| 74 |
+
- 30
|
| 75 |
+
- 31
|
| 76 |
+
- 32
|
| 77 |
+
- 33
|
| 78 |
+
- 34
|
| 79 |
+
- 35
|
| 80 |
+
- 36
|
| 81 |
+
- 37
|
| 82 |
+
- 38
|
| 83 |
+
- 39
|
| 84 |
+
mean_std_embedding_keys: null
|
| 85 |
+
modality_keys:
|
| 86 |
+
- motion_token
|
| 87 |
+
- left_hand_joints
|
| 88 |
+
- right_hand_joints
|
| 89 |
+
sin_cos_embedding_keys: null
|
| 90 |
+
language: !!python/object:gr00t.data.types.ModalityConfig
|
| 91 |
+
action_configs: null
|
| 92 |
+
delta_indices:
|
| 93 |
+
- 0
|
| 94 |
+
mean_std_embedding_keys: null
|
| 95 |
+
modality_keys:
|
| 96 |
+
- annotation.human.task_description
|
| 97 |
+
sin_cos_embedding_keys: null
|
| 98 |
+
state: !!python/object:gr00t.data.types.ModalityConfig
|
| 99 |
+
action_configs: null
|
| 100 |
+
delta_indices:
|
| 101 |
+
- 0
|
| 102 |
+
mean_std_embedding_keys: null
|
| 103 |
+
modality_keys:
|
| 104 |
+
- left_leg
|
| 105 |
+
- right_leg
|
| 106 |
+
- waist
|
| 107 |
+
- left_arm
|
| 108 |
+
- right_arm
|
| 109 |
+
- left_hand
|
| 110 |
+
- right_hand
|
| 111 |
+
- projected_gravity
|
| 112 |
+
sin_cos_embedding_keys: null
|
| 113 |
+
video: !!python/object:gr00t.data.types.ModalityConfig
|
| 114 |
+
action_configs: null
|
| 115 |
+
delta_indices:
|
| 116 |
+
- 0
|
| 117 |
+
mean_std_embedding_keys: null
|
| 118 |
+
modality_keys:
|
| 119 |
+
- ego_view
|
| 120 |
+
sin_cos_embedding_keys: null
|
| 121 |
+
mode: single_turn
|
| 122 |
+
multiprocessing_context: fork
|
| 123 |
+
num_shards_per_epoch: 100000
|
| 124 |
+
override_pretraining_statistics: true
|
| 125 |
+
random_chop: 0.0
|
| 126 |
+
seed: 42
|
| 127 |
+
shard_size: 1024
|
| 128 |
+
shuffle: true
|
| 129 |
+
subsample_ratio: 1.0
|
| 130 |
+
video_backend: torchcodec
|
| 131 |
+
load_config_path: null
|
| 132 |
+
model: !!python/object:gr00t.configs.model.gr00t_n1d7.Gr00tN1d7Config
|
| 133 |
+
_attn_implementation_internal: null
|
| 134 |
+
_commit_hash: null
|
| 135 |
+
_name_or_path: ''
|
| 136 |
+
_output_attentions: false
|
| 137 |
+
add_cross_attention: false
|
| 138 |
+
architectures: null
|
| 139 |
+
backbone_trainable_params_fp32: true
|
| 140 |
+
bad_words_ids: null
|
| 141 |
+
begin_suppress_tokens: null
|
| 142 |
+
bos_token_id: null
|
| 143 |
+
chunk_size_feed_forward: 0
|
| 144 |
+
color_jitter_params:
|
| 145 |
+
brightness: 0.3
|
| 146 |
+
contrast: 0.4
|
| 147 |
+
hue: 0.08
|
| 148 |
+
saturation: 0.5
|
| 149 |
+
cross_attention_hidden_size: null
|
| 150 |
+
decoder_start_token_id: null
|
| 151 |
+
diffusion_model_cfg:
|
| 152 |
+
attention_head_dim: 48
|
| 153 |
+
dropout: 0.2
|
| 154 |
+
final_dropout: true
|
| 155 |
+
interleave_self_attention: true
|
| 156 |
+
norm_type: ada_norm
|
| 157 |
+
num_attention_heads: 32
|
| 158 |
+
num_layers: 16
|
| 159 |
+
output_dim: 1024
|
| 160 |
+
positional_embeddings: null
|
| 161 |
+
diversity_penalty: 0.0
|
| 162 |
+
do_sample: false
|
| 163 |
+
dtype: null
|
| 164 |
+
early_stopping: false
|
| 165 |
+
encoder_no_repeat_ngram_size: 0
|
| 166 |
+
eos_token_id: null
|
| 167 |
+
exponential_decay_length_penalty: null
|
| 168 |
+
extra_augmentation_config: null
|
| 169 |
+
finetuning_task: null
|
| 170 |
+
forced_bos_token_id: null
|
| 171 |
+
forced_eos_token_id: null
|
| 172 |
+
id2label:
|
| 173 |
+
0: LABEL_0
|
| 174 |
+
1: LABEL_1
|
| 175 |
+
is_decoder: false
|
| 176 |
+
is_encoder_decoder: false
|
| 177 |
+
label2id:
|
| 178 |
+
LABEL_0: 0
|
| 179 |
+
LABEL_1: 1
|
| 180 |
+
length_penalty: 1.0
|
| 181 |
+
load_bf16: false
|
| 182 |
+
max_length: 20
|
| 183 |
+
min_length: 0
|
| 184 |
+
model_name: nvidia/Cosmos-Reason2-2B
|
| 185 |
+
no_repeat_ngram_size: 0
|
| 186 |
+
num_beam_groups: 1
|
| 187 |
+
num_beams: 1
|
| 188 |
+
num_return_sequences: 1
|
| 189 |
+
output_hidden_states: false
|
| 190 |
+
output_scores: false
|
| 191 |
+
pad_token_id: null
|
| 192 |
+
prefix: null
|
| 193 |
+
problem_type: null
|
| 194 |
+
pruned_heads: {}
|
| 195 |
+
random_rotation_angle: null
|
| 196 |
+
remove_invalid_values: false
|
| 197 |
+
repetition_penalty: 1.0
|
| 198 |
+
reproject_vision: false
|
| 199 |
+
return_dict: true
|
| 200 |
+
return_dict_in_generate: false
|
| 201 |
+
sep_token_id: null
|
| 202 |
+
state_dropout_prob: 0.2
|
| 203 |
+
suppress_tokens: null
|
| 204 |
+
task_specific_params: null
|
| 205 |
+
temperature: 1.0
|
| 206 |
+
tf_legacy_loss: false
|
| 207 |
+
tie_encoder_decoder: false
|
| 208 |
+
tie_word_embeddings: true
|
| 209 |
+
tokenizer_class: null
|
| 210 |
+
top_k: 50
|
| 211 |
+
top_p: 1.0
|
| 212 |
+
torchscript: false
|
| 213 |
+
transformers_version: null
|
| 214 |
+
tune_diffusion_model: true
|
| 215 |
+
tune_llm: false
|
| 216 |
+
tune_projector: true
|
| 217 |
+
tune_visual: false
|
| 218 |
+
typical_p: 1.0
|
| 219 |
+
use_bfloat16: false
|
| 220 |
+
use_relative_action: true
|
| 221 |
+
training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
|
| 222 |
+
add_rl_callback: false
|
| 223 |
+
assert_loss_less_than: null
|
| 224 |
+
batch_size: null
|
| 225 |
+
bf16: true
|
| 226 |
+
dataloader_num_workers: 6
|
| 227 |
+
ddp_bucket_cap_mb: 100
|
| 228 |
+
deepspeed_stage: 2
|
| 229 |
+
enable_open_loop_eval: false
|
| 230 |
+
enable_profiling: false
|
| 231 |
+
eval_batch_size: 2
|
| 232 |
+
eval_bf16: true
|
| 233 |
+
eval_set_split_ratio: 0.1
|
| 234 |
+
eval_steps: 500
|
| 235 |
+
eval_strategy: 'no'
|
| 236 |
+
experiment_name: null
|
| 237 |
+
fp16: false
|
| 238 |
+
global_batch_size: 32
|
| 239 |
+
gradient_accumulation_steps: 1
|
| 240 |
+
gradient_checkpointing: false
|
| 241 |
+
learning_rate: 0.0001
|
| 242 |
+
logging_steps: 10
|
| 243 |
+
lr_scheduler_type: cosine
|
| 244 |
+
max_concurrent_uploads: 2
|
| 245 |
+
max_grad_norm: 1.0
|
| 246 |
+
max_retries: 3
|
| 247 |
+
max_steps: 3000
|
| 248 |
+
num_gpus: 1
|
| 249 |
+
open_loop_eval_plot_indices: null
|
| 250 |
+
open_loop_eval_steps_per_traj: 100
|
| 251 |
+
open_loop_eval_traj_ids:
|
| 252 |
+
- 0
|
| 253 |
+
optim: adamw_torch
|
| 254 |
+
output_dir: /home/ubuntu/groot-files/checkpoints/g1_finetune-20260526-213350-gpu0
|
| 255 |
+
remove_unused_columns: false
|
| 256 |
+
save_best_eval_metric_greater_is_better: true
|
| 257 |
+
save_best_eval_metric_name: ''
|
| 258 |
+
save_only_model: false
|
| 259 |
+
save_steps: 500
|
| 260 |
+
save_total_limit: 10
|
| 261 |
+
save_vl_model: false
|
| 262 |
+
skip_weight_loading: false
|
| 263 |
+
start_from_checkpoint: nvidia/GR00T-N1.7-3B
|
| 264 |
+
tf32: true
|
| 265 |
+
transformers_access_token: null
|
| 266 |
+
transformers_cache_dir: null
|
| 267 |
+
transformers_local_files_only: false
|
| 268 |
+
transformers_trust_remote_code: true
|
| 269 |
+
upload_checkpoints: false
|
| 270 |
+
upload_every: 1000
|
| 271 |
+
upload_last_n_checkpoints: 5
|
| 272 |
+
use_ddp: false
|
| 273 |
+
use_wandb: true
|
| 274 |
+
wandb_project: groot-finetune
|
| 275 |
+
warmup_ratio: 0.05
|
| 276 |
+
warmup_steps: 0
|
| 277 |
+
weight_decay: 1.0e-05
|
checkpoint-1000/experiment_cfg/dataset_statistics.json
ADDED
|
@@ -0,0 +1,907 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"unitree_g1_sonic": {
|
| 3 |
+
"state": {
|
| 4 |
+
"left_leg": {
|
| 5 |
+
"min": [
|
| 6 |
+
-0.4857776165008545,
|
| 7 |
+
-0.24391146004199982,
|
| 8 |
+
-0.8776780366897583,
|
| 9 |
+
0.03597185015678406,
|
| 10 |
+
-0.4930363595485687,
|
| 11 |
+
-0.20340518653392792
|
| 12 |
+
],
|
| 13 |
+
"max": [
|
| 14 |
+
0.3237466514110565,
|
| 15 |
+
0.31727835536003113,
|
| 16 |
+
0.7570706605911255,
|
| 17 |
+
0.8986315131187439,
|
| 18 |
+
0.1892659068107605,
|
| 19 |
+
0.15561887621879578
|
| 20 |
+
],
|
| 21 |
+
"mean": [
|
| 22 |
+
0.038367897272109985,
|
| 23 |
+
0.017137423157691956,
|
| 24 |
+
0.10202965885400772,
|
| 25 |
+
0.21319514513015747,
|
| 26 |
+
-0.20034761726856232,
|
| 27 |
+
-0.009860903024673462
|
| 28 |
+
],
|
| 29 |
+
"std": [
|
| 30 |
+
0.12473291903734207,
|
| 31 |
+
0.0657326877117157,
|
| 32 |
+
0.16789446771144867,
|
| 33 |
+
0.0855027362704277,
|
| 34 |
+
0.05454540252685547,
|
| 35 |
+
0.043583426624536514
|
| 36 |
+
],
|
| 37 |
+
"q01": [
|
| 38 |
+
-0.3429580569267273,
|
| 39 |
+
-0.14271177425980566,
|
| 40 |
+
-0.41709126979112626,
|
| 41 |
+
0.12328944355249405,
|
| 42 |
+
-0.2934864178299904,
|
| 43 |
+
-0.11147186532616615
|
| 44 |
+
],
|
| 45 |
+
"q99": [
|
| 46 |
+
0.18860293924808502,
|
| 47 |
+
0.17139848843216907,
|
| 48 |
+
0.4404219493269922,
|
| 49 |
+
0.5360466212034226,
|
| 50 |
+
-0.019520661234855623,
|
| 51 |
+
0.09359118081629283
|
| 52 |
+
]
|
| 53 |
+
},
|
| 54 |
+
"right_leg": {
|
| 55 |
+
"min": [
|
| 56 |
+
-0.5335952043533325,
|
| 57 |
+
-0.350761741399765,
|
| 58 |
+
-1.3307929039001465,
|
| 59 |
+
0.07445771992206573,
|
| 60 |
+
-0.6092288494110107,
|
| 61 |
+
-0.1984633058309555
|
| 62 |
+
],
|
| 63 |
+
"max": [
|
| 64 |
+
0.25397607684135437,
|
| 65 |
+
0.15654273331165314,
|
| 66 |
+
0.24837948381900787,
|
| 67 |
+
0.9999935626983643,
|
| 68 |
+
0.1089707612991333,
|
| 69 |
+
0.17701147496700287
|
| 70 |
+
],
|
| 71 |
+
"mean": [
|
| 72 |
+
0.05046115070581436,
|
| 73 |
+
-0.023679343983530998,
|
| 74 |
+
-0.213065966963768,
|
| 75 |
+
0.20844903588294983,
|
| 76 |
+
-0.19808240234851837,
|
| 77 |
+
-0.0055496226996183395
|
| 78 |
+
],
|
| 79 |
+
"std": [
|
| 80 |
+
0.07887373864650726,
|
| 81 |
+
0.06217808276414871,
|
| 82 |
+
0.18437089025974274,
|
| 83 |
+
0.10042016953229904,
|
| 84 |
+
0.06798264384269714,
|
| 85 |
+
0.04407079145312309
|
| 86 |
+
],
|
| 87 |
+
"q01": [
|
| 88 |
+
-0.193911362439394,
|
| 89 |
+
-0.1981988400220871,
|
| 90 |
+
-0.90549436211586,
|
| 91 |
+
0.127213454246521,
|
| 92 |
+
-0.4343456655740738,
|
| 93 |
+
-0.11320190876722336
|
| 94 |
+
],
|
| 95 |
+
"q99": [
|
| 96 |
+
0.1967100210487844,
|
| 97 |
+
0.11513377726078033,
|
| 98 |
+
0.15384408906102207,
|
| 99 |
+
0.7395615458488474,
|
| 100 |
+
-0.05514147877693175,
|
| 101 |
+
0.08568341806530994
|
| 102 |
+
]
|
| 103 |
+
},
|
| 104 |
+
"waist": {
|
| 105 |
+
"min": [
|
| 106 |
+
-0.3889274299144745,
|
| 107 |
+
-0.3032904267311096,
|
| 108 |
+
-0.04627600684762001
|
| 109 |
+
],
|
| 110 |
+
"max": [
|
| 111 |
+
0.4404728412628174,
|
| 112 |
+
0.11908156424760818,
|
| 113 |
+
0.05046159774065018
|
| 114 |
+
],
|
| 115 |
+
"mean": [
|
| 116 |
+
0.1003476083278656,
|
| 117 |
+
-0.03575156629085541,
|
| 118 |
+
-0.0004057084152009338
|
| 119 |
+
],
|
| 120 |
+
"std": [
|
| 121 |
+
0.11155267059803009,
|
| 122 |
+
0.044356729835271835,
|
| 123 |
+
0.007639772724360228
|
| 124 |
+
],
|
| 125 |
+
"q01": [
|
| 126 |
+
-0.09896008186042309,
|
| 127 |
+
-0.16525592356920243,
|
| 128 |
+
-0.019172759167850016
|
| 129 |
+
],
|
| 130 |
+
"q99": [
|
| 131 |
+
0.3729535743594171,
|
| 132 |
+
0.04077914115041498,
|
| 133 |
+
0.024438940081745388
|
| 134 |
+
]
|
| 135 |
+
},
|
| 136 |
+
"left_arm": {
|
| 137 |
+
"min": [
|
| 138 |
+
-0.2003283053636551,
|
| 139 |
+
0.09816279262304306,
|
| 140 |
+
-0.5412195920944214,
|
| 141 |
+
0.7723593711853027,
|
| 142 |
+
-0.7412483096122742,
|
| 143 |
+
-0.09287774562835693,
|
| 144 |
+
-0.31815722584724426
|
| 145 |
+
],
|
| 146 |
+
"max": [
|
| 147 |
+
0.4134317934513092,
|
| 148 |
+
0.38915175199508667,
|
| 149 |
+
0.3470511734485626,
|
| 150 |
+
1.363792896270752,
|
| 151 |
+
0.38266828656196594,
|
| 152 |
+
0.5152138471603394,
|
| 153 |
+
0.42312705516815186
|
| 154 |
+
],
|
| 155 |
+
"mean": [
|
| 156 |
+
0.17467822134494781,
|
| 157 |
+
0.20962199568748474,
|
| 158 |
+
0.03295444697141647,
|
| 159 |
+
1.0894439220428467,
|
| 160 |
+
-0.11893314123153687,
|
| 161 |
+
0.20652393996715546,
|
| 162 |
+
0.01763514056801796
|
| 163 |
+
],
|
| 164 |
+
"std": [
|
| 165 |
+
0.08956529945135117,
|
| 166 |
+
0.03943527489900589,
|
| 167 |
+
0.09209521114826202,
|
| 168 |
+
0.07066802680492401,
|
| 169 |
+
0.19965490698814392,
|
| 170 |
+
0.11541580408811569,
|
| 171 |
+
0.10361754149198532
|
| 172 |
+
],
|
| 173 |
+
"q01": [
|
| 174 |
+
-0.06361526139080524,
|
| 175 |
+
0.1356973797082901,
|
| 176 |
+
-0.1961050637066364,
|
| 177 |
+
0.9089213967323303,
|
| 178 |
+
-0.5769511580467224,
|
| 179 |
+
-0.03977684192359447,
|
| 180 |
+
-0.22587568387389184
|
| 181 |
+
],
|
| 182 |
+
"q99": [
|
| 183 |
+
0.3310546398162843,
|
| 184 |
+
0.31673349142074597,
|
| 185 |
+
0.2289490304887296,
|
| 186 |
+
1.2593449354171753,
|
| 187 |
+
0.2899013936519628,
|
| 188 |
+
0.46442466974258423,
|
| 189 |
+
0.2727669641375545
|
| 190 |
+
]
|
| 191 |
+
},
|
| 192 |
+
"right_arm": {
|
| 193 |
+
"min": [
|
| 194 |
+
-0.9788835048675537,
|
| 195 |
+
-0.7953690886497498,
|
| 196 |
+
-0.49778875708580017,
|
| 197 |
+
-0.7156979441642761,
|
| 198 |
+
-0.9786917567253113,
|
| 199 |
+
-0.1273084282875061,
|
| 200 |
+
-0.9962846040725708
|
| 201 |
+
],
|
| 202 |
+
"max": [
|
| 203 |
+
0.3628104329109192,
|
| 204 |
+
0.08640626072883606,
|
| 205 |
+
0.8718883395195007,
|
| 206 |
+
1.3758729696273804,
|
| 207 |
+
1.0651459693908691,
|
| 208 |
+
0.6638182401657104,
|
| 209 |
+
0.9581388235092163
|
| 210 |
+
],
|
| 211 |
+
"mean": [
|
| 212 |
+
-0.14295516908168793,
|
| 213 |
+
-0.20207007229328156,
|
| 214 |
+
0.164081871509552,
|
| 215 |
+
0.32978397607803345,
|
| 216 |
+
0.15659268200397491,
|
| 217 |
+
0.21257737278938293,
|
| 218 |
+
0.0897224023938179
|
| 219 |
+
],
|
| 220 |
+
"std": [
|
| 221 |
+
0.2832476496696472,
|
| 222 |
+
0.07377105951309204,
|
| 223 |
+
0.18590903282165527,
|
| 224 |
+
0.6193384528160095,
|
| 225 |
+
0.20538125932216644,
|
| 226 |
+
0.12802571058273315,
|
| 227 |
+
0.21542473137378693
|
| 228 |
+
],
|
| 229 |
+
"q01": [
|
| 230 |
+
-0.7704071193933487,
|
| 231 |
+
-0.376973994076252,
|
| 232 |
+
-0.19678157344460487,
|
| 233 |
+
-0.5173931628465652,
|
| 234 |
+
-0.39670541584491725,
|
| 235 |
+
-0.03838966768234967,
|
| 236 |
+
-0.3572006195783615
|
| 237 |
+
],
|
| 238 |
+
"q99": [
|
| 239 |
+
0.24905617535114288,
|
| 240 |
+
0.0024351945263335014,
|
| 241 |
+
0.586448073387146,
|
| 242 |
+
1.304707604646683,
|
| 243 |
+
0.5929710775613787,
|
| 244 |
+
0.5161845684051514,
|
| 245 |
+
0.6641693621873858
|
| 246 |
+
]
|
| 247 |
+
},
|
| 248 |
+
"left_hand": {
|
| 249 |
+
"min": [
|
| 250 |
+
0.0,
|
| 251 |
+
0.0,
|
| 252 |
+
0.0,
|
| 253 |
+
0.0,
|
| 254 |
+
0.0,
|
| 255 |
+
0.0,
|
| 256 |
+
0.0
|
| 257 |
+
],
|
| 258 |
+
"max": [
|
| 259 |
+
0.0,
|
| 260 |
+
0.0,
|
| 261 |
+
0.0,
|
| 262 |
+
0.0,
|
| 263 |
+
0.0,
|
| 264 |
+
0.0,
|
| 265 |
+
0.0
|
| 266 |
+
],
|
| 267 |
+
"mean": [
|
| 268 |
+
0.0,
|
| 269 |
+
0.0,
|
| 270 |
+
0.0,
|
| 271 |
+
0.0,
|
| 272 |
+
0.0,
|
| 273 |
+
0.0,
|
| 274 |
+
0.0
|
| 275 |
+
],
|
| 276 |
+
"std": [
|
| 277 |
+
0.0,
|
| 278 |
+
0.0,
|
| 279 |
+
0.0,
|
| 280 |
+
0.0,
|
| 281 |
+
0.0,
|
| 282 |
+
0.0,
|
| 283 |
+
0.0
|
| 284 |
+
],
|
| 285 |
+
"q01": [
|
| 286 |
+
0.0,
|
| 287 |
+
0.0,
|
| 288 |
+
0.0,
|
| 289 |
+
0.0,
|
| 290 |
+
0.0,
|
| 291 |
+
0.0,
|
| 292 |
+
0.0
|
| 293 |
+
],
|
| 294 |
+
"q99": [
|
| 295 |
+
0.0,
|
| 296 |
+
0.0,
|
| 297 |
+
0.0,
|
| 298 |
+
0.0,
|
| 299 |
+
0.0,
|
| 300 |
+
0.0,
|
| 301 |
+
0.0
|
| 302 |
+
]
|
| 303 |
+
},
|
| 304 |
+
"right_hand": {
|
| 305 |
+
"min": [
|
| 306 |
+
0.0,
|
| 307 |
+
0.0,
|
| 308 |
+
0.0,
|
| 309 |
+
0.0,
|
| 310 |
+
0.0,
|
| 311 |
+
0.0,
|
| 312 |
+
0.0
|
| 313 |
+
],
|
| 314 |
+
"max": [
|
| 315 |
+
0.0,
|
| 316 |
+
0.0,
|
| 317 |
+
0.0,
|
| 318 |
+
0.0,
|
| 319 |
+
0.0,
|
| 320 |
+
0.0,
|
| 321 |
+
0.0
|
| 322 |
+
],
|
| 323 |
+
"mean": [
|
| 324 |
+
0.0,
|
| 325 |
+
0.0,
|
| 326 |
+
0.0,
|
| 327 |
+
0.0,
|
| 328 |
+
0.0,
|
| 329 |
+
0.0,
|
| 330 |
+
0.0
|
| 331 |
+
],
|
| 332 |
+
"std": [
|
| 333 |
+
0.0,
|
| 334 |
+
0.0,
|
| 335 |
+
0.0,
|
| 336 |
+
0.0,
|
| 337 |
+
0.0,
|
| 338 |
+
0.0,
|
| 339 |
+
0.0
|
| 340 |
+
],
|
| 341 |
+
"q01": [
|
| 342 |
+
0.0,
|
| 343 |
+
0.0,
|
| 344 |
+
0.0,
|
| 345 |
+
0.0,
|
| 346 |
+
0.0,
|
| 347 |
+
0.0,
|
| 348 |
+
0.0
|
| 349 |
+
],
|
| 350 |
+
"q99": [
|
| 351 |
+
0.0,
|
| 352 |
+
0.0,
|
| 353 |
+
0.0,
|
| 354 |
+
0.0,
|
| 355 |
+
0.0,
|
| 356 |
+
0.0,
|
| 357 |
+
0.0
|
| 358 |
+
]
|
| 359 |
+
},
|
| 360 |
+
"projected_gravity": {
|
| 361 |
+
"min": [
|
| 362 |
+
-0.12354099005460739,
|
| 363 |
+
-0.13017292320728302,
|
| 364 |
+
-1.0
|
| 365 |
+
],
|
| 366 |
+
"max": [
|
| 367 |
+
0.22223307192325592,
|
| 368 |
+
0.10705921798944473,
|
| 369 |
+
-0.9749471545219421
|
| 370 |
+
],
|
| 371 |
+
"mean": [
|
| 372 |
+
-0.01818661577999592,
|
| 373 |
+
0.0029902660753577948,
|
| 374 |
+
-0.9988934993743896
|
| 375 |
+
],
|
| 376 |
+
"std": [
|
| 377 |
+
0.03578517585992813,
|
| 378 |
+
0.032206468284130096,
|
| 379 |
+
0.0014198371209307285
|
| 380 |
+
],
|
| 381 |
+
"q01": [
|
| 382 |
+
-0.09425989575684071,
|
| 383 |
+
-0.08990333564579486,
|
| 384 |
+
-0.9999815225601196
|
| 385 |
+
],
|
| 386 |
+
"q99": [
|
| 387 |
+
0.06742736026644708,
|
| 388 |
+
0.06235775817185641,
|
| 389 |
+
-0.9940253734588623
|
| 390 |
+
]
|
| 391 |
+
}
|
| 392 |
+
},
|
| 393 |
+
"action": {
|
| 394 |
+
"motion_token": {
|
| 395 |
+
"min": [
|
| 396 |
+
-0.3125,
|
| 397 |
+
-0.5,
|
| 398 |
+
-0.5,
|
| 399 |
+
-0.4375,
|
| 400 |
+
-0.625,
|
| 401 |
+
-0.375,
|
| 402 |
+
-0.25,
|
| 403 |
+
-0.0625,
|
| 404 |
+
-0.4375,
|
| 405 |
+
-0.6875,
|
| 406 |
+
-0.375,
|
| 407 |
+
-0.375,
|
| 408 |
+
-0.3125,
|
| 409 |
+
-0.375,
|
| 410 |
+
-0.6875,
|
| 411 |
+
-0.25,
|
| 412 |
+
-0.375,
|
| 413 |
+
-0.25,
|
| 414 |
+
-0.375,
|
| 415 |
+
-0.5,
|
| 416 |
+
-0.5,
|
| 417 |
+
-0.5,
|
| 418 |
+
-0.625,
|
| 419 |
+
-0.5,
|
| 420 |
+
-0.375,
|
| 421 |
+
-0.5625,
|
| 422 |
+
-0.125,
|
| 423 |
+
-0.5,
|
| 424 |
+
-0.3125,
|
| 425 |
+
-0.3125,
|
| 426 |
+
-0.125,
|
| 427 |
+
-0.375,
|
| 428 |
+
0.0625,
|
| 429 |
+
-0.1875,
|
| 430 |
+
-0.1875,
|
| 431 |
+
-0.5625,
|
| 432 |
+
-0.6875,
|
| 433 |
+
-0.6875,
|
| 434 |
+
-0.125,
|
| 435 |
+
-0.125,
|
| 436 |
+
-0.4375,
|
| 437 |
+
-0.5625,
|
| 438 |
+
-0.3125,
|
| 439 |
+
-0.375,
|
| 440 |
+
-0.5,
|
| 441 |
+
-0.4375,
|
| 442 |
+
-0.125,
|
| 443 |
+
-0.3125,
|
| 444 |
+
-0.5,
|
| 445 |
+
-0.25,
|
| 446 |
+
-0.375,
|
| 447 |
+
-0.625,
|
| 448 |
+
-0.0625,
|
| 449 |
+
-0.4375,
|
| 450 |
+
-0.0625,
|
| 451 |
+
-0.4375,
|
| 452 |
+
-0.5,
|
| 453 |
+
0.0,
|
| 454 |
+
-0.25,
|
| 455 |
+
-0.5,
|
| 456 |
+
-0.375,
|
| 457 |
+
-0.1875,
|
| 458 |
+
0.0,
|
| 459 |
+
-0.5
|
| 460 |
+
],
|
| 461 |
+
"max": [
|
| 462 |
+
0.125,
|
| 463 |
+
0.25,
|
| 464 |
+
0.25,
|
| 465 |
+
0.125,
|
| 466 |
+
0.1875,
|
| 467 |
+
0.1875,
|
| 468 |
+
0.5,
|
| 469 |
+
0.4375,
|
| 470 |
+
0.25,
|
| 471 |
+
0.125,
|
| 472 |
+
0.1875,
|
| 473 |
+
0.0625,
|
| 474 |
+
0.125,
|
| 475 |
+
0.3125,
|
| 476 |
+
-0.0625,
|
| 477 |
+
0.1875,
|
| 478 |
+
0.25,
|
| 479 |
+
0.25,
|
| 480 |
+
0.125,
|
| 481 |
+
0.0625,
|
| 482 |
+
0.3125,
|
| 483 |
+
0.125,
|
| 484 |
+
0.25,
|
| 485 |
+
0.25,
|
| 486 |
+
0.3125,
|
| 487 |
+
0.125,
|
| 488 |
+
0.375,
|
| 489 |
+
0.1875,
|
| 490 |
+
0.375,
|
| 491 |
+
0.375,
|
| 492 |
+
0.375,
|
| 493 |
+
0.25,
|
| 494 |
+
0.4375,
|
| 495 |
+
0.5,
|
| 496 |
+
0.5,
|
| 497 |
+
0.5625,
|
| 498 |
+
0.25,
|
| 499 |
+
-0.0625,
|
| 500 |
+
0.3125,
|
| 501 |
+
0.4375,
|
| 502 |
+
0.125,
|
| 503 |
+
0.4375,
|
| 504 |
+
0.4375,
|
| 505 |
+
0.375,
|
| 506 |
+
-0.0625,
|
| 507 |
+
0.1875,
|
| 508 |
+
0.5625,
|
| 509 |
+
0.1875,
|
| 510 |
+
0.3125,
|
| 511 |
+
0.1875,
|
| 512 |
+
0.25,
|
| 513 |
+
0.1875,
|
| 514 |
+
0.375,
|
| 515 |
+
0.3125,
|
| 516 |
+
0.5625,
|
| 517 |
+
0.1875,
|
| 518 |
+
0.4375,
|
| 519 |
+
0.5625,
|
| 520 |
+
0.1875,
|
| 521 |
+
0.375,
|
| 522 |
+
0.3125,
|
| 523 |
+
0.4375,
|
| 524 |
+
0.5625,
|
| 525 |
+
0.0
|
| 526 |
+
],
|
| 527 |
+
"mean": [
|
| 528 |
+
-0.05732722207903862,
|
| 529 |
+
-0.12596048414707184,
|
| 530 |
+
-0.015900524333119392,
|
| 531 |
+
-0.16434414684772491,
|
| 532 |
+
-0.18957528471946716,
|
| 533 |
+
-0.08797170221805573,
|
| 534 |
+
0.2548595666885376,
|
| 535 |
+
0.19856274127960205,
|
| 536 |
+
-0.025066815316677094,
|
| 537 |
+
-0.21372610330581665,
|
| 538 |
+
-0.10314688086509705,
|
| 539 |
+
-0.21981850266456604,
|
| 540 |
+
-0.12050355225801468,
|
| 541 |
+
-0.08165144175291061,
|
| 542 |
+
-0.38714757561683655,
|
| 543 |
+
-8.805885590845719e-05,
|
| 544 |
+
-0.049404650926589966,
|
| 545 |
+
-0.055493421852588654,
|
| 546 |
+
-0.09600593894720078,
|
| 547 |
+
-0.2977478802204132,
|
| 548 |
+
-0.029102997854351997,
|
| 549 |
+
-0.2329292893409729,
|
| 550 |
+
-0.19594638049602509,
|
| 551 |
+
-0.23360289633274078,
|
| 552 |
+
-0.095408596098423,
|
| 553 |
+
-0.17069709300994873,
|
| 554 |
+
0.1292250156402588,
|
| 555 |
+
-0.2315811812877655,
|
| 556 |
+
0.07302621006965637,
|
| 557 |
+
0.06577451527118683,
|
| 558 |
+
0.1414906084537506,
|
| 559 |
+
-0.11845822632312775,
|
| 560 |
+
0.2995853126049042,
|
| 561 |
+
0.17635828256607056,
|
| 562 |
+
0.14573286473751068,
|
| 563 |
+
0.0782189592719078,
|
| 564 |
+
-0.1727832704782486,
|
| 565 |
+
-0.3186105489730835,
|
| 566 |
+
0.11981905251741409,
|
| 567 |
+
0.13200204074382782,
|
| 568 |
+
-0.08226785063743591,
|
| 569 |
+
-0.09514441341161728,
|
| 570 |
+
0.060834143310785294,
|
| 571 |
+
-0.006165935657918453,
|
| 572 |
+
-0.3161884844303131,
|
| 573 |
+
-0.02333650551736355,
|
| 574 |
+
0.21719853579998016,
|
| 575 |
+
-0.10866008698940277,
|
| 576 |
+
-0.01649424061179161,
|
| 577 |
+
-0.007006580010056496,
|
| 578 |
+
-0.06802137941122055,
|
| 579 |
+
-0.14377468824386597,
|
| 580 |
+
0.21333755552768707,
|
| 581 |
+
0.015348567627370358,
|
| 582 |
+
0.22719819843769073,
|
| 583 |
+
-0.1495230346918106,
|
| 584 |
+
0.030986731871962547,
|
| 585 |
+
0.296153724193573,
|
| 586 |
+
-0.023153124377131462,
|
| 587 |
+
-0.1389232873916626,
|
| 588 |
+
0.035359714180231094,
|
| 589 |
+
0.10143018513917923,
|
| 590 |
+
0.30849015712738037,
|
| 591 |
+
-0.22524820268154144
|
| 592 |
+
],
|
| 593 |
+
"std": [
|
| 594 |
+
0.06542618572711945,
|
| 595 |
+
0.09994574636220932,
|
| 596 |
+
0.07207678258419037,
|
| 597 |
+
0.08702709525823593,
|
| 598 |
+
0.17209544777870178,
|
| 599 |
+
0.0581701286137104,
|
| 600 |
+
0.09559116512537003,
|
| 601 |
+
0.07802454382181168,
|
| 602 |
+
0.13620688021183014,
|
| 603 |
+
0.1569388061761856,
|
| 604 |
+
0.0967717096209526,
|
| 605 |
+
0.0680033266544342,
|
| 606 |
+
0.05837923660874367,
|
| 607 |
+
0.11557621508836746,
|
| 608 |
+
0.11890240013599396,
|
| 609 |
+
0.08077684044837952,
|
| 610 |
+
0.06398067623376846,
|
| 611 |
+
0.06826013326644897,
|
| 612 |
+
0.09755037724971771,
|
| 613 |
+
0.10724268853664398,
|
| 614 |
+
0.1992810219526291,
|
| 615 |
+
0.12710419297218323,
|
| 616 |
+
0.21719561517238617,
|
| 617 |
+
0.14369657635688782,
|
| 618 |
+
0.08655858784914017,
|
| 619 |
+
0.11142221838235855,
|
| 620 |
+
0.057688891887664795,
|
| 621 |
+
0.18031662702560425,
|
| 622 |
+
0.0692613422870636,
|
| 623 |
+
0.16206243634223938,
|
| 624 |
+
0.11068906635046005,
|
| 625 |
+
0.06650221347808838,
|
| 626 |
+
0.06952458620071411,
|
| 627 |
+
0.10304083675146103,
|
| 628 |
+
0.12724509835243225,
|
| 629 |
+
0.3227654695510864,
|
| 630 |
+
0.14636477828025818,
|
| 631 |
+
0.08603093028068542,
|
| 632 |
+
0.08780314773321152,
|
| 633 |
+
0.06147885322570801,
|
| 634 |
+
0.07425742596387863,
|
| 635 |
+
0.27255958318710327,
|
| 636 |
+
0.13721545040607452,
|
| 637 |
+
0.10124049335718155,
|
| 638 |
+
0.06286311149597168,
|
| 639 |
+
0.0642034038901329,
|
| 640 |
+
0.08693595230579376,
|
| 641 |
+
0.06350599974393845,
|
| 642 |
+
0.11969305574893951,
|
| 643 |
+
0.06820058822631836,
|
| 644 |
+
0.09139743447303772,
|
| 645 |
+
0.1545047014951706,
|
| 646 |
+
0.06951460987329483,
|
| 647 |
+
0.08810964971780777,
|
| 648 |
+
0.0868336483836174,
|
| 649 |
+
0.0749349296092987,
|
| 650 |
+
0.09778603166341782,
|
| 651 |
+
0.11456362158060074,
|
| 652 |
+
0.06560879200696945,
|
| 653 |
+
0.2043108344078064,
|
| 654 |
+
0.07238639891147614,
|
| 655 |
+
0.0965481698513031,
|
| 656 |
+
0.11412639170885086,
|
| 657 |
+
0.11945699900388718
|
| 658 |
+
],
|
| 659 |
+
"q01": [
|
| 660 |
+
-0.1875,
|
| 661 |
+
-0.375,
|
| 662 |
+
-0.1875,
|
| 663 |
+
-0.375,
|
| 664 |
+
-0.5625,
|
| 665 |
+
-0.1875,
|
| 666 |
+
0.0625,
|
| 667 |
+
0.0,
|
| 668 |
+
-0.3125,
|
| 669 |
+
-0.625,
|
| 670 |
+
-0.3125,
|
| 671 |
+
-0.3125,
|
| 672 |
+
-0.25,
|
| 673 |
+
-0.3125,
|
| 674 |
+
-0.625,
|
| 675 |
+
-0.1875,
|
| 676 |
+
-0.25,
|
| 677 |
+
-0.1875,
|
| 678 |
+
-0.3125,
|
| 679 |
+
-0.5,
|
| 680 |
+
-0.375,
|
| 681 |
+
-0.4375,
|
| 682 |
+
-0.5625,
|
| 683 |
+
-0.4375,
|
| 684 |
+
-0.3125,
|
| 685 |
+
-0.5,
|
| 686 |
+
-0.0625,
|
| 687 |
+
-0.5,
|
| 688 |
+
-0.0625,
|
| 689 |
+
-0.1875,
|
| 690 |
+
-0.0625,
|
| 691 |
+
-0.25,
|
| 692 |
+
0.125,
|
| 693 |
+
-0.0625,
|
| 694 |
+
-0.0625,
|
| 695 |
+
-0.5,
|
| 696 |
+
-0.5625,
|
| 697 |
+
-0.5625,
|
| 698 |
+
-0.0625,
|
| 699 |
+
0.0,
|
| 700 |
+
-0.25,
|
| 701 |
+
-0.5625,
|
| 702 |
+
-0.1875,
|
| 703 |
+
-0.25,
|
| 704 |
+
-0.4375,
|
| 705 |
+
-0.1875,
|
| 706 |
+
0.0625,
|
| 707 |
+
-0.25,
|
| 708 |
+
-0.375,
|
| 709 |
+
-0.1875,
|
| 710 |
+
-0.3125,
|
| 711 |
+
-0.5,
|
| 712 |
+
0.0625,
|
| 713 |
+
-0.1875,
|
| 714 |
+
0.0625,
|
| 715 |
+
-0.375,
|
| 716 |
+
-0.375,
|
| 717 |
+
0.0625,
|
| 718 |
+
-0.1875,
|
| 719 |
+
-0.4375,
|
| 720 |
+
-0.1875,
|
| 721 |
+
-0.0625,
|
| 722 |
+
0.125,
|
| 723 |
+
-0.4375
|
| 724 |
+
],
|
| 725 |
+
"q99": [
|
| 726 |
+
0.0625,
|
| 727 |
+
0.0625,
|
| 728 |
+
0.1875,
|
| 729 |
+
0.0,
|
| 730 |
+
0.125,
|
| 731 |
+
0.0625,
|
| 732 |
+
0.375,
|
| 733 |
+
0.375,
|
| 734 |
+
0.1875,
|
| 735 |
+
0.0625,
|
| 736 |
+
0.0625,
|
| 737 |
+
-0.0625,
|
| 738 |
+
0.0625,
|
| 739 |
+
0.1875,
|
| 740 |
+
-0.125,
|
| 741 |
+
0.125,
|
| 742 |
+
0.125,
|
| 743 |
+
0.125,
|
| 744 |
+
0.0625,
|
| 745 |
+
-0.0625,
|
| 746 |
+
0.25,
|
| 747 |
+
0.0,
|
| 748 |
+
0.1875,
|
| 749 |
+
0.125,
|
| 750 |
+
0.0625,
|
| 751 |
+
0.0,
|
| 752 |
+
0.25,
|
| 753 |
+
0.125,
|
| 754 |
+
0.25,
|
| 755 |
+
0.3125,
|
| 756 |
+
0.3125,
|
| 757 |
+
0.0625,
|
| 758 |
+
0.375,
|
| 759 |
+
0.375,
|
| 760 |
+
0.4375,
|
| 761 |
+
0.5,
|
| 762 |
+
0.125,
|
| 763 |
+
-0.125,
|
| 764 |
+
0.3125,
|
| 765 |
+
0.25,
|
| 766 |
+
0.0625,
|
| 767 |
+
0.3125,
|
| 768 |
+
0.3125,
|
| 769 |
+
0.25,
|
| 770 |
+
-0.125,
|
| 771 |
+
0.125,
|
| 772 |
+
0.4375,
|
| 773 |
+
0.0,
|
| 774 |
+
0.1875,
|
| 775 |
+
0.125,
|
| 776 |
+
0.125,
|
| 777 |
+
0.125,
|
| 778 |
+
0.375,
|
| 779 |
+
0.1875,
|
| 780 |
+
0.5,
|
| 781 |
+
0.0625,
|
| 782 |
+
0.25,
|
| 783 |
+
0.5,
|
| 784 |
+
0.125,
|
| 785 |
+
0.1875,
|
| 786 |
+
0.25,
|
| 787 |
+
0.3125,
|
| 788 |
+
0.5,
|
| 789 |
+
0.0
|
| 790 |
+
]
|
| 791 |
+
},
|
| 792 |
+
"left_hand_joints": {
|
| 793 |
+
"min": [
|
| 794 |
+
0.0,
|
| 795 |
+
0.0,
|
| 796 |
+
0.0,
|
| 797 |
+
0.0,
|
| 798 |
+
0.0,
|
| 799 |
+
0.0,
|
| 800 |
+
0.0
|
| 801 |
+
],
|
| 802 |
+
"max": [
|
| 803 |
+
0.0,
|
| 804 |
+
0.0,
|
| 805 |
+
0.0,
|
| 806 |
+
0.0,
|
| 807 |
+
0.0,
|
| 808 |
+
0.0,
|
| 809 |
+
0.0
|
| 810 |
+
],
|
| 811 |
+
"mean": [
|
| 812 |
+
0.0,
|
| 813 |
+
0.0,
|
| 814 |
+
0.0,
|
| 815 |
+
0.0,
|
| 816 |
+
0.0,
|
| 817 |
+
0.0,
|
| 818 |
+
0.0
|
| 819 |
+
],
|
| 820 |
+
"std": [
|
| 821 |
+
0.0,
|
| 822 |
+
0.0,
|
| 823 |
+
0.0,
|
| 824 |
+
0.0,
|
| 825 |
+
0.0,
|
| 826 |
+
0.0,
|
| 827 |
+
0.0
|
| 828 |
+
],
|
| 829 |
+
"q01": [
|
| 830 |
+
0.0,
|
| 831 |
+
0.0,
|
| 832 |
+
0.0,
|
| 833 |
+
0.0,
|
| 834 |
+
0.0,
|
| 835 |
+
0.0,
|
| 836 |
+
0.0
|
| 837 |
+
],
|
| 838 |
+
"q99": [
|
| 839 |
+
0.0,
|
| 840 |
+
0.0,
|
| 841 |
+
0.0,
|
| 842 |
+
0.0,
|
| 843 |
+
0.0,
|
| 844 |
+
0.0,
|
| 845 |
+
0.0
|
| 846 |
+
]
|
| 847 |
+
},
|
| 848 |
+
"right_hand_joints": {
|
| 849 |
+
"min": [
|
| 850 |
+
0.0,
|
| 851 |
+
0.0,
|
| 852 |
+
0.0,
|
| 853 |
+
0.0,
|
| 854 |
+
0.0,
|
| 855 |
+
0.0,
|
| 856 |
+
0.0
|
| 857 |
+
],
|
| 858 |
+
"max": [
|
| 859 |
+
0.0,
|
| 860 |
+
0.0,
|
| 861 |
+
0.0,
|
| 862 |
+
0.0,
|
| 863 |
+
0.0,
|
| 864 |
+
0.0,
|
| 865 |
+
0.0
|
| 866 |
+
],
|
| 867 |
+
"mean": [
|
| 868 |
+
0.0,
|
| 869 |
+
0.0,
|
| 870 |
+
0.0,
|
| 871 |
+
0.0,
|
| 872 |
+
0.0,
|
| 873 |
+
0.0,
|
| 874 |
+
0.0
|
| 875 |
+
],
|
| 876 |
+
"std": [
|
| 877 |
+
0.0,
|
| 878 |
+
0.0,
|
| 879 |
+
0.0,
|
| 880 |
+
0.0,
|
| 881 |
+
0.0,
|
| 882 |
+
0.0,
|
| 883 |
+
0.0
|
| 884 |
+
],
|
| 885 |
+
"q01": [
|
| 886 |
+
0.0,
|
| 887 |
+
0.0,
|
| 888 |
+
0.0,
|
| 889 |
+
0.0,
|
| 890 |
+
0.0,
|
| 891 |
+
0.0,
|
| 892 |
+
0.0
|
| 893 |
+
],
|
| 894 |
+
"q99": [
|
| 895 |
+
0.0,
|
| 896 |
+
0.0,
|
| 897 |
+
0.0,
|
| 898 |
+
0.0,
|
| 899 |
+
0.0,
|
| 900 |
+
0.0,
|
| 901 |
+
0.0
|
| 902 |
+
]
|
| 903 |
+
}
|
| 904 |
+
},
|
| 905 |
+
"relative_action": {}
|
| 906 |
+
}
|
| 907 |
+
}
|
checkpoint-1000/experiment_cfg/final_model_config.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "Gr00tN1d7",
|
| 3 |
+
"model_dtype": "bfloat16",
|
| 4 |
+
"model_name": "nvidia/Cosmos-Reason2-2B",
|
| 5 |
+
"backbone_model_type": "qwen",
|
| 6 |
+
"model_revision": null,
|
| 7 |
+
"tune_top_llm_layers": 0,
|
| 8 |
+
"backbone_embedding_dim": 2048,
|
| 9 |
+
"tune_llm": false,
|
| 10 |
+
"tune_visual": false,
|
| 11 |
+
"select_layer": 16,
|
| 12 |
+
"reproject_vision": false,
|
| 13 |
+
"use_flash_attention": true,
|
| 14 |
+
"load_bf16": false,
|
| 15 |
+
"backbone_trainable_params_fp32": true,
|
| 16 |
+
"extra_augmentation_config": null,
|
| 17 |
+
"apply_sincos_state_encoding": false,
|
| 18 |
+
"use_percentiles": true,
|
| 19 |
+
"use_relative_action": false,
|
| 20 |
+
"max_state_dim": 132,
|
| 21 |
+
"max_action_dim": 132,
|
| 22 |
+
"action_horizon": 40,
|
| 23 |
+
"hidden_size": 1024,
|
| 24 |
+
"input_embedding_dim": 1536,
|
| 25 |
+
"state_history_length": 1,
|
| 26 |
+
"add_pos_embed": true,
|
| 27 |
+
"attn_dropout": 0.2,
|
| 28 |
+
"use_vlln": true,
|
| 29 |
+
"max_seq_len": 1024,
|
| 30 |
+
"use_alternate_vl_dit": true,
|
| 31 |
+
"attend_text_every_n_blocks": 2,
|
| 32 |
+
"diffusion_model_cfg": {
|
| 33 |
+
"attention_head_dim": 48,
|
| 34 |
+
"dropout": 0.2,
|
| 35 |
+
"final_dropout": true,
|
| 36 |
+
"interleave_self_attention": true,
|
| 37 |
+
"norm_type": "ada_norm",
|
| 38 |
+
"num_attention_heads": 32,
|
| 39 |
+
"num_layers": 32,
|
| 40 |
+
"output_dim": 1024,
|
| 41 |
+
"positional_embeddings": null
|
| 42 |
+
},
|
| 43 |
+
"num_inference_timesteps": 4,
|
| 44 |
+
"noise_beta_alpha": 1.5,
|
| 45 |
+
"noise_beta_beta": 1.0,
|
| 46 |
+
"noise_s": 0.999,
|
| 47 |
+
"num_timestep_buckets": 1000,
|
| 48 |
+
"tune_projector": true,
|
| 49 |
+
"tune_diffusion_model": true,
|
| 50 |
+
"tune_vlln": true,
|
| 51 |
+
"state_dropout_prob": 0.2,
|
| 52 |
+
"exclude_state": false,
|
| 53 |
+
"use_mean_std": false,
|
| 54 |
+
"max_num_embodiments": 32
|
| 55 |
+
}
|
checkpoint-1000/experiment_cfg/final_processor_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1000/model-00001-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbcaea5ee88f1e0f1465043920a2647c67e7de17d24adfd1c477742a6168edec
|
| 3 |
+
size 4986649584
|
checkpoint-1000/model-00002-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91b02f548e05a01f73bbd86189ca01709424beaa47190ddd46ef484c4a8d13ba
|
| 3 |
+
size 4970792616
|
checkpoint-1000/model-00003-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a3868d3130e351b3de823eb807b6063839e8eae9ef58cb8ca4ee655d92caf2f
|
| 3 |
+
size 2618758696
|
checkpoint-1000/model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:650f0e426d1ba604d221e49e37b8bf55d63e50686a8d8495284db156a6cbfeb6
|
| 3 |
+
size 12964594710
|
checkpoint-1000/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 |
+
"sin_cos_embedding_keys": null,
|
| 15 |
+
"mean_std_embedding_keys": null,
|
| 16 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 32 |
+
"mean_std_embedding_keys": null,
|
| 33 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 90 |
+
"mean_std_embedding_keys": null,
|
| 91 |
+
"action_configs": [
|
| 92 |
+
{
|
| 93 |
+
"rep": "RELATIVE",
|
| 94 |
+
"type": "EEF",
|
| 95 |
+
"format": "XYZ_ROT6D",
|
| 96 |
+
"state_key": "left_wrist_eef_9d"
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"rep": "RELATIVE",
|
| 100 |
+
"type": "EEF",
|
| 101 |
+
"format": "XYZ_ROT6D",
|
| 102 |
+
"state_key": "right_wrist_eef_9d"
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"rep": "ABSOLUTE",
|
| 106 |
+
"type": "NON_EEF",
|
| 107 |
+
"format": "DEFAULT",
|
| 108 |
+
"state_key": "left_hand"
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"rep": "ABSOLUTE",
|
| 112 |
+
"type": "NON_EEF",
|
| 113 |
+
"format": "DEFAULT",
|
| 114 |
+
"state_key": "right_hand"
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"rep": "RELATIVE",
|
| 118 |
+
"type": "NON_EEF",
|
| 119 |
+
"format": "DEFAULT",
|
| 120 |
+
"state_key": "left_arm"
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"rep": "RELATIVE",
|
| 124 |
+
"type": "NON_EEF",
|
| 125 |
+
"format": "DEFAULT",
|
| 126 |
+
"state_key": "right_arm"
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"rep": "ABSOLUTE",
|
| 130 |
+
"type": "NON_EEF",
|
| 131 |
+
"format": "DEFAULT",
|
| 132 |
+
"state_key": "waist"
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"rep": "ABSOLUTE",
|
| 136 |
+
"type": "NON_EEF",
|
| 137 |
+
"format": "DEFAULT",
|
| 138 |
+
"state_key": "base_height_command"
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"rep": "ABSOLUTE",
|
| 142 |
+
"type": "NON_EEF",
|
| 143 |
+
"format": "DEFAULT",
|
| 144 |
+
"state_key": "navigate_command"
|
| 145 |
+
}
|
| 146 |
+
]
|
| 147 |
+
},
|
| 148 |
+
"language": {
|
| 149 |
+
"delta_indices": [
|
| 150 |
+
0
|
| 151 |
+
],
|
| 152 |
+
"modality_keys": [
|
| 153 |
+
"annotation.human.task_description"
|
| 154 |
+
],
|
| 155 |
+
"sin_cos_embedding_keys": null,
|
| 156 |
+
"mean_std_embedding_keys": null,
|
| 157 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 170 |
+
"mean_std_embedding_keys": null,
|
| 171 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 184 |
+
"mean_std_embedding_keys": null,
|
| 185 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 237 |
+
"mean_std_embedding_keys": null,
|
| 238 |
+
"action_configs": [
|
| 239 |
+
{
|
| 240 |
+
"rep": "RELATIVE",
|
| 241 |
+
"type": "EEF",
|
| 242 |
+
"format": "XYZ_ROT6D",
|
| 243 |
+
"state_key": "left_wrist_eef"
|
| 244 |
+
},
|
| 245 |
+
{
|
| 246 |
+
"rep": "RELATIVE",
|
| 247 |
+
"type": "EEF",
|
| 248 |
+
"format": "XYZ_ROT6D",
|
| 249 |
+
"state_key": "right_wrist_eef"
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"rep": "ABSOLUTE",
|
| 253 |
+
"type": "NON_EEF",
|
| 254 |
+
"format": "DEFAULT",
|
| 255 |
+
"state_key": "left_hand_joints"
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"rep": "ABSOLUTE",
|
| 259 |
+
"type": "NON_EEF",
|
| 260 |
+
"format": "DEFAULT",
|
| 261 |
+
"state_key": "right_hand_joints"
|
| 262 |
+
}
|
| 263 |
+
]
|
| 264 |
+
},
|
| 265 |
+
"language": {
|
| 266 |
+
"delta_indices": [
|
| 267 |
+
0
|
| 268 |
+
],
|
| 269 |
+
"modality_keys": [
|
| 270 |
+
"annotation.human.coarse_action"
|
| 271 |
+
],
|
| 272 |
+
"sin_cos_embedding_keys": null,
|
| 273 |
+
"mean_std_embedding_keys": null,
|
| 274 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 289 |
+
"mean_std_embedding_keys": null,
|
| 290 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 303 |
+
"mean_std_embedding_keys": null,
|
| 304 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 356 |
+
"mean_std_embedding_keys": null,
|
| 357 |
+
"action_configs": [
|
| 358 |
+
{
|
| 359 |
+
"rep": "RELATIVE",
|
| 360 |
+
"type": "EEF",
|
| 361 |
+
"format": "XYZ_ROT6D",
|
| 362 |
+
"state_key": "left_wrist_eef"
|
| 363 |
+
},
|
| 364 |
+
{
|
| 365 |
+
"rep": "RELATIVE",
|
| 366 |
+
"type": "EEF",
|
| 367 |
+
"format": "XYZ_ROT6D",
|
| 368 |
+
"state_key": "right_wrist_eef"
|
| 369 |
+
},
|
| 370 |
+
{
|
| 371 |
+
"rep": "ABSOLUTE",
|
| 372 |
+
"type": "NON_EEF",
|
| 373 |
+
"format": "DEFAULT",
|
| 374 |
+
"state_key": "left_hand_joints"
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"rep": "ABSOLUTE",
|
| 378 |
+
"type": "NON_EEF",
|
| 379 |
+
"format": "DEFAULT",
|
| 380 |
+
"state_key": "right_hand_joints"
|
| 381 |
+
}
|
| 382 |
+
]
|
| 383 |
+
},
|
| 384 |
+
"language": {
|
| 385 |
+
"delta_indices": [
|
| 386 |
+
0
|
| 387 |
+
],
|
| 388 |
+
"modality_keys": [
|
| 389 |
+
"annotation.human.coarse_action"
|
| 390 |
+
],
|
| 391 |
+
"sin_cos_embedding_keys": null,
|
| 392 |
+
"mean_std_embedding_keys": null,
|
| 393 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 408 |
+
"mean_std_embedding_keys": null,
|
| 409 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 422 |
+
"mean_std_embedding_keys": null,
|
| 423 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 475 |
+
"mean_std_embedding_keys": null,
|
| 476 |
+
"action_configs": [
|
| 477 |
+
{
|
| 478 |
+
"rep": "RELATIVE",
|
| 479 |
+
"type": "EEF",
|
| 480 |
+
"format": "XYZ_ROT6D",
|
| 481 |
+
"state_key": "left_wrist_eef"
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"rep": "RELATIVE",
|
| 485 |
+
"type": "EEF",
|
| 486 |
+
"format": "XYZ_ROT6D",
|
| 487 |
+
"state_key": "right_wrist_eef"
|
| 488 |
+
},
|
| 489 |
+
{
|
| 490 |
+
"rep": "ABSOLUTE",
|
| 491 |
+
"type": "NON_EEF",
|
| 492 |
+
"format": "DEFAULT",
|
| 493 |
+
"state_key": "left_hand_joints"
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"rep": "ABSOLUTE",
|
| 497 |
+
"type": "NON_EEF",
|
| 498 |
+
"format": "DEFAULT",
|
| 499 |
+
"state_key": "right_hand_joints"
|
| 500 |
+
}
|
| 501 |
+
]
|
| 502 |
+
},
|
| 503 |
+
"language": {
|
| 504 |
+
"delta_indices": [
|
| 505 |
+
0
|
| 506 |
+
],
|
| 507 |
+
"modality_keys": [
|
| 508 |
+
"annotation.human.coarse_action"
|
| 509 |
+
],
|
| 510 |
+
"sin_cos_embedding_keys": null,
|
| 511 |
+
"mean_std_embedding_keys": null,
|
| 512 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 527 |
+
"mean_std_embedding_keys": null,
|
| 528 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 543 |
+
"mean_std_embedding_keys": null,
|
| 544 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 598 |
+
"mean_std_embedding_keys": null,
|
| 599 |
+
"action_configs": [
|
| 600 |
+
{
|
| 601 |
+
"rep": "RELATIVE",
|
| 602 |
+
"type": "EEF",
|
| 603 |
+
"format": "XYZ_ROT6D",
|
| 604 |
+
"state_key": "left_wrist_eef"
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"rep": "RELATIVE",
|
| 608 |
+
"type": "EEF",
|
| 609 |
+
"format": "XYZ_ROT6D",
|
| 610 |
+
"state_key": "right_wrist_eef"
|
| 611 |
+
},
|
| 612 |
+
{
|
| 613 |
+
"rep": "ABSOLUTE",
|
| 614 |
+
"type": "NON_EEF",
|
| 615 |
+
"format": "DEFAULT",
|
| 616 |
+
"state_key": "left_gripper_pos"
|
| 617 |
+
},
|
| 618 |
+
{
|
| 619 |
+
"rep": "ABSOLUTE",
|
| 620 |
+
"type": "NON_EEF",
|
| 621 |
+
"format": "DEFAULT",
|
| 622 |
+
"state_key": "right_gripper_pos"
|
| 623 |
+
},
|
| 624 |
+
{
|
| 625 |
+
"rep": "RELATIVE",
|
| 626 |
+
"type": "NON_EEF",
|
| 627 |
+
"format": "DEFAULT",
|
| 628 |
+
"state_key": "left_joint_pos"
|
| 629 |
+
},
|
| 630 |
+
{
|
| 631 |
+
"rep": "RELATIVE",
|
| 632 |
+
"type": "NON_EEF",
|
| 633 |
+
"format": "DEFAULT",
|
| 634 |
+
"state_key": "right_joint_pos"
|
| 635 |
+
}
|
| 636 |
+
]
|
| 637 |
+
},
|
| 638 |
+
"language": {
|
| 639 |
+
"delta_indices": [
|
| 640 |
+
0
|
| 641 |
+
],
|
| 642 |
+
"modality_keys": [
|
| 643 |
+
"annotation.task"
|
| 644 |
+
],
|
| 645 |
+
"sin_cos_embedding_keys": null,
|
| 646 |
+
"mean_std_embedding_keys": null,
|
| 647 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 660 |
+
"mean_std_embedding_keys": null,
|
| 661 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 674 |
+
"mean_std_embedding_keys": null,
|
| 675 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 727 |
+
"mean_std_embedding_keys": null,
|
| 728 |
+
"action_configs": [
|
| 729 |
+
{
|
| 730 |
+
"rep": "RELATIVE",
|
| 731 |
+
"type": "EEF",
|
| 732 |
+
"format": "XYZ_ROT6D",
|
| 733 |
+
"state_key": "left_wrist_eef"
|
| 734 |
+
},
|
| 735 |
+
{
|
| 736 |
+
"rep": "RELATIVE",
|
| 737 |
+
"type": "EEF",
|
| 738 |
+
"format": "XYZ_ROT6D",
|
| 739 |
+
"state_key": "right_wrist_eef"
|
| 740 |
+
},
|
| 741 |
+
{
|
| 742 |
+
"rep": "ABSOLUTE",
|
| 743 |
+
"type": "NON_EEF",
|
| 744 |
+
"format": "DEFAULT",
|
| 745 |
+
"state_key": "left_hand_joints"
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"rep": "ABSOLUTE",
|
| 749 |
+
"type": "NON_EEF",
|
| 750 |
+
"format": "DEFAULT",
|
| 751 |
+
"state_key": "right_hand_joints"
|
| 752 |
+
}
|
| 753 |
+
]
|
| 754 |
+
},
|
| 755 |
+
"language": {
|
| 756 |
+
"delta_indices": [
|
| 757 |
+
0
|
| 758 |
+
],
|
| 759 |
+
"modality_keys": [
|
| 760 |
+
"annotation.human.coarse_action"
|
| 761 |
+
],
|
| 762 |
+
"sin_cos_embedding_keys": null,
|
| 763 |
+
"mean_std_embedding_keys": null,
|
| 764 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 779 |
+
"mean_std_embedding_keys": null,
|
| 780 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 795 |
+
"mean_std_embedding_keys": null,
|
| 796 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 850 |
+
"mean_std_embedding_keys": null,
|
| 851 |
+
"action_configs": [
|
| 852 |
+
{
|
| 853 |
+
"rep": "RELATIVE",
|
| 854 |
+
"type": "EEF",
|
| 855 |
+
"format": "XYZ_ROT6D",
|
| 856 |
+
"state_key": "left_wrist_eef"
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"rep": "RELATIVE",
|
| 860 |
+
"type": "EEF",
|
| 861 |
+
"format": "XYZ_ROT6D",
|
| 862 |
+
"state_key": "right_wrist_eef"
|
| 863 |
+
},
|
| 864 |
+
{
|
| 865 |
+
"rep": "ABSOLUTE",
|
| 866 |
+
"type": "NON_EEF",
|
| 867 |
+
"format": "DEFAULT",
|
| 868 |
+
"state_key": "left_gripper_pos"
|
| 869 |
+
},
|
| 870 |
+
{
|
| 871 |
+
"rep": "ABSOLUTE",
|
| 872 |
+
"type": "NON_EEF",
|
| 873 |
+
"format": "DEFAULT",
|
| 874 |
+
"state_key": "right_gripper_pos"
|
| 875 |
+
},
|
| 876 |
+
{
|
| 877 |
+
"rep": "RELATIVE",
|
| 878 |
+
"type": "NON_EEF",
|
| 879 |
+
"format": "DEFAULT",
|
| 880 |
+
"state_key": "left_joint_pos"
|
| 881 |
+
},
|
| 882 |
+
{
|
| 883 |
+
"rep": "RELATIVE",
|
| 884 |
+
"type": "NON_EEF",
|
| 885 |
+
"format": "DEFAULT",
|
| 886 |
+
"state_key": "right_joint_pos"
|
| 887 |
+
}
|
| 888 |
+
]
|
| 889 |
+
},
|
| 890 |
+
"language": {
|
| 891 |
+
"delta_indices": [
|
| 892 |
+
0
|
| 893 |
+
],
|
| 894 |
+
"modality_keys": [
|
| 895 |
+
"annotation.sub_task"
|
| 896 |
+
],
|
| 897 |
+
"sin_cos_embedding_keys": null,
|
| 898 |
+
"mean_std_embedding_keys": null,
|
| 899 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 913 |
+
"mean_std_embedding_keys": null,
|
| 914 |
+
"action_configs": null
|
| 915 |
+
},
|
| 916 |
+
"state": {
|
| 917 |
+
"delta_indices": [
|
| 918 |
+
0
|
| 919 |
+
],
|
| 920 |
+
"modality_keys": [
|
| 921 |
+
"eef_9d",
|
| 922 |
+
"gripper_position",
|
| 923 |
+
"joint_position"
|
| 924 |
+
],
|
| 925 |
+
"sin_cos_embedding_keys": null,
|
| 926 |
+
"mean_std_embedding_keys": null,
|
| 927 |
+
"action_configs": 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 |
+
"sin_cos_embedding_keys": null,
|
| 978 |
+
"mean_std_embedding_keys": null,
|
| 979 |
+
"action_configs": [
|
| 980 |
+
{
|
| 981 |
+
"rep": "RELATIVE",
|
| 982 |
+
"type": "EEF",
|
| 983 |
+
"format": "XYZ_ROT6D",
|
| 984 |
+
"state_key": "eef_9d"
|
| 985 |
+
},
|
| 986 |
+
{
|
| 987 |
+
"rep": "ABSOLUTE",
|
| 988 |
+
"type": "NON_EEF",
|
| 989 |
+
"format": "DEFAULT",
|
| 990 |
+
"state_key": "gripper_position"
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"rep": "RELATIVE",
|
| 994 |
+
"type": "NON_EEF",
|
| 995 |
+
"format": "DEFAULT",
|
| 996 |
+
"state_key": "joint_position"
|
| 997 |
+
}
|
| 998 |
+
]
|
| 999 |
+
},
|
| 1000 |
+
"language": {
|
| 1001 |
+
"delta_indices": [
|
| 1002 |
+
0
|
| 1003 |
+
],
|
| 1004 |
+
"modality_keys": [
|
| 1005 |
+
"annotation.language.language_instruction"
|
| 1006 |
+
],
|
| 1007 |
+
"sin_cos_embedding_keys": null,
|
| 1008 |
+
"mean_std_embedding_keys": null,
|
| 1009 |
+
"action_configs": null
|
| 1010 |
+
}
|
| 1011 |
+
},
|
| 1012 |
+
"unitree_g1_sonic": {
|
| 1013 |
+
"video": {
|
| 1014 |
+
"delta_indices": [
|
| 1015 |
+
0
|
| 1016 |
+
],
|
| 1017 |
+
"modality_keys": [
|
| 1018 |
+
"ego_view"
|
| 1019 |
+
],
|
| 1020 |
+
"sin_cos_embedding_keys": null,
|
| 1021 |
+
"mean_std_embedding_keys": null,
|
| 1022 |
+
"action_configs": null
|
| 1023 |
+
},
|
| 1024 |
+
"state": {
|
| 1025 |
+
"delta_indices": [
|
| 1026 |
+
0
|
| 1027 |
+
],
|
| 1028 |
+
"modality_keys": [
|
| 1029 |
+
"left_leg",
|
| 1030 |
+
"right_leg",
|
| 1031 |
+
"waist",
|
| 1032 |
+
"left_arm",
|
| 1033 |
+
"right_arm",
|
| 1034 |
+
"left_hand",
|
| 1035 |
+
"right_hand",
|
| 1036 |
+
"projected_gravity"
|
| 1037 |
+
],
|
| 1038 |
+
"sin_cos_embedding_keys": null,
|
| 1039 |
+
"mean_std_embedding_keys": null,
|
| 1040 |
+
"action_configs": null
|
| 1041 |
+
},
|
| 1042 |
+
"action": {
|
| 1043 |
+
"delta_indices": [
|
| 1044 |
+
0,
|
| 1045 |
+
1,
|
| 1046 |
+
2,
|
| 1047 |
+
3,
|
| 1048 |
+
4,
|
| 1049 |
+
5,
|
| 1050 |
+
6,
|
| 1051 |
+
7,
|
| 1052 |
+
8,
|
| 1053 |
+
9,
|
| 1054 |
+
10,
|
| 1055 |
+
11,
|
| 1056 |
+
12,
|
| 1057 |
+
13,
|
| 1058 |
+
14,
|
| 1059 |
+
15,
|
| 1060 |
+
16,
|
| 1061 |
+
17,
|
| 1062 |
+
18,
|
| 1063 |
+
19,
|
| 1064 |
+
20,
|
| 1065 |
+
21,
|
| 1066 |
+
22,
|
| 1067 |
+
23,
|
| 1068 |
+
24,
|
| 1069 |
+
25,
|
| 1070 |
+
26,
|
| 1071 |
+
27,
|
| 1072 |
+
28,
|
| 1073 |
+
29,
|
| 1074 |
+
30,
|
| 1075 |
+
31,
|
| 1076 |
+
32,
|
| 1077 |
+
33,
|
| 1078 |
+
34,
|
| 1079 |
+
35,
|
| 1080 |
+
36,
|
| 1081 |
+
37,
|
| 1082 |
+
38,
|
| 1083 |
+
39
|
| 1084 |
+
],
|
| 1085 |
+
"modality_keys": [
|
| 1086 |
+
"motion_token",
|
| 1087 |
+
"left_hand_joints",
|
| 1088 |
+
"right_hand_joints"
|
| 1089 |
+
],
|
| 1090 |
+
"sin_cos_embedding_keys": null,
|
| 1091 |
+
"mean_std_embedding_keys": null,
|
| 1092 |
+
"action_configs": [
|
| 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 |
+
"rep": "ABSOLUTE",
|
| 1107 |
+
"type": "NON_EEF",
|
| 1108 |
+
"format": "DEFAULT",
|
| 1109 |
+
"state_key": null
|
| 1110 |
+
}
|
| 1111 |
+
]
|
| 1112 |
+
},
|
| 1113 |
+
"language": {
|
| 1114 |
+
"delta_indices": [
|
| 1115 |
+
0
|
| 1116 |
+
],
|
| 1117 |
+
"modality_keys": [
|
| 1118 |
+
"annotation.human.task_description"
|
| 1119 |
+
],
|
| 1120 |
+
"sin_cos_embedding_keys": null,
|
| 1121 |
+
"mean_std_embedding_keys": null,
|
| 1122 |
+
"action_configs": null
|
| 1123 |
+
}
|
| 1124 |
+
}
|
| 1125 |
+
},
|
| 1126 |
+
"image_crop_size": [
|
| 1127 |
+
230,
|
| 1128 |
+
230
|
| 1129 |
+
],
|
| 1130 |
+
"image_target_size": [
|
| 1131 |
+
256,
|
| 1132 |
+
256
|
| 1133 |
+
],
|
| 1134 |
+
"use_albumentations": true,
|
| 1135 |
+
"random_rotation_angle": 0,
|
| 1136 |
+
"color_jitter_params": {
|
| 1137 |
+
"brightness": 0.3,
|
| 1138 |
+
"contrast": 0.4,
|
| 1139 |
+
"saturation": 0.5,
|
| 1140 |
+
"hue": 0.08
|
| 1141 |
+
},
|
| 1142 |
+
"shortest_image_edge": 256,
|
| 1143 |
+
"crop_fraction": 0.95,
|
| 1144 |
+
"letter_box_transform": false,
|
| 1145 |
+
"model_name": "nvidia/Cosmos-Reason2-2B",
|
| 1146 |
+
"model_type": "qwen",
|
| 1147 |
+
"formalize_language": true,
|
| 1148 |
+
"max_state_dim": 132,
|
| 1149 |
+
"max_action_dim": 132,
|
| 1150 |
+
"max_action_horizon": 40,
|
| 1151 |
+
"use_percentiles": true,
|
| 1152 |
+
"use_mean_std": false,
|
| 1153 |
+
"clip_outliers": true,
|
| 1154 |
+
"apply_sincos_state_encoding": false,
|
| 1155 |
+
"use_relative_action": true,
|
| 1156 |
+
"exclude_state": false,
|
| 1157 |
+
"state_dropout_prob": 0.2
|
| 1158 |
+
}
|
| 1159 |
+
}
|
checkpoint-1000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15bbe61796fdece67575c96797cb2a0290fe78fe56bec0881a06294e190204d4
|
| 3 |
+
size 14645
|
checkpoint-1000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94f5c999e6e3078317fda1c05c17f9a1673d737a32ebb07e80c1b6931f12f0cb
|
| 3 |
+
size 1465
|
checkpoint-1000/statistics.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1000/trainer_state.json
ADDED
|
@@ -0,0 +1,634 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.3333333333333333,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 1000,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"grad_norm": 0.16593393683433533,
|
| 14 |
+
"learning_rate": 6e-06,
|
| 15 |
+
"loss": 1.2019,
|
| 16 |
+
"step": 10
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"grad_norm": 0.2364676296710968,
|
| 20 |
+
"learning_rate": 1.2666666666666668e-05,
|
| 21 |
+
"loss": 1.2001,
|
| 22 |
+
"step": 20
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"grad_norm": 0.3223605155944824,
|
| 26 |
+
"learning_rate": 1.9333333333333333e-05,
|
| 27 |
+
"loss": 1.1652,
|
| 28 |
+
"step": 30
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"grad_norm": 0.288097620010376,
|
| 32 |
+
"learning_rate": 2.6000000000000002e-05,
|
| 33 |
+
"loss": 1.1203,
|
| 34 |
+
"step": 40
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"grad_norm": 0.2957666516304016,
|
| 38 |
+
"learning_rate": 3.266666666666667e-05,
|
| 39 |
+
"loss": 1.1073,
|
| 40 |
+
"step": 50
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"grad_norm": 0.3105441927909851,
|
| 44 |
+
"learning_rate": 3.933333333333333e-05,
|
| 45 |
+
"loss": 1.0981,
|
| 46 |
+
"step": 60
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"grad_norm": 0.2903534770011902,
|
| 50 |
+
"learning_rate": 4.600000000000001e-05,
|
| 51 |
+
"loss": 1.0992,
|
| 52 |
+
"step": 70
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"grad_norm": 0.2657025158405304,
|
| 56 |
+
"learning_rate": 5.266666666666666e-05,
|
| 57 |
+
"loss": 1.0949,
|
| 58 |
+
"step": 80
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"grad_norm": 0.22208809852600098,
|
| 62 |
+
"learning_rate": 5.9333333333333343e-05,
|
| 63 |
+
"loss": 1.0883,
|
| 64 |
+
"step": 90
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"grad_norm": 0.32055118680000305,
|
| 68 |
+
"learning_rate": 6.6e-05,
|
| 69 |
+
"loss": 1.0812,
|
| 70 |
+
"step": 100
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"grad_norm": 0.2965445816516876,
|
| 74 |
+
"learning_rate": 7.266666666666667e-05,
|
| 75 |
+
"loss": 1.0723,
|
| 76 |
+
"step": 110
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"grad_norm": 0.3756393790245056,
|
| 80 |
+
"learning_rate": 7.933333333333334e-05,
|
| 81 |
+
"loss": 1.0464,
|
| 82 |
+
"step": 120
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"grad_norm": 0.5002507567405701,
|
| 86 |
+
"learning_rate": 8.6e-05,
|
| 87 |
+
"loss": 1.0023,
|
| 88 |
+
"step": 130
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"grad_norm": 0.4813876152038574,
|
| 92 |
+
"learning_rate": 9.266666666666666e-05,
|
| 93 |
+
"loss": 0.9625,
|
| 94 |
+
"step": 140
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"grad_norm": 0.513647198677063,
|
| 98 |
+
"learning_rate": 9.933333333333334e-05,
|
| 99 |
+
"loss": 0.9308,
|
| 100 |
+
"step": 150
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"grad_norm": 0.8362369537353516,
|
| 104 |
+
"learning_rate": 9.999753945398704e-05,
|
| 105 |
+
"loss": 0.8938,
|
| 106 |
+
"step": 160
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"grad_norm": 0.5613930821418762,
|
| 110 |
+
"learning_rate": 9.998903417374228e-05,
|
| 111 |
+
"loss": 0.862,
|
| 112 |
+
"step": 170
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"grad_norm": 0.5763223767280579,
|
| 116 |
+
"learning_rate": 9.997445481536973e-05,
|
| 117 |
+
"loss": 0.8221,
|
| 118 |
+
"step": 180
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"grad_norm": 0.5941640734672546,
|
| 122 |
+
"learning_rate": 9.995380315038119e-05,
|
| 123 |
+
"loss": 0.7922,
|
| 124 |
+
"step": 190
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"grad_norm": 0.7477675080299377,
|
| 128 |
+
"learning_rate": 9.99270816881235e-05,
|
| 129 |
+
"loss": 0.7702,
|
| 130 |
+
"step": 200
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"grad_norm": 0.5304926633834839,
|
| 134 |
+
"learning_rate": 9.989429367547377e-05,
|
| 135 |
+
"loss": 0.7553,
|
| 136 |
+
"step": 210
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"grad_norm": 0.5700099468231201,
|
| 140 |
+
"learning_rate": 9.985544309644475e-05,
|
| 141 |
+
"loss": 0.7369,
|
| 142 |
+
"step": 220
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"grad_norm": 0.7928358316421509,
|
| 146 |
+
"learning_rate": 9.98105346717008e-05,
|
| 147 |
+
"loss": 0.7222,
|
| 148 |
+
"step": 230
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"grad_norm": 0.7667017579078674,
|
| 152 |
+
"learning_rate": 9.97595738579843e-05,
|
| 153 |
+
"loss": 0.7114,
|
| 154 |
+
"step": 240
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"grad_norm": 0.5060045123100281,
|
| 158 |
+
"learning_rate": 9.970256684745258e-05,
|
| 159 |
+
"loss": 0.6861,
|
| 160 |
+
"step": 250
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"grad_norm": 0.6732467412948608,
|
| 164 |
+
"learning_rate": 9.963952056692549e-05,
|
| 165 |
+
"loss": 0.675,
|
| 166 |
+
"step": 260
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"grad_norm": 0.6021248698234558,
|
| 170 |
+
"learning_rate": 9.957044267704384e-05,
|
| 171 |
+
"loss": 0.6767,
|
| 172 |
+
"step": 270
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"grad_norm": 0.6704761981964111,
|
| 176 |
+
"learning_rate": 9.949534157133844e-05,
|
| 177 |
+
"loss": 0.6512,
|
| 178 |
+
"step": 280
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"grad_norm": 0.7285646200180054,
|
| 182 |
+
"learning_rate": 9.941422637521035e-05,
|
| 183 |
+
"loss": 0.6512,
|
| 184 |
+
"step": 290
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"grad_norm": 0.7110922336578369,
|
| 188 |
+
"learning_rate": 9.932710694482191e-05,
|
| 189 |
+
"loss": 0.6196,
|
| 190 |
+
"step": 300
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"grad_norm": 0.6850391626358032,
|
| 194 |
+
"learning_rate": 9.923399386589933e-05,
|
| 195 |
+
"loss": 0.6118,
|
| 196 |
+
"step": 310
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"grad_norm": 0.6997315883636475,
|
| 200 |
+
"learning_rate": 9.913489845244626e-05,
|
| 201 |
+
"loss": 0.5941,
|
| 202 |
+
"step": 320
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"grad_norm": 0.760143518447876,
|
| 206 |
+
"learning_rate": 9.902983274536912e-05,
|
| 207 |
+
"loss": 0.5891,
|
| 208 |
+
"step": 330
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"grad_norm": 0.759657084941864,
|
| 212 |
+
"learning_rate": 9.891880951101407e-05,
|
| 213 |
+
"loss": 0.5812,
|
| 214 |
+
"step": 340
|
| 215 |
+
},
|
| 216 |
+
{
|
| 217 |
+
"grad_norm": 0.8276827931404114,
|
| 218 |
+
"learning_rate": 9.880184223961573e-05,
|
| 219 |
+
"loss": 0.5674,
|
| 220 |
+
"step": 350
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"grad_norm": 0.5555763244628906,
|
| 224 |
+
"learning_rate": 9.867894514365802e-05,
|
| 225 |
+
"loss": 0.5544,
|
| 226 |
+
"step": 360
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"grad_norm": 0.6141887307167053,
|
| 230 |
+
"learning_rate": 9.855013315614725e-05,
|
| 231 |
+
"loss": 0.5504,
|
| 232 |
+
"step": 370
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"grad_norm": 0.7782378792762756,
|
| 236 |
+
"learning_rate": 9.841542192879762e-05,
|
| 237 |
+
"loss": 0.5447,
|
| 238 |
+
"step": 380
|
| 239 |
+
},
|
| 240 |
+
{
|
| 241 |
+
"grad_norm": 0.8065223693847656,
|
| 242 |
+
"learning_rate": 9.82748278301294e-05,
|
| 243 |
+
"loss": 0.5435,
|
| 244 |
+
"step": 390
|
| 245 |
+
},
|
| 246 |
+
{
|
| 247 |
+
"grad_norm": 0.7179561257362366,
|
| 248 |
+
"learning_rate": 9.812836794348004e-05,
|
| 249 |
+
"loss": 0.5344,
|
| 250 |
+
"step": 400
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"grad_norm": 0.7837668657302856,
|
| 254 |
+
"learning_rate": 9.797606006492841e-05,
|
| 255 |
+
"loss": 0.5249,
|
| 256 |
+
"step": 410
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"grad_norm": 0.7675067782402039,
|
| 260 |
+
"learning_rate": 9.781792270113241e-05,
|
| 261 |
+
"loss": 0.5199,
|
| 262 |
+
"step": 420
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"grad_norm": 0.8279472589492798,
|
| 266 |
+
"learning_rate": 9.765397506708023e-05,
|
| 267 |
+
"loss": 0.5071,
|
| 268 |
+
"step": 430
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"grad_norm": 0.8260670304298401,
|
| 272 |
+
"learning_rate": 9.748423708375563e-05,
|
| 273 |
+
"loss": 0.4926,
|
| 274 |
+
"step": 440
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"grad_norm": 0.881014347076416,
|
| 278 |
+
"learning_rate": 9.730872937571739e-05,
|
| 279 |
+
"loss": 0.4907,
|
| 280 |
+
"step": 450
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"grad_norm": 0.9371006488800049,
|
| 284 |
+
"learning_rate": 9.712747326859315e-05,
|
| 285 |
+
"loss": 0.4815,
|
| 286 |
+
"step": 460
|
| 287 |
+
},
|
| 288 |
+
{
|
| 289 |
+
"grad_norm": 0.8164715766906738,
|
| 290 |
+
"learning_rate": 9.69404907864883e-05,
|
| 291 |
+
"loss": 0.4755,
|
| 292 |
+
"step": 470
|
| 293 |
+
},
|
| 294 |
+
{
|
| 295 |
+
"grad_norm": 0.7007074952125549,
|
| 296 |
+
"learning_rate": 9.674780464930979e-05,
|
| 297 |
+
"loss": 0.4649,
|
| 298 |
+
"step": 480
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"grad_norm": 0.9710970520973206,
|
| 302 |
+
"learning_rate": 9.654943827000548e-05,
|
| 303 |
+
"loss": 0.4578,
|
| 304 |
+
"step": 490
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"grad_norm": 0.7813271284103394,
|
| 308 |
+
"learning_rate": 9.634541575171929e-05,
|
| 309 |
+
"loss": 0.4481,
|
| 310 |
+
"step": 500
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"grad_norm": 0.8395043611526489,
|
| 314 |
+
"learning_rate": 9.613576188486253e-05,
|
| 315 |
+
"loss": 0.4437,
|
| 316 |
+
"step": 510
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"grad_norm": 0.8199443221092224,
|
| 320 |
+
"learning_rate": 9.59205021441015e-05,
|
| 321 |
+
"loss": 0.4302,
|
| 322 |
+
"step": 520
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"grad_norm": 0.7755788564682007,
|
| 326 |
+
"learning_rate": 9.569966268526232e-05,
|
| 327 |
+
"loss": 0.4159,
|
| 328 |
+
"step": 530
|
| 329 |
+
},
|
| 330 |
+
{
|
| 331 |
+
"grad_norm": 0.8591013550758362,
|
| 332 |
+
"learning_rate": 9.54732703421526e-05,
|
| 333 |
+
"loss": 0.3954,
|
| 334 |
+
"step": 540
|
| 335 |
+
},
|
| 336 |
+
{
|
| 337 |
+
"grad_norm": 0.8200550079345703,
|
| 338 |
+
"learning_rate": 9.524135262330098e-05,
|
| 339 |
+
"loss": 0.3959,
|
| 340 |
+
"step": 550
|
| 341 |
+
},
|
| 342 |
+
{
|
| 343 |
+
"grad_norm": 0.8531577587127686,
|
| 344 |
+
"learning_rate": 9.50039377086147e-05,
|
| 345 |
+
"loss": 0.3763,
|
| 346 |
+
"step": 560
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"grad_norm": 0.7548572421073914,
|
| 350 |
+
"learning_rate": 9.476105444595534e-05,
|
| 351 |
+
"loss": 0.3647,
|
| 352 |
+
"step": 570
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"grad_norm": 0.8562734723091125,
|
| 356 |
+
"learning_rate": 9.451273234763371e-05,
|
| 357 |
+
"loss": 0.3526,
|
| 358 |
+
"step": 580
|
| 359 |
+
},
|
| 360 |
+
{
|
| 361 |
+
"grad_norm": 1.0484408140182495,
|
| 362 |
+
"learning_rate": 9.425900158682385e-05,
|
| 363 |
+
"loss": 0.3541,
|
| 364 |
+
"step": 590
|
| 365 |
+
},
|
| 366 |
+
{
|
| 367 |
+
"grad_norm": 1.114036202430725,
|
| 368 |
+
"learning_rate": 9.399989299389661e-05,
|
| 369 |
+
"loss": 0.3495,
|
| 370 |
+
"step": 600
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"grad_norm": 1.0067291259765625,
|
| 374 |
+
"learning_rate": 9.373543805267368e-05,
|
| 375 |
+
"loss": 0.3446,
|
| 376 |
+
"step": 610
|
| 377 |
+
},
|
| 378 |
+
{
|
| 379 |
+
"grad_norm": 1.0836315155029297,
|
| 380 |
+
"learning_rate": 9.346566889660193e-05,
|
| 381 |
+
"loss": 0.3169,
|
| 382 |
+
"step": 620
|
| 383 |
+
},
|
| 384 |
+
{
|
| 385 |
+
"grad_norm": 1.1337170600891113,
|
| 386 |
+
"learning_rate": 9.319061830484898e-05,
|
| 387 |
+
"loss": 0.3029,
|
| 388 |
+
"step": 630
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"grad_norm": 1.0124084949493408,
|
| 392 |
+
"learning_rate": 9.291031969832026e-05,
|
| 393 |
+
"loss": 0.3035,
|
| 394 |
+
"step": 640
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"grad_norm": 1.1703892946243286,
|
| 398 |
+
"learning_rate": 9.262480713559808e-05,
|
| 399 |
+
"loss": 0.3065,
|
| 400 |
+
"step": 650
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"grad_norm": 0.8515862226486206,
|
| 404 |
+
"learning_rate": 9.233411530880326e-05,
|
| 405 |
+
"loss": 0.2916,
|
| 406 |
+
"step": 660
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"grad_norm": 1.3676186800003052,
|
| 410 |
+
"learning_rate": 9.20382795393797e-05,
|
| 411 |
+
"loss": 0.2933,
|
| 412 |
+
"step": 670
|
| 413 |
+
},
|
| 414 |
+
{
|
| 415 |
+
"grad_norm": 0.8166829943656921,
|
| 416 |
+
"learning_rate": 9.173733577380258e-05,
|
| 417 |
+
"loss": 0.2724,
|
| 418 |
+
"step": 680
|
| 419 |
+
},
|
| 420 |
+
{
|
| 421 |
+
"grad_norm": 1.028581142425537,
|
| 422 |
+
"learning_rate": 9.143132057921058e-05,
|
| 423 |
+
"loss": 0.26,
|
| 424 |
+
"step": 690
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"grad_norm": 1.035443663597107,
|
| 428 |
+
"learning_rate": 9.112027113896262e-05,
|
| 429 |
+
"loss": 0.2551,
|
| 430 |
+
"step": 700
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"grad_norm": 1.22231924533844,
|
| 434 |
+
"learning_rate": 9.080422524811982e-05,
|
| 435 |
+
"loss": 0.2613,
|
| 436 |
+
"step": 710
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"grad_norm": 1.0958259105682373,
|
| 440 |
+
"learning_rate": 9.048322130885305e-05,
|
| 441 |
+
"loss": 0.2384,
|
| 442 |
+
"step": 720
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"grad_norm": 0.8523461222648621,
|
| 446 |
+
"learning_rate": 9.015729832577681e-05,
|
| 447 |
+
"loss": 0.2329,
|
| 448 |
+
"step": 730
|
| 449 |
+
},
|
| 450 |
+
{
|
| 451 |
+
"grad_norm": 0.964102029800415,
|
| 452 |
+
"learning_rate": 8.982649590120982e-05,
|
| 453 |
+
"loss": 0.2094,
|
| 454 |
+
"step": 740
|
| 455 |
+
},
|
| 456 |
+
{
|
| 457 |
+
"grad_norm": 0.98223876953125,
|
| 458 |
+
"learning_rate": 8.949085423036296e-05,
|
| 459 |
+
"loss": 0.2132,
|
| 460 |
+
"step": 750
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"grad_norm": 1.0459887981414795,
|
| 464 |
+
"learning_rate": 8.91504140964553e-05,
|
| 465 |
+
"loss": 0.1981,
|
| 466 |
+
"step": 760
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"grad_norm": 1.3035297393798828,
|
| 470 |
+
"learning_rate": 8.880521686575857e-05,
|
| 471 |
+
"loss": 0.1954,
|
| 472 |
+
"step": 770
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"grad_norm": 0.9774158596992493,
|
| 476 |
+
"learning_rate": 8.845530448257085e-05,
|
| 477 |
+
"loss": 0.1891,
|
| 478 |
+
"step": 780
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"grad_norm": 1.1295584440231323,
|
| 482 |
+
"learning_rate": 8.810071946411989e-05,
|
| 483 |
+
"loss": 0.1783,
|
| 484 |
+
"step": 790
|
| 485 |
+
},
|
| 486 |
+
{
|
| 487 |
+
"grad_norm": 0.8923147916793823,
|
| 488 |
+
"learning_rate": 8.774150489539707e-05,
|
| 489 |
+
"loss": 0.1765,
|
| 490 |
+
"step": 800
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"grad_norm": 1.3010443449020386,
|
| 494 |
+
"learning_rate": 8.737770442392212e-05,
|
| 495 |
+
"loss": 0.1742,
|
| 496 |
+
"step": 810
|
| 497 |
+
},
|
| 498 |
+
{
|
| 499 |
+
"grad_norm": 0.9801855683326721,
|
| 500 |
+
"learning_rate": 8.700936225443959e-05,
|
| 501 |
+
"loss": 0.1587,
|
| 502 |
+
"step": 820
|
| 503 |
+
},
|
| 504 |
+
{
|
| 505 |
+
"grad_norm": 1.0634956359863281,
|
| 506 |
+
"learning_rate": 8.663652314354765e-05,
|
| 507 |
+
"loss": 0.1646,
|
| 508 |
+
"step": 830
|
| 509 |
+
},
|
| 510 |
+
{
|
| 511 |
+
"grad_norm": 0.8811051845550537,
|
| 512 |
+
"learning_rate": 8.625923239425978e-05,
|
| 513 |
+
"loss": 0.1485,
|
| 514 |
+
"step": 840
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"grad_norm": 1.0639090538024902,
|
| 518 |
+
"learning_rate": 8.587753585050004e-05,
|
| 519 |
+
"loss": 0.1585,
|
| 520 |
+
"step": 850
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"grad_norm": 0.9883255362510681,
|
| 524 |
+
"learning_rate": 8.549147989153276e-05,
|
| 525 |
+
"loss": 0.1443,
|
| 526 |
+
"step": 860
|
| 527 |
+
},
|
| 528 |
+
{
|
| 529 |
+
"grad_norm": 1.4074150323867798,
|
| 530 |
+
"learning_rate": 8.510111142632698e-05,
|
| 531 |
+
"loss": 0.1388,
|
| 532 |
+
"step": 870
|
| 533 |
+
},
|
| 534 |
+
{
|
| 535 |
+
"grad_norm": 1.2396678924560547,
|
| 536 |
+
"learning_rate": 8.470647788785665e-05,
|
| 537 |
+
"loss": 0.1283,
|
| 538 |
+
"step": 880
|
| 539 |
+
},
|
| 540 |
+
{
|
| 541 |
+
"grad_norm": 1.1257601976394653,
|
| 542 |
+
"learning_rate": 8.430762722733714e-05,
|
| 543 |
+
"loss": 0.1183,
|
| 544 |
+
"step": 890
|
| 545 |
+
},
|
| 546 |
+
{
|
| 547 |
+
"grad_norm": 0.95068359375,
|
| 548 |
+
"learning_rate": 8.390460790839882e-05,
|
| 549 |
+
"loss": 0.1372,
|
| 550 |
+
"step": 900
|
| 551 |
+
},
|
| 552 |
+
{
|
| 553 |
+
"grad_norm": 1.1750320196151733,
|
| 554 |
+
"learning_rate": 8.349746890119826e-05,
|
| 555 |
+
"loss": 0.1125,
|
| 556 |
+
"step": 910
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"grad_norm": 1.0115416049957275,
|
| 560 |
+
"learning_rate": 8.308625967646795e-05,
|
| 561 |
+
"loss": 0.1298,
|
| 562 |
+
"step": 920
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"grad_norm": 0.9820786118507385,
|
| 566 |
+
"learning_rate": 8.267103019950529e-05,
|
| 567 |
+
"loss": 0.1199,
|
| 568 |
+
"step": 930
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"grad_norm": 0.9424199461936951,
|
| 572 |
+
"learning_rate": 8.225183092410128e-05,
|
| 573 |
+
"loss": 0.1097,
|
| 574 |
+
"step": 940
|
| 575 |
+
},
|
| 576 |
+
{
|
| 577 |
+
"grad_norm": 0.804672122001648,
|
| 578 |
+
"learning_rate": 8.182871278641009e-05,
|
| 579 |
+
"loss": 0.1264,
|
| 580 |
+
"step": 950
|
| 581 |
+
},
|
| 582 |
+
{
|
| 583 |
+
"grad_norm": 1.0112346410751343,
|
| 584 |
+
"learning_rate": 8.140172719875979e-05,
|
| 585 |
+
"loss": 0.107,
|
| 586 |
+
"step": 960
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"grad_norm": 0.9198870062828064,
|
| 590 |
+
"learning_rate": 8.097092604340542e-05,
|
| 591 |
+
"loss": 0.1114,
|
| 592 |
+
"step": 970
|
| 593 |
+
},
|
| 594 |
+
{
|
| 595 |
+
"grad_norm": 0.8466675877571106,
|
| 596 |
+
"learning_rate": 8.053636166622476e-05,
|
| 597 |
+
"loss": 0.1178,
|
| 598 |
+
"step": 980
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"grad_norm": 0.9316571354866028,
|
| 602 |
+
"learning_rate": 8.009808687035798e-05,
|
| 603 |
+
"loss": 0.1163,
|
| 604 |
+
"step": 990
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"grad_norm": 1.0110657215118408,
|
| 608 |
+
"learning_rate": 7.965615490979163e-05,
|
| 609 |
+
"loss": 0.1149,
|
| 610 |
+
"step": 1000
|
| 611 |
+
}
|
| 612 |
+
],
|
| 613 |
+
"logging_steps": 10,
|
| 614 |
+
"max_steps": 3000,
|
| 615 |
+
"num_input_tokens_seen": 0,
|
| 616 |
+
"num_train_epochs": 9223372036854775807,
|
| 617 |
+
"save_steps": 500,
|
| 618 |
+
"stateful_callbacks": {
|
| 619 |
+
"TrainerControl": {
|
| 620 |
+
"args": {
|
| 621 |
+
"should_epoch_stop": false,
|
| 622 |
+
"should_evaluate": false,
|
| 623 |
+
"should_log": false,
|
| 624 |
+
"should_save": true,
|
| 625 |
+
"should_training_stop": false
|
| 626 |
+
},
|
| 627 |
+
"attributes": {}
|
| 628 |
+
}
|
| 629 |
+
},
|
| 630 |
+
"total_flos": 0.0,
|
| 631 |
+
"train_batch_size": 32,
|
| 632 |
+
"trial_name": null,
|
| 633 |
+
"trial_params": null
|
| 634 |
+
}
|
checkpoint-1000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ac9a0035373952ffdf0a80cd490c717c03abdeda54e99c7906dbdf02a05931f
|
| 3 |
+
size 5905
|
checkpoint-1000/wandb_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"project": "groot-finetune", "run_id": "g1_finetune-20260526-213350-gpu0"}
|