Upload folder using huggingface_hub
Browse files- config.json +74 -0
- embodiment_id.json +10 -0
- experiment_cfg/conf.yaml +213 -0
- experiment_cfg/config.yaml +246 -0
- experiment_cfg/dataset_statistics.json +257 -0
- experiment_cfg/final_model_config.json +58 -0
- experiment_cfg/final_processor_config.json +0 -0
- model-00001-of-00003.safetensors +3 -0
- model-00002-of-00003.safetensors +3 -0
- model-00003-of-00003.safetensors +3 -0
- model.safetensors.index.json +0 -0
- optimizer.pt +3 -0
- processor_config.json +454 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- statistics.json +0 -0
- trainer_state.json +0 -0
- training_args.bin +3 -0
- wandb_config.json +1 -0
config.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"action_horizon": 50,
|
| 3 |
+
"add_pos_embed": true,
|
| 4 |
+
"apply_sincos_state_encoding": true,
|
| 5 |
+
"architectures": [
|
| 6 |
+
"Gr00tN1d6"
|
| 7 |
+
],
|
| 8 |
+
"attn_dropout": 0.2,
|
| 9 |
+
"attn_implementation": null,
|
| 10 |
+
"backbone_embedding_dim": 2048,
|
| 11 |
+
"backbone_model_type": "eagle",
|
| 12 |
+
"backbone_trainable_params_fp32": true,
|
| 13 |
+
"collator_overwrite_image_inputs": false,
|
| 14 |
+
"color_jitter_params": {
|
| 15 |
+
"brightness": 0.1,
|
| 16 |
+
"contrast": 0.1,
|
| 17 |
+
"hue": 0.1,
|
| 18 |
+
"saturation": 0.1
|
| 19 |
+
},
|
| 20 |
+
"crop_fraction": 0.95,
|
| 21 |
+
"diffusion_model_cfg": {
|
| 22 |
+
"attention_head_dim": 48,
|
| 23 |
+
"dropout": 0.2,
|
| 24 |
+
"final_dropout": true,
|
| 25 |
+
"interleave_self_attention": true,
|
| 26 |
+
"norm_type": "ada_norm",
|
| 27 |
+
"num_attention_heads": 32,
|
| 28 |
+
"num_layers": 32,
|
| 29 |
+
"output_dim": 1024,
|
| 30 |
+
"positional_embeddings": null
|
| 31 |
+
},
|
| 32 |
+
"eagle_collator": true,
|
| 33 |
+
"formalize_language": true,
|
| 34 |
+
"gemma_collator": false,
|
| 35 |
+
"hidden_size": 1024,
|
| 36 |
+
"image_crop_size": null,
|
| 37 |
+
"image_target_size": null,
|
| 38 |
+
"input_embedding_dim": 1536,
|
| 39 |
+
"load_bf16": true,
|
| 40 |
+
"max_action_dim": 128,
|
| 41 |
+
"max_num_embodiments": 32,
|
| 42 |
+
"max_seq_len": 1024,
|
| 43 |
+
"max_state_dim": 128,
|
| 44 |
+
"model_dtype": "bfloat16",
|
| 45 |
+
"model_name": "nvidia/Eagle-Block2A-2B-v2",
|
| 46 |
+
"model_type": "Gr00tN1d6",
|
| 47 |
+
"noise_beta_alpha": 1.5,
|
| 48 |
+
"noise_beta_beta": 1.0,
|
| 49 |
+
"noise_s": 0.999,
|
| 50 |
+
"num_inference_timesteps": 4,
|
| 51 |
+
"num_reward_classes": 6,
|
| 52 |
+
"num_timestep_buckets": 1000,
|
| 53 |
+
"random_rotation_angle": null,
|
| 54 |
+
"reproject_vision": false,
|
| 55 |
+
"reward_label_predict_ratio": 0.7,
|
| 56 |
+
"select_layer": 16,
|
| 57 |
+
"shortest_image_edge": 256,
|
| 58 |
+
"siglip2_robotis_path": "/root/groot_workspace/checkpoints/siglip2_robotis/siglip2_robotis.pth",
|
| 59 |
+
"state_dropout_prob": 0.0,
|
| 60 |
+
"torch_dtype": "bfloat16",
|
| 61 |
+
"transformers_version": "4.53.0",
|
| 62 |
+
"tune_diffusion_model": true,
|
| 63 |
+
"tune_llm": false,
|
| 64 |
+
"tune_projector": true,
|
| 65 |
+
"tune_top_llm_layers": 4,
|
| 66 |
+
"tune_visual": false,
|
| 67 |
+
"tune_vlln": true,
|
| 68 |
+
"use_albumentations_transforms": true,
|
| 69 |
+
"use_alternate_vl_dit": true,
|
| 70 |
+
"use_flash_attention": true,
|
| 71 |
+
"use_label_embedding": true,
|
| 72 |
+
"use_relative_action": true,
|
| 73 |
+
"use_vlln": true
|
| 74 |
+
}
|
embodiment_id.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"robocasa_panda_omron": 13,
|
| 3 |
+
"gr1": 20,
|
| 4 |
+
"behavior_r1_pro": 24,
|
| 5 |
+
"unitree_g1": 8,
|
| 6 |
+
"oxe_google": 0,
|
| 7 |
+
"oxe_widowx": 1,
|
| 8 |
+
"libero_panda": 2,
|
| 9 |
+
"new_embodiment": 10
|
| 10 |
+
}
|
experiment_cfg/conf.yaml
ADDED
|
@@ -0,0 +1,213 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
load_config_path: null
|
| 2 |
+
model:
|
| 3 |
+
model_type: Gr00tN1d6
|
| 4 |
+
model_dtype: bfloat16
|
| 5 |
+
model_name: nvidia/Eagle-Block2A-2B-v2
|
| 6 |
+
backbone_model_type: eagle
|
| 7 |
+
model_revision: null
|
| 8 |
+
tune_top_llm_layers: 4
|
| 9 |
+
tune_top_visual_layers: 2
|
| 10 |
+
backbone_embedding_dim: 2048
|
| 11 |
+
tune_llm: false
|
| 12 |
+
tune_visual: false
|
| 13 |
+
select_layer: 16
|
| 14 |
+
reproject_vision: false
|
| 15 |
+
use_flash_attention: true
|
| 16 |
+
load_bf16: false
|
| 17 |
+
collator_overwrite_image_inputs: false
|
| 18 |
+
eagle_collator: true
|
| 19 |
+
backbone_trainable_params_fp32: true
|
| 20 |
+
image_crop_size: null
|
| 21 |
+
image_target_size: null
|
| 22 |
+
shortest_image_edge: 256
|
| 23 |
+
crop_fraction: 0.95
|
| 24 |
+
random_rotation_angle: null
|
| 25 |
+
color_jitter_params:
|
| 26 |
+
brightness: 0.3
|
| 27 |
+
contrast: 0.4
|
| 28 |
+
saturation: 0.5
|
| 29 |
+
hue: 0.08
|
| 30 |
+
use_albumentations_transforms: true
|
| 31 |
+
formalize_language: true
|
| 32 |
+
apply_sincos_state_encoding: false
|
| 33 |
+
use_relative_action: true
|
| 34 |
+
max_state_dim: 29
|
| 35 |
+
max_action_dim: 29
|
| 36 |
+
action_horizon: 16
|
| 37 |
+
hidden_size: 1024
|
| 38 |
+
input_embedding_dim: 1536
|
| 39 |
+
add_pos_embed: true
|
| 40 |
+
attn_dropout: 0.2
|
| 41 |
+
use_vlln: true
|
| 42 |
+
max_seq_len: 1024
|
| 43 |
+
use_alternate_vl_dit: true
|
| 44 |
+
attend_text_every_n_blocks: 2
|
| 45 |
+
diffusion_model_cfg:
|
| 46 |
+
positional_embeddings: null
|
| 47 |
+
num_layers: 32
|
| 48 |
+
num_attention_heads: 32
|
| 49 |
+
attention_head_dim: 48
|
| 50 |
+
norm_type: ada_norm
|
| 51 |
+
dropout: 0.2
|
| 52 |
+
final_dropout: true
|
| 53 |
+
output_dim: 1024
|
| 54 |
+
interleave_self_attention: true
|
| 55 |
+
num_inference_timesteps: 4
|
| 56 |
+
noise_beta_alpha: 1.5
|
| 57 |
+
noise_beta_beta: 1.0
|
| 58 |
+
noise_s: 0.999
|
| 59 |
+
num_timestep_buckets: 1000
|
| 60 |
+
tune_projector: true
|
| 61 |
+
tune_diffusion_model: true
|
| 62 |
+
tune_vlln: true
|
| 63 |
+
state_dropout_prob: 0.0
|
| 64 |
+
state_additive_noise_scale: 0.0
|
| 65 |
+
max_num_embodiments: 32
|
| 66 |
+
num_reward_classes: 6
|
| 67 |
+
use_label_embedding: true
|
| 68 |
+
siglip2_robotis_path: /root/groot_workspace/checkpoints/siglip2_robotis/siglip2_robotis.pth
|
| 69 |
+
reward_label_predict_ratio: 0.7
|
| 70 |
+
data:
|
| 71 |
+
datasets:
|
| 72 |
+
- dataset_paths:
|
| 73 |
+
- /root/groot_workspace/datasets/ffw_bg2_Serving_0402
|
| 74 |
+
embodiment_tag: new_embodiment
|
| 75 |
+
mix_ratio: 1.0
|
| 76 |
+
dataset_type: physical_embodiment
|
| 77 |
+
val_dataset_path: null
|
| 78 |
+
modality_configs:
|
| 79 |
+
new_embodiment:
|
| 80 |
+
video:
|
| 81 |
+
delta_indices:
|
| 82 |
+
- 0
|
| 83 |
+
modality_keys:
|
| 84 |
+
- cam_left_head
|
| 85 |
+
sin_cos_embedding_keys: null
|
| 86 |
+
mean_std_embedding_keys: null
|
| 87 |
+
action_configs: null
|
| 88 |
+
state:
|
| 89 |
+
delta_indices:
|
| 90 |
+
- 0
|
| 91 |
+
modality_keys:
|
| 92 |
+
- arm_left
|
| 93 |
+
- arm_right
|
| 94 |
+
sin_cos_embedding_keys: null
|
| 95 |
+
mean_std_embedding_keys: null
|
| 96 |
+
action_configs: null
|
| 97 |
+
action:
|
| 98 |
+
delta_indices:
|
| 99 |
+
- 0
|
| 100 |
+
- 1
|
| 101 |
+
- 2
|
| 102 |
+
- 3
|
| 103 |
+
- 4
|
| 104 |
+
- 5
|
| 105 |
+
- 6
|
| 106 |
+
- 7
|
| 107 |
+
- 8
|
| 108 |
+
- 9
|
| 109 |
+
- 10
|
| 110 |
+
- 11
|
| 111 |
+
- 12
|
| 112 |
+
- 13
|
| 113 |
+
- 14
|
| 114 |
+
- 15
|
| 115 |
+
modality_keys:
|
| 116 |
+
- arm_left
|
| 117 |
+
- arm_right
|
| 118 |
+
sin_cos_embedding_keys: null
|
| 119 |
+
mean_std_embedding_keys: null
|
| 120 |
+
action_configs:
|
| 121 |
+
- rep: ABSOLUTE
|
| 122 |
+
type: NON_EEF
|
| 123 |
+
format: DEFAULT
|
| 124 |
+
state_key: null
|
| 125 |
+
- rep: ABSOLUTE
|
| 126 |
+
type: NON_EEF
|
| 127 |
+
format: DEFAULT
|
| 128 |
+
state_key: null
|
| 129 |
+
language:
|
| 130 |
+
delta_indices:
|
| 131 |
+
- 0
|
| 132 |
+
modality_keys:
|
| 133 |
+
- annotation.human.task_description
|
| 134 |
+
sin_cos_embedding_keys: null
|
| 135 |
+
mean_std_embedding_keys: null
|
| 136 |
+
action_configs: null
|
| 137 |
+
download_cache: false
|
| 138 |
+
shard_size: 1024
|
| 139 |
+
episode_sampling_rate: 0.1
|
| 140 |
+
num_shards_per_epoch: 100000
|
| 141 |
+
override_pretraining_statistics: false
|
| 142 |
+
mode: single_turn
|
| 143 |
+
random_chop: 0.0
|
| 144 |
+
mock_dataset_mode: false
|
| 145 |
+
shuffle: true
|
| 146 |
+
seed: 42
|
| 147 |
+
multiprocessing_context: fork
|
| 148 |
+
allow_padding: false
|
| 149 |
+
subsample_ratio: 1.0
|
| 150 |
+
image_crop_size:
|
| 151 |
+
- 244
|
| 152 |
+
- 244
|
| 153 |
+
image_target_size:
|
| 154 |
+
- 224
|
| 155 |
+
- 224
|
| 156 |
+
video_backend: torchcodec
|
| 157 |
+
training:
|
| 158 |
+
output_dir: /root/groot_workspace/checkpoints/ffw_bg2_reward_label
|
| 159 |
+
experiment_name: null
|
| 160 |
+
max_steps: 100000
|
| 161 |
+
global_batch_size: 48
|
| 162 |
+
batch_size: null
|
| 163 |
+
gradient_accumulation_steps: 1
|
| 164 |
+
learning_rate: 0.0001
|
| 165 |
+
lr_scheduler_type: cosine
|
| 166 |
+
weight_decay: 1.0e-05
|
| 167 |
+
warmup_ratio: 0.05
|
| 168 |
+
warmup_steps: 0
|
| 169 |
+
max_grad_norm: 1.0
|
| 170 |
+
optim: adamw_torch
|
| 171 |
+
start_from_checkpoint: nvidia/GR00T-N1.6-3B
|
| 172 |
+
tf32: true
|
| 173 |
+
fp16: false
|
| 174 |
+
bf16: true
|
| 175 |
+
eval_bf16: true
|
| 176 |
+
logging_steps: 10
|
| 177 |
+
save_steps: 5000
|
| 178 |
+
save_total_limit: 5
|
| 179 |
+
save_vl_model: false
|
| 180 |
+
upload_checkpoints: false
|
| 181 |
+
upload_every: 1000
|
| 182 |
+
upload_last_n_checkpoints: 5
|
| 183 |
+
max_concurrent_uploads: 2
|
| 184 |
+
eval_strategy: 'no'
|
| 185 |
+
eval_steps: 500
|
| 186 |
+
eval_set_split_ratio: 0.1
|
| 187 |
+
eval_batch_size: 2
|
| 188 |
+
save_best_eval_metric_name: ''
|
| 189 |
+
save_best_eval_metric_greater_is_better: true
|
| 190 |
+
deepspeed_stage: 2
|
| 191 |
+
gradient_checkpointing: false
|
| 192 |
+
transformers_trust_remote_code: true
|
| 193 |
+
transformers_local_files_only: false
|
| 194 |
+
transformers_cache_dir: null
|
| 195 |
+
transformers_access_token: null
|
| 196 |
+
use_ddp: false
|
| 197 |
+
ddp_bucket_cap_mb: 100
|
| 198 |
+
num_gpus: 1
|
| 199 |
+
dataloader_num_workers: 8
|
| 200 |
+
remove_unused_columns: false
|
| 201 |
+
use_wandb: false
|
| 202 |
+
wandb_project: finetune-gr00t-n1d6
|
| 203 |
+
enable_profiling: false
|
| 204 |
+
max_retries: 3
|
| 205 |
+
assert_loss_less_than: null
|
| 206 |
+
add_rl_callback: false
|
| 207 |
+
enable_open_loop_eval: false
|
| 208 |
+
open_loop_eval_traj_ids:
|
| 209 |
+
- 0
|
| 210 |
+
open_loop_eval_steps_per_traj: 100
|
| 211 |
+
open_loop_eval_plot_indices: null
|
| 212 |
+
max_steps: 100000
|
| 213 |
+
save_steps: 5000
|
experiment_cfg/config.yaml
ADDED
|
@@ -0,0 +1,246 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
- /root/groot_workspace/datasets/ffw_bg2_Serving_0402
|
| 8 |
+
dataset_type: physical_embodiment
|
| 9 |
+
embodiment_tag: new_embodiment
|
| 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 |
+
new_embodiment:
|
| 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 |
+
delta_indices:
|
| 39 |
+
- 0
|
| 40 |
+
- 1
|
| 41 |
+
- 2
|
| 42 |
+
- 3
|
| 43 |
+
- 4
|
| 44 |
+
- 5
|
| 45 |
+
- 6
|
| 46 |
+
- 7
|
| 47 |
+
- 8
|
| 48 |
+
- 9
|
| 49 |
+
- 10
|
| 50 |
+
- 11
|
| 51 |
+
- 12
|
| 52 |
+
- 13
|
| 53 |
+
- 14
|
| 54 |
+
- 15
|
| 55 |
+
mean_std_embedding_keys: null
|
| 56 |
+
modality_keys:
|
| 57 |
+
- arm_left
|
| 58 |
+
- arm_right
|
| 59 |
+
sin_cos_embedding_keys: null
|
| 60 |
+
language: !!python/object:gr00t.data.types.ModalityConfig
|
| 61 |
+
action_configs: null
|
| 62 |
+
delta_indices:
|
| 63 |
+
- 0
|
| 64 |
+
mean_std_embedding_keys: null
|
| 65 |
+
modality_keys:
|
| 66 |
+
- annotation.human.task_description
|
| 67 |
+
sin_cos_embedding_keys: null
|
| 68 |
+
state: !!python/object:gr00t.data.types.ModalityConfig
|
| 69 |
+
action_configs: null
|
| 70 |
+
delta_indices:
|
| 71 |
+
- 0
|
| 72 |
+
mean_std_embedding_keys: null
|
| 73 |
+
modality_keys:
|
| 74 |
+
- arm_left
|
| 75 |
+
- arm_right
|
| 76 |
+
sin_cos_embedding_keys: null
|
| 77 |
+
video: !!python/object:gr00t.data.types.ModalityConfig
|
| 78 |
+
action_configs: null
|
| 79 |
+
delta_indices:
|
| 80 |
+
- 0
|
| 81 |
+
mean_std_embedding_keys: null
|
| 82 |
+
modality_keys:
|
| 83 |
+
- cam_left_head
|
| 84 |
+
sin_cos_embedding_keys: null
|
| 85 |
+
mode: single_turn
|
| 86 |
+
multiprocessing_context: fork
|
| 87 |
+
num_shards_per_epoch: 100000
|
| 88 |
+
override_pretraining_statistics: false
|
| 89 |
+
random_chop: 0.0
|
| 90 |
+
seed: 42
|
| 91 |
+
shard_size: 1024
|
| 92 |
+
shuffle: true
|
| 93 |
+
subsample_ratio: 1.0
|
| 94 |
+
video_backend: torchcodec
|
| 95 |
+
load_config_path: null
|
| 96 |
+
model: !!python/object:gr00t.configs.model.gr00t_n1d6.Gr00tN1d6Config
|
| 97 |
+
_attn_implementation_autoset: false
|
| 98 |
+
_attn_implementation_internal: null
|
| 99 |
+
_commit_hash: null
|
| 100 |
+
_name_or_path: ''
|
| 101 |
+
_output_attentions: false
|
| 102 |
+
add_cross_attention: false
|
| 103 |
+
architectures: null
|
| 104 |
+
backbone_model_type: eagle
|
| 105 |
+
backbone_trainable_params_fp32: true
|
| 106 |
+
bad_words_ids: null
|
| 107 |
+
begin_suppress_tokens: null
|
| 108 |
+
bos_token_id: null
|
| 109 |
+
chunk_size_feed_forward: 0
|
| 110 |
+
color_jitter_params:
|
| 111 |
+
brightness: 0.3
|
| 112 |
+
contrast: 0.4
|
| 113 |
+
hue: 0.08
|
| 114 |
+
saturation: 0.5
|
| 115 |
+
cross_attention_hidden_size: null
|
| 116 |
+
decoder_start_token_id: null
|
| 117 |
+
diffusion_model_cfg:
|
| 118 |
+
attention_head_dim: 48
|
| 119 |
+
dropout: 0.2
|
| 120 |
+
final_dropout: true
|
| 121 |
+
interleave_self_attention: true
|
| 122 |
+
norm_type: ada_norm
|
| 123 |
+
num_attention_heads: 32
|
| 124 |
+
num_layers: 32
|
| 125 |
+
output_dim: 1024
|
| 126 |
+
positional_embeddings: null
|
| 127 |
+
diversity_penalty: 0.0
|
| 128 |
+
do_sample: false
|
| 129 |
+
eagle_collator: true
|
| 130 |
+
early_stopping: false
|
| 131 |
+
encoder_no_repeat_ngram_size: 0
|
| 132 |
+
eos_token_id: null
|
| 133 |
+
exponential_decay_length_penalty: null
|
| 134 |
+
finetuning_task: null
|
| 135 |
+
forced_bos_token_id: null
|
| 136 |
+
forced_eos_token_id: null
|
| 137 |
+
id2label:
|
| 138 |
+
0: LABEL_0
|
| 139 |
+
1: LABEL_1
|
| 140 |
+
is_decoder: false
|
| 141 |
+
is_encoder_decoder: false
|
| 142 |
+
label2id:
|
| 143 |
+
LABEL_0: 0
|
| 144 |
+
LABEL_1: 1
|
| 145 |
+
length_penalty: 1.0
|
| 146 |
+
load_bf16: false
|
| 147 |
+
max_length: 20
|
| 148 |
+
min_length: 0
|
| 149 |
+
model_name: nvidia/Eagle-Block2A-2B-v2
|
| 150 |
+
no_repeat_ngram_size: 0
|
| 151 |
+
num_beam_groups: 1
|
| 152 |
+
num_beams: 1
|
| 153 |
+
num_return_sequences: 1
|
| 154 |
+
num_reward_classes: 6
|
| 155 |
+
output_hidden_states: false
|
| 156 |
+
output_scores: false
|
| 157 |
+
pad_token_id: null
|
| 158 |
+
prefix: null
|
| 159 |
+
problem_type: null
|
| 160 |
+
pruned_heads: {}
|
| 161 |
+
random_rotation_angle: null
|
| 162 |
+
remove_invalid_values: false
|
| 163 |
+
repetition_penalty: 1.0
|
| 164 |
+
reproject_vision: false
|
| 165 |
+
return_dict: true
|
| 166 |
+
return_dict_in_generate: false
|
| 167 |
+
reward_label_predict_ratio: 0.7
|
| 168 |
+
sep_token_id: null
|
| 169 |
+
siglip2_robotis_path: /root/groot_workspace/checkpoints/siglip2_robotis/siglip2_robotis.pth
|
| 170 |
+
state_dropout_prob: 0.0
|
| 171 |
+
suppress_tokens: null
|
| 172 |
+
task_specific_params: null
|
| 173 |
+
temperature: 1.0
|
| 174 |
+
tf_legacy_loss: false
|
| 175 |
+
tie_encoder_decoder: false
|
| 176 |
+
tie_word_embeddings: true
|
| 177 |
+
tokenizer_class: null
|
| 178 |
+
top_k: 50
|
| 179 |
+
top_p: 1.0
|
| 180 |
+
torch_dtype: null
|
| 181 |
+
torchscript: false
|
| 182 |
+
transformers_version: null
|
| 183 |
+
tune_diffusion_model: true
|
| 184 |
+
tune_llm: false
|
| 185 |
+
tune_projector: true
|
| 186 |
+
tune_top_visual_layers: 2
|
| 187 |
+
tune_visual: false
|
| 188 |
+
typical_p: 1.0
|
| 189 |
+
use_bfloat16: false
|
| 190 |
+
use_label_embedding: true
|
| 191 |
+
use_relative_action: true
|
| 192 |
+
training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
|
| 193 |
+
add_rl_callback: false
|
| 194 |
+
assert_loss_less_than: null
|
| 195 |
+
batch_size: null
|
| 196 |
+
bf16: true
|
| 197 |
+
dataloader_num_workers: 8
|
| 198 |
+
ddp_bucket_cap_mb: 100
|
| 199 |
+
deepspeed_stage: 2
|
| 200 |
+
enable_open_loop_eval: false
|
| 201 |
+
enable_profiling: false
|
| 202 |
+
eval_batch_size: 2
|
| 203 |
+
eval_bf16: true
|
| 204 |
+
eval_set_split_ratio: 0.1
|
| 205 |
+
eval_steps: 500
|
| 206 |
+
eval_strategy: 'no'
|
| 207 |
+
experiment_name: null
|
| 208 |
+
fp16: false
|
| 209 |
+
global_batch_size: 48
|
| 210 |
+
gradient_accumulation_steps: 1
|
| 211 |
+
gradient_checkpointing: false
|
| 212 |
+
learning_rate: 0.0001
|
| 213 |
+
logging_steps: 10
|
| 214 |
+
lr_scheduler_type: cosine
|
| 215 |
+
max_concurrent_uploads: 2
|
| 216 |
+
max_grad_norm: 1.0
|
| 217 |
+
max_retries: 3
|
| 218 |
+
max_steps: 100000
|
| 219 |
+
num_gpus: 1
|
| 220 |
+
open_loop_eval_plot_indices: null
|
| 221 |
+
open_loop_eval_steps_per_traj: 100
|
| 222 |
+
open_loop_eval_traj_ids:
|
| 223 |
+
- 0
|
| 224 |
+
optim: adamw_torch
|
| 225 |
+
output_dir: /root/groot_workspace/checkpoints/ffw_bg2_reward_label
|
| 226 |
+
remove_unused_columns: false
|
| 227 |
+
save_best_eval_metric_greater_is_better: true
|
| 228 |
+
save_best_eval_metric_name: ''
|
| 229 |
+
save_steps: 5000
|
| 230 |
+
save_total_limit: 5
|
| 231 |
+
save_vl_model: false
|
| 232 |
+
start_from_checkpoint: nvidia/GR00T-N1.6-3B
|
| 233 |
+
tf32: true
|
| 234 |
+
transformers_access_token: null
|
| 235 |
+
transformers_cache_dir: null
|
| 236 |
+
transformers_local_files_only: false
|
| 237 |
+
transformers_trust_remote_code: true
|
| 238 |
+
upload_checkpoints: false
|
| 239 |
+
upload_every: 1000
|
| 240 |
+
upload_last_n_checkpoints: 5
|
| 241 |
+
use_ddp: false
|
| 242 |
+
use_wandb: false
|
| 243 |
+
wandb_project: finetune-gr00t-n1d6
|
| 244 |
+
warmup_ratio: 0.05
|
| 245 |
+
warmup_steps: 0
|
| 246 |
+
weight_decay: 1.0e-05
|
experiment_cfg/dataset_statistics.json
ADDED
|
@@ -0,0 +1,257 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"new_embodiment": {
|
| 3 |
+
"state": {
|
| 4 |
+
"arm_left": {
|
| 5 |
+
"min": [
|
| 6 |
+
0.4342004656791687,
|
| 7 |
+
-4.793690095539205e-05,
|
| 8 |
+
-0.13345633447170258,
|
| 9 |
+
-2.4482812881469727,
|
| 10 |
+
0.07113835960626602,
|
| 11 |
+
-1.1370153427124023,
|
| 12 |
+
-0.24854522943496704,
|
| 13 |
+
0.029145635664463043
|
| 14 |
+
],
|
| 15 |
+
"max": [
|
| 16 |
+
0.8697431087493896,
|
| 17 |
+
0.31384289264678955,
|
| 18 |
+
0.409560889005661,
|
| 19 |
+
-1.3145736455917358,
|
| 20 |
+
0.4034249484539032,
|
| 21 |
+
0.2198985368013382,
|
| 22 |
+
0.2724885642528534,
|
| 23 |
+
0.16413594782352448
|
| 24 |
+
],
|
| 25 |
+
"mean": [
|
| 26 |
+
0.6977826952934265,
|
| 27 |
+
0.1377394050359726,
|
| 28 |
+
0.16439810395240784,
|
| 29 |
+
-2.0474562644958496,
|
| 30 |
+
0.22470028698444366,
|
| 31 |
+
-0.28298458456993103,
|
| 32 |
+
0.06250344216823578,
|
| 33 |
+
0.1027250736951828
|
| 34 |
+
],
|
| 35 |
+
"std": [
|
| 36 |
+
0.07598136365413666,
|
| 37 |
+
0.07077431678771973,
|
| 38 |
+
0.10441156476736069,
|
| 39 |
+
0.2666385769844055,
|
| 40 |
+
0.06770322471857071,
|
| 41 |
+
0.27438509464263916,
|
| 42 |
+
0.06941580772399902,
|
| 43 |
+
0.026319511234760284
|
| 44 |
+
],
|
| 45 |
+
"q01": [
|
| 46 |
+
0.5130964517593384,
|
| 47 |
+
0.00017640744044911116,
|
| 48 |
+
-0.09574773162603378,
|
| 49 |
+
-2.340890645980835,
|
| 50 |
+
0.09815080463886261,
|
| 51 |
+
-0.941831111907959,
|
| 52 |
+
-0.2361546903848648,
|
| 53 |
+
0.041417479515075684
|
| 54 |
+
],
|
| 55 |
+
"q99": [
|
| 56 |
+
0.8482794165611267,
|
| 57 |
+
0.2813809812068939,
|
| 58 |
+
0.38041526079177856,
|
| 59 |
+
-1.4234281778335571,
|
| 60 |
+
0.36941373348236084,
|
| 61 |
+
0.07295995950698853,
|
| 62 |
+
0.20856037735939026,
|
| 63 |
+
0.1595340073108673
|
| 64 |
+
]
|
| 65 |
+
},
|
| 66 |
+
"arm_right": {
|
| 67 |
+
"min": [
|
| 68 |
+
-0.716392993927002,
|
| 69 |
+
-0.6038371324539185,
|
| 70 |
+
-0.8244187831878662,
|
| 71 |
+
-2.8655481338500977,
|
| 72 |
+
-0.7360591292381287,
|
| 73 |
+
-0.46696531772613525,
|
| 74 |
+
-0.5646489262580872,
|
| 75 |
+
0.0
|
| 76 |
+
],
|
| 77 |
+
"max": [
|
| 78 |
+
0.7915220856666565,
|
| 79 |
+
-0.0013781858142465353,
|
| 80 |
+
0.7577385902404785,
|
| 81 |
+
-0.8308423161506653,
|
| 82 |
+
0.21446968615055084,
|
| 83 |
+
1.2251592874526978,
|
| 84 |
+
0.44947269558906555,
|
| 85 |
+
1.1244078874588013
|
| 86 |
+
],
|
| 87 |
+
"mean": [
|
| 88 |
+
0.3837408125400543,
|
| 89 |
+
-0.2249354124069214,
|
| 90 |
+
-0.0052552418783307076,
|
| 91 |
+
-2.1025519371032715,
|
| 92 |
+
-0.2291196882724762,
|
| 93 |
+
0.17599603533744812,
|
| 94 |
+
-0.06906048953533173,
|
| 95 |
+
0.23745906352996826
|
| 96 |
+
],
|
| 97 |
+
"std": [
|
| 98 |
+
0.25365984439849854,
|
| 99 |
+
0.0926547572016716,
|
| 100 |
+
0.21798408031463623,
|
| 101 |
+
0.22830213606357525,
|
| 102 |
+
0.09816358238458633,
|
| 103 |
+
0.23792511224746704,
|
| 104 |
+
0.14450080692768097,
|
| 105 |
+
0.3802988827228546
|
| 106 |
+
],
|
| 107 |
+
"q01": [
|
| 108 |
+
-0.6036391854286194,
|
| 109 |
+
-0.4561430811882019,
|
| 110 |
+
-0.6313227415084839,
|
| 111 |
+
-2.5630123615264893,
|
| 112 |
+
-0.48393020033836365,
|
| 113 |
+
-0.24364696443080902,
|
| 114 |
+
-0.389657199382782,
|
| 115 |
+
0.0015339808305725455
|
| 116 |
+
],
|
| 117 |
+
"q99": [
|
| 118 |
+
0.7162808179855347,
|
| 119 |
+
-0.0015339808305725455,
|
| 120 |
+
0.6034432053565979,
|
| 121 |
+
-1.0979188680648804,
|
| 122 |
+
0.07259519398212433,
|
| 123 |
+
0.9059250354766846,
|
| 124 |
+
0.2830091714859009,
|
| 125 |
+
1.1213399171829224
|
| 126 |
+
]
|
| 127 |
+
}
|
| 128 |
+
},
|
| 129 |
+
"action": {
|
| 130 |
+
"arm_left": {
|
| 131 |
+
"min": [
|
| 132 |
+
0.43411657214164734,
|
| 133 |
+
-0.04295146092772484,
|
| 134 |
+
-0.13345633447170258,
|
| 135 |
+
-2.446699380874634,
|
| 136 |
+
0.07056311517953873,
|
| 137 |
+
-1.1388739347457886,
|
| 138 |
+
-0.2485048919916153,
|
| 139 |
+
0.025755329057574272
|
| 140 |
+
],
|
| 141 |
+
"max": [
|
| 142 |
+
0.8697671294212341,
|
| 143 |
+
0.31446605920791626,
|
| 144 |
+
0.40957286953926086,
|
| 145 |
+
-1.3146215677261353,
|
| 146 |
+
0.40343695878982544,
|
| 147 |
+
0.2202329933643341,
|
| 148 |
+
0.2730485796928406,
|
| 149 |
+
0.1641203910112381
|
| 150 |
+
],
|
| 151 |
+
"mean": [
|
| 152 |
+
0.6977559924125671,
|
| 153 |
+
0.13758960366249084,
|
| 154 |
+
0.16434746980667114,
|
| 155 |
+
-2.047302722930908,
|
| 156 |
+
0.2246919423341751,
|
| 157 |
+
-0.28312331438064575,
|
| 158 |
+
0.06251508742570877,
|
| 159 |
+
0.10364585369825363
|
| 160 |
+
],
|
| 161 |
+
"std": [
|
| 162 |
+
0.07598281651735306,
|
| 163 |
+
0.07121583074331284,
|
| 164 |
+
0.10434816032648087,
|
| 165 |
+
0.2665503919124603,
|
| 166 |
+
0.06769874691963196,
|
| 167 |
+
0.27433598041534424,
|
| 168 |
+
0.06941618770360947,
|
| 169 |
+
0.026416653767228127
|
| 170 |
+
],
|
| 171 |
+
"q01": [
|
| 172 |
+
0.5138835906982422,
|
| 173 |
+
-2.0694557179012918e-13,
|
| 174 |
+
-0.0951068103313446,
|
| 175 |
+
-2.3408546447753906,
|
| 176 |
+
0.09817477315664291,
|
| 177 |
+
-0.9425244331359863,
|
| 178 |
+
-0.23623304069042206,
|
| 179 |
+
0.042629119008779526
|
| 180 |
+
],
|
| 181 |
+
"q99": [
|
| 182 |
+
0.8482913970947266,
|
| 183 |
+
0.2817011773586273,
|
| 184 |
+
0.3804272413253784,
|
| 185 |
+
-1.4235341548919678,
|
| 186 |
+
0.36968937516212463,
|
| 187 |
+
0.07297084480524063,
|
| 188 |
+
0.20862138271331787,
|
| 189 |
+
0.16074563562870026
|
| 190 |
+
]
|
| 191 |
+
},
|
| 192 |
+
"arm_right": {
|
| 193 |
+
"min": [
|
| 194 |
+
-0.7163690328598022,
|
| 195 |
+
-0.604388415813446,
|
| 196 |
+
-0.8252816796302795,
|
| 197 |
+
-2.8670101165771484,
|
| 198 |
+
-0.7378447651863098,
|
| 199 |
+
-0.4669903814792633,
|
| 200 |
+
-0.5645049214363098,
|
| 201 |
+
-0.12610876560211182
|
| 202 |
+
],
|
| 203 |
+
"max": [
|
| 204 |
+
0.7915340662002563,
|
| 205 |
+
0.18100973963737488,
|
| 206 |
+
0.7577865123748779,
|
| 207 |
+
-0.8283496499061584,
|
| 208 |
+
0.2147573083639145,
|
| 209 |
+
1.2265243530273438,
|
| 210 |
+
0.4494563639163971,
|
| 211 |
+
2.347588539123535
|
| 212 |
+
],
|
| 213 |
+
"mean": [
|
| 214 |
+
0.38371986150741577,
|
| 215 |
+
-0.2240350842475891,
|
| 216 |
+
-0.005227997899055481,
|
| 217 |
+
-2.1025302410125732,
|
| 218 |
+
-0.22911398112773895,
|
| 219 |
+
0.17604878544807434,
|
| 220 |
+
-0.06911413371562958,
|
| 221 |
+
0.38315773010253906
|
| 222 |
+
],
|
| 223 |
+
"std": [
|
| 224 |
+
0.25374922156333923,
|
| 225 |
+
0.0953354462981224,
|
| 226 |
+
0.21813388168811798,
|
| 227 |
+
0.22850193083286235,
|
| 228 |
+
0.09825537353754044,
|
| 229 |
+
0.2380228489637375,
|
| 230 |
+
0.1445019245147705,
|
| 231 |
+
0.7454828023910522
|
| 232 |
+
],
|
| 233 |
+
"q01": [
|
| 234 |
+
-0.604388415813446,
|
| 235 |
+
-0.45657408237457275,
|
| 236 |
+
-0.6320000886917114,
|
| 237 |
+
-2.5642635822296143,
|
| 238 |
+
-0.48473793268203735,
|
| 239 |
+
-0.24302919209003448,
|
| 240 |
+
-0.38963112235069275,
|
| 241 |
+
-0.038365066051483154
|
| 242 |
+
],
|
| 243 |
+
"q99": [
|
| 244 |
+
0.7163690328598022,
|
| 245 |
+
0.041417479515075684,
|
| 246 |
+
0.6028544306755066,
|
| 247 |
+
-1.0952622890472412,
|
| 248 |
+
0.07209710031747818,
|
| 249 |
+
0.9074563980102539,
|
| 250 |
+
0.2822524607181549,
|
| 251 |
+
2.3374643325805664
|
| 252 |
+
]
|
| 253 |
+
}
|
| 254 |
+
},
|
| 255 |
+
"relative_action": {}
|
| 256 |
+
}
|
| 257 |
+
}
|
experiment_cfg/final_model_config.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "Gr00tN1d6",
|
| 3 |
+
"model_dtype": "bfloat16",
|
| 4 |
+
"model_name": "nvidia/Eagle-Block2A-2B-v2",
|
| 5 |
+
"backbone_model_type": "eagle",
|
| 6 |
+
"model_revision": null,
|
| 7 |
+
"tune_top_llm_layers": 4,
|
| 8 |
+
"tune_top_visual_layers": 0,
|
| 9 |
+
"backbone_embedding_dim": 2048,
|
| 10 |
+
"tune_llm": false,
|
| 11 |
+
"tune_visual": false,
|
| 12 |
+
"select_layer": 16,
|
| 13 |
+
"reproject_vision": false,
|
| 14 |
+
"use_flash_attention": true,
|
| 15 |
+
"load_bf16": true,
|
| 16 |
+
"collator_overwrite_image_inputs": false,
|
| 17 |
+
"eagle_collator": true,
|
| 18 |
+
"backbone_trainable_params_fp32": true,
|
| 19 |
+
"apply_sincos_state_encoding": true,
|
| 20 |
+
"use_relative_action": true,
|
| 21 |
+
"max_state_dim": 128,
|
| 22 |
+
"max_action_dim": 128,
|
| 23 |
+
"action_horizon": 50,
|
| 24 |
+
"hidden_size": 1024,
|
| 25 |
+
"input_embedding_dim": 1536,
|
| 26 |
+
"add_pos_embed": true,
|
| 27 |
+
"attn_dropout": 0.2,
|
| 28 |
+
"use_vlln": true,
|
| 29 |
+
"max_seq_len": 1024,
|
| 30 |
+
"use_alternate_vl_dit": true,
|
| 31 |
+
"attend_text_every_n_blocks": 2,
|
| 32 |
+
"diffusion_model_cfg": {
|
| 33 |
+
"attention_head_dim": 48,
|
| 34 |
+
"dropout": 0.2,
|
| 35 |
+
"final_dropout": true,
|
| 36 |
+
"interleave_self_attention": true,
|
| 37 |
+
"norm_type": "ada_norm",
|
| 38 |
+
"num_attention_heads": 32,
|
| 39 |
+
"num_layers": 32,
|
| 40 |
+
"output_dim": 1024,
|
| 41 |
+
"positional_embeddings": null
|
| 42 |
+
},
|
| 43 |
+
"num_inference_timesteps": 4,
|
| 44 |
+
"noise_beta_alpha": 1.5,
|
| 45 |
+
"noise_beta_beta": 1.0,
|
| 46 |
+
"noise_s": 0.999,
|
| 47 |
+
"num_timestep_buckets": 1000,
|
| 48 |
+
"tune_projector": true,
|
| 49 |
+
"tune_diffusion_model": true,
|
| 50 |
+
"tune_vlln": true,
|
| 51 |
+
"state_dropout_prob": 0.0,
|
| 52 |
+
"state_additive_noise_scale": 0.0,
|
| 53 |
+
"max_num_embodiments": 32,
|
| 54 |
+
"num_reward_classes": 6,
|
| 55 |
+
"use_label_embedding": true,
|
| 56 |
+
"siglip2_robotis_path": "/root/groot_workspace/checkpoints/siglip2_robotis/siglip2_robotis.pth",
|
| 57 |
+
"reward_label_predict_ratio": 0.7
|
| 58 |
+
}
|
experiment_cfg/final_processor_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model-00001-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9d75aed6b4e23caeb88d51d08d42bd1865ac7b71750c8ae4f905bdbd58c9651
|
| 3 |
+
size 4984992520
|
model-00002-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20490362a6ca62c5c925ef00f584a71d3e923d1b3c815adbed622b25f1b385a8
|
| 3 |
+
size 4997469776
|
model-00003-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fecf135e73b53bd7d45454faca63125f5636943e3c859c35061d6af05d6ff19f
|
| 3 |
+
size 4438572808
|
model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5864bbc614edd067da0e3d024394985a3f67205352a85b1fa1bdf69792d8312f
|
| 3 |
+
size 13204128649
|
processor_config.json
ADDED
|
@@ -0,0 +1,454 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"processor_class": "Gr00tN1d6Processor",
|
| 3 |
+
"processor_kwargs": {
|
| 4 |
+
"modality_configs": {
|
| 5 |
+
"behavior_r1_pro": {
|
| 6 |
+
"video": {
|
| 7 |
+
"delta_indices": [
|
| 8 |
+
0
|
| 9 |
+
],
|
| 10 |
+
"modality_keys": [
|
| 11 |
+
"observation.images.rgb.head_256_256",
|
| 12 |
+
"observation.images.rgb.left_wrist_256_256",
|
| 13 |
+
"observation.images.rgb.right_wrist_256_256"
|
| 14 |
+
],
|
| 15 |
+
"sin_cos_embedding_keys": null,
|
| 16 |
+
"mean_std_embedding_keys": null,
|
| 17 |
+
"action_configs": null
|
| 18 |
+
},
|
| 19 |
+
"state": {
|
| 20 |
+
"delta_indices": [
|
| 21 |
+
0
|
| 22 |
+
],
|
| 23 |
+
"modality_keys": [
|
| 24 |
+
"robot_pos",
|
| 25 |
+
"robot_ori_cos",
|
| 26 |
+
"robot_ori_sin",
|
| 27 |
+
"robot_2d_ori",
|
| 28 |
+
"robot_2d_ori_cos",
|
| 29 |
+
"robot_2d_ori_sin",
|
| 30 |
+
"robot_lin_vel",
|
| 31 |
+
"robot_ang_vel",
|
| 32 |
+
"arm_left_qpos",
|
| 33 |
+
"arm_left_qpos_sin",
|
| 34 |
+
"arm_left_qpos_cos",
|
| 35 |
+
"eef_left_pos",
|
| 36 |
+
"eef_left_quat",
|
| 37 |
+
"gripper_left_qpos",
|
| 38 |
+
"arm_right_qpos",
|
| 39 |
+
"arm_right_qpos_sin",
|
| 40 |
+
"arm_right_qpos_cos",
|
| 41 |
+
"eef_right_pos",
|
| 42 |
+
"eef_right_quat",
|
| 43 |
+
"gripper_right_qpos",
|
| 44 |
+
"trunk_qpos"
|
| 45 |
+
],
|
| 46 |
+
"sin_cos_embedding_keys": null,
|
| 47 |
+
"mean_std_embedding_keys": null,
|
| 48 |
+
"action_configs": null
|
| 49 |
+
},
|
| 50 |
+
"action": {
|
| 51 |
+
"delta_indices": [
|
| 52 |
+
0,
|
| 53 |
+
1,
|
| 54 |
+
2,
|
| 55 |
+
3,
|
| 56 |
+
4,
|
| 57 |
+
5,
|
| 58 |
+
6,
|
| 59 |
+
7,
|
| 60 |
+
8,
|
| 61 |
+
9,
|
| 62 |
+
10,
|
| 63 |
+
11,
|
| 64 |
+
12,
|
| 65 |
+
13,
|
| 66 |
+
14,
|
| 67 |
+
15,
|
| 68 |
+
16,
|
| 69 |
+
17,
|
| 70 |
+
18,
|
| 71 |
+
19,
|
| 72 |
+
20,
|
| 73 |
+
21,
|
| 74 |
+
22,
|
| 75 |
+
23,
|
| 76 |
+
24,
|
| 77 |
+
25,
|
| 78 |
+
26,
|
| 79 |
+
27,
|
| 80 |
+
28,
|
| 81 |
+
29,
|
| 82 |
+
30,
|
| 83 |
+
31
|
| 84 |
+
],
|
| 85 |
+
"modality_keys": [
|
| 86 |
+
"base",
|
| 87 |
+
"torso",
|
| 88 |
+
"left_arm",
|
| 89 |
+
"left_gripper",
|
| 90 |
+
"right_arm",
|
| 91 |
+
"right_gripper"
|
| 92 |
+
],
|
| 93 |
+
"sin_cos_embedding_keys": null,
|
| 94 |
+
"mean_std_embedding_keys": null,
|
| 95 |
+
"action_configs": [
|
| 96 |
+
{
|
| 97 |
+
"rep": "ABSOLUTE",
|
| 98 |
+
"type": "NON_EEF",
|
| 99 |
+
"format": "DEFAULT",
|
| 100 |
+
"state_key": null
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"rep": "RELATIVE",
|
| 104 |
+
"type": "NON_EEF",
|
| 105 |
+
"format": "DEFAULT",
|
| 106 |
+
"state_key": "trunk_qpos"
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"rep": "RELATIVE",
|
| 110 |
+
"type": "NON_EEF",
|
| 111 |
+
"format": "DEFAULT",
|
| 112 |
+
"state_key": "arm_left_qpos"
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"rep": "ABSOLUTE",
|
| 116 |
+
"type": "NON_EEF",
|
| 117 |
+
"format": "DEFAULT",
|
| 118 |
+
"state_key": null
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"rep": "RELATIVE",
|
| 122 |
+
"type": "NON_EEF",
|
| 123 |
+
"format": "DEFAULT",
|
| 124 |
+
"state_key": "arm_right_qpos"
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"rep": "ABSOLUTE",
|
| 128 |
+
"type": "NON_EEF",
|
| 129 |
+
"format": "DEFAULT",
|
| 130 |
+
"state_key": null
|
| 131 |
+
}
|
| 132 |
+
]
|
| 133 |
+
},
|
| 134 |
+
"language": {
|
| 135 |
+
"delta_indices": [
|
| 136 |
+
0
|
| 137 |
+
],
|
| 138 |
+
"modality_keys": [
|
| 139 |
+
"annotation.human.coarse_action"
|
| 140 |
+
],
|
| 141 |
+
"sin_cos_embedding_keys": null,
|
| 142 |
+
"mean_std_embedding_keys": null,
|
| 143 |
+
"action_configs": null
|
| 144 |
+
}
|
| 145 |
+
},
|
| 146 |
+
"gr1": {
|
| 147 |
+
"video": {
|
| 148 |
+
"delta_indices": [
|
| 149 |
+
0
|
| 150 |
+
],
|
| 151 |
+
"modality_keys": [
|
| 152 |
+
"ego_view_bg_crop_pad_res256_freq20"
|
| 153 |
+
],
|
| 154 |
+
"sin_cos_embedding_keys": null,
|
| 155 |
+
"mean_std_embedding_keys": null,
|
| 156 |
+
"action_configs": null
|
| 157 |
+
},
|
| 158 |
+
"state": {
|
| 159 |
+
"delta_indices": [
|
| 160 |
+
0
|
| 161 |
+
],
|
| 162 |
+
"modality_keys": [
|
| 163 |
+
"left_arm",
|
| 164 |
+
"right_arm",
|
| 165 |
+
"left_hand",
|
| 166 |
+
"right_hand",
|
| 167 |
+
"waist"
|
| 168 |
+
],
|
| 169 |
+
"sin_cos_embedding_keys": [
|
| 170 |
+
"left_arm",
|
| 171 |
+
"right_arm",
|
| 172 |
+
"left_hand",
|
| 173 |
+
"right_hand",
|
| 174 |
+
"waist"
|
| 175 |
+
],
|
| 176 |
+
"mean_std_embedding_keys": null,
|
| 177 |
+
"action_configs": null
|
| 178 |
+
},
|
| 179 |
+
"action": {
|
| 180 |
+
"delta_indices": [
|
| 181 |
+
0,
|
| 182 |
+
1,
|
| 183 |
+
2,
|
| 184 |
+
3,
|
| 185 |
+
4,
|
| 186 |
+
5,
|
| 187 |
+
6,
|
| 188 |
+
7,
|
| 189 |
+
8,
|
| 190 |
+
9,
|
| 191 |
+
10,
|
| 192 |
+
11,
|
| 193 |
+
12,
|
| 194 |
+
13,
|
| 195 |
+
14,
|
| 196 |
+
15
|
| 197 |
+
],
|
| 198 |
+
"modality_keys": [
|
| 199 |
+
"left_arm",
|
| 200 |
+
"right_arm",
|
| 201 |
+
"left_hand",
|
| 202 |
+
"right_hand",
|
| 203 |
+
"waist"
|
| 204 |
+
],
|
| 205 |
+
"sin_cos_embedding_keys": null,
|
| 206 |
+
"mean_std_embedding_keys": null,
|
| 207 |
+
"action_configs": [
|
| 208 |
+
{
|
| 209 |
+
"rep": "RELATIVE",
|
| 210 |
+
"type": "NON_EEF",
|
| 211 |
+
"format": "DEFAULT",
|
| 212 |
+
"state_key": null
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"rep": "RELATIVE",
|
| 216 |
+
"type": "NON_EEF",
|
| 217 |
+
"format": "DEFAULT",
|
| 218 |
+
"state_key": null
|
| 219 |
+
},
|
| 220 |
+
{
|
| 221 |
+
"rep": "RELATIVE",
|
| 222 |
+
"type": "NON_EEF",
|
| 223 |
+
"format": "DEFAULT",
|
| 224 |
+
"state_key": null
|
| 225 |
+
},
|
| 226 |
+
{
|
| 227 |
+
"rep": "RELATIVE",
|
| 228 |
+
"type": "NON_EEF",
|
| 229 |
+
"format": "DEFAULT",
|
| 230 |
+
"state_key": null
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"rep": "ABSOLUTE",
|
| 234 |
+
"type": "NON_EEF",
|
| 235 |
+
"format": "DEFAULT",
|
| 236 |
+
"state_key": null
|
| 237 |
+
}
|
| 238 |
+
]
|
| 239 |
+
},
|
| 240 |
+
"language": {
|
| 241 |
+
"delta_indices": [
|
| 242 |
+
0
|
| 243 |
+
],
|
| 244 |
+
"modality_keys": [
|
| 245 |
+
"task"
|
| 246 |
+
],
|
| 247 |
+
"sin_cos_embedding_keys": null,
|
| 248 |
+
"mean_std_embedding_keys": null,
|
| 249 |
+
"action_configs": null
|
| 250 |
+
}
|
| 251 |
+
},
|
| 252 |
+
"robocasa_panda_omron": {
|
| 253 |
+
"video": {
|
| 254 |
+
"delta_indices": [
|
| 255 |
+
0
|
| 256 |
+
],
|
| 257 |
+
"modality_keys": [
|
| 258 |
+
"res256_image_side_0",
|
| 259 |
+
"res256_image_side_1",
|
| 260 |
+
"res256_image_wrist_0"
|
| 261 |
+
],
|
| 262 |
+
"sin_cos_embedding_keys": null,
|
| 263 |
+
"mean_std_embedding_keys": null,
|
| 264 |
+
"action_configs": null
|
| 265 |
+
},
|
| 266 |
+
"state": {
|
| 267 |
+
"delta_indices": [
|
| 268 |
+
0
|
| 269 |
+
],
|
| 270 |
+
"modality_keys": [
|
| 271 |
+
"end_effector_position_relative",
|
| 272 |
+
"end_effector_rotation_relative",
|
| 273 |
+
"gripper_qpos",
|
| 274 |
+
"base_position",
|
| 275 |
+
"base_rotation"
|
| 276 |
+
],
|
| 277 |
+
"sin_cos_embedding_keys": null,
|
| 278 |
+
"mean_std_embedding_keys": null,
|
| 279 |
+
"action_configs": null
|
| 280 |
+
},
|
| 281 |
+
"action": {
|
| 282 |
+
"delta_indices": [
|
| 283 |
+
0,
|
| 284 |
+
1,
|
| 285 |
+
2,
|
| 286 |
+
3,
|
| 287 |
+
4,
|
| 288 |
+
5,
|
| 289 |
+
6,
|
| 290 |
+
7,
|
| 291 |
+
8,
|
| 292 |
+
9,
|
| 293 |
+
10,
|
| 294 |
+
11,
|
| 295 |
+
12,
|
| 296 |
+
13,
|
| 297 |
+
14,
|
| 298 |
+
15
|
| 299 |
+
],
|
| 300 |
+
"modality_keys": [
|
| 301 |
+
"end_effector_position",
|
| 302 |
+
"end_effector_rotation",
|
| 303 |
+
"gripper_close",
|
| 304 |
+
"base_motion",
|
| 305 |
+
"control_mode"
|
| 306 |
+
],
|
| 307 |
+
"sin_cos_embedding_keys": null,
|
| 308 |
+
"mean_std_embedding_keys": null,
|
| 309 |
+
"action_configs": [
|
| 310 |
+
{
|
| 311 |
+
"rep": "ABSOLUTE",
|
| 312 |
+
"type": "NON_EEF",
|
| 313 |
+
"format": "DEFAULT",
|
| 314 |
+
"state_key": null
|
| 315 |
+
},
|
| 316 |
+
{
|
| 317 |
+
"rep": "ABSOLUTE",
|
| 318 |
+
"type": "NON_EEF",
|
| 319 |
+
"format": "DEFAULT",
|
| 320 |
+
"state_key": null
|
| 321 |
+
},
|
| 322 |
+
{
|
| 323 |
+
"rep": "ABSOLUTE",
|
| 324 |
+
"type": "NON_EEF",
|
| 325 |
+
"format": "DEFAULT",
|
| 326 |
+
"state_key": null
|
| 327 |
+
},
|
| 328 |
+
{
|
| 329 |
+
"rep": "ABSOLUTE",
|
| 330 |
+
"type": "NON_EEF",
|
| 331 |
+
"format": "DEFAULT",
|
| 332 |
+
"state_key": null
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"rep": "ABSOLUTE",
|
| 336 |
+
"type": "NON_EEF",
|
| 337 |
+
"format": "DEFAULT",
|
| 338 |
+
"state_key": null
|
| 339 |
+
}
|
| 340 |
+
]
|
| 341 |
+
},
|
| 342 |
+
"language": {
|
| 343 |
+
"delta_indices": [
|
| 344 |
+
0
|
| 345 |
+
],
|
| 346 |
+
"modality_keys": [
|
| 347 |
+
"annotation.human.action.task_description"
|
| 348 |
+
],
|
| 349 |
+
"sin_cos_embedding_keys": null,
|
| 350 |
+
"mean_std_embedding_keys": null,
|
| 351 |
+
"action_configs": null
|
| 352 |
+
}
|
| 353 |
+
},
|
| 354 |
+
"new_embodiment": {
|
| 355 |
+
"video": {
|
| 356 |
+
"delta_indices": [
|
| 357 |
+
0
|
| 358 |
+
],
|
| 359 |
+
"modality_keys": [
|
| 360 |
+
"cam_left_head"
|
| 361 |
+
],
|
| 362 |
+
"sin_cos_embedding_keys": null,
|
| 363 |
+
"mean_std_embedding_keys": null,
|
| 364 |
+
"action_configs": null
|
| 365 |
+
},
|
| 366 |
+
"state": {
|
| 367 |
+
"delta_indices": [
|
| 368 |
+
0
|
| 369 |
+
],
|
| 370 |
+
"modality_keys": [
|
| 371 |
+
"arm_left",
|
| 372 |
+
"arm_right"
|
| 373 |
+
],
|
| 374 |
+
"sin_cos_embedding_keys": null,
|
| 375 |
+
"mean_std_embedding_keys": null,
|
| 376 |
+
"action_configs": null
|
| 377 |
+
},
|
| 378 |
+
"action": {
|
| 379 |
+
"delta_indices": [
|
| 380 |
+
0,
|
| 381 |
+
1,
|
| 382 |
+
2,
|
| 383 |
+
3,
|
| 384 |
+
4,
|
| 385 |
+
5,
|
| 386 |
+
6,
|
| 387 |
+
7,
|
| 388 |
+
8,
|
| 389 |
+
9,
|
| 390 |
+
10,
|
| 391 |
+
11,
|
| 392 |
+
12,
|
| 393 |
+
13,
|
| 394 |
+
14,
|
| 395 |
+
15
|
| 396 |
+
],
|
| 397 |
+
"modality_keys": [
|
| 398 |
+
"arm_left",
|
| 399 |
+
"arm_right"
|
| 400 |
+
],
|
| 401 |
+
"sin_cos_embedding_keys": null,
|
| 402 |
+
"mean_std_embedding_keys": null,
|
| 403 |
+
"action_configs": [
|
| 404 |
+
{
|
| 405 |
+
"rep": "ABSOLUTE",
|
| 406 |
+
"type": "NON_EEF",
|
| 407 |
+
"format": "DEFAULT",
|
| 408 |
+
"state_key": null
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"rep": "ABSOLUTE",
|
| 412 |
+
"type": "NON_EEF",
|
| 413 |
+
"format": "DEFAULT",
|
| 414 |
+
"state_key": null
|
| 415 |
+
}
|
| 416 |
+
]
|
| 417 |
+
},
|
| 418 |
+
"language": {
|
| 419 |
+
"delta_indices": [
|
| 420 |
+
0
|
| 421 |
+
],
|
| 422 |
+
"modality_keys": [
|
| 423 |
+
"annotation.human.task_description"
|
| 424 |
+
],
|
| 425 |
+
"sin_cos_embedding_keys": null,
|
| 426 |
+
"mean_std_embedding_keys": null,
|
| 427 |
+
"action_configs": null
|
| 428 |
+
}
|
| 429 |
+
}
|
| 430 |
+
},
|
| 431 |
+
"image_crop_size": null,
|
| 432 |
+
"image_target_size": null,
|
| 433 |
+
"use_albumentations": true,
|
| 434 |
+
"random_rotation_angle": null,
|
| 435 |
+
"color_jitter_params": {
|
| 436 |
+
"brightness": 0.3,
|
| 437 |
+
"contrast": 0.4,
|
| 438 |
+
"saturation": 0.5,
|
| 439 |
+
"hue": 0.08
|
| 440 |
+
},
|
| 441 |
+
"shortest_image_edge": 256,
|
| 442 |
+
"crop_fraction": 0.95,
|
| 443 |
+
"model_name": "nvidia/Eagle-Block2A-2B-v2",
|
| 444 |
+
"model_type": "eagle",
|
| 445 |
+
"formalize_language": true,
|
| 446 |
+
"max_state_dim": 128,
|
| 447 |
+
"max_action_dim": 128,
|
| 448 |
+
"max_action_horizon": 50,
|
| 449 |
+
"use_percentiles": false,
|
| 450 |
+
"clip_outliers": true,
|
| 451 |
+
"apply_sincos_state_encoding": true,
|
| 452 |
+
"use_relative_action": true
|
| 453 |
+
}
|
| 454 |
+
}
|
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ca3cb40b471b21d8ab7123b70d203369a5da3bf855eca5ed2bcc1af115d1840
|
| 3 |
+
size 14645
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0994ada9df0673f832115c2e786787db3d753b809b380c5b150a0f4476ff9e9
|
| 3 |
+
size 1465
|
statistics.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
trainer_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5dcc7a8704bf3ef3bfb2568d2ed08f790ec6cb1efbe62896d0fae60b82822469
|
| 3 |
+
size 5841
|
wandb_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"project": "finetune-gr00t-n1d6", "run_id": "ffw_bg2_reward_label"}
|