Instructions to use dodoleonarnci/uf850-groot-pickplace with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use dodoleonarnci/uf850-groot-pickplace with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- README.md +19 -0
- config.json +88 -0
- embodiment_id.json +56 -0
- experiment_cfg/conf.yaml +213 -0
- experiment_cfg/config.yaml +239 -0
- experiment_cfg/dataset_statistics.json +932 -0
- experiment_cfg/final_model_config.json +55 -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
- processor_config.json +1123 -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
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: nvidia/GR00T-N1.7-3B
|
| 4 |
+
library_name: gr00t
|
| 5 |
+
tags: [robotics, gr00t, isaac-gr00t, lerobot, uf850, vla, manipulation]
|
| 6 |
+
---
|
| 7 |
+
# UF850 GR00T-N1.7 fine-tune (pick & place)
|
| 8 |
+
|
| 9 |
+
Fine-tune of **NVIDIA Isaac-GR00T N1.7-3B** on UFactory 850 Meta-Quest teleoperation demos.
|
| 10 |
+
|
| 11 |
+
- **Base model:** nvidia/GR00T-N1.7-3B
|
| 12 |
+
- **Embodiment:** `NEW_EMBODIMENT` (7-DoF: joints j1..j6 + gripper)
|
| 13 |
+
- **Task:** "Pick up the cube. Place it on box. Pick up the cube again. Place it on table."
|
| 14 |
+
- **Data:** 101 LeRobot v2.1 episodes, base + wrist cameras (640x480 @ 30 fps)
|
| 15 |
+
- **Training:** 20,000 steps, global batch 32, action-head fine-tune (frozen VLM backbone)
|
| 16 |
+
- **Final loss:** 0.0237 (min 0.0198)
|
| 17 |
+
|
| 18 |
+
Inference checkpoint — optimizer state omitted. Load with the Isaac-GR00T stack using the
|
| 19 |
+
`NEW_EMBODIMENT` modality config (single_arm 0:6 + gripper 6, base/wrist cameras).
|
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 |
+
}
|
embodiment_id.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
}
|
experiment_cfg/conf.yaml
ADDED
|
@@ -0,0 +1,213 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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: null
|
| 27 |
+
use_albumentations_transforms: true
|
| 28 |
+
extra_augmentation_config: null
|
| 29 |
+
formalize_language: true
|
| 30 |
+
apply_sincos_state_encoding: false
|
| 31 |
+
use_percentiles: true
|
| 32 |
+
use_relative_action: true
|
| 33 |
+
max_state_dim: 132
|
| 34 |
+
max_action_dim: 132
|
| 35 |
+
action_horizon: 40
|
| 36 |
+
hidden_size: 1024
|
| 37 |
+
input_embedding_dim: 1536
|
| 38 |
+
state_history_length: 1
|
| 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: 16
|
| 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.2
|
| 64 |
+
exclude_state: false
|
| 65 |
+
use_mean_std: false
|
| 66 |
+
max_num_embodiments: 32
|
| 67 |
+
data:
|
| 68 |
+
datasets:
|
| 69 |
+
- dataset_paths:
|
| 70 |
+
- /dev/shm/uf850_data
|
| 71 |
+
embodiment_tag: new_embodiment
|
| 72 |
+
mix_ratio: 1.0
|
| 73 |
+
dataset_type: physical_embodiment
|
| 74 |
+
val_dataset_path: null
|
| 75 |
+
modality_configs:
|
| 76 |
+
new_embodiment:
|
| 77 |
+
video:
|
| 78 |
+
delta_indices:
|
| 79 |
+
- 0
|
| 80 |
+
modality_keys:
|
| 81 |
+
- base
|
| 82 |
+
- wrist
|
| 83 |
+
sin_cos_embedding_keys: null
|
| 84 |
+
mean_std_embedding_keys: null
|
| 85 |
+
action_configs: null
|
| 86 |
+
state:
|
| 87 |
+
delta_indices:
|
| 88 |
+
- 0
|
| 89 |
+
modality_keys:
|
| 90 |
+
- single_arm
|
| 91 |
+
- gripper
|
| 92 |
+
sin_cos_embedding_keys: null
|
| 93 |
+
mean_std_embedding_keys: null
|
| 94 |
+
action_configs: null
|
| 95 |
+
action:
|
| 96 |
+
delta_indices:
|
| 97 |
+
- 0
|
| 98 |
+
- 1
|
| 99 |
+
- 2
|
| 100 |
+
- 3
|
| 101 |
+
- 4
|
| 102 |
+
- 5
|
| 103 |
+
- 6
|
| 104 |
+
- 7
|
| 105 |
+
- 8
|
| 106 |
+
- 9
|
| 107 |
+
- 10
|
| 108 |
+
- 11
|
| 109 |
+
- 12
|
| 110 |
+
- 13
|
| 111 |
+
- 14
|
| 112 |
+
- 15
|
| 113 |
+
modality_keys:
|
| 114 |
+
- single_arm
|
| 115 |
+
- gripper
|
| 116 |
+
sin_cos_embedding_keys: null
|
| 117 |
+
mean_std_embedding_keys: null
|
| 118 |
+
action_configs:
|
| 119 |
+
- rep: RELATIVE
|
| 120 |
+
type: NON_EEF
|
| 121 |
+
format: DEFAULT
|
| 122 |
+
state_key: null
|
| 123 |
+
- rep: ABSOLUTE
|
| 124 |
+
type: NON_EEF
|
| 125 |
+
format: DEFAULT
|
| 126 |
+
state_key: null
|
| 127 |
+
language:
|
| 128 |
+
delta_indices:
|
| 129 |
+
- 0
|
| 130 |
+
modality_keys:
|
| 131 |
+
- annotation.human.task_description
|
| 132 |
+
sin_cos_embedding_keys: null
|
| 133 |
+
mean_std_embedding_keys: null
|
| 134 |
+
action_configs: null
|
| 135 |
+
download_cache: false
|
| 136 |
+
shard_size: 256
|
| 137 |
+
episode_sampling_rate: 0.1
|
| 138 |
+
num_shards_per_epoch: 100000
|
| 139 |
+
override_pretraining_statistics: true
|
| 140 |
+
mode: single_turn
|
| 141 |
+
random_chop: 0.0
|
| 142 |
+
mock_dataset_mode: false
|
| 143 |
+
shuffle: true
|
| 144 |
+
seed: 42
|
| 145 |
+
multiprocessing_context: spawn
|
| 146 |
+
allow_padding: false
|
| 147 |
+
subsample_ratio: 1.0
|
| 148 |
+
image_crop_size:
|
| 149 |
+
- 244
|
| 150 |
+
- 244
|
| 151 |
+
image_target_size:
|
| 152 |
+
- 224
|
| 153 |
+
- 224
|
| 154 |
+
video_backend: opencv
|
| 155 |
+
training:
|
| 156 |
+
output_dir: /workspace/uf850_ckpt
|
| 157 |
+
experiment_name: null
|
| 158 |
+
max_steps: 20000
|
| 159 |
+
global_batch_size: 32
|
| 160 |
+
batch_size: null
|
| 161 |
+
gradient_accumulation_steps: 1
|
| 162 |
+
learning_rate: 0.0001
|
| 163 |
+
lr_scheduler_type: cosine
|
| 164 |
+
weight_decay: 1.0e-05
|
| 165 |
+
warmup_ratio: 0.05
|
| 166 |
+
warmup_steps: 0
|
| 167 |
+
max_grad_norm: 1.0
|
| 168 |
+
optim: adamw_torch
|
| 169 |
+
start_from_checkpoint: nvidia/GR00T-N1.7-3B
|
| 170 |
+
skip_weight_loading: false
|
| 171 |
+
tf32: true
|
| 172 |
+
fp16: false
|
| 173 |
+
bf16: true
|
| 174 |
+
eval_bf16: true
|
| 175 |
+
logging_steps: 10
|
| 176 |
+
save_steps: 2000
|
| 177 |
+
save_total_limit: 2
|
| 178 |
+
save_vl_model: false
|
| 179 |
+
save_only_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: 4
|
| 200 |
+
remove_unused_columns: false
|
| 201 |
+
use_wandb: false
|
| 202 |
+
wandb_project: finetune-gr00t-n1d7
|
| 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: 20000
|
| 213 |
+
save_steps: 2000
|
experiment_cfg/config.yaml
ADDED
|
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
- /dev/shm/uf850_data
|
| 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: !!python/object/apply:gr00t.data.types.ActionRepresentation
|
| 29 |
+
- relative
|
| 30 |
+
state_key: null
|
| 31 |
+
type: &id002 !!python/object/apply:gr00t.data.types.ActionType
|
| 32 |
+
- non_eef
|
| 33 |
+
- !!python/object:gr00t.data.types.ActionConfig
|
| 34 |
+
format: *id001
|
| 35 |
+
rep: !!python/object/apply:gr00t.data.types.ActionRepresentation
|
| 36 |
+
- absolute
|
| 37 |
+
state_key: null
|
| 38 |
+
type: *id002
|
| 39 |
+
delta_indices:
|
| 40 |
+
- 0
|
| 41 |
+
- 1
|
| 42 |
+
- 2
|
| 43 |
+
- 3
|
| 44 |
+
- 4
|
| 45 |
+
- 5
|
| 46 |
+
- 6
|
| 47 |
+
- 7
|
| 48 |
+
- 8
|
| 49 |
+
- 9
|
| 50 |
+
- 10
|
| 51 |
+
- 11
|
| 52 |
+
- 12
|
| 53 |
+
- 13
|
| 54 |
+
- 14
|
| 55 |
+
- 15
|
| 56 |
+
mean_std_embedding_keys: null
|
| 57 |
+
modality_keys:
|
| 58 |
+
- single_arm
|
| 59 |
+
- gripper
|
| 60 |
+
sin_cos_embedding_keys: null
|
| 61 |
+
language: !!python/object:gr00t.data.types.ModalityConfig
|
| 62 |
+
action_configs: null
|
| 63 |
+
delta_indices:
|
| 64 |
+
- 0
|
| 65 |
+
mean_std_embedding_keys: null
|
| 66 |
+
modality_keys:
|
| 67 |
+
- annotation.human.task_description
|
| 68 |
+
sin_cos_embedding_keys: null
|
| 69 |
+
state: !!python/object:gr00t.data.types.ModalityConfig
|
| 70 |
+
action_configs: null
|
| 71 |
+
delta_indices:
|
| 72 |
+
- 0
|
| 73 |
+
mean_std_embedding_keys: null
|
| 74 |
+
modality_keys:
|
| 75 |
+
- single_arm
|
| 76 |
+
- gripper
|
| 77 |
+
sin_cos_embedding_keys: null
|
| 78 |
+
video: !!python/object:gr00t.data.types.ModalityConfig
|
| 79 |
+
action_configs: null
|
| 80 |
+
delta_indices:
|
| 81 |
+
- 0
|
| 82 |
+
mean_std_embedding_keys: null
|
| 83 |
+
modality_keys:
|
| 84 |
+
- base
|
| 85 |
+
- wrist
|
| 86 |
+
sin_cos_embedding_keys: null
|
| 87 |
+
mode: single_turn
|
| 88 |
+
multiprocessing_context: spawn
|
| 89 |
+
num_shards_per_epoch: 100000
|
| 90 |
+
override_pretraining_statistics: true
|
| 91 |
+
random_chop: 0.0
|
| 92 |
+
seed: 42
|
| 93 |
+
shard_size: 256
|
| 94 |
+
shuffle: true
|
| 95 |
+
subsample_ratio: 1.0
|
| 96 |
+
video_backend: opencv
|
| 97 |
+
load_config_path: null
|
| 98 |
+
model: !!python/object:gr00t.configs.model.gr00t_n1d7.Gr00tN1d7Config
|
| 99 |
+
_attn_implementation_internal: null
|
| 100 |
+
_commit_hash: null
|
| 101 |
+
_name_or_path: ''
|
| 102 |
+
_output_attentions: false
|
| 103 |
+
add_cross_attention: false
|
| 104 |
+
architectures: null
|
| 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: null
|
| 111 |
+
cross_attention_hidden_size: null
|
| 112 |
+
decoder_start_token_id: null
|
| 113 |
+
diffusion_model_cfg:
|
| 114 |
+
attention_head_dim: 48
|
| 115 |
+
dropout: 0.2
|
| 116 |
+
final_dropout: true
|
| 117 |
+
interleave_self_attention: true
|
| 118 |
+
norm_type: ada_norm
|
| 119 |
+
num_attention_heads: 32
|
| 120 |
+
num_layers: 16
|
| 121 |
+
output_dim: 1024
|
| 122 |
+
positional_embeddings: null
|
| 123 |
+
diversity_penalty: 0.0
|
| 124 |
+
do_sample: false
|
| 125 |
+
dtype: null
|
| 126 |
+
early_stopping: false
|
| 127 |
+
encoder_no_repeat_ngram_size: 0
|
| 128 |
+
eos_token_id: null
|
| 129 |
+
exponential_decay_length_penalty: null
|
| 130 |
+
extra_augmentation_config: null
|
| 131 |
+
finetuning_task: null
|
| 132 |
+
forced_bos_token_id: null
|
| 133 |
+
forced_eos_token_id: null
|
| 134 |
+
id2label:
|
| 135 |
+
0: LABEL_0
|
| 136 |
+
1: LABEL_1
|
| 137 |
+
is_decoder: false
|
| 138 |
+
is_encoder_decoder: false
|
| 139 |
+
label2id:
|
| 140 |
+
LABEL_0: 0
|
| 141 |
+
LABEL_1: 1
|
| 142 |
+
length_penalty: 1.0
|
| 143 |
+
load_bf16: false
|
| 144 |
+
max_length: 20
|
| 145 |
+
min_length: 0
|
| 146 |
+
model_name: nvidia/Cosmos-Reason2-2B
|
| 147 |
+
no_repeat_ngram_size: 0
|
| 148 |
+
num_beam_groups: 1
|
| 149 |
+
num_beams: 1
|
| 150 |
+
num_return_sequences: 1
|
| 151 |
+
output_hidden_states: false
|
| 152 |
+
output_scores: false
|
| 153 |
+
pad_token_id: null
|
| 154 |
+
prefix: null
|
| 155 |
+
problem_type: null
|
| 156 |
+
pruned_heads: {}
|
| 157 |
+
random_rotation_angle: null
|
| 158 |
+
remove_invalid_values: false
|
| 159 |
+
repetition_penalty: 1.0
|
| 160 |
+
reproject_vision: false
|
| 161 |
+
return_dict: true
|
| 162 |
+
return_dict_in_generate: false
|
| 163 |
+
sep_token_id: null
|
| 164 |
+
state_dropout_prob: 0.2
|
| 165 |
+
suppress_tokens: null
|
| 166 |
+
task_specific_params: null
|
| 167 |
+
temperature: 1.0
|
| 168 |
+
tf_legacy_loss: false
|
| 169 |
+
tie_encoder_decoder: false
|
| 170 |
+
tie_word_embeddings: true
|
| 171 |
+
tokenizer_class: null
|
| 172 |
+
top_k: 50
|
| 173 |
+
top_p: 1.0
|
| 174 |
+
torchscript: false
|
| 175 |
+
transformers_version: null
|
| 176 |
+
tune_diffusion_model: true
|
| 177 |
+
tune_llm: false
|
| 178 |
+
tune_projector: true
|
| 179 |
+
tune_visual: false
|
| 180 |
+
typical_p: 1.0
|
| 181 |
+
use_bfloat16: false
|
| 182 |
+
use_relative_action: true
|
| 183 |
+
training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
|
| 184 |
+
add_rl_callback: false
|
| 185 |
+
assert_loss_less_than: null
|
| 186 |
+
batch_size: null
|
| 187 |
+
bf16: true
|
| 188 |
+
dataloader_num_workers: 4
|
| 189 |
+
ddp_bucket_cap_mb: 100
|
| 190 |
+
deepspeed_stage: 2
|
| 191 |
+
enable_open_loop_eval: false
|
| 192 |
+
enable_profiling: false
|
| 193 |
+
eval_batch_size: 2
|
| 194 |
+
eval_bf16: true
|
| 195 |
+
eval_set_split_ratio: 0.1
|
| 196 |
+
eval_steps: 500
|
| 197 |
+
eval_strategy: 'no'
|
| 198 |
+
experiment_name: null
|
| 199 |
+
fp16: false
|
| 200 |
+
global_batch_size: 32
|
| 201 |
+
gradient_accumulation_steps: 1
|
| 202 |
+
gradient_checkpointing: false
|
| 203 |
+
learning_rate: 0.0001
|
| 204 |
+
logging_steps: 10
|
| 205 |
+
lr_scheduler_type: cosine
|
| 206 |
+
max_concurrent_uploads: 2
|
| 207 |
+
max_grad_norm: 1.0
|
| 208 |
+
max_retries: 3
|
| 209 |
+
max_steps: 20000
|
| 210 |
+
num_gpus: 1
|
| 211 |
+
open_loop_eval_plot_indices: null
|
| 212 |
+
open_loop_eval_steps_per_traj: 100
|
| 213 |
+
open_loop_eval_traj_ids:
|
| 214 |
+
- 0
|
| 215 |
+
optim: adamw_torch
|
| 216 |
+
output_dir: /workspace/uf850_ckpt
|
| 217 |
+
remove_unused_columns: false
|
| 218 |
+
save_best_eval_metric_greater_is_better: true
|
| 219 |
+
save_best_eval_metric_name: ''
|
| 220 |
+
save_only_model: false
|
| 221 |
+
save_steps: 2000
|
| 222 |
+
save_total_limit: 2
|
| 223 |
+
save_vl_model: false
|
| 224 |
+
skip_weight_loading: false
|
| 225 |
+
start_from_checkpoint: nvidia/GR00T-N1.7-3B
|
| 226 |
+
tf32: true
|
| 227 |
+
transformers_access_token: null
|
| 228 |
+
transformers_cache_dir: null
|
| 229 |
+
transformers_local_files_only: false
|
| 230 |
+
transformers_trust_remote_code: true
|
| 231 |
+
upload_checkpoints: false
|
| 232 |
+
upload_every: 1000
|
| 233 |
+
upload_last_n_checkpoints: 5
|
| 234 |
+
use_ddp: false
|
| 235 |
+
use_wandb: false
|
| 236 |
+
wandb_project: finetune-gr00t-n1d7
|
| 237 |
+
warmup_ratio: 0.05
|
| 238 |
+
warmup_steps: 0
|
| 239 |
+
weight_decay: 1.0e-05
|
experiment_cfg/dataset_statistics.json
ADDED
|
@@ -0,0 +1,932 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"new_embodiment": {
|
| 3 |
+
"state": {
|
| 4 |
+
"single_arm": {
|
| 5 |
+
"min": [
|
| 6 |
+
-0.592655599117279,
|
| 7 |
+
-1.4958008527755737,
|
| 8 |
+
-2.4152991771698,
|
| 9 |
+
-3.011120080947876,
|
| 10 |
+
0.013632671907544136,
|
| 11 |
+
-1.3678452968597412
|
| 12 |
+
],
|
| 13 |
+
"max": [
|
| 14 |
+
0.44287005066871643,
|
| 15 |
+
-0.13162055611610413,
|
| 16 |
+
-0.27703857421875,
|
| 17 |
+
0.9268300533294678,
|
| 18 |
+
1.356399655342102,
|
| 19 |
+
2.651588201522827
|
| 20 |
+
],
|
| 21 |
+
"mean": [
|
| 22 |
+
-0.08583929389715195,
|
| 23 |
+
-0.6927860975265503,
|
| 24 |
+
-0.9374713897705078,
|
| 25 |
+
-0.37021225690841675,
|
| 26 |
+
0.6744750142097473,
|
| 27 |
+
0.048665501177310944
|
| 28 |
+
],
|
| 29 |
+
"std": [
|
| 30 |
+
0.1581176072359085,
|
| 31 |
+
0.16969016194343567,
|
| 32 |
+
0.32089462876319885,
|
| 33 |
+
0.4413868486881256,
|
| 34 |
+
0.2593396008014679,
|
| 35 |
+
0.3505861461162567
|
| 36 |
+
],
|
| 37 |
+
"q01": [
|
| 38 |
+
-0.41856096327304837,
|
| 39 |
+
-1.0545359003543853,
|
| 40 |
+
-1.6649452090263366,
|
| 41 |
+
-2.207083568572998,
|
| 42 |
+
0.1486940871179104,
|
| 43 |
+
-0.5505770820379258
|
| 44 |
+
],
|
| 45 |
+
"q99": [
|
| 46 |
+
0.30973009020090103,
|
| 47 |
+
-0.328880171477795,
|
| 48 |
+
-0.36008988618850774,
|
| 49 |
+
0.45472134292125593,
|
| 50 |
+
1.1975745999813079,
|
| 51 |
+
1.7058103108405898
|
| 52 |
+
]
|
| 53 |
+
},
|
| 54 |
+
"gripper": {
|
| 55 |
+
"min": [
|
| 56 |
+
0.0
|
| 57 |
+
],
|
| 58 |
+
"max": [
|
| 59 |
+
850.0
|
| 60 |
+
],
|
| 61 |
+
"mean": [
|
| 62 |
+
585.05615234375
|
| 63 |
+
],
|
| 64 |
+
"std": [
|
| 65 |
+
392.2166748046875
|
| 66 |
+
],
|
| 67 |
+
"q01": [
|
| 68 |
+
0.0
|
| 69 |
+
],
|
| 70 |
+
"q99": [
|
| 71 |
+
850.0
|
| 72 |
+
]
|
| 73 |
+
}
|
| 74 |
+
},
|
| 75 |
+
"action": {
|
| 76 |
+
"single_arm": {
|
| 77 |
+
"min": [
|
| 78 |
+
-0.592655599117279,
|
| 79 |
+
-1.4958008527755737,
|
| 80 |
+
-2.4152991771698,
|
| 81 |
+
-3.011120080947876,
|
| 82 |
+
0.013632671907544136,
|
| 83 |
+
-1.3678452968597412
|
| 84 |
+
],
|
| 85 |
+
"max": [
|
| 86 |
+
0.44287005066871643,
|
| 87 |
+
-0.13162055611610413,
|
| 88 |
+
-0.27703857421875,
|
| 89 |
+
0.9268300533294678,
|
| 90 |
+
1.356399655342102,
|
| 91 |
+
2.651588201522827
|
| 92 |
+
],
|
| 93 |
+
"mean": [
|
| 94 |
+
-0.08585226535797119,
|
| 95 |
+
-0.6928074955940247,
|
| 96 |
+
-0.9374907612800598,
|
| 97 |
+
-0.37025517225265503,
|
| 98 |
+
0.6743330955505371,
|
| 99 |
+
0.04860541597008705
|
| 100 |
+
],
|
| 101 |
+
"std": [
|
| 102 |
+
0.15810510516166687,
|
| 103 |
+
0.1696782261133194,
|
| 104 |
+
0.3208761513233185,
|
| 105 |
+
0.441365122795105,
|
| 106 |
+
0.25915467739105225,
|
| 107 |
+
0.3506162464618683
|
| 108 |
+
],
|
| 109 |
+
"q01": [
|
| 110 |
+
-0.41882782101631166,
|
| 111 |
+
-1.0545359003543853,
|
| 112 |
+
-1.6649452090263366,
|
| 113 |
+
-2.207083568572998,
|
| 114 |
+
0.1486940871179104,
|
| 115 |
+
-0.5505770820379258
|
| 116 |
+
],
|
| 117 |
+
"q99": [
|
| 118 |
+
0.30973009020090103,
|
| 119 |
+
-0.3288060897588754,
|
| 120 |
+
-0.35992349147796643,
|
| 121 |
+
0.45333125621079273,
|
| 122 |
+
1.1970528852939601,
|
| 123 |
+
1.7058103108405898
|
| 124 |
+
]
|
| 125 |
+
},
|
| 126 |
+
"gripper": {
|
| 127 |
+
"min": [
|
| 128 |
+
0.0
|
| 129 |
+
],
|
| 130 |
+
"max": [
|
| 131 |
+
850.0
|
| 132 |
+
],
|
| 133 |
+
"mean": [
|
| 134 |
+
585.05615234375
|
| 135 |
+
],
|
| 136 |
+
"std": [
|
| 137 |
+
392.2166748046875
|
| 138 |
+
],
|
| 139 |
+
"q01": [
|
| 140 |
+
0.0
|
| 141 |
+
],
|
| 142 |
+
"q99": [
|
| 143 |
+
850.0
|
| 144 |
+
]
|
| 145 |
+
}
|
| 146 |
+
},
|
| 147 |
+
"relative_action": {
|
| 148 |
+
"single_arm": {
|
| 149 |
+
"min": [
|
| 150 |
+
[
|
| 151 |
+
-0.12355075031518936,
|
| 152 |
+
-0.12977290153503418,
|
| 153 |
+
-0.16386601328849792,
|
| 154 |
+
-0.08984075486660004,
|
| 155 |
+
-0.13963323831558228,
|
| 156 |
+
-0.11960072815418243
|
| 157 |
+
],
|
| 158 |
+
[
|
| 159 |
+
-0.24710150063037872,
|
| 160 |
+
-0.25485509634017944,
|
| 161 |
+
-0.32773202657699585,
|
| 162 |
+
-0.16824933886528015,
|
| 163 |
+
-0.27926647663116455,
|
| 164 |
+
-0.23920145630836487
|
| 165 |
+
],
|
| 166 |
+
[
|
| 167 |
+
-0.24763162434101105,
|
| 168 |
+
-0.28482967615127563,
|
| 169 |
+
-0.45218825340270996,
|
| 170 |
+
-0.21913906931877136,
|
| 171 |
+
-0.34148597717285156,
|
| 172 |
+
-0.29530635476112366
|
| 173 |
+
],
|
| 174 |
+
[
|
| 175 |
+
-0.24961964786052704,
|
| 176 |
+
-0.28964394330978394,
|
| 177 |
+
-0.45724189281463623,
|
| 178 |
+
-0.2748974561691284,
|
| 179 |
+
-0.3437540829181671,
|
| 180 |
+
-0.39374181628227234
|
| 181 |
+
],
|
| 182 |
+
[
|
| 183 |
+
-0.2514687776565552,
|
| 184 |
+
-0.2944437265396118,
|
| 185 |
+
-0.4615743160247803,
|
| 186 |
+
-0.3186691999435425,
|
| 187 |
+
-0.34611383080482483,
|
| 188 |
+
-0.39358893036842346
|
| 189 |
+
],
|
| 190 |
+
[
|
| 191 |
+
-0.2527675926685333,
|
| 192 |
+
-0.2981773614883423,
|
| 193 |
+
-0.4656026363372803,
|
| 194 |
+
-0.3822597563266754,
|
| 195 |
+
-0.3520084023475647,
|
| 196 |
+
-0.4343809485435486
|
| 197 |
+
],
|
| 198 |
+
[
|
| 199 |
+
-0.2548658549785614,
|
| 200 |
+
-0.3021867871284485,
|
| 201 |
+
-0.4688936471939087,
|
| 202 |
+
-0.4390004277229309,
|
| 203 |
+
-0.3546655774116516,
|
| 204 |
+
-0.5136688351631165
|
| 205 |
+
],
|
| 206 |
+
[
|
| 207 |
+
-0.25675681233406067,
|
| 208 |
+
-0.30662304162979126,
|
| 209 |
+
-0.47082948684692383,
|
| 210 |
+
-0.46055588126182556,
|
| 211 |
+
-0.35693368315696716,
|
| 212 |
+
-0.5528051257133484
|
| 213 |
+
],
|
| 214 |
+
[
|
| 215 |
+
-0.2580749988555908,
|
| 216 |
+
-0.3166230320930481,
|
| 217 |
+
-0.4727663993835449,
|
| 218 |
+
-0.46055588126182556,
|
| 219 |
+
-0.3592934310436249,
|
| 220 |
+
-0.6277968287467957
|
| 221 |
+
],
|
| 222 |
+
[
|
| 223 |
+
-0.2584461271762848,
|
| 224 |
+
-0.3188696503639221,
|
| 225 |
+
-0.47546589374542236,
|
| 226 |
+
-0.46735572814941406,
|
| 227 |
+
-0.36167746782302856,
|
| 228 |
+
-0.6999327540397644
|
| 229 |
+
],
|
| 230 |
+
[
|
| 231 |
+
-0.2596096992492676,
|
| 232 |
+
-0.3332822322845459,
|
| 233 |
+
-0.4780818223953247,
|
| 234 |
+
-0.4978921413421631,
|
| 235 |
+
-0.397924542427063,
|
| 236 |
+
-0.7602668404579163
|
| 237 |
+
],
|
| 238 |
+
[
|
| 239 |
+
-0.2622019350528717,
|
| 240 |
+
-0.3355288505554199,
|
| 241 |
+
-0.48239684104919434,
|
| 242 |
+
-0.528130054473877,
|
| 243 |
+
-0.4257296919822693,
|
| 244 |
+
-0.8020148873329163
|
| 245 |
+
],
|
| 246 |
+
[
|
| 247 |
+
-0.2640029191970825,
|
| 248 |
+
-0.34203797578811646,
|
| 249 |
+
-0.4851517677307129,
|
| 250 |
+
-0.5586937665939331,
|
| 251 |
+
-0.4575371742248535,
|
| 252 |
+
-0.8226932287216187
|
| 253 |
+
],
|
| 254 |
+
[
|
| 255 |
+
-0.2646830379962921,
|
| 256 |
+
-0.3494831323623657,
|
| 257 |
+
-0.48698997497558594,
|
| 258 |
+
-0.5976766347885132,
|
| 259 |
+
-0.4853423237800598,
|
| 260 |
+
-0.8551071286201477
|
| 261 |
+
],
|
| 262 |
+
[
|
| 263 |
+
-0.26654842495918274,
|
| 264 |
+
-0.35311245918273926,
|
| 265 |
+
-0.48943591117858887,
|
| 266 |
+
-0.6128090620040894,
|
| 267 |
+
-0.5088322162628174,
|
| 268 |
+
-0.8822181224822998
|
| 269 |
+
],
|
| 270 |
+
[
|
| 271 |
+
-0.2683042287826538,
|
| 272 |
+
-0.3590872287750244,
|
| 273 |
+
-0.4910116195678711,
|
| 274 |
+
-0.6433912515640259,
|
| 275 |
+
-0.5391519069671631,
|
| 276 |
+
-0.9078503251075745
|
| 277 |
+
]
|
| 278 |
+
],
|
| 279 |
+
"max": [
|
| 280 |
+
[
|
| 281 |
+
0.06967931985855103,
|
| 282 |
+
0.1426796317100525,
|
| 283 |
+
0.16652920842170715,
|
| 284 |
+
0.16475245356559753,
|
| 285 |
+
0.12320073693990707,
|
| 286 |
+
0.10718557238578796
|
| 287 |
+
],
|
| 288 |
+
[
|
| 289 |
+
0.13935863971710205,
|
| 290 |
+
0.285359263420105,
|
| 291 |
+
0.3330584168434143,
|
| 292 |
+
0.32950490713119507,
|
| 293 |
+
0.24640147387981415,
|
| 294 |
+
0.21437114477157593
|
| 295 |
+
],
|
| 296 |
+
[
|
| 297 |
+
0.14222566783428192,
|
| 298 |
+
0.2848570942878723,
|
| 299 |
+
0.49958762526512146,
|
| 300 |
+
0.4942573606967926,
|
| 301 |
+
0.3696022033691406,
|
| 302 |
+
0.22605326771736145
|
| 303 |
+
],
|
| 304 |
+
[
|
| 305 |
+
0.1472679078578949,
|
| 306 |
+
0.28423231840133667,
|
| 307 |
+
0.6661168336868286,
|
| 308 |
+
0.6590098142623901,
|
| 309 |
+
0.3770415782928467,
|
| 310 |
+
0.23223954439163208
|
| 311 |
+
],
|
| 312 |
+
[
|
| 313 |
+
0.15682385861873627,
|
| 314 |
+
0.2835988998413086,
|
| 315 |
+
0.6651667356491089,
|
| 316 |
+
0.6587706804275513,
|
| 317 |
+
0.38236403465270996,
|
| 318 |
+
0.26481837034225464
|
| 319 |
+
],
|
| 320 |
+
[
|
| 321 |
+
0.1661832183599472,
|
| 322 |
+
0.28286415338516235,
|
| 323 |
+
0.6648765802383423,
|
| 324 |
+
0.6587662696838379,
|
| 325 |
+
0.3859591484069824,
|
| 326 |
+
0.31249791383743286
|
| 327 |
+
],
|
| 328 |
+
[
|
| 329 |
+
0.17306526005268097,
|
| 330 |
+
0.2822335362434387,
|
| 331 |
+
0.6636160612106323,
|
| 332 |
+
0.6570796370506287,
|
| 333 |
+
0.38636088371276855,
|
| 334 |
+
0.3590624928474426
|
| 335 |
+
],
|
| 336 |
+
[
|
| 337 |
+
0.17878583073616028,
|
| 338 |
+
0.28816407918930054,
|
| 339 |
+
0.663140594959259,
|
| 340 |
+
0.6570292711257935,
|
| 341 |
+
0.38576996326446533,
|
| 342 |
+
0.3997495770454407
|
| 343 |
+
],
|
| 344 |
+
[
|
| 345 |
+
0.17295192182064056,
|
| 346 |
+
0.29492223262786865,
|
| 347 |
+
0.6627523899078369,
|
| 348 |
+
0.6566210985183716,
|
| 349 |
+
0.38337910175323486,
|
| 350 |
+
0.43638354539871216
|
| 351 |
+
],
|
| 352 |
+
[
|
| 353 |
+
0.17799519002437592,
|
| 354 |
+
0.29758942127227783,
|
| 355 |
+
0.6605758666992188,
|
| 356 |
+
0.703202486038208,
|
| 357 |
+
0.38180720806121826,
|
| 358 |
+
0.45383220911026
|
| 359 |
+
],
|
| 360 |
+
[
|
| 361 |
+
0.18265266716480255,
|
| 362 |
+
0.3032034635543823,
|
| 363 |
+
0.6587021350860596,
|
| 364 |
+
0.7628703117370605,
|
| 365 |
+
0.3764241933822632,
|
| 366 |
+
0.48166006803512573
|
| 367 |
+
],
|
| 368 |
+
[
|
| 369 |
+
0.1885882467031479,
|
| 370 |
+
0.3092483878135681,
|
| 371 |
+
0.6556060910224915,
|
| 372 |
+
0.8046655654907227,
|
| 373 |
+
0.37104523181915283,
|
| 374 |
+
0.5092863440513611
|
| 375 |
+
],
|
| 376 |
+
[
|
| 377 |
+
0.19281424582004547,
|
| 378 |
+
0.3133563995361328,
|
| 379 |
+
0.6535040736198425,
|
| 380 |
+
0.82636559009552,
|
| 381 |
+
0.36730897426605225,
|
| 382 |
+
0.5377307534217834
|
| 383 |
+
],
|
| 384 |
+
[
|
| 385 |
+
0.19486497342586517,
|
| 386 |
+
0.31555628776550293,
|
| 387 |
+
0.648400604724884,
|
| 388 |
+
0.8594522476196289,
|
| 389 |
+
0.3646332025527954,
|
| 390 |
+
0.5743647217750549
|
| 391 |
+
],
|
| 392 |
+
[
|
| 393 |
+
0.19893918931484222,
|
| 394 |
+
0.3193961977958679,
|
| 395 |
+
0.643994927406311,
|
| 396 |
+
0.8882213830947876,
|
| 397 |
+
0.3592824935913086,
|
| 398 |
+
0.5890528559684753
|
| 399 |
+
],
|
| 400 |
+
[
|
| 401 |
+
0.2032027691602707,
|
| 402 |
+
0.3223579525947571,
|
| 403 |
+
0.6399683356285095,
|
| 404 |
+
0.9161117076873779,
|
| 405 |
+
0.3535003662109375,
|
| 406 |
+
0.6182076334953308
|
| 407 |
+
]
|
| 408 |
+
],
|
| 409 |
+
"mean": [
|
| 410 |
+
[
|
| 411 |
+
-1.1643587640719488e-05,
|
| 412 |
+
-2.7824391509057023e-05,
|
| 413 |
+
-3.667184864752926e-05,
|
| 414 |
+
-4.7328052460215986e-05,
|
| 415 |
+
-0.00015884953609202057,
|
| 416 |
+
-5.547764158109203e-05
|
| 417 |
+
],
|
| 418 |
+
[
|
| 419 |
+
-2.2667458324576728e-05,
|
| 420 |
+
-5.402434180723503e-05,
|
| 421 |
+
-7.09103696863167e-05,
|
| 422 |
+
-9.270615555578843e-05,
|
| 423 |
+
-0.00031683416455052793,
|
| 424 |
+
-0.0001126150309573859
|
| 425 |
+
],
|
| 426 |
+
[
|
| 427 |
+
-3.3560725569259375e-05,
|
| 428 |
+
-7.879747136030346e-05,
|
| 429 |
+
-0.00010333111276850104,
|
| 430 |
+
-0.00013696543464902788,
|
| 431 |
+
-0.00047433824511244893,
|
| 432 |
+
-0.00017093885981012136
|
| 433 |
+
],
|
| 434 |
+
[
|
| 435 |
+
-4.3838790588779375e-05,
|
| 436 |
+
-0.0001017165050143376,
|
| 437 |
+
-0.00013411662075668573,
|
| 438 |
+
-0.00017976536764763296,
|
| 439 |
+
-0.0006323863053694367,
|
| 440 |
+
-0.00023106011212803423
|
| 441 |
+
],
|
| 442 |
+
[
|
| 443 |
+
-5.300067277858034e-05,
|
| 444 |
+
-0.0001227815664606169,
|
| 445 |
+
-0.0001632482890272513,
|
| 446 |
+
-0.00022041099146008492,
|
| 447 |
+
-0.0007921468350104988,
|
| 448 |
+
-0.0002934948424808681
|
| 449 |
+
],
|
| 450 |
+
[
|
| 451 |
+
-6.065802153898403e-05,
|
| 452 |
+
-0.0001430162665201351,
|
| 453 |
+
-0.00019106637046206743,
|
| 454 |
+
-0.00025859609013423324,
|
| 455 |
+
-0.0009533620905131102,
|
| 456 |
+
-0.00035773299168795347
|
| 457 |
+
],
|
| 458 |
+
[
|
| 459 |
+
-6.741635297657922e-05,
|
| 460 |
+
-0.00016311084618791938,
|
| 461 |
+
-0.0002178666618419811,
|
| 462 |
+
-0.0002950174093712121,
|
| 463 |
+
-0.0011148689081892371,
|
| 464 |
+
-0.0004230593622196466
|
| 465 |
+
],
|
| 466 |
+
[
|
| 467 |
+
-7.310021464945748e-05,
|
| 468 |
+
-0.0001823703496484086,
|
| 469 |
+
-0.00024334223417099565,
|
| 470 |
+
-0.00032892197486944497,
|
| 471 |
+
-0.001276938826777041,
|
| 472 |
+
-0.000489219615701586
|
| 473 |
+
],
|
| 474 |
+
[
|
| 475 |
+
-7.778768485877663e-05,
|
| 476 |
+
-0.00020139127445872873,
|
| 477 |
+
-0.00026738905580714345,
|
| 478 |
+
-0.0003601715143304318,
|
| 479 |
+
-0.0014380884822458029,
|
| 480 |
+
-0.0005565285100601614
|
| 481 |
+
],
|
| 482 |
+
[
|
| 483 |
+
-8.136028191074729e-05,
|
| 484 |
+
-0.00021956884302198887,
|
| 485 |
+
-0.00029012488084845245,
|
| 486 |
+
-0.0003890944935847074,
|
| 487 |
+
-0.0015986055368557572,
|
| 488 |
+
-0.0006240413640625775
|
| 489 |
+
],
|
| 490 |
+
[
|
| 491 |
+
-8.387360867345706e-05,
|
| 492 |
+
-0.0002369963622186333,
|
| 493 |
+
-0.00031093033612705767,
|
| 494 |
+
-0.0004152455076109618,
|
| 495 |
+
-0.0017575263045728207,
|
| 496 |
+
-0.0006920687155798078
|
| 497 |
+
],
|
| 498 |
+
[
|
| 499 |
+
-8.57252671266906e-05,
|
| 500 |
+
-0.00025390979135409,
|
| 501 |
+
-0.0003299105155747384,
|
| 502 |
+
-0.0004392821865621954,
|
| 503 |
+
-0.001914860913529992,
|
| 504 |
+
-0.0007613278576172888
|
| 505 |
+
],
|
| 506 |
+
[
|
| 507 |
+
-8.67545822984539e-05,
|
| 508 |
+
-0.0002702662895899266,
|
| 509 |
+
-0.00034615854383446276,
|
| 510 |
+
-0.00046034055412746966,
|
| 511 |
+
-0.0020699421875178814,
|
| 512 |
+
-0.0008314322330988944
|
| 513 |
+
],
|
| 514 |
+
[
|
| 515 |
+
-8.665885252412409e-05,
|
| 516 |
+
-0.00028599711367860436,
|
| 517 |
+
-0.00036020739935338497,
|
| 518 |
+
-0.0004781086463481188,
|
| 519 |
+
-0.0022232718765735626,
|
| 520 |
+
-0.0009027959895320237
|
| 521 |
+
],
|
| 522 |
+
[
|
| 523 |
+
-8.521131530869752e-05,
|
| 524 |
+
-0.0003013015375472605,
|
| 525 |
+
-0.0003717018407769501,
|
| 526 |
+
-0.0004920642240904272,
|
| 527 |
+
-0.0023748220410197973,
|
| 528 |
+
-0.0009756491053849459
|
| 529 |
+
],
|
| 530 |
+
[
|
| 531 |
+
-8.315555896842852e-05,
|
| 532 |
+
-0.0003166405949741602,
|
| 533 |
+
-0.00038077804492786527,
|
| 534 |
+
-0.0005042090779170394,
|
| 535 |
+
-0.0025232392363250256,
|
| 536 |
+
-0.0010490445420145988
|
| 537 |
+
]
|
| 538 |
+
],
|
| 539 |
+
"std": [
|
| 540 |
+
[
|
| 541 |
+
0.0032290988601744175,
|
| 542 |
+
0.006170458160340786,
|
| 543 |
+
0.008908393792808056,
|
| 544 |
+
0.009209783747792244,
|
| 545 |
+
0.006690251640975475,
|
| 546 |
+
0.008351418189704418
|
| 547 |
+
],
|
| 548 |
+
[
|
| 549 |
+
0.006128471344709396,
|
| 550 |
+
0.011811385862529278,
|
| 551 |
+
0.017084389925003052,
|
| 552 |
+
0.017432956025004387,
|
| 553 |
+
0.012727884575724602,
|
| 554 |
+
0.01581396535038948
|
| 555 |
+
],
|
| 556 |
+
[
|
| 557 |
+
0.00894330907613039,
|
| 558 |
+
0.017332714051008224,
|
| 559 |
+
0.02511991560459137,
|
| 560 |
+
0.02542029321193695,
|
| 561 |
+
0.01861514337360859,
|
| 562 |
+
0.023045286536216736
|
| 563 |
+
],
|
| 564 |
+
[
|
| 565 |
+
0.011718402616679668,
|
| 566 |
+
0.022783277556300163,
|
| 567 |
+
0.033052798360586166,
|
| 568 |
+
0.033295996487140656,
|
| 569 |
+
0.024394921958446503,
|
| 570 |
+
0.030171610414981842
|
| 571 |
+
],
|
| 572 |
+
[
|
| 573 |
+
0.01446112897247076,
|
| 574 |
+
0.02819165773689747,
|
| 575 |
+
0.04092729091644287,
|
| 576 |
+
0.04105884209275246,
|
| 577 |
+
0.030110569670796394,
|
| 578 |
+
0.03720058500766754
|
| 579 |
+
],
|
| 580 |
+
[
|
| 581 |
+
0.01715722307562828,
|
| 582 |
+
0.033538445830345154,
|
| 583 |
+
0.04872387275099754,
|
| 584 |
+
0.048686619848012924,
|
| 585 |
+
0.03574802726507187,
|
| 586 |
+
0.04411231726408005
|
| 587 |
+
],
|
| 588 |
+
[
|
| 589 |
+
0.019811982288956642,
|
| 590 |
+
0.03882130607962608,
|
| 591 |
+
0.0564434789121151,
|
| 592 |
+
0.056187164038419724,
|
| 593 |
+
0.0413142666220665,
|
| 594 |
+
0.050911273807287216
|
| 595 |
+
],
|
| 596 |
+
[
|
| 597 |
+
0.022429028525948524,
|
| 598 |
+
0.044044703245162964,
|
| 599 |
+
0.06409874558448792,
|
| 600 |
+
0.0635669156908989,
|
| 601 |
+
0.046816907823085785,
|
| 602 |
+
0.05760900303721428
|
| 603 |
+
],
|
| 604 |
+
[
|
| 605 |
+
0.025009647011756897,
|
| 606 |
+
0.04921016842126846,
|
| 607 |
+
0.07169140130281448,
|
| 608 |
+
0.07082932442426682,
|
| 609 |
+
0.052258118987083435,
|
| 610 |
+
0.0642051249742508
|
| 611 |
+
],
|
| 612 |
+
[
|
| 613 |
+
0.02755027636885643,
|
| 614 |
+
0.054309576749801636,
|
| 615 |
+
0.07921512424945831,
|
| 616 |
+
0.0779670849442482,
|
| 617 |
+
0.05763443559408188,
|
| 618 |
+
0.07069504261016846
|
| 619 |
+
],
|
| 620 |
+
[
|
| 621 |
+
0.030053986236453056,
|
| 622 |
+
0.05933916196227074,
|
| 623 |
+
0.0866628885269165,
|
| 624 |
+
0.08498358726501465,
|
| 625 |
+
0.06294465065002441,
|
| 626 |
+
0.07707913964986801
|
| 627 |
+
],
|
| 628 |
+
[
|
| 629 |
+
0.032529864460229874,
|
| 630 |
+
0.06430266052484512,
|
| 631 |
+
0.09404037147760391,
|
| 632 |
+
0.0918952077627182,
|
| 633 |
+
0.06819884479045868,
|
| 634 |
+
0.0833641067147255
|
| 635 |
+
],
|
| 636 |
+
[
|
| 637 |
+
0.0349782295525074,
|
| 638 |
+
0.06919905543327332,
|
| 639 |
+
0.10134579986333847,
|
| 640 |
+
0.09870505332946777,
|
| 641 |
+
0.07339312136173248,
|
| 642 |
+
0.08955203741788864
|
| 643 |
+
],
|
| 644 |
+
[
|
| 645 |
+
0.037398893386125565,
|
| 646 |
+
0.07402431964874268,
|
| 647 |
+
0.10857424139976501,
|
| 648 |
+
0.10541565716266632,
|
| 649 |
+
0.07852877676486969,
|
| 650 |
+
0.09564216434955597
|
| 651 |
+
],
|
| 652 |
+
[
|
| 653 |
+
0.039792418479919434,
|
| 654 |
+
0.078775554895401,
|
| 655 |
+
0.11572249233722687,
|
| 656 |
+
0.11202510446310043,
|
| 657 |
+
0.08360263705253601,
|
| 658 |
+
0.10163461416959763
|
| 659 |
+
],
|
| 660 |
+
[
|
| 661 |
+
0.042157746851444244,
|
| 662 |
+
0.08345219492912292,
|
| 663 |
+
0.12279094755649567,
|
| 664 |
+
0.11853570491075516,
|
| 665 |
+
0.08861752599477768,
|
| 666 |
+
0.10753004997968674
|
| 667 |
+
]
|
| 668 |
+
],
|
| 669 |
+
"q01": [
|
| 670 |
+
[
|
| 671 |
+
-0.009268714543431998,
|
| 672 |
+
-0.011592475175857543,
|
| 673 |
+
-0.01831440806388855,
|
| 674 |
+
-0.024825823903083803,
|
| 675 |
+
-0.01634468197822571,
|
| 676 |
+
-0.03199689894914627
|
| 677 |
+
],
|
| 678 |
+
[
|
| 679 |
+
-0.017236289083957673,
|
| 680 |
+
-0.0215373170375824,
|
| 681 |
+
-0.03404565572738647,
|
| 682 |
+
-0.046274811029434204,
|
| 683 |
+
-0.030144470930099487,
|
| 684 |
+
-0.059781843423843385
|
| 685 |
+
],
|
| 686 |
+
[
|
| 687 |
+
-0.025366789400577544,
|
| 688 |
+
-0.03145905256271362,
|
| 689 |
+
-0.0496677827835083,
|
| 690 |
+
-0.06639246940612793,
|
| 691 |
+
-0.0438637912273407,
|
| 692 |
+
-0.09413704216480255
|
| 693 |
+
],
|
| 694 |
+
[
|
| 695 |
+
-0.03328576520085335,
|
| 696 |
+
-0.041240596771240236,
|
| 697 |
+
-0.06569475293159485,
|
| 698 |
+
-0.08771294116973877,
|
| 699 |
+
-0.05808493912220001,
|
| 700 |
+
-0.12412740468978882
|
| 701 |
+
],
|
| 702 |
+
[
|
| 703 |
+
-0.041257518157362935,
|
| 704 |
+
-0.051141791343688965,
|
| 705 |
+
-0.08181274771690368,
|
| 706 |
+
-0.10713644534349442,
|
| 707 |
+
-0.07209896445274352,
|
| 708 |
+
-0.15517061889171602
|
| 709 |
+
],
|
| 710 |
+
[
|
| 711 |
+
-0.049353072270751,
|
| 712 |
+
-0.06130526304244995,
|
| 713 |
+
-0.09762808799743652,
|
| 714 |
+
-0.12659394681453706,
|
| 715 |
+
-0.08611830949783325,
|
| 716 |
+
-0.18616031646728515
|
| 717 |
+
],
|
| 718 |
+
[
|
| 719 |
+
-0.05744967430830002,
|
| 720 |
+
-0.0712296211719513,
|
| 721 |
+
-0.11313812494277954,
|
| 722 |
+
-0.14622240781784057,
|
| 723 |
+
-0.09960022687911987,
|
| 724 |
+
-0.214241119325161
|
| 725 |
+
],
|
| 726 |
+
[
|
| 727 |
+
-0.06542415797710419,
|
| 728 |
+
-0.08120648860931397,
|
| 729 |
+
-0.1290024411678314,
|
| 730 |
+
-0.1657324779033661,
|
| 731 |
+
-0.11374742388725281,
|
| 732 |
+
-0.24043977558612822
|
| 733 |
+
],
|
| 734 |
+
[
|
| 735 |
+
-0.07297706604003906,
|
| 736 |
+
-0.09091942310333252,
|
| 737 |
+
-0.14475531101226807,
|
| 738 |
+
-0.18410858631134033,
|
| 739 |
+
-0.1277242559194565,
|
| 740 |
+
-0.26655630469322206
|
| 741 |
+
],
|
| 742 |
+
[
|
| 743 |
+
-0.08005138725042343,
|
| 744 |
+
-0.10064849734306336,
|
| 745 |
+
-0.1605457830429077,
|
| 746 |
+
-0.2011710387468338,
|
| 747 |
+
-0.1411297345161438,
|
| 748 |
+
-0.29264324426651
|
| 749 |
+
],
|
| 750 |
+
[
|
| 751 |
+
-0.0873410564661026,
|
| 752 |
+
-0.10989363551139832,
|
| 753 |
+
-0.1759151017665863,
|
| 754 |
+
-0.21879440784454346,
|
| 755 |
+
-0.1543375015258789,
|
| 756 |
+
-0.3165887701511383
|
| 757 |
+
],
|
| 758 |
+
[
|
| 759 |
+
-0.09439642295241356,
|
| 760 |
+
-0.11963839292526245,
|
| 761 |
+
-0.19191760659217835,
|
| 762 |
+
-0.23589837551116943,
|
| 763 |
+
-0.1671001899242401,
|
| 764 |
+
-0.33964144945144653
|
| 765 |
+
],
|
| 766 |
+
[
|
| 767 |
+
-0.10113533169031143,
|
| 768 |
+
-0.12853635907173155,
|
| 769 |
+
-0.2071603000164032,
|
| 770 |
+
-0.25196747422218324,
|
| 771 |
+
-0.18049648761749268,
|
| 772 |
+
-0.36394234538078307
|
| 773 |
+
],
|
| 774 |
+
[
|
| 775 |
+
-0.10861974209547043,
|
| 776 |
+
-0.13719136953353883,
|
| 777 |
+
-0.22217320442199706,
|
| 778 |
+
-0.2697417187690735,
|
| 779 |
+
-0.193385089635849,
|
| 780 |
+
-0.38564474523067477
|
| 781 |
+
],
|
| 782 |
+
[
|
| 783 |
+
-0.1153394678235054,
|
| 784 |
+
-0.14563777565956115,
|
| 785 |
+
-0.23786645889282226,
|
| 786 |
+
-0.2853887552022934,
|
| 787 |
+
-0.20657859563827516,
|
| 788 |
+
-0.4076483082771301
|
| 789 |
+
],
|
| 790 |
+
[
|
| 791 |
+
-0.12171894907951356,
|
| 792 |
+
-0.15430085062980653,
|
| 793 |
+
-0.25233622670173644,
|
| 794 |
+
-0.3027268445491791,
|
| 795 |
+
-0.2191355788707733,
|
| 796 |
+
-0.42746653854846955
|
| 797 |
+
]
|
| 798 |
+
],
|
| 799 |
+
"q99": [
|
| 800 |
+
[
|
| 801 |
+
0.008507148921489717,
|
| 802 |
+
0.016275683641433718,
|
| 803 |
+
0.023879630565643312,
|
| 804 |
+
0.0332252609729767,
|
| 805 |
+
0.018261760473251343,
|
| 806 |
+
0.02287991702556612
|
| 807 |
+
],
|
| 808 |
+
[
|
| 809 |
+
0.01590641420334578,
|
| 810 |
+
0.029940589666366584,
|
| 811 |
+
0.04449433565139771,
|
| 812 |
+
0.061001383066177375,
|
| 813 |
+
0.03363417983055115,
|
| 814 |
+
0.04352214038372041
|
| 815 |
+
],
|
| 816 |
+
[
|
| 817 |
+
0.02317148551344872,
|
| 818 |
+
0.04354479908943177,
|
| 819 |
+
0.064463427066803,
|
| 820 |
+
0.09550023198127755,
|
| 821 |
+
0.04913925051689148,
|
| 822 |
+
0.06347175836563111
|
| 823 |
+
],
|
| 824 |
+
[
|
| 825 |
+
0.030544601306319245,
|
| 826 |
+
0.057246526479721074,
|
| 827 |
+
0.08530706048011781,
|
| 828 |
+
0.12828858852386482,
|
| 829 |
+
0.06439893484115602,
|
| 830 |
+
0.0836253125965597
|
| 831 |
+
],
|
| 832 |
+
[
|
| 833 |
+
0.03799312710762029,
|
| 834 |
+
0.0709479707479477,
|
| 835 |
+
0.10594189643859864,
|
| 836 |
+
0.1582103323936463,
|
| 837 |
+
0.07981338620185854,
|
| 838 |
+
0.1029581561684609
|
| 839 |
+
],
|
| 840 |
+
[
|
| 841 |
+
0.04527667090296748,
|
| 842 |
+
0.08455618143081665,
|
| 843 |
+
0.12661605834960937,
|
| 844 |
+
0.19113413929939288,
|
| 845 |
+
0.09519806623458872,
|
| 846 |
+
0.12280465364456178
|
| 847 |
+
],
|
| 848 |
+
[
|
| 849 |
+
0.052215367555618335,
|
| 850 |
+
0.09793634176254273,
|
| 851 |
+
0.14665939569473269,
|
| 852 |
+
0.21992011517286303,
|
| 853 |
+
0.11064429104328156,
|
| 854 |
+
0.14226103723049172
|
| 855 |
+
],
|
| 856 |
+
[
|
| 857 |
+
0.05975700989365578,
|
| 858 |
+
0.1112301278114319,
|
| 859 |
+
0.16732881784439088,
|
| 860 |
+
0.24769704818725613,
|
| 861 |
+
0.12489534020423892,
|
| 862 |
+
0.16099104881286624
|
| 863 |
+
],
|
| 864 |
+
[
|
| 865 |
+
0.06689389139413833,
|
| 866 |
+
0.12377568721771244,
|
| 867 |
+
0.18655168294906618,
|
| 868 |
+
0.2754820889234549,
|
| 869 |
+
0.1396961754560471,
|
| 870 |
+
0.1789368557929993
|
| 871 |
+
],
|
| 872 |
+
[
|
| 873 |
+
0.07382299691438678,
|
| 874 |
+
0.13681530475616463,
|
| 875 |
+
0.20641826033592234,
|
| 876 |
+
0.3025679612159731,
|
| 877 |
+
0.15372511744499212,
|
| 878 |
+
0.19631955385208133
|
| 879 |
+
],
|
| 880 |
+
[
|
| 881 |
+
0.08074128389358522,
|
| 882 |
+
0.14930570840835578,
|
| 883 |
+
0.22576861619949343,
|
| 884 |
+
0.3308370995521546,
|
| 885 |
+
0.1672333872318268,
|
| 886 |
+
0.21368486702442177
|
| 887 |
+
],
|
| 888 |
+
[
|
| 889 |
+
0.08785801172256473,
|
| 890 |
+
0.16144273519515998,
|
| 891 |
+
0.24573646068573007,
|
| 892 |
+
0.3557658374309541,
|
| 893 |
+
0.1806690895557404,
|
| 894 |
+
0.22995711117982875
|
| 895 |
+
],
|
| 896 |
+
[
|
| 897 |
+
0.09447186753153812,
|
| 898 |
+
0.1733730149269106,
|
| 899 |
+
0.2646211528778077,
|
| 900 |
+
0.3822640872001649,
|
| 901 |
+
0.19430121064186098,
|
| 902 |
+
0.24733826279640203
|
| 903 |
+
],
|
| 904 |
+
[
|
| 905 |
+
0.10127870410680771,
|
| 906 |
+
0.1851757299900055,
|
| 907 |
+
0.2839685177803042,
|
| 908 |
+
0.4072193753719333,
|
| 909 |
+
0.20723481833934784,
|
| 910 |
+
0.2634331870079042
|
| 911 |
+
],
|
| 912 |
+
[
|
| 913 |
+
0.10798155874013902,
|
| 914 |
+
0.19643956899642945,
|
| 915 |
+
0.30209650993347176,
|
| 916 |
+
0.4327797448635112,
|
| 917 |
+
0.21953258037567142,
|
| 918 |
+
0.2806586390733719
|
| 919 |
+
],
|
| 920 |
+
[
|
| 921 |
+
0.11426104053854945,
|
| 922 |
+
0.20780228734016423,
|
| 923 |
+
0.3209846079349518,
|
| 924 |
+
0.45687500715255747,
|
| 925 |
+
0.23287598758935932,
|
| 926 |
+
0.2948111867904664
|
| 927 |
+
]
|
| 928 |
+
]
|
| 929 |
+
}
|
| 930 |
+
}
|
| 931 |
+
}
|
| 932 |
+
}
|
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 |
+
}
|
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:cbcaea5ee88f1e0f1465043920a2647c67e7de17d24adfd1c477742a6168edec
|
| 3 |
+
size 4986649584
|
model-00002-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f165508f7007acc37292eb4a8d6de9d544b2bca2c27204a0d9c2f35ac8e8c9c
|
| 3 |
+
size 4970792616
|
model-00003-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43229c459b75a3e6e7ad2d59ab09a2dbc15a7601a013902c6f12c97dec73e6c2
|
| 3 |
+
size 2618758696
|
model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
processor_config.json
ADDED
|
@@ -0,0 +1,1123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"new_embodiment": {
|
| 1013 |
+
"video": {
|
| 1014 |
+
"delta_indices": [
|
| 1015 |
+
0
|
| 1016 |
+
],
|
| 1017 |
+
"modality_keys": [
|
| 1018 |
+
"base",
|
| 1019 |
+
"wrist"
|
| 1020 |
+
],
|
| 1021 |
+
"sin_cos_embedding_keys": null,
|
| 1022 |
+
"mean_std_embedding_keys": null,
|
| 1023 |
+
"action_configs": null
|
| 1024 |
+
},
|
| 1025 |
+
"state": {
|
| 1026 |
+
"delta_indices": [
|
| 1027 |
+
0
|
| 1028 |
+
],
|
| 1029 |
+
"modality_keys": [
|
| 1030 |
+
"single_arm",
|
| 1031 |
+
"gripper"
|
| 1032 |
+
],
|
| 1033 |
+
"sin_cos_embedding_keys": null,
|
| 1034 |
+
"mean_std_embedding_keys": null,
|
| 1035 |
+
"action_configs": null
|
| 1036 |
+
},
|
| 1037 |
+
"action": {
|
| 1038 |
+
"delta_indices": [
|
| 1039 |
+
0,
|
| 1040 |
+
1,
|
| 1041 |
+
2,
|
| 1042 |
+
3,
|
| 1043 |
+
4,
|
| 1044 |
+
5,
|
| 1045 |
+
6,
|
| 1046 |
+
7,
|
| 1047 |
+
8,
|
| 1048 |
+
9,
|
| 1049 |
+
10,
|
| 1050 |
+
11,
|
| 1051 |
+
12,
|
| 1052 |
+
13,
|
| 1053 |
+
14,
|
| 1054 |
+
15
|
| 1055 |
+
],
|
| 1056 |
+
"modality_keys": [
|
| 1057 |
+
"single_arm",
|
| 1058 |
+
"gripper"
|
| 1059 |
+
],
|
| 1060 |
+
"sin_cos_embedding_keys": null,
|
| 1061 |
+
"mean_std_embedding_keys": null,
|
| 1062 |
+
"action_configs": [
|
| 1063 |
+
{
|
| 1064 |
+
"rep": "RELATIVE",
|
| 1065 |
+
"type": "NON_EEF",
|
| 1066 |
+
"format": "DEFAULT",
|
| 1067 |
+
"state_key": null
|
| 1068 |
+
},
|
| 1069 |
+
{
|
| 1070 |
+
"rep": "ABSOLUTE",
|
| 1071 |
+
"type": "NON_EEF",
|
| 1072 |
+
"format": "DEFAULT",
|
| 1073 |
+
"state_key": null
|
| 1074 |
+
}
|
| 1075 |
+
]
|
| 1076 |
+
},
|
| 1077 |
+
"language": {
|
| 1078 |
+
"delta_indices": [
|
| 1079 |
+
0
|
| 1080 |
+
],
|
| 1081 |
+
"modality_keys": [
|
| 1082 |
+
"annotation.human.task_description"
|
| 1083 |
+
],
|
| 1084 |
+
"sin_cos_embedding_keys": null,
|
| 1085 |
+
"mean_std_embedding_keys": null,
|
| 1086 |
+
"action_configs": null
|
| 1087 |
+
}
|
| 1088 |
+
}
|
| 1089 |
+
},
|
| 1090 |
+
"image_crop_size": [
|
| 1091 |
+
230,
|
| 1092 |
+
230
|
| 1093 |
+
],
|
| 1094 |
+
"image_target_size": [
|
| 1095 |
+
256,
|
| 1096 |
+
256
|
| 1097 |
+
],
|
| 1098 |
+
"use_albumentations": true,
|
| 1099 |
+
"random_rotation_angle": 0,
|
| 1100 |
+
"color_jitter_params": {
|
| 1101 |
+
"brightness": 0.3,
|
| 1102 |
+
"contrast": 0.4,
|
| 1103 |
+
"saturation": 0.5,
|
| 1104 |
+
"hue": 0.08
|
| 1105 |
+
},
|
| 1106 |
+
"shortest_image_edge": 256,
|
| 1107 |
+
"crop_fraction": 0.95,
|
| 1108 |
+
"letter_box_transform": false,
|
| 1109 |
+
"model_name": "nvidia/Cosmos-Reason2-2B",
|
| 1110 |
+
"model_type": "qwen",
|
| 1111 |
+
"formalize_language": true,
|
| 1112 |
+
"max_state_dim": 132,
|
| 1113 |
+
"max_action_dim": 132,
|
| 1114 |
+
"max_action_horizon": 40,
|
| 1115 |
+
"use_percentiles": true,
|
| 1116 |
+
"use_mean_std": false,
|
| 1117 |
+
"clip_outliers": true,
|
| 1118 |
+
"apply_sincos_state_encoding": false,
|
| 1119 |
+
"use_relative_action": true,
|
| 1120 |
+
"exclude_state": false,
|
| 1121 |
+
"state_dropout_prob": 0.2
|
| 1122 |
+
}
|
| 1123 |
+
}
|
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5c85d1a0cb57208d41ef75970d43a2efd7413f44810613ce6bde95b02b91c46
|
| 3 |
+
size 14645
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fa802a80def971b73ec74284a6aa44d0b2ea101bd38ed41a3b1c1a0b4001f00
|
| 3 |
+
size 1465
|
statistics.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
trainer_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be94bee33928ba678214ef179fc7ea8106ef88653513034abc49a43d64045187
|
| 3 |
+
size 5841
|
wandb_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"project": "finetune-gr00t-n1d7", "run_id": "uf850_ckpt"}
|