rldx1_cotrain_openarmv3_rlwrld-bottle+doll_bsz64_30000_vlmfreeze_fl-separate_m1_vid1 checkpoint-20000 (model-only)
Browse files- config.json +114 -0
- experiment_cfg/conf.yaml +435 -0
- experiment_cfg/config.yaml +455 -0
- experiment_cfg/dataset_statistics.json +1018 -0
- experiment_cfg/final_model_config.json +162 -0
- experiment_cfg/final_processor_config.json +0 -0
- model-00001-of-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index.json +865 -0
- processor/embodiment_id.json +40 -0
- processor/processor_config.json +3087 -0
- processor/statistics.json +0 -0
config.json
ADDED
|
@@ -0,0 +1,114 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"action_horizon": 16,
|
| 3 |
+
"action_model_lora_alpha": 32,
|
| 4 |
+
"action_model_lora_dropout": 0.0,
|
| 5 |
+
"action_model_lora_rank": 16,
|
| 6 |
+
"action_model_lora_target_modules": [
|
| 7 |
+
"vl_qkv",
|
| 8 |
+
"vl_proj",
|
| 9 |
+
"sa_qkv",
|
| 10 |
+
"sa_proj",
|
| 11 |
+
"p_qkv",
|
| 12 |
+
"p_proj",
|
| 13 |
+
"linear1",
|
| 14 |
+
"linear2"
|
| 15 |
+
],
|
| 16 |
+
"action_model_use_lora": false,
|
| 17 |
+
"architectures": [
|
| 18 |
+
"RLDX"
|
| 19 |
+
],
|
| 20 |
+
"backbone_lora_alpha": 32,
|
| 21 |
+
"backbone_lora_dropout": 0.0,
|
| 22 |
+
"backbone_lora_num_layers": -1,
|
| 23 |
+
"backbone_lora_rank": 16,
|
| 24 |
+
"backbone_lora_target_modules": [
|
| 25 |
+
"q_proj",
|
| 26 |
+
"k_proj",
|
| 27 |
+
"v_proj",
|
| 28 |
+
"o_proj",
|
| 29 |
+
"gate_proj",
|
| 30 |
+
"up_proj",
|
| 31 |
+
"down_proj"
|
| 32 |
+
],
|
| 33 |
+
"backbone_use_lora": false,
|
| 34 |
+
"color_jitter_params": {
|
| 35 |
+
"brightness": 0.3,
|
| 36 |
+
"contrast": 0.4,
|
| 37 |
+
"hue": 0.08,
|
| 38 |
+
"saturation": 0.5
|
| 39 |
+
},
|
| 40 |
+
"conversation_image_first": false,
|
| 41 |
+
"diffusion_model_cfg": {
|
| 42 |
+
"action_model_max_seq_len": 512,
|
| 43 |
+
"attention_head_dim": 64,
|
| 44 |
+
"depth_multi_stream": 4,
|
| 45 |
+
"depth_single_stream": 8,
|
| 46 |
+
"dropout": 0.2,
|
| 47 |
+
"final_dropout": true,
|
| 48 |
+
"num_attention_heads": 24,
|
| 49 |
+
"output_dim": 1024,
|
| 50 |
+
"physics_dim": 48,
|
| 51 |
+
"positional_embeddings": "rope_sa_only",
|
| 52 |
+
"pre_norm": "layer_norm",
|
| 53 |
+
"qk_norm": "rms_norm",
|
| 54 |
+
"rope_theta": 10000.0,
|
| 55 |
+
"sa_dim": 1536,
|
| 56 |
+
"temb_type": "input_token",
|
| 57 |
+
"use_physics": true,
|
| 58 |
+
"use_swiglu": true,
|
| 59 |
+
"vl_dim": 4096
|
| 60 |
+
},
|
| 61 |
+
"dtype": "bfloat16",
|
| 62 |
+
"finger_attn_mask": "m1",
|
| 63 |
+
"finger_latent_alignment_npz": "/sjw_alinlab3/home/junhyeong/Isaac-GR00T-AlinVLA/Isaac-GR00T/shared_points/alignment_proprio_wristlocal.npz",
|
| 64 |
+
"finger_latent_dim": 48,
|
| 65 |
+
"finger_latent_fingertip_norm_npz": "/sjw_alinlab3/home/junhyeong/Isaac-GR00T-AlinVLA/Isaac-GR00T/shared_points/fingertip_norm_proprio.npz",
|
| 66 |
+
"finger_latent_human_emb_id": 34,
|
| 67 |
+
"finger_latent_mode": "separate",
|
| 68 |
+
"finger_latent_wrist_delta_stats_npz": "/sjw_alinlab3/home/junhyeong/Isaac-GR00T-AlinVLA/Isaac-GR00T/shared_points/wrist_delta_stats_proprio.npz",
|
| 69 |
+
"finger_loss_weight": 0.2,
|
| 70 |
+
"freeze_cog_tokens": false,
|
| 71 |
+
"general_embodiment_train_ratio": 0,
|
| 72 |
+
"image_max_area": 65536,
|
| 73 |
+
"image_resize_m": 32,
|
| 74 |
+
"memory_cfg": {
|
| 75 |
+
"hidden_size": 4096,
|
| 76 |
+
"intermediate_size": 16384,
|
| 77 |
+
"max_position_embeddings": 32,
|
| 78 |
+
"num_attention_heads": 16,
|
| 79 |
+
"num_hidden_layers": 2,
|
| 80 |
+
"num_key_value_heads": 16,
|
| 81 |
+
"rms_norm_eps": 1e-05,
|
| 82 |
+
"use_causal_attn": true,
|
| 83 |
+
"use_rope": true
|
| 84 |
+
},
|
| 85 |
+
"model_name": "/sjw_alinlab3/home/junhyeong/models/RLDX-1-VLM",
|
| 86 |
+
"model_revision": null,
|
| 87 |
+
"model_type": "RLDX-1",
|
| 88 |
+
"n_cog_tokens": 64,
|
| 89 |
+
"physics_delta_indices": null,
|
| 90 |
+
"physics_dims": [],
|
| 91 |
+
"physics_keys": [],
|
| 92 |
+
"physics_use_flow_matching": true,
|
| 93 |
+
"random_crop_fraction": null,
|
| 94 |
+
"random_rotation_angle": null,
|
| 95 |
+
"rtc_inference_delay": 0,
|
| 96 |
+
"rtc_inference_exec_horizon": 0,
|
| 97 |
+
"rtc_inference_mode": "none",
|
| 98 |
+
"rtc_jacobian_steps_only": 3,
|
| 99 |
+
"rtc_training_max_delay": 0,
|
| 100 |
+
"state_dropout_prob": 0.5,
|
| 101 |
+
"transformers_version": "4.57.0",
|
| 102 |
+
"tune_diffusion_model": true,
|
| 103 |
+
"tune_llm": false,
|
| 104 |
+
"tune_projector": true,
|
| 105 |
+
"tune_top_llm_layers": 0,
|
| 106 |
+
"tune_visual": false,
|
| 107 |
+
"use_finger_latent": true,
|
| 108 |
+
"use_memory": false,
|
| 109 |
+
"use_motion": false,
|
| 110 |
+
"use_physics": false,
|
| 111 |
+
"use_video": true,
|
| 112 |
+
"video_length": 1,
|
| 113 |
+
"video_stride": 2
|
| 114 |
+
}
|
experiment_cfg/conf.yaml
ADDED
|
@@ -0,0 +1,435 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
data:
|
| 2 |
+
datasets:
|
| 3 |
+
- dataset_paths:
|
| 4 |
+
- /storage1/sjw_dataset/dataset/openarm_teleop_v3/lerobot/bottle
|
| 5 |
+
embodiment_tag: openarm
|
| 6 |
+
mix_ratio: 1.0
|
| 7 |
+
dataset_type: physical_embodiment
|
| 8 |
+
task_filter: null
|
| 9 |
+
val_dataset_path: null
|
| 10 |
+
- dataset_paths:
|
| 11 |
+
- /storage1/sjw_dataset/dataset/openarm_teleop_v3/lerobot/cup
|
| 12 |
+
embodiment_tag: openarm
|
| 13 |
+
mix_ratio: 1.0
|
| 14 |
+
dataset_type: physical_embodiment
|
| 15 |
+
task_filter: null
|
| 16 |
+
val_dataset_path: null
|
| 17 |
+
- dataset_paths:
|
| 18 |
+
- /storage1/sjw_dataset/dataset/openarm_teleop_v3/lerobot/doll
|
| 19 |
+
embodiment_tag: openarm
|
| 20 |
+
mix_ratio: 1.0
|
| 21 |
+
dataset_type: physical_embodiment
|
| 22 |
+
task_filter: null
|
| 23 |
+
val_dataset_path: null
|
| 24 |
+
- dataset_paths:
|
| 25 |
+
- /storage1/sjw_dataset/dataset/openarm_teleop_v3/lerobot/snack
|
| 26 |
+
embodiment_tag: openarm
|
| 27 |
+
mix_ratio: 1.0
|
| 28 |
+
dataset_type: physical_embodiment
|
| 29 |
+
task_filter: null
|
| 30 |
+
val_dataset_path: null
|
| 31 |
+
- dataset_paths:
|
| 32 |
+
- /sjw_alinlab3/home/junhyeong/rlwrld_human
|
| 33 |
+
embodiment_tag: rlwrld_human
|
| 34 |
+
mix_ratio: 1.0
|
| 35 |
+
dataset_type: physical_embodiment
|
| 36 |
+
task_filter:
|
| 37 |
+
- bottle
|
| 38 |
+
- doll
|
| 39 |
+
val_dataset_path: null
|
| 40 |
+
use_finger_latent: true
|
| 41 |
+
finger_latent_robot_cache_dir: /sjw_alinlab3/home/junhyeong/Isaac-GR00T-AlinVLA/Isaac-GR00T/shared_points/openarm_fk_cache
|
| 42 |
+
finger_latent_human_h5: /sjw_alinlab3/home/junhyeong/rlwrld_human_fk/rlwrld_final.h5
|
| 43 |
+
finger_latent_human_source_map: /sjw_alinlab3/home/junhyeong/rlwrld_human/meta/source_map.csv
|
| 44 |
+
modality_configs:
|
| 45 |
+
rlwrld_human:
|
| 46 |
+
video:
|
| 47 |
+
delta_indices:
|
| 48 |
+
- 0
|
| 49 |
+
modality_keys:
|
| 50 |
+
- camera_ego_right
|
| 51 |
+
sin_cos_embedding_keys: null
|
| 52 |
+
mean_std_embedding_keys: null
|
| 53 |
+
action_configs: null
|
| 54 |
+
state:
|
| 55 |
+
delta_indices:
|
| 56 |
+
- 0
|
| 57 |
+
modality_keys:
|
| 58 |
+
- left_wrist_trans
|
| 59 |
+
- left_wrist_rot6d
|
| 60 |
+
- left_inspire6
|
| 61 |
+
- right_wrist_trans
|
| 62 |
+
- right_wrist_rot6d
|
| 63 |
+
- right_inspire6
|
| 64 |
+
sin_cos_embedding_keys: null
|
| 65 |
+
mean_std_embedding_keys: null
|
| 66 |
+
action_configs: null
|
| 67 |
+
action:
|
| 68 |
+
delta_indices:
|
| 69 |
+
- 0
|
| 70 |
+
- 1
|
| 71 |
+
- 2
|
| 72 |
+
- 3
|
| 73 |
+
- 4
|
| 74 |
+
- 5
|
| 75 |
+
- 6
|
| 76 |
+
- 7
|
| 77 |
+
- 8
|
| 78 |
+
- 9
|
| 79 |
+
- 10
|
| 80 |
+
- 11
|
| 81 |
+
- 12
|
| 82 |
+
- 13
|
| 83 |
+
- 14
|
| 84 |
+
- 15
|
| 85 |
+
modality_keys:
|
| 86 |
+
- left_wrist_trans
|
| 87 |
+
- left_wrist_rot6d
|
| 88 |
+
- left_inspire6
|
| 89 |
+
- right_wrist_trans
|
| 90 |
+
- right_wrist_rot6d
|
| 91 |
+
- right_inspire6
|
| 92 |
+
sin_cos_embedding_keys: null
|
| 93 |
+
mean_std_embedding_keys: null
|
| 94 |
+
action_configs:
|
| 95 |
+
- rep: ABSOLUTE
|
| 96 |
+
type: NON_EEF
|
| 97 |
+
format: DEFAULT
|
| 98 |
+
state_key: null
|
| 99 |
+
- rep: ABSOLUTE
|
| 100 |
+
type: NON_EEF
|
| 101 |
+
format: DEFAULT
|
| 102 |
+
state_key: null
|
| 103 |
+
- rep: ABSOLUTE
|
| 104 |
+
type: NON_EEF
|
| 105 |
+
format: DEFAULT
|
| 106 |
+
state_key: null
|
| 107 |
+
- rep: ABSOLUTE
|
| 108 |
+
type: NON_EEF
|
| 109 |
+
format: DEFAULT
|
| 110 |
+
state_key: null
|
| 111 |
+
- rep: ABSOLUTE
|
| 112 |
+
type: NON_EEF
|
| 113 |
+
format: DEFAULT
|
| 114 |
+
state_key: null
|
| 115 |
+
- rep: ABSOLUTE
|
| 116 |
+
type: NON_EEF
|
| 117 |
+
format: DEFAULT
|
| 118 |
+
state_key: null
|
| 119 |
+
language:
|
| 120 |
+
delta_indices:
|
| 121 |
+
- 0
|
| 122 |
+
modality_keys:
|
| 123 |
+
- annotation.human.task_description
|
| 124 |
+
sin_cos_embedding_keys: null
|
| 125 |
+
mean_std_embedding_keys: null
|
| 126 |
+
action_configs: null
|
| 127 |
+
openarm:
|
| 128 |
+
video:
|
| 129 |
+
delta_indices:
|
| 130 |
+
- 0
|
| 131 |
+
modality_keys:
|
| 132 |
+
- camera_ego_left
|
| 133 |
+
- camera_ego_right
|
| 134 |
+
sin_cos_embedding_keys: null
|
| 135 |
+
mean_std_embedding_keys: null
|
| 136 |
+
action_configs: null
|
| 137 |
+
state:
|
| 138 |
+
delta_indices:
|
| 139 |
+
- 0
|
| 140 |
+
modality_keys:
|
| 141 |
+
- neck_joints
|
| 142 |
+
- left_arm_joints
|
| 143 |
+
- right_arm_joints
|
| 144 |
+
- left_hand_joints
|
| 145 |
+
- right_hand_joints
|
| 146 |
+
sin_cos_embedding_keys: null
|
| 147 |
+
mean_std_embedding_keys: null
|
| 148 |
+
action_configs: null
|
| 149 |
+
action:
|
| 150 |
+
delta_indices:
|
| 151 |
+
- 0
|
| 152 |
+
- 1
|
| 153 |
+
- 2
|
| 154 |
+
- 3
|
| 155 |
+
- 4
|
| 156 |
+
- 5
|
| 157 |
+
- 6
|
| 158 |
+
- 7
|
| 159 |
+
- 8
|
| 160 |
+
- 9
|
| 161 |
+
- 10
|
| 162 |
+
- 11
|
| 163 |
+
- 12
|
| 164 |
+
- 13
|
| 165 |
+
- 14
|
| 166 |
+
- 15
|
| 167 |
+
modality_keys:
|
| 168 |
+
- neck_joints
|
| 169 |
+
- left_arm_joints
|
| 170 |
+
- right_arm_joints
|
| 171 |
+
- left_hand_joints
|
| 172 |
+
- right_hand_joints
|
| 173 |
+
sin_cos_embedding_keys: null
|
| 174 |
+
mean_std_embedding_keys: null
|
| 175 |
+
action_configs:
|
| 176 |
+
- rep: DELTA
|
| 177 |
+
type: EEF
|
| 178 |
+
format: DEFAULT
|
| 179 |
+
state_key: null
|
| 180 |
+
- rep: DELTA
|
| 181 |
+
type: EEF
|
| 182 |
+
format: DEFAULT
|
| 183 |
+
state_key: null
|
| 184 |
+
- rep: DELTA
|
| 185 |
+
type: EEF
|
| 186 |
+
format: DEFAULT
|
| 187 |
+
state_key: null
|
| 188 |
+
- rep: ABSOLUTE
|
| 189 |
+
type: NON_EEF
|
| 190 |
+
format: DEFAULT
|
| 191 |
+
state_key: null
|
| 192 |
+
- rep: ABSOLUTE
|
| 193 |
+
type: NON_EEF
|
| 194 |
+
format: DEFAULT
|
| 195 |
+
state_key: null
|
| 196 |
+
language:
|
| 197 |
+
delta_indices:
|
| 198 |
+
- 0
|
| 199 |
+
modality_keys:
|
| 200 |
+
- annotation.human.task_description
|
| 201 |
+
sin_cos_embedding_keys: null
|
| 202 |
+
mean_std_embedding_keys: null
|
| 203 |
+
action_configs: null
|
| 204 |
+
dataset_mode: sharded
|
| 205 |
+
download_cache: false
|
| 206 |
+
shard_size: 1024
|
| 207 |
+
episode_sampling_rate: 0.1
|
| 208 |
+
num_shards_per_epoch: 100000
|
| 209 |
+
override_pretraining_statistics: false
|
| 210 |
+
mode: single_turn
|
| 211 |
+
random_chop: 0.0
|
| 212 |
+
mock_dataset_mode: false
|
| 213 |
+
shuffle: true
|
| 214 |
+
seed: 42
|
| 215 |
+
multiprocessing_context: fork
|
| 216 |
+
allow_padding: true
|
| 217 |
+
subsample_ratio: 1.0
|
| 218 |
+
video_backend: torchcodec
|
| 219 |
+
load_config_path: null
|
| 220 |
+
model:
|
| 221 |
+
model_type: RLDX-1
|
| 222 |
+
model_dtype: bfloat16
|
| 223 |
+
model_name: /sjw_alinlab3/home/junhyeong/models/RLDX-1-VLM
|
| 224 |
+
backbone_model_type: vtc_qwen3_vl
|
| 225 |
+
model_revision: null
|
| 226 |
+
tune_top_llm_layers: 0
|
| 227 |
+
backbone_embedding_dim: 4096
|
| 228 |
+
tune_llm: false
|
| 229 |
+
tune_visual: false
|
| 230 |
+
select_layer: 18
|
| 231 |
+
reproject_vision: false
|
| 232 |
+
use_flash_attention: true
|
| 233 |
+
load_bf16: true
|
| 234 |
+
backbone_trainable_params_fp32: true
|
| 235 |
+
freeze_cog_tokens: false
|
| 236 |
+
image_max_area: 65536
|
| 237 |
+
image_resize_m: 32
|
| 238 |
+
random_crop_fraction: null
|
| 239 |
+
random_rotation_angle: null
|
| 240 |
+
color_jitter_params:
|
| 241 |
+
brightness: 0.3
|
| 242 |
+
contrast: 0.4
|
| 243 |
+
saturation: 0.5
|
| 244 |
+
hue: 0.08
|
| 245 |
+
formalize_language: true
|
| 246 |
+
apply_sincos_state_encoding: false
|
| 247 |
+
use_relative_action: true
|
| 248 |
+
use_percentiles: true
|
| 249 |
+
conversation_image_first: false
|
| 250 |
+
max_state_dim: 64
|
| 251 |
+
max_action_dim: 64
|
| 252 |
+
action_horizon: 16
|
| 253 |
+
hidden_size: 1024
|
| 254 |
+
input_embedding_dim: 1536
|
| 255 |
+
general_embodiment_train_ratio: 0.0
|
| 256 |
+
add_pos_embed: true
|
| 257 |
+
attn_dropout: 0.2
|
| 258 |
+
use_vlln: false
|
| 259 |
+
max_seq_len: 1024
|
| 260 |
+
n_cog_tokens: 64
|
| 261 |
+
diffusion_model_cfg:
|
| 262 |
+
action_model_max_seq_len: 512
|
| 263 |
+
attention_head_dim: 64
|
| 264 |
+
depth_multi_stream: 4
|
| 265 |
+
depth_single_stream: 8
|
| 266 |
+
dropout: 0.2
|
| 267 |
+
final_dropout: true
|
| 268 |
+
num_attention_heads: 24
|
| 269 |
+
output_dim: 1024
|
| 270 |
+
positional_embeddings: rope_sa_only
|
| 271 |
+
pre_norm: layer_norm
|
| 272 |
+
qk_norm: rms_norm
|
| 273 |
+
rope_theta: 10000.0
|
| 274 |
+
temb_type: input_token
|
| 275 |
+
use_swiglu: true
|
| 276 |
+
num_inference_timesteps: 4
|
| 277 |
+
noise_beta_alpha: 1.5
|
| 278 |
+
noise_beta_beta: 1.0
|
| 279 |
+
noise_s: 0.999
|
| 280 |
+
num_timestep_buckets: 1000
|
| 281 |
+
tune_projector: true
|
| 282 |
+
tune_diffusion_model: true
|
| 283 |
+
tune_vlln: true
|
| 284 |
+
action_model_use_lora: false
|
| 285 |
+
action_model_lora_rank: 16
|
| 286 |
+
action_model_lora_alpha: 32
|
| 287 |
+
action_model_lora_dropout: 0.0
|
| 288 |
+
action_model_lora_target_modules:
|
| 289 |
+
- vl_qkv
|
| 290 |
+
- vl_proj
|
| 291 |
+
- sa_qkv
|
| 292 |
+
- sa_proj
|
| 293 |
+
- p_qkv
|
| 294 |
+
- p_proj
|
| 295 |
+
- linear1
|
| 296 |
+
- linear2
|
| 297 |
+
backbone_use_lora: false
|
| 298 |
+
backbone_lora_rank: 16
|
| 299 |
+
backbone_lora_alpha: 32
|
| 300 |
+
backbone_lora_dropout: 0.0
|
| 301 |
+
backbone_lora_num_layers: -1
|
| 302 |
+
backbone_lora_target_modules:
|
| 303 |
+
- q_proj
|
| 304 |
+
- k_proj
|
| 305 |
+
- v_proj
|
| 306 |
+
- o_proj
|
| 307 |
+
- gate_proj
|
| 308 |
+
- up_proj
|
| 309 |
+
- down_proj
|
| 310 |
+
state_dropout_prob: 0.5
|
| 311 |
+
state_additive_noise_scale: 0.0
|
| 312 |
+
rtc_training_max_delay: 0
|
| 313 |
+
rtc_inference_mode: none
|
| 314 |
+
rtc_inference_delay: 0
|
| 315 |
+
rtc_inference_exec_horizon: 0
|
| 316 |
+
rtc_jacobian_steps_only: 3
|
| 317 |
+
use_memory: false
|
| 318 |
+
memory_length: 4
|
| 319 |
+
memory_n_cog_tokens: null
|
| 320 |
+
concat_memory: false
|
| 321 |
+
memory_dropout_prob: 0.0
|
| 322 |
+
memory_stride: 16
|
| 323 |
+
memory_cfg:
|
| 324 |
+
hidden_size: 4096
|
| 325 |
+
intermediate_size: 16384
|
| 326 |
+
max_position_embeddings: 32
|
| 327 |
+
num_attention_heads: 16
|
| 328 |
+
num_hidden_layers: 2
|
| 329 |
+
num_key_value_heads: 16
|
| 330 |
+
rms_norm_eps: 1.0e-05
|
| 331 |
+
use_causal_attn: true
|
| 332 |
+
use_rope: true
|
| 333 |
+
use_motion: false
|
| 334 |
+
motion_insert_layer: 9
|
| 335 |
+
motion_d_hid: 512
|
| 336 |
+
motion_window:
|
| 337 |
+
- 5
|
| 338 |
+
- 9
|
| 339 |
+
- 9
|
| 340 |
+
motion_ext_chnls:
|
| 341 |
+
- 256
|
| 342 |
+
motion_int_chnls:
|
| 343 |
+
- 256
|
| 344 |
+
- 256
|
| 345 |
+
- 512
|
| 346 |
+
motion_corr_func: cosine
|
| 347 |
+
motion_n_encoders: 1
|
| 348 |
+
motion_use_layerscale: false
|
| 349 |
+
motion_layerscale_init: 1.0e-05
|
| 350 |
+
motion_use_layernorm: false
|
| 351 |
+
motion_use_syncbn: false
|
| 352 |
+
motion_injection_point: vision_encoder
|
| 353 |
+
motion_pool_type: avg
|
| 354 |
+
motion_drop: true
|
| 355 |
+
motion_gradient_check: false
|
| 356 |
+
motion_int_mode: lite
|
| 357 |
+
use_video: true
|
| 358 |
+
video_length: 1
|
| 359 |
+
video_stride: 2
|
| 360 |
+
use_physics: false
|
| 361 |
+
physics_keys: []
|
| 362 |
+
physics_dims: []
|
| 363 |
+
physics_loss_weight: 0.1
|
| 364 |
+
allow_missing_physics: false
|
| 365 |
+
physics_delta_indices: null
|
| 366 |
+
physics_use_flow_matching: true
|
| 367 |
+
physics_dropout_prob: 0.0
|
| 368 |
+
use_finger_latent: true
|
| 369 |
+
finger_latent_dim: 48
|
| 370 |
+
finger_latent_mode: separate
|
| 371 |
+
finger_attn_mask: m1
|
| 372 |
+
finger_loss_weight: 0.2
|
| 373 |
+
finger_latent_alignment_npz: /sjw_alinlab3/home/junhyeong/Isaac-GR00T-AlinVLA/Isaac-GR00T/shared_points/alignment_proprio_wristlocal.npz
|
| 374 |
+
finger_latent_fingertip_norm_npz: /sjw_alinlab3/home/junhyeong/Isaac-GR00T-AlinVLA/Isaac-GR00T/shared_points/fingertip_norm_proprio.npz
|
| 375 |
+
finger_latent_wrist_delta_stats_npz: /sjw_alinlab3/home/junhyeong/Isaac-GR00T-AlinVLA/Isaac-GR00T/shared_points/wrist_delta_stats_proprio.npz
|
| 376 |
+
finger_latent_human_emb_id: 34
|
| 377 |
+
max_num_embodiments: 36
|
| 378 |
+
training:
|
| 379 |
+
output_dir: /sjw_alinlab/home/junhyeong/rldx/cotrain_openarm_rlwrld/rldx1_cotrain_openarmv3_rlwrld-bottle+doll_bsz64_30000_vlmfreeze_fl-separate_m1_vid1
|
| 380 |
+
experiment_name: rldx1_cotrain_openarmv3_rlwrld-bottle+doll_bsz64_30000_vlmfreeze_fl-separate_m1_vid1
|
| 381 |
+
max_steps: 30000
|
| 382 |
+
global_batch_size: 32
|
| 383 |
+
batch_size: null
|
| 384 |
+
gradient_accumulation_steps: 2
|
| 385 |
+
learning_rate: 0.0001
|
| 386 |
+
lr_scheduler_type: cosine
|
| 387 |
+
weight_decay: 1.0e-05
|
| 388 |
+
warmup_ratio: 0.05
|
| 389 |
+
warmup_steps: 0
|
| 390 |
+
max_grad_norm: 1.0
|
| 391 |
+
new_param_warmup_steps: 0
|
| 392 |
+
optim: adamw_torch_fused
|
| 393 |
+
start_from_checkpoint: /sjw_alinlab3/home/junhyeong/Isaac-GR00T-AlinVLA/Isaac-GR00T/ckpt_debug/rldx
|
| 394 |
+
tf32: true
|
| 395 |
+
fp16: false
|
| 396 |
+
bf16: true
|
| 397 |
+
eval_bf16: true
|
| 398 |
+
logging_steps: 10
|
| 399 |
+
save_steps: 5000
|
| 400 |
+
save_total_limit: 2
|
| 401 |
+
save_vl_model: false
|
| 402 |
+
upload_checkpoints: false
|
| 403 |
+
upload_every: 1000
|
| 404 |
+
upload_last_n_checkpoints: 5
|
| 405 |
+
max_concurrent_uploads: 2
|
| 406 |
+
eval_strategy: 'no'
|
| 407 |
+
eval_steps: 500
|
| 408 |
+
eval_set_split_ratio: 0.1
|
| 409 |
+
eval_batch_size: 2
|
| 410 |
+
save_best_eval_metric_name: ''
|
| 411 |
+
save_best_eval_metric_greater_is_better: true
|
| 412 |
+
deepspeed_stage: 2
|
| 413 |
+
gradient_checkpointing: false
|
| 414 |
+
transformers_trust_remote_code: true
|
| 415 |
+
transformers_local_files_only: false
|
| 416 |
+
transformers_cache_dir: null
|
| 417 |
+
transformers_access_token: null
|
| 418 |
+
use_ddp: false
|
| 419 |
+
ddp_bucket_cap_mb: 100
|
| 420 |
+
num_gpus: 2
|
| 421 |
+
dataloader_num_workers: 8
|
| 422 |
+
remove_unused_columns: false
|
| 423 |
+
use_wandb: true
|
| 424 |
+
wandb_project: rldx-cotrain-openarm-rlwrld
|
| 425 |
+
enable_profiling: false
|
| 426 |
+
max_retries: 3
|
| 427 |
+
assert_loss_less_than: null
|
| 428 |
+
add_rl_callback: false
|
| 429 |
+
enable_open_loop_eval: false
|
| 430 |
+
open_loop_eval_traj_ids:
|
| 431 |
+
- 0
|
| 432 |
+
open_loop_eval_steps_per_traj: 100
|
| 433 |
+
open_loop_eval_plot_indices: null
|
| 434 |
+
max_steps: 30000
|
| 435 |
+
save_steps: 5000
|
experiment_cfg/config.yaml
ADDED
|
@@ -0,0 +1,455 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
!!python/object:rldx.configs.base_config.Config
|
| 2 |
+
data: !!python/object:rldx.configs.data.data_config.DataConfig
|
| 3 |
+
allow_padding: true
|
| 4 |
+
dataset_mode: sharded
|
| 5 |
+
datasets:
|
| 6 |
+
- !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
|
| 7 |
+
dataset_paths:
|
| 8 |
+
- /storage1/sjw_dataset/dataset/openarm_teleop_v3/lerobot/bottle
|
| 9 |
+
dataset_type: physical_embodiment
|
| 10 |
+
embodiment_tag: openarm
|
| 11 |
+
mix_ratio: 1.0
|
| 12 |
+
task_filter: null
|
| 13 |
+
val_dataset_path: null
|
| 14 |
+
- !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
|
| 15 |
+
dataset_paths:
|
| 16 |
+
- /storage1/sjw_dataset/dataset/openarm_teleop_v3/lerobot/cup
|
| 17 |
+
dataset_type: physical_embodiment
|
| 18 |
+
embodiment_tag: openarm
|
| 19 |
+
mix_ratio: 1.0
|
| 20 |
+
task_filter: null
|
| 21 |
+
val_dataset_path: null
|
| 22 |
+
- !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
|
| 23 |
+
dataset_paths:
|
| 24 |
+
- /storage1/sjw_dataset/dataset/openarm_teleop_v3/lerobot/doll
|
| 25 |
+
dataset_type: physical_embodiment
|
| 26 |
+
embodiment_tag: openarm
|
| 27 |
+
mix_ratio: 1.0
|
| 28 |
+
task_filter: null
|
| 29 |
+
val_dataset_path: null
|
| 30 |
+
- !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
|
| 31 |
+
dataset_paths:
|
| 32 |
+
- /storage1/sjw_dataset/dataset/openarm_teleop_v3/lerobot/snack
|
| 33 |
+
dataset_type: physical_embodiment
|
| 34 |
+
embodiment_tag: openarm
|
| 35 |
+
mix_ratio: 1.0
|
| 36 |
+
task_filter: null
|
| 37 |
+
val_dataset_path: null
|
| 38 |
+
- !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
|
| 39 |
+
dataset_paths:
|
| 40 |
+
- /sjw_alinlab3/home/junhyeong/rlwrld_human
|
| 41 |
+
dataset_type: physical_embodiment
|
| 42 |
+
embodiment_tag: rlwrld_human
|
| 43 |
+
mix_ratio: 1.0
|
| 44 |
+
task_filter:
|
| 45 |
+
- bottle
|
| 46 |
+
- doll
|
| 47 |
+
val_dataset_path: null
|
| 48 |
+
download_cache: false
|
| 49 |
+
episode_sampling_rate: 0.1
|
| 50 |
+
finger_latent_human_h5: /sjw_alinlab3/home/junhyeong/rlwrld_human_fk/rlwrld_final.h5
|
| 51 |
+
finger_latent_human_source_map: /sjw_alinlab3/home/junhyeong/rlwrld_human/meta/source_map.csv
|
| 52 |
+
finger_latent_robot_cache_dir: /sjw_alinlab3/home/junhyeong/Isaac-GR00T-AlinVLA/Isaac-GR00T/shared_points/openarm_fk_cache
|
| 53 |
+
mock_dataset_mode: false
|
| 54 |
+
modality_configs:
|
| 55 |
+
openarm:
|
| 56 |
+
action: !!python/object:rldx.data.types.ModalityConfig
|
| 57 |
+
action_configs:
|
| 58 |
+
- !!python/object:rldx.data.types.ActionConfig
|
| 59 |
+
format: &id001 !!python/object/apply:rldx.data.types.ActionFormat
|
| 60 |
+
- default
|
| 61 |
+
rep: &id002 !!python/object/apply:rldx.data.types.ActionRepresentation
|
| 62 |
+
- delta
|
| 63 |
+
state_key: null
|
| 64 |
+
type: &id003 !!python/object/apply:rldx.data.types.ActionType
|
| 65 |
+
- eef
|
| 66 |
+
- !!python/object:rldx.data.types.ActionConfig
|
| 67 |
+
format: *id001
|
| 68 |
+
rep: *id002
|
| 69 |
+
state_key: null
|
| 70 |
+
type: *id003
|
| 71 |
+
- !!python/object:rldx.data.types.ActionConfig
|
| 72 |
+
format: *id001
|
| 73 |
+
rep: *id002
|
| 74 |
+
state_key: null
|
| 75 |
+
type: *id003
|
| 76 |
+
- !!python/object:rldx.data.types.ActionConfig
|
| 77 |
+
format: *id001
|
| 78 |
+
rep: &id004 !!python/object/apply:rldx.data.types.ActionRepresentation
|
| 79 |
+
- absolute
|
| 80 |
+
state_key: null
|
| 81 |
+
type: &id005 !!python/object/apply:rldx.data.types.ActionType
|
| 82 |
+
- non_eef
|
| 83 |
+
- !!python/object:rldx.data.types.ActionConfig
|
| 84 |
+
format: *id001
|
| 85 |
+
rep: *id004
|
| 86 |
+
state_key: null
|
| 87 |
+
type: *id005
|
| 88 |
+
delta_indices:
|
| 89 |
+
- 0
|
| 90 |
+
- 1
|
| 91 |
+
- 2
|
| 92 |
+
- 3
|
| 93 |
+
- 4
|
| 94 |
+
- 5
|
| 95 |
+
- 6
|
| 96 |
+
- 7
|
| 97 |
+
- 8
|
| 98 |
+
- 9
|
| 99 |
+
- 10
|
| 100 |
+
- 11
|
| 101 |
+
- 12
|
| 102 |
+
- 13
|
| 103 |
+
- 14
|
| 104 |
+
- 15
|
| 105 |
+
mean_std_embedding_keys: null
|
| 106 |
+
modality_keys:
|
| 107 |
+
- neck_joints
|
| 108 |
+
- left_arm_joints
|
| 109 |
+
- right_arm_joints
|
| 110 |
+
- left_hand_joints
|
| 111 |
+
- right_hand_joints
|
| 112 |
+
sin_cos_embedding_keys: null
|
| 113 |
+
language: !!python/object:rldx.data.types.ModalityConfig
|
| 114 |
+
action_configs: null
|
| 115 |
+
delta_indices:
|
| 116 |
+
- 0
|
| 117 |
+
mean_std_embedding_keys: null
|
| 118 |
+
modality_keys:
|
| 119 |
+
- annotation.human.task_description
|
| 120 |
+
sin_cos_embedding_keys: null
|
| 121 |
+
state: !!python/object:rldx.data.types.ModalityConfig
|
| 122 |
+
action_configs: null
|
| 123 |
+
delta_indices:
|
| 124 |
+
- 0
|
| 125 |
+
mean_std_embedding_keys: null
|
| 126 |
+
modality_keys:
|
| 127 |
+
- neck_joints
|
| 128 |
+
- left_arm_joints
|
| 129 |
+
- right_arm_joints
|
| 130 |
+
- left_hand_joints
|
| 131 |
+
- right_hand_joints
|
| 132 |
+
sin_cos_embedding_keys: null
|
| 133 |
+
video: !!python/object:rldx.data.types.ModalityConfig
|
| 134 |
+
action_configs: null
|
| 135 |
+
delta_indices:
|
| 136 |
+
- 0
|
| 137 |
+
mean_std_embedding_keys: null
|
| 138 |
+
modality_keys:
|
| 139 |
+
- camera_ego_left
|
| 140 |
+
- camera_ego_right
|
| 141 |
+
sin_cos_embedding_keys: null
|
| 142 |
+
rlwrld_human:
|
| 143 |
+
action: !!python/object:rldx.data.types.ModalityConfig
|
| 144 |
+
action_configs:
|
| 145 |
+
- !!python/object:rldx.data.types.ActionConfig
|
| 146 |
+
format: *id001
|
| 147 |
+
rep: *id004
|
| 148 |
+
state_key: null
|
| 149 |
+
type: *id005
|
| 150 |
+
- !!python/object:rldx.data.types.ActionConfig
|
| 151 |
+
format: *id001
|
| 152 |
+
rep: *id004
|
| 153 |
+
state_key: null
|
| 154 |
+
type: *id005
|
| 155 |
+
- !!python/object:rldx.data.types.ActionConfig
|
| 156 |
+
format: *id001
|
| 157 |
+
rep: *id004
|
| 158 |
+
state_key: null
|
| 159 |
+
type: *id005
|
| 160 |
+
- !!python/object:rldx.data.types.ActionConfig
|
| 161 |
+
format: *id001
|
| 162 |
+
rep: *id004
|
| 163 |
+
state_key: null
|
| 164 |
+
type: *id005
|
| 165 |
+
- !!python/object:rldx.data.types.ActionConfig
|
| 166 |
+
format: *id001
|
| 167 |
+
rep: *id004
|
| 168 |
+
state_key: null
|
| 169 |
+
type: *id005
|
| 170 |
+
- !!python/object:rldx.data.types.ActionConfig
|
| 171 |
+
format: *id001
|
| 172 |
+
rep: *id004
|
| 173 |
+
state_key: null
|
| 174 |
+
type: *id005
|
| 175 |
+
delta_indices:
|
| 176 |
+
- 0
|
| 177 |
+
- 1
|
| 178 |
+
- 2
|
| 179 |
+
- 3
|
| 180 |
+
- 4
|
| 181 |
+
- 5
|
| 182 |
+
- 6
|
| 183 |
+
- 7
|
| 184 |
+
- 8
|
| 185 |
+
- 9
|
| 186 |
+
- 10
|
| 187 |
+
- 11
|
| 188 |
+
- 12
|
| 189 |
+
- 13
|
| 190 |
+
- 14
|
| 191 |
+
- 15
|
| 192 |
+
mean_std_embedding_keys: null
|
| 193 |
+
modality_keys:
|
| 194 |
+
- left_wrist_trans
|
| 195 |
+
- left_wrist_rot6d
|
| 196 |
+
- left_inspire6
|
| 197 |
+
- right_wrist_trans
|
| 198 |
+
- right_wrist_rot6d
|
| 199 |
+
- right_inspire6
|
| 200 |
+
sin_cos_embedding_keys: null
|
| 201 |
+
language: !!python/object:rldx.data.types.ModalityConfig
|
| 202 |
+
action_configs: null
|
| 203 |
+
delta_indices:
|
| 204 |
+
- 0
|
| 205 |
+
mean_std_embedding_keys: null
|
| 206 |
+
modality_keys:
|
| 207 |
+
- annotation.human.task_description
|
| 208 |
+
sin_cos_embedding_keys: null
|
| 209 |
+
state: !!python/object:rldx.data.types.ModalityConfig
|
| 210 |
+
action_configs: null
|
| 211 |
+
delta_indices:
|
| 212 |
+
- 0
|
| 213 |
+
mean_std_embedding_keys: null
|
| 214 |
+
modality_keys:
|
| 215 |
+
- left_wrist_trans
|
| 216 |
+
- left_wrist_rot6d
|
| 217 |
+
- left_inspire6
|
| 218 |
+
- right_wrist_trans
|
| 219 |
+
- right_wrist_rot6d
|
| 220 |
+
- right_inspire6
|
| 221 |
+
sin_cos_embedding_keys: null
|
| 222 |
+
video: !!python/object:rldx.data.types.ModalityConfig
|
| 223 |
+
action_configs: null
|
| 224 |
+
delta_indices:
|
| 225 |
+
- 0
|
| 226 |
+
mean_std_embedding_keys: null
|
| 227 |
+
modality_keys:
|
| 228 |
+
- camera_ego_right
|
| 229 |
+
sin_cos_embedding_keys: null
|
| 230 |
+
mode: single_turn
|
| 231 |
+
multiprocessing_context: fork
|
| 232 |
+
num_shards_per_epoch: 100000
|
| 233 |
+
override_pretraining_statistics: false
|
| 234 |
+
random_chop: 0.0
|
| 235 |
+
seed: 42
|
| 236 |
+
shard_size: 1024
|
| 237 |
+
shuffle: true
|
| 238 |
+
subsample_ratio: 1.0
|
| 239 |
+
use_finger_latent: true
|
| 240 |
+
video_backend: torchcodec
|
| 241 |
+
load_config_path: null
|
| 242 |
+
model: !!python/object:rldx.configs.model.rldx.RLDXConfig
|
| 243 |
+
_attn_implementation_internal: null
|
| 244 |
+
_commit_hash: null
|
| 245 |
+
_name_or_path: ''
|
| 246 |
+
_output_attentions: false
|
| 247 |
+
action_horizon: 16
|
| 248 |
+
action_model_lora_alpha: 32
|
| 249 |
+
action_model_lora_dropout: 0.0
|
| 250 |
+
action_model_lora_rank: 16
|
| 251 |
+
action_model_lora_target_modules:
|
| 252 |
+
- vl_qkv
|
| 253 |
+
- vl_proj
|
| 254 |
+
- sa_qkv
|
| 255 |
+
- sa_proj
|
| 256 |
+
- p_qkv
|
| 257 |
+
- p_proj
|
| 258 |
+
- linear1
|
| 259 |
+
- linear2
|
| 260 |
+
action_model_use_lora: false
|
| 261 |
+
add_cross_attention: false
|
| 262 |
+
architectures: null
|
| 263 |
+
backbone_lora_alpha: 32
|
| 264 |
+
backbone_lora_dropout: 0.0
|
| 265 |
+
backbone_lora_num_layers: -1
|
| 266 |
+
backbone_lora_rank: 16
|
| 267 |
+
backbone_lora_target_modules:
|
| 268 |
+
- q_proj
|
| 269 |
+
- k_proj
|
| 270 |
+
- v_proj
|
| 271 |
+
- o_proj
|
| 272 |
+
- gate_proj
|
| 273 |
+
- up_proj
|
| 274 |
+
- down_proj
|
| 275 |
+
backbone_use_lora: false
|
| 276 |
+
bad_words_ids: null
|
| 277 |
+
begin_suppress_tokens: null
|
| 278 |
+
bos_token_id: null
|
| 279 |
+
chunk_size_feed_forward: 0
|
| 280 |
+
color_jitter_params:
|
| 281 |
+
brightness: 0.3
|
| 282 |
+
contrast: 0.4
|
| 283 |
+
hue: 0.08
|
| 284 |
+
saturation: 0.5
|
| 285 |
+
conversation_image_first: false
|
| 286 |
+
cross_attention_hidden_size: null
|
| 287 |
+
decoder_start_token_id: null
|
| 288 |
+
diffusion_model_cfg:
|
| 289 |
+
action_model_max_seq_len: 512
|
| 290 |
+
attention_head_dim: 64
|
| 291 |
+
depth_multi_stream: 4
|
| 292 |
+
depth_single_stream: 8
|
| 293 |
+
dropout: 0.2
|
| 294 |
+
final_dropout: true
|
| 295 |
+
num_attention_heads: 24
|
| 296 |
+
output_dim: 1024
|
| 297 |
+
positional_embeddings: rope_sa_only
|
| 298 |
+
pre_norm: layer_norm
|
| 299 |
+
qk_norm: rms_norm
|
| 300 |
+
rope_theta: 10000.0
|
| 301 |
+
temb_type: input_token
|
| 302 |
+
use_swiglu: true
|
| 303 |
+
diversity_penalty: 0.0
|
| 304 |
+
do_sample: false
|
| 305 |
+
dtype: null
|
| 306 |
+
early_stopping: false
|
| 307 |
+
encoder_no_repeat_ngram_size: 0
|
| 308 |
+
eos_token_id: null
|
| 309 |
+
exponential_decay_length_penalty: null
|
| 310 |
+
finetuning_task: null
|
| 311 |
+
finger_attn_mask: m1
|
| 312 |
+
finger_latent_alignment_npz: /sjw_alinlab3/home/junhyeong/Isaac-GR00T-AlinVLA/Isaac-GR00T/shared_points/alignment_proprio_wristlocal.npz
|
| 313 |
+
finger_latent_dim: 48
|
| 314 |
+
finger_latent_fingertip_norm_npz: /sjw_alinlab3/home/junhyeong/Isaac-GR00T-AlinVLA/Isaac-GR00T/shared_points/fingertip_norm_proprio.npz
|
| 315 |
+
finger_latent_human_emb_id: 34
|
| 316 |
+
finger_latent_mode: separate
|
| 317 |
+
finger_latent_wrist_delta_stats_npz: /sjw_alinlab3/home/junhyeong/Isaac-GR00T-AlinVLA/Isaac-GR00T/shared_points/wrist_delta_stats_proprio.npz
|
| 318 |
+
finger_loss_weight: 0.2
|
| 319 |
+
forced_bos_token_id: null
|
| 320 |
+
forced_eos_token_id: null
|
| 321 |
+
freeze_cog_tokens: false
|
| 322 |
+
general_embodiment_train_ratio: 0
|
| 323 |
+
id2label:
|
| 324 |
+
0: LABEL_0
|
| 325 |
+
1: LABEL_1
|
| 326 |
+
image_max_area: 65536
|
| 327 |
+
image_resize_m: 32
|
| 328 |
+
is_decoder: false
|
| 329 |
+
is_encoder_decoder: false
|
| 330 |
+
label2id:
|
| 331 |
+
LABEL_0: 0
|
| 332 |
+
LABEL_1: 1
|
| 333 |
+
length_penalty: 1.0
|
| 334 |
+
max_length: 20
|
| 335 |
+
memory_cfg:
|
| 336 |
+
hidden_size: 4096
|
| 337 |
+
intermediate_size: 16384
|
| 338 |
+
max_position_embeddings: 32
|
| 339 |
+
num_attention_heads: 16
|
| 340 |
+
num_hidden_layers: 2
|
| 341 |
+
num_key_value_heads: 16
|
| 342 |
+
rms_norm_eps: 1.0e-05
|
| 343 |
+
use_causal_attn: true
|
| 344 |
+
use_rope: true
|
| 345 |
+
min_length: 0
|
| 346 |
+
model_name: /sjw_alinlab3/home/junhyeong/models/RLDX-1-VLM
|
| 347 |
+
model_revision: null
|
| 348 |
+
model_type: RLDX-1
|
| 349 |
+
n_cog_tokens: 64
|
| 350 |
+
no_repeat_ngram_size: 0
|
| 351 |
+
num_beam_groups: 1
|
| 352 |
+
num_beams: 1
|
| 353 |
+
num_return_sequences: 1
|
| 354 |
+
output_hidden_states: false
|
| 355 |
+
output_scores: false
|
| 356 |
+
pad_token_id: null
|
| 357 |
+
physics_dims: []
|
| 358 |
+
physics_keys: []
|
| 359 |
+
prefix: null
|
| 360 |
+
problem_type: null
|
| 361 |
+
pruned_heads: {}
|
| 362 |
+
random_crop_fraction: null
|
| 363 |
+
random_rotation_angle: null
|
| 364 |
+
remove_invalid_values: false
|
| 365 |
+
repetition_penalty: 1.0
|
| 366 |
+
return_dict: true
|
| 367 |
+
return_dict_in_generate: false
|
| 368 |
+
rtc_inference_delay: 0
|
| 369 |
+
rtc_inference_exec_horizon: 0
|
| 370 |
+
rtc_inference_mode: none
|
| 371 |
+
rtc_jacobian_steps_only: 3
|
| 372 |
+
rtc_training_max_delay: 0
|
| 373 |
+
sep_token_id: null
|
| 374 |
+
state_dropout_prob: 0.5
|
| 375 |
+
suppress_tokens: null
|
| 376 |
+
task_specific_params: null
|
| 377 |
+
temperature: 1.0
|
| 378 |
+
tf_legacy_loss: false
|
| 379 |
+
tie_encoder_decoder: false
|
| 380 |
+
tie_word_embeddings: true
|
| 381 |
+
tokenizer_class: null
|
| 382 |
+
top_k: 50
|
| 383 |
+
top_p: 1.0
|
| 384 |
+
torchscript: false
|
| 385 |
+
transformers_version: null
|
| 386 |
+
tune_diffusion_model: true
|
| 387 |
+
tune_llm: false
|
| 388 |
+
tune_projector: true
|
| 389 |
+
tune_top_llm_layers: 0
|
| 390 |
+
tune_visual: false
|
| 391 |
+
typical_p: 1.0
|
| 392 |
+
use_bfloat16: false
|
| 393 |
+
use_finger_latent: true
|
| 394 |
+
use_memory: false
|
| 395 |
+
use_motion: false
|
| 396 |
+
use_physics: false
|
| 397 |
+
use_video: true
|
| 398 |
+
video_length: 1
|
| 399 |
+
video_stride: 2
|
| 400 |
+
training: !!python/object:rldx.configs.training.training_config.TrainingConfig
|
| 401 |
+
add_rl_callback: false
|
| 402 |
+
assert_loss_less_than: null
|
| 403 |
+
batch_size: null
|
| 404 |
+
bf16: true
|
| 405 |
+
dataloader_num_workers: 8
|
| 406 |
+
ddp_bucket_cap_mb: 100
|
| 407 |
+
deepspeed_stage: 2
|
| 408 |
+
enable_open_loop_eval: false
|
| 409 |
+
enable_profiling: false
|
| 410 |
+
eval_batch_size: 2
|
| 411 |
+
eval_bf16: true
|
| 412 |
+
eval_set_split_ratio: 0.1
|
| 413 |
+
eval_steps: 500
|
| 414 |
+
eval_strategy: 'no'
|
| 415 |
+
experiment_name: rldx1_cotrain_openarmv3_rlwrld-bottle+doll_bsz64_30000_vlmfreeze_fl-separate_m1_vid1
|
| 416 |
+
fp16: false
|
| 417 |
+
global_batch_size: 32
|
| 418 |
+
gradient_accumulation_steps: 2
|
| 419 |
+
gradient_checkpointing: false
|
| 420 |
+
learning_rate: 0.0001
|
| 421 |
+
logging_steps: 10
|
| 422 |
+
lr_scheduler_type: cosine
|
| 423 |
+
max_concurrent_uploads: 2
|
| 424 |
+
max_grad_norm: 1.0
|
| 425 |
+
max_retries: 3
|
| 426 |
+
max_steps: 30000
|
| 427 |
+
new_param_warmup_steps: 0
|
| 428 |
+
num_gpus: 2
|
| 429 |
+
open_loop_eval_plot_indices: null
|
| 430 |
+
open_loop_eval_steps_per_traj: 100
|
| 431 |
+
open_loop_eval_traj_ids:
|
| 432 |
+
- 0
|
| 433 |
+
optim: adamw_torch_fused
|
| 434 |
+
output_dir: /sjw_alinlab/home/junhyeong/rldx/cotrain_openarm_rlwrld/rldx1_cotrain_openarmv3_rlwrld-bottle+doll_bsz64_30000_vlmfreeze_fl-separate_m1_vid1
|
| 435 |
+
remove_unused_columns: false
|
| 436 |
+
save_best_eval_metric_greater_is_better: true
|
| 437 |
+
save_best_eval_metric_name: ''
|
| 438 |
+
save_steps: 5000
|
| 439 |
+
save_total_limit: 2
|
| 440 |
+
save_vl_model: false
|
| 441 |
+
start_from_checkpoint: /sjw_alinlab3/home/junhyeong/Isaac-GR00T-AlinVLA/Isaac-GR00T/ckpt_debug/rldx
|
| 442 |
+
tf32: true
|
| 443 |
+
transformers_access_token: null
|
| 444 |
+
transformers_cache_dir: null
|
| 445 |
+
transformers_local_files_only: false
|
| 446 |
+
transformers_trust_remote_code: true
|
| 447 |
+
upload_checkpoints: false
|
| 448 |
+
upload_every: 1000
|
| 449 |
+
upload_last_n_checkpoints: 5
|
| 450 |
+
use_ddp: false
|
| 451 |
+
use_wandb: true
|
| 452 |
+
wandb_project: rldx-cotrain-openarm-rlwrld
|
| 453 |
+
warmup_ratio: 0.05
|
| 454 |
+
warmup_steps: 0
|
| 455 |
+
weight_decay: 1.0e-05
|
experiment_cfg/dataset_statistics.json
ADDED
|
@@ -0,0 +1,1018 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"openarm": {
|
| 3 |
+
"state": {
|
| 4 |
+
"neck_joints": {
|
| 5 |
+
"min": [
|
| 6 |
+
0.8775845170021057,
|
| 7 |
+
0.00019073777366429567
|
| 8 |
+
],
|
| 9 |
+
"max": [
|
| 10 |
+
0.8802548050880432,
|
| 11 |
+
0.001716639962978661
|
| 12 |
+
],
|
| 13 |
+
"mean": [
|
| 14 |
+
0.8790253400802612,
|
| 15 |
+
0.0011292262352071702
|
| 16 |
+
],
|
| 17 |
+
"std": [
|
| 18 |
+
0.0004899735976115492,
|
| 19 |
+
0.0002370646963006966
|
| 20 |
+
],
|
| 21 |
+
"q01": [
|
| 22 |
+
0.8779659867286682,
|
| 23 |
+
0.000572213320992887
|
| 24 |
+
],
|
| 25 |
+
"q99": [
|
| 26 |
+
0.8798733353614807,
|
| 27 |
+
0.0013351644156500697
|
| 28 |
+
]
|
| 29 |
+
},
|
| 30 |
+
"left_arm_joints": {
|
| 31 |
+
"min": [
|
| 32 |
+
-1.1152437925338745,
|
| 33 |
+
-0.8199816942214966,
|
| 34 |
+
-0.4812313914299011,
|
| 35 |
+
0.2473868876695633,
|
| 36 |
+
-0.9115357995033264,
|
| 37 |
+
-0.804341197013855,
|
| 38 |
+
-0.7883192300796509
|
| 39 |
+
],
|
| 40 |
+
"max": [
|
| 41 |
+
0.5983443856239319,
|
| 42 |
+
0.0013351644156500697,
|
| 43 |
+
1.3441290855407715,
|
| 44 |
+
2.380216598510742,
|
| 45 |
+
1.5596628189086914,
|
| 46 |
+
0.7421606779098511,
|
| 47 |
+
0.8554589152336121
|
| 48 |
+
],
|
| 49 |
+
"mean": [
|
| 50 |
+
0.01132966298609972,
|
| 51 |
+
-0.2418484464287758,
|
| 52 |
+
0.20135811902582645,
|
| 53 |
+
1.5115731358528137,
|
| 54 |
+
-0.07174349203705788,
|
| 55 |
+
0.1426813993602991,
|
| 56 |
+
-0.2871129997074604
|
| 57 |
+
],
|
| 58 |
+
"std": [
|
| 59 |
+
0.21203986597675645,
|
| 60 |
+
0.13334299381534687,
|
| 61 |
+
0.23476713562446277,
|
| 62 |
+
0.23524436915150426,
|
| 63 |
+
0.4445873747368094,
|
| 64 |
+
0.2340584280388313,
|
| 65 |
+
0.20206369671934343
|
| 66 |
+
],
|
| 67 |
+
"q01": [
|
| 68 |
+
-0.9321355223655701,
|
| 69 |
+
-0.7673380374908447,
|
| 70 |
+
-0.33889144271612165,
|
| 71 |
+
0.4663538634777069,
|
| 72 |
+
-0.6742580533027649,
|
| 73 |
+
-0.8031967878341675,
|
| 74 |
+
-0.70704585313797
|
| 75 |
+
],
|
| 76 |
+
"q99": [
|
| 77 |
+
0.4686427116394043,
|
| 78 |
+
-0.06313420087099075,
|
| 79 |
+
1.0835622549056996,
|
| 80 |
+
2.266918420791626,
|
| 81 |
+
1.4802662134170528,
|
| 82 |
+
0.7085908055305481,
|
| 83 |
+
0.7312657237052913
|
| 84 |
+
]
|
| 85 |
+
},
|
| 86 |
+
"right_arm_joints": {
|
| 87 |
+
"min": [
|
| 88 |
+
-0.7566567659378052,
|
| 89 |
+
-0.037193864583969116,
|
| 90 |
+
-1.565384864807129,
|
| 91 |
+
0.44651713967323303,
|
| 92 |
+
-1.0240710973739624,
|
| 93 |
+
-0.7227054238319397,
|
| 94 |
+
-0.883306622505188
|
| 95 |
+
],
|
| 96 |
+
"max": [
|
| 97 |
+
1.3853284120559692,
|
| 98 |
+
0.8504997491836548,
|
| 99 |
+
0.6536583304405212,
|
| 100 |
+
2.2680628299713135,
|
| 101 |
+
1.0172045230865479,
|
| 102 |
+
0.7852674126625061,
|
| 103 |
+
0.6643396615982056
|
| 104 |
+
],
|
| 105 |
+
"mean": [
|
| 106 |
+
0.10089387495827395,
|
| 107 |
+
0.31191377341747284,
|
| 108 |
+
-0.2506226357072592,
|
| 109 |
+
1.4964774250984192,
|
| 110 |
+
0.05792709696106613,
|
| 111 |
+
-0.1116084991954267,
|
| 112 |
+
0.17931780219078064
|
| 113 |
+
],
|
| 114 |
+
"std": [
|
| 115 |
+
0.30343024099003985,
|
| 116 |
+
0.11318171542163025,
|
| 117 |
+
0.33798676435615227,
|
| 118 |
+
0.27708105835998015,
|
| 119 |
+
0.30663726504006217,
|
| 120 |
+
0.22886301801890527,
|
| 121 |
+
0.18568661537482936
|
| 122 |
+
],
|
| 123 |
+
"q01": [
|
| 124 |
+
-0.5834668278694153,
|
| 125 |
+
0.07686731964349747,
|
| 126 |
+
-1.4528496265411377,
|
| 127 |
+
0.5218814611434937,
|
| 128 |
+
-0.8719272017478943,
|
| 129 |
+
-0.6864652633666992,
|
| 130 |
+
-0.8170977234840393
|
| 131 |
+
],
|
| 132 |
+
"q99": [
|
| 133 |
+
1.3204318284988394,
|
| 134 |
+
0.7631418108940125,
|
| 135 |
+
0.594098567962646,
|
| 136 |
+
2.007682905197143,
|
| 137 |
+
0.7026550769805904,
|
| 138 |
+
0.7852674126625061,
|
| 139 |
+
0.5097924989461895
|
| 140 |
+
]
|
| 141 |
+
},
|
| 142 |
+
"left_hand_joints": {
|
| 143 |
+
"min": [
|
| 144 |
+
-0.06457718461751938,
|
| 145 |
+
-0.03316125646233559,
|
| 146 |
+
-0.06632251292467117,
|
| 147 |
+
-0.10646508634090424,
|
| 148 |
+
-0.09773843735456467,
|
| 149 |
+
-0.12566371262073517
|
| 150 |
+
],
|
| 151 |
+
"max": [
|
| 152 |
+
1.8238691091537476,
|
| 153 |
+
0.4136430323123932,
|
| 154 |
+
1.333431601524353,
|
| 155 |
+
1.439896583557129,
|
| 156 |
+
1.4102259874343872,
|
| 157 |
+
0.9948377013206482
|
| 158 |
+
],
|
| 159 |
+
"mean": [
|
| 160 |
+
0.3742227628827095,
|
| 161 |
+
0.01601634849794209,
|
| 162 |
+
0.11723585985600948,
|
| 163 |
+
0.24815524369478226,
|
| 164 |
+
0.19695555046200752,
|
| 165 |
+
-0.04363707429729402
|
| 166 |
+
],
|
| 167 |
+
"std": [
|
| 168 |
+
0.50802828860577,
|
| 169 |
+
0.05079099623539817,
|
| 170 |
+
0.29747482533312514,
|
| 171 |
+
0.3127044911716388,
|
| 172 |
+
0.38954466427638945,
|
| 173 |
+
0.22835767322506806
|
| 174 |
+
],
|
| 175 |
+
"q01": [
|
| 176 |
+
-0.02967059798538685,
|
| 177 |
+
-0.03316125646233559,
|
| 178 |
+
-0.06632251292467117,
|
| 179 |
+
-0.024434609338641167,
|
| 180 |
+
-0.06632251292467117,
|
| 181 |
+
-0.12566371262073517
|
| 182 |
+
],
|
| 183 |
+
"q99": [
|
| 184 |
+
1.6371188163757324,
|
| 185 |
+
0.343829870223999,
|
| 186 |
+
1.1763519048690796,
|
| 187 |
+
1.3683381080627441,
|
| 188 |
+
1.3561208248138428,
|
| 189 |
+
0.8429940342903137
|
| 190 |
+
]
|
| 191 |
+
},
|
| 192 |
+
"right_hand_joints": {
|
| 193 |
+
"min": [
|
| 194 |
+
-0.03316125646233559,
|
| 195 |
+
-0.019198622554540634,
|
| 196 |
+
-0.0872664600610733,
|
| 197 |
+
-0.04886921867728233,
|
| 198 |
+
-0.12042772024869919,
|
| 199 |
+
-0.03316125646233559
|
| 200 |
+
],
|
| 201 |
+
"max": [
|
| 202 |
+
1.8535397052764893,
|
| 203 |
+
0.39095374941825867,
|
| 204 |
+
1.3840460777282715,
|
| 205 |
+
1.4241886138916016,
|
| 206 |
+
1.141445279121399,
|
| 207 |
+
1.288053035736084
|
| 208 |
+
],
|
| 209 |
+
"mean": [
|
| 210 |
+
0.7327186316251755,
|
| 211 |
+
0.10392665537074208,
|
| 212 |
+
0.15715087205171585,
|
| 213 |
+
0.292761005461216,
|
| 214 |
+
0.14248188585042953,
|
| 215 |
+
0.21919146552681923
|
| 216 |
+
],
|
| 217 |
+
"std": [
|
| 218 |
+
0.5310439785270452,
|
| 219 |
+
0.06323115430457361,
|
| 220 |
+
0.29918469339958753,
|
| 221 |
+
0.32247689875738905,
|
| 222 |
+
0.3928433580080594,
|
| 223 |
+
0.3418398073461241
|
| 224 |
+
],
|
| 225 |
+
"q01": [
|
| 226 |
+
-0.001745329238474369,
|
| 227 |
+
-0.019198622554540634,
|
| 228 |
+
-0.0872664600610733,
|
| 229 |
+
-0.04886921867728233,
|
| 230 |
+
-0.12042772024869919,
|
| 231 |
+
-0.03316125646233559
|
| 232 |
+
],
|
| 233 |
+
"q99": [
|
| 234 |
+
1.6877334117889404,
|
| 235 |
+
0.3543018400669098,
|
| 236 |
+
0.942477822303772,
|
| 237 |
+
1.186823844909668,
|
| 238 |
+
1.026253581047058,
|
| 239 |
+
1.1763519048690796
|
| 240 |
+
]
|
| 241 |
+
}
|
| 242 |
+
},
|
| 243 |
+
"action": {
|
| 244 |
+
"neck_joints": {
|
| 245 |
+
"min": [
|
| 246 |
+
0.8700000047683716,
|
| 247 |
+
0.0
|
| 248 |
+
],
|
| 249 |
+
"max": [
|
| 250 |
+
0.8700000047683716,
|
| 251 |
+
0.0
|
| 252 |
+
],
|
| 253 |
+
"mean": [
|
| 254 |
+
0.8698072731494904,
|
| 255 |
+
0.0
|
| 256 |
+
],
|
| 257 |
+
"std": [
|
| 258 |
+
0.0003101894281172701,
|
| 259 |
+
0.0
|
| 260 |
+
],
|
| 261 |
+
"q01": [
|
| 262 |
+
0.8700000047683716,
|
| 263 |
+
0.0
|
| 264 |
+
],
|
| 265 |
+
"q99": [
|
| 266 |
+
0.8700000047683716,
|
| 267 |
+
0.0
|
| 268 |
+
]
|
| 269 |
+
},
|
| 270 |
+
"left_arm_joints": {
|
| 271 |
+
"min": [
|
| 272 |
+
-1.1354329586029053,
|
| 273 |
+
-0.8163649439811707,
|
| 274 |
+
-0.4862719178199768,
|
| 275 |
+
0.2503260374069214,
|
| 276 |
+
-0.8698634505271912,
|
| 277 |
+
-0.785398006439209,
|
| 278 |
+
-0.8310340642929077
|
| 279 |
+
],
|
| 280 |
+
"max": [
|
| 281 |
+
0.5991158485412598,
|
| 282 |
+
0.005848754663020372,
|
| 283 |
+
1.3437671661376953,
|
| 284 |
+
2.410938024520874,
|
| 285 |
+
1.570796012878418,
|
| 286 |
+
0.7010292410850525,
|
| 287 |
+
0.864398181438446
|
| 288 |
+
],
|
| 289 |
+
"mean": [
|
| 290 |
+
0.0036164293996989727,
|
| 291 |
+
-0.2427399791777134,
|
| 292 |
+
0.20134965144097805,
|
| 293 |
+
1.521710216999054,
|
| 294 |
+
-0.06497753784060478,
|
| 295 |
+
0.14628401026129723,
|
| 296 |
+
-0.3276054449379444
|
| 297 |
+
],
|
| 298 |
+
"std": [
|
| 299 |
+
0.2147974757685738,
|
| 300 |
+
0.1332877734463091,
|
| 301 |
+
0.23507571036929395,
|
| 302 |
+
0.2360221826475772,
|
| 303 |
+
0.4424180535360595,
|
| 304 |
+
0.23419420285381748,
|
| 305 |
+
0.21026504692310383
|
| 306 |
+
],
|
| 307 |
+
"q01": [
|
| 308 |
+
-0.9490543007850647,
|
| 309 |
+
-0.7711125016212463,
|
| 310 |
+
-0.3424611985683441,
|
| 311 |
+
0.4742872416973114,
|
| 312 |
+
-0.6612420678138733,
|
| 313 |
+
-0.785398006439209,
|
| 314 |
+
-0.7523983895778656
|
| 315 |
+
],
|
| 316 |
+
"q99": [
|
| 317 |
+
0.4668099880218506,
|
| 318 |
+
-0.06394737213850021,
|
| 319 |
+
1.08373822569847,
|
| 320 |
+
2.278198709487915,
|
| 321 |
+
1.4878152358531949,
|
| 322 |
+
0.7002622485160828,
|
| 323 |
+
0.725956380367279
|
| 324 |
+
]
|
| 325 |
+
},
|
| 326 |
+
"right_arm_joints": {
|
| 327 |
+
"min": [
|
| 328 |
+
-0.7563488483428955,
|
| 329 |
+
-0.044965263456106186,
|
| 330 |
+
-1.570796012878418,
|
| 331 |
+
0.4482095539569855,
|
| 332 |
+
-1.0249863862991333,
|
| 333 |
+
-0.7017962336540222,
|
| 334 |
+
-0.8766700029373169
|
| 335 |
+
],
|
| 336 |
+
"max": [
|
| 337 |
+
1.406180500984192,
|
| 338 |
+
0.8666028380393982,
|
| 339 |
+
0.6622961759567261,
|
| 340 |
+
2.282083511352539,
|
| 341 |
+
1.026329517364502,
|
| 342 |
+
0.785398006439209,
|
| 343 |
+
0.6895243525505066
|
| 344 |
+
],
|
| 345 |
+
"mean": [
|
| 346 |
+
0.11062010284513235,
|
| 347 |
+
0.31314023584127426,
|
| 348 |
+
-0.24908155389130116,
|
| 349 |
+
1.506264328956604,
|
| 350 |
+
0.0575856938958168,
|
| 351 |
+
-0.11785649787634611,
|
| 352 |
+
0.21400576643645763
|
| 353 |
+
],
|
| 354 |
+
"std": [
|
| 355 |
+
0.30564097732121687,
|
| 356 |
+
0.11501835150144818,
|
| 357 |
+
0.3393256664752319,
|
| 358 |
+
0.2795211034425586,
|
| 359 |
+
0.3064357524228558,
|
| 360 |
+
0.2373543838402053,
|
| 361 |
+
0.19049453163593455
|
| 362 |
+
],
|
| 363 |
+
"q01": [
|
| 364 |
+
-0.5807080268859863,
|
| 365 |
+
0.07085028290748596,
|
| 366 |
+
-1.447648401260376,
|
| 367 |
+
0.5239728713035583,
|
| 368 |
+
-0.8762553799152374,
|
| 369 |
+
-0.7002622485160828,
|
| 370 |
+
-0.8015049695968628
|
| 371 |
+
],
|
| 372 |
+
"q99": [
|
| 373 |
+
1.340771613121032,
|
| 374 |
+
0.7730108082294453,
|
| 375 |
+
0.6001699566841125,
|
| 376 |
+
2.0181928825378406,
|
| 377 |
+
0.7300564026832576,
|
| 378 |
+
0.785398006439209,
|
| 379 |
+
0.5614369511604309
|
| 380 |
+
]
|
| 381 |
+
},
|
| 382 |
+
"left_hand_joints": {
|
| 383 |
+
"min": [
|
| 384 |
+
0.0,
|
| 385 |
+
0.0,
|
| 386 |
+
0.0,
|
| 387 |
+
0.0,
|
| 388 |
+
0.0,
|
| 389 |
+
0.0
|
| 390 |
+
],
|
| 391 |
+
"max": [
|
| 392 |
+
1.9059820175170898,
|
| 393 |
+
0.47455501556396484,
|
| 394 |
+
1.5285593271255493,
|
| 395 |
+
1.5285593271255493,
|
| 396 |
+
1.5285593271255493,
|
| 397 |
+
1.2521748542785645
|
| 398 |
+
],
|
| 399 |
+
"mean": [
|
| 400 |
+
0.4028281196951866,
|
| 401 |
+
0.05455300072208047,
|
| 402 |
+
0.3590368703007698,
|
| 403 |
+
0.29014793038368225,
|
| 404 |
+
0.26669541746377945,
|
| 405 |
+
0.10670747701078653
|
| 406 |
+
],
|
| 407 |
+
"std": [
|
| 408 |
+
0.5480651737190259,
|
| 409 |
+
0.0922324467726935,
|
| 410 |
+
0.37977739671662486,
|
| 411 |
+
0.3944436039973619,
|
| 412 |
+
0.42733484565539914,
|
| 413 |
+
0.26616916309749816
|
| 414 |
+
],
|
| 415 |
+
"q01": [
|
| 416 |
+
0.0,
|
| 417 |
+
0.0,
|
| 418 |
+
0.0,
|
| 419 |
+
0.0,
|
| 420 |
+
0.0,
|
| 421 |
+
0.0
|
| 422 |
+
],
|
| 423 |
+
"q99": [
|
| 424 |
+
1.7202953350543977,
|
| 425 |
+
0.47455501556396484,
|
| 426 |
+
1.5285593271255493,
|
| 427 |
+
1.5285593271255493,
|
| 428 |
+
1.5285593271255493,
|
| 429 |
+
1.1083081769943228
|
| 430 |
+
]
|
| 431 |
+
},
|
| 432 |
+
"right_hand_joints": {
|
| 433 |
+
"min": [
|
| 434 |
+
0.0,
|
| 435 |
+
0.0,
|
| 436 |
+
0.0,
|
| 437 |
+
0.0,
|
| 438 |
+
0.0,
|
| 439 |
+
0.0
|
| 440 |
+
],
|
| 441 |
+
"max": [
|
| 442 |
+
2.094395160675049,
|
| 443 |
+
0.47455501556396484,
|
| 444 |
+
1.5285593271255493,
|
| 445 |
+
1.5285593271255493,
|
| 446 |
+
1.5285593271255493,
|
| 447 |
+
1.4207992553710938
|
| 448 |
+
],
|
| 449 |
+
"mean": [
|
| 450 |
+
0.7450667470693588,
|
| 451 |
+
0.07796275755390525,
|
| 452 |
+
0.3417522609233856,
|
| 453 |
+
0.3828720971941948,
|
| 454 |
+
0.34122779965400696,
|
| 455 |
+
0.20993563160300255
|
| 456 |
+
],
|
| 457 |
+
"std": [
|
| 458 |
+
0.5705664790462193,
|
| 459 |
+
0.14541525411688389,
|
| 460 |
+
0.4512651345185143,
|
| 461 |
+
0.4509306259044235,
|
| 462 |
+
0.47851587726375233,
|
| 463 |
+
0.36190598993807227
|
| 464 |
+
],
|
| 465 |
+
"q01": [
|
| 466 |
+
0.0,
|
| 467 |
+
0.0,
|
| 468 |
+
0.0,
|
| 469 |
+
0.0,
|
| 470 |
+
0.0,
|
| 471 |
+
0.0
|
| 472 |
+
],
|
| 473 |
+
"q99": [
|
| 474 |
+
1.7846594893932337,
|
| 475 |
+
0.47455501556396484,
|
| 476 |
+
1.5285593271255493,
|
| 477 |
+
1.5285593271255493,
|
| 478 |
+
1.5285593271255493,
|
| 479 |
+
1.264990735054015
|
| 480 |
+
]
|
| 481 |
+
}
|
| 482 |
+
}
|
| 483 |
+
},
|
| 484 |
+
"rlwrld_human": {
|
| 485 |
+
"state": {
|
| 486 |
+
"left_wrist_trans": {
|
| 487 |
+
"min": [
|
| 488 |
+
0.0,
|
| 489 |
+
0.0,
|
| 490 |
+
0.0
|
| 491 |
+
],
|
| 492 |
+
"max": [
|
| 493 |
+
0.0,
|
| 494 |
+
0.0,
|
| 495 |
+
0.0
|
| 496 |
+
],
|
| 497 |
+
"mean": [
|
| 498 |
+
0.0,
|
| 499 |
+
0.0,
|
| 500 |
+
0.0
|
| 501 |
+
],
|
| 502 |
+
"std": [
|
| 503 |
+
0.0,
|
| 504 |
+
0.0,
|
| 505 |
+
0.0
|
| 506 |
+
],
|
| 507 |
+
"q01": [
|
| 508 |
+
0.0,
|
| 509 |
+
0.0,
|
| 510 |
+
0.0
|
| 511 |
+
],
|
| 512 |
+
"q99": [
|
| 513 |
+
0.0,
|
| 514 |
+
0.0,
|
| 515 |
+
0.0
|
| 516 |
+
]
|
| 517 |
+
},
|
| 518 |
+
"left_wrist_rot6d": {
|
| 519 |
+
"min": [
|
| 520 |
+
0.0,
|
| 521 |
+
0.0,
|
| 522 |
+
0.0,
|
| 523 |
+
0.0,
|
| 524 |
+
0.0,
|
| 525 |
+
0.0
|
| 526 |
+
],
|
| 527 |
+
"max": [
|
| 528 |
+
0.0,
|
| 529 |
+
0.0,
|
| 530 |
+
0.0,
|
| 531 |
+
0.0,
|
| 532 |
+
0.0,
|
| 533 |
+
0.0
|
| 534 |
+
],
|
| 535 |
+
"mean": [
|
| 536 |
+
0.0,
|
| 537 |
+
0.0,
|
| 538 |
+
0.0,
|
| 539 |
+
0.0,
|
| 540 |
+
0.0,
|
| 541 |
+
0.0
|
| 542 |
+
],
|
| 543 |
+
"std": [
|
| 544 |
+
0.0,
|
| 545 |
+
0.0,
|
| 546 |
+
0.0,
|
| 547 |
+
0.0,
|
| 548 |
+
0.0,
|
| 549 |
+
0.0
|
| 550 |
+
],
|
| 551 |
+
"q01": [
|
| 552 |
+
0.0,
|
| 553 |
+
0.0,
|
| 554 |
+
0.0,
|
| 555 |
+
0.0,
|
| 556 |
+
0.0,
|
| 557 |
+
0.0
|
| 558 |
+
],
|
| 559 |
+
"q99": [
|
| 560 |
+
0.0,
|
| 561 |
+
0.0,
|
| 562 |
+
0.0,
|
| 563 |
+
0.0,
|
| 564 |
+
0.0,
|
| 565 |
+
0.0
|
| 566 |
+
]
|
| 567 |
+
},
|
| 568 |
+
"left_inspire6": {
|
| 569 |
+
"min": [
|
| 570 |
+
0.0,
|
| 571 |
+
0.0,
|
| 572 |
+
0.0,
|
| 573 |
+
0.0,
|
| 574 |
+
0.0,
|
| 575 |
+
0.0
|
| 576 |
+
],
|
| 577 |
+
"max": [
|
| 578 |
+
0.0,
|
| 579 |
+
0.0,
|
| 580 |
+
0.0,
|
| 581 |
+
0.0,
|
| 582 |
+
0.0,
|
| 583 |
+
0.0
|
| 584 |
+
],
|
| 585 |
+
"mean": [
|
| 586 |
+
0.0,
|
| 587 |
+
0.0,
|
| 588 |
+
0.0,
|
| 589 |
+
0.0,
|
| 590 |
+
0.0,
|
| 591 |
+
0.0
|
| 592 |
+
],
|
| 593 |
+
"std": [
|
| 594 |
+
0.0,
|
| 595 |
+
0.0,
|
| 596 |
+
0.0,
|
| 597 |
+
0.0,
|
| 598 |
+
0.0,
|
| 599 |
+
0.0
|
| 600 |
+
],
|
| 601 |
+
"q01": [
|
| 602 |
+
0.0,
|
| 603 |
+
0.0,
|
| 604 |
+
0.0,
|
| 605 |
+
0.0,
|
| 606 |
+
0.0,
|
| 607 |
+
0.0
|
| 608 |
+
],
|
| 609 |
+
"q99": [
|
| 610 |
+
0.0,
|
| 611 |
+
0.0,
|
| 612 |
+
0.0,
|
| 613 |
+
0.0,
|
| 614 |
+
0.0,
|
| 615 |
+
0.0
|
| 616 |
+
]
|
| 617 |
+
},
|
| 618 |
+
"right_wrist_trans": {
|
| 619 |
+
"min": [
|
| 620 |
+
-0.10653752833604813,
|
| 621 |
+
-0.163665771484375,
|
| 622 |
+
0.2241566926240921
|
| 623 |
+
],
|
| 624 |
+
"max": [
|
| 625 |
+
0.35925382375717163,
|
| 626 |
+
0.22057749330997467,
|
| 627 |
+
0.507086992263794
|
| 628 |
+
],
|
| 629 |
+
"mean": [
|
| 630 |
+
0.11221214383840561,
|
| 631 |
+
0.017031284049153328,
|
| 632 |
+
0.34666284918785095
|
| 633 |
+
],
|
| 634 |
+
"std": [
|
| 635 |
+
0.09888841211795807,
|
| 636 |
+
0.0614946112036705,
|
| 637 |
+
0.053748589009046555
|
| 638 |
+
],
|
| 639 |
+
"q01": [
|
| 640 |
+
-0.08229295872151851,
|
| 641 |
+
-0.10940996110439301,
|
| 642 |
+
0.2633962109684944
|
| 643 |
+
],
|
| 644 |
+
"q99": [
|
| 645 |
+
0.31416473388671884,
|
| 646 |
+
0.13180073127150538,
|
| 647 |
+
0.48514137417078024
|
| 648 |
+
]
|
| 649 |
+
},
|
| 650 |
+
"right_wrist_rot6d": {
|
| 651 |
+
"min": [
|
| 652 |
+
-0.9999985098838806,
|
| 653 |
+
-0.8284350633621216,
|
| 654 |
+
-0.9999796748161316,
|
| 655 |
+
-0.7387690544128418,
|
| 656 |
+
-0.9873884916305542,
|
| 657 |
+
-0.9983192086219788
|
| 658 |
+
],
|
| 659 |
+
"max": [
|
| 660 |
+
0.5437175631523132,
|
| 661 |
+
0.7197169661521912,
|
| 662 |
+
0.7890931963920593,
|
| 663 |
+
0.9999999403953552,
|
| 664 |
+
0.6995965838432312,
|
| 665 |
+
0.4844250977039337
|
| 666 |
+
],
|
| 667 |
+
"mean": [
|
| 668 |
+
-0.46507301926612854,
|
| 669 |
+
-0.2746681869029999,
|
| 670 |
+
-0.5980040431022644,
|
| 671 |
+
0.6327305436134338,
|
| 672 |
+
-0.20830394327640533,
|
| 673 |
+
-0.42838528752326965
|
| 674 |
+
],
|
| 675 |
+
"std": [
|
| 676 |
+
0.3756546378135681,
|
| 677 |
+
0.22046783566474915,
|
| 678 |
+
0.4011705815792084,
|
| 679 |
+
0.38456737995147705,
|
| 680 |
+
0.332675039768219,
|
| 681 |
+
0.33792901039123535
|
| 682 |
+
],
|
| 683 |
+
"q01": [
|
| 684 |
+
-0.9838402986526489,
|
| 685 |
+
-0.6798303216695786,
|
| 686 |
+
-0.9874343246221542,
|
| 687 |
+
-0.2718861043453217,
|
| 688 |
+
-0.8701143383979797,
|
| 689 |
+
-0.9709116578102112
|
| 690 |
+
],
|
| 691 |
+
"q99": [
|
| 692 |
+
0.210752779990436,
|
| 693 |
+
0.3985897347331067,
|
| 694 |
+
0.46560924649238605,
|
| 695 |
+
0.9999818801879883,
|
| 696 |
+
0.5757025957107552,
|
| 697 |
+
0.2021675258874901
|
| 698 |
+
]
|
| 699 |
+
},
|
| 700 |
+
"right_inspire6": {
|
| 701 |
+
"min": [
|
| 702 |
+
0.009999247267842293,
|
| 703 |
+
0.009999820962548256,
|
| 704 |
+
0.009999999776482582,
|
| 705 |
+
0.009999999776482582,
|
| 706 |
+
0.009999999776482582,
|
| 707 |
+
0.009999999776482582
|
| 708 |
+
],
|
| 709 |
+
"max": [
|
| 710 |
+
2.084395170211792,
|
| 711 |
+
0.3658832311630249,
|
| 712 |
+
1.10917329788208,
|
| 713 |
+
1.0203349590301514,
|
| 714 |
+
1.3030383586883545,
|
| 715 |
+
1.466663122177124
|
| 716 |
+
],
|
| 717 |
+
"mean": [
|
| 718 |
+
0.8935704231262207,
|
| 719 |
+
0.024939337745308876,
|
| 720 |
+
0.20090091228485107,
|
| 721 |
+
0.18043671548366547,
|
| 722 |
+
0.21828682720661163,
|
| 723 |
+
0.25605323910713196
|
| 724 |
+
],
|
| 725 |
+
"std": [
|
| 726 |
+
0.728226363658905,
|
| 727 |
+
0.033175643533468246,
|
| 728 |
+
0.2350926548242569,
|
| 729 |
+
0.24317336082458496,
|
| 730 |
+
0.29483988881111145,
|
| 731 |
+
0.3390101492404938
|
| 732 |
+
],
|
| 733 |
+
"q01": [
|
| 734 |
+
0.009999999776482582,
|
| 735 |
+
0.009999999776482582,
|
| 736 |
+
0.009999999776482582,
|
| 737 |
+
0.009999999776482582,
|
| 738 |
+
0.009999999776482582,
|
| 739 |
+
0.009999999776482582
|
| 740 |
+
],
|
| 741 |
+
"q99": [
|
| 742 |
+
2.0673207283020023,
|
| 743 |
+
0.15902982279658345,
|
| 744 |
+
0.8475046575069433,
|
| 745 |
+
0.8457073509693152,
|
| 746 |
+
1.0860528647899632,
|
| 747 |
+
1.2622448205947878
|
| 748 |
+
]
|
| 749 |
+
}
|
| 750 |
+
},
|
| 751 |
+
"action": {
|
| 752 |
+
"left_wrist_trans": {
|
| 753 |
+
"min": [
|
| 754 |
+
0.0,
|
| 755 |
+
0.0,
|
| 756 |
+
0.0
|
| 757 |
+
],
|
| 758 |
+
"max": [
|
| 759 |
+
0.0,
|
| 760 |
+
0.0,
|
| 761 |
+
0.0
|
| 762 |
+
],
|
| 763 |
+
"mean": [
|
| 764 |
+
0.0,
|
| 765 |
+
0.0,
|
| 766 |
+
0.0
|
| 767 |
+
],
|
| 768 |
+
"std": [
|
| 769 |
+
0.0,
|
| 770 |
+
0.0,
|
| 771 |
+
0.0
|
| 772 |
+
],
|
| 773 |
+
"q01": [
|
| 774 |
+
0.0,
|
| 775 |
+
0.0,
|
| 776 |
+
0.0
|
| 777 |
+
],
|
| 778 |
+
"q99": [
|
| 779 |
+
0.0,
|
| 780 |
+
0.0,
|
| 781 |
+
0.0
|
| 782 |
+
]
|
| 783 |
+
},
|
| 784 |
+
"left_wrist_rot6d": {
|
| 785 |
+
"min": [
|
| 786 |
+
0.0,
|
| 787 |
+
0.0,
|
| 788 |
+
0.0,
|
| 789 |
+
0.0,
|
| 790 |
+
0.0,
|
| 791 |
+
0.0
|
| 792 |
+
],
|
| 793 |
+
"max": [
|
| 794 |
+
0.0,
|
| 795 |
+
0.0,
|
| 796 |
+
0.0,
|
| 797 |
+
0.0,
|
| 798 |
+
0.0,
|
| 799 |
+
0.0
|
| 800 |
+
],
|
| 801 |
+
"mean": [
|
| 802 |
+
0.0,
|
| 803 |
+
0.0,
|
| 804 |
+
0.0,
|
| 805 |
+
0.0,
|
| 806 |
+
0.0,
|
| 807 |
+
0.0
|
| 808 |
+
],
|
| 809 |
+
"std": [
|
| 810 |
+
0.0,
|
| 811 |
+
0.0,
|
| 812 |
+
0.0,
|
| 813 |
+
0.0,
|
| 814 |
+
0.0,
|
| 815 |
+
0.0
|
| 816 |
+
],
|
| 817 |
+
"q01": [
|
| 818 |
+
0.0,
|
| 819 |
+
0.0,
|
| 820 |
+
0.0,
|
| 821 |
+
0.0,
|
| 822 |
+
0.0,
|
| 823 |
+
0.0
|
| 824 |
+
],
|
| 825 |
+
"q99": [
|
| 826 |
+
0.0,
|
| 827 |
+
0.0,
|
| 828 |
+
0.0,
|
| 829 |
+
0.0,
|
| 830 |
+
0.0,
|
| 831 |
+
0.0
|
| 832 |
+
]
|
| 833 |
+
},
|
| 834 |
+
"left_inspire6": {
|
| 835 |
+
"min": [
|
| 836 |
+
0.0,
|
| 837 |
+
0.0,
|
| 838 |
+
0.0,
|
| 839 |
+
0.0,
|
| 840 |
+
0.0,
|
| 841 |
+
0.0
|
| 842 |
+
],
|
| 843 |
+
"max": [
|
| 844 |
+
0.0,
|
| 845 |
+
0.0,
|
| 846 |
+
0.0,
|
| 847 |
+
0.0,
|
| 848 |
+
0.0,
|
| 849 |
+
0.0
|
| 850 |
+
],
|
| 851 |
+
"mean": [
|
| 852 |
+
0.0,
|
| 853 |
+
0.0,
|
| 854 |
+
0.0,
|
| 855 |
+
0.0,
|
| 856 |
+
0.0,
|
| 857 |
+
0.0
|
| 858 |
+
],
|
| 859 |
+
"std": [
|
| 860 |
+
0.0,
|
| 861 |
+
0.0,
|
| 862 |
+
0.0,
|
| 863 |
+
0.0,
|
| 864 |
+
0.0,
|
| 865 |
+
0.0
|
| 866 |
+
],
|
| 867 |
+
"q01": [
|
| 868 |
+
0.0,
|
| 869 |
+
0.0,
|
| 870 |
+
0.0,
|
| 871 |
+
0.0,
|
| 872 |
+
0.0,
|
| 873 |
+
0.0
|
| 874 |
+
],
|
| 875 |
+
"q99": [
|
| 876 |
+
0.0,
|
| 877 |
+
0.0,
|
| 878 |
+
0.0,
|
| 879 |
+
0.0,
|
| 880 |
+
0.0,
|
| 881 |
+
0.0
|
| 882 |
+
]
|
| 883 |
+
},
|
| 884 |
+
"right_wrist_trans": {
|
| 885 |
+
"min": [
|
| 886 |
+
-0.10653752833604813,
|
| 887 |
+
-0.163665771484375,
|
| 888 |
+
0.2241566926240921
|
| 889 |
+
],
|
| 890 |
+
"max": [
|
| 891 |
+
0.35925382375717163,
|
| 892 |
+
0.22057749330997467,
|
| 893 |
+
0.507086992263794
|
| 894 |
+
],
|
| 895 |
+
"mean": [
|
| 896 |
+
0.11221214383840561,
|
| 897 |
+
0.017031287774443626,
|
| 898 |
+
0.34666284918785095
|
| 899 |
+
],
|
| 900 |
+
"std": [
|
| 901 |
+
0.09888840466737747,
|
| 902 |
+
0.0614946112036705,
|
| 903 |
+
0.053748589009046555
|
| 904 |
+
],
|
| 905 |
+
"q01": [
|
| 906 |
+
-0.08229295872151851,
|
| 907 |
+
-0.10940996110439301,
|
| 908 |
+
0.2633962109684944
|
| 909 |
+
],
|
| 910 |
+
"q99": [
|
| 911 |
+
0.31416473388671884,
|
| 912 |
+
0.13180073127150538,
|
| 913 |
+
0.48514137417078024
|
| 914 |
+
]
|
| 915 |
+
},
|
| 916 |
+
"right_wrist_rot6d": {
|
| 917 |
+
"min": [
|
| 918 |
+
-0.9999985098838806,
|
| 919 |
+
-0.8284350633621216,
|
| 920 |
+
-0.9999796748161316,
|
| 921 |
+
-0.7387690544128418,
|
| 922 |
+
-0.9873884916305542,
|
| 923 |
+
-0.9983192086219788
|
| 924 |
+
],
|
| 925 |
+
"max": [
|
| 926 |
+
0.5437175631523132,
|
| 927 |
+
0.7197169661521912,
|
| 928 |
+
0.7890931963920593,
|
| 929 |
+
0.9999999403953552,
|
| 930 |
+
0.6995965838432312,
|
| 931 |
+
0.4844250977039337
|
| 932 |
+
],
|
| 933 |
+
"mean": [
|
| 934 |
+
-0.4650730788707733,
|
| 935 |
+
-0.2746681869029999,
|
| 936 |
+
-0.5980040431022644,
|
| 937 |
+
0.6327305436134338,
|
| 938 |
+
-0.20830392837524414,
|
| 939 |
+
-0.42838525772094727
|
| 940 |
+
],
|
| 941 |
+
"std": [
|
| 942 |
+
0.3756546676158905,
|
| 943 |
+
0.22046783566474915,
|
| 944 |
+
0.4011705815792084,
|
| 945 |
+
0.38456737995147705,
|
| 946 |
+
0.332675039768219,
|
| 947 |
+
0.33792901039123535
|
| 948 |
+
],
|
| 949 |
+
"q01": [
|
| 950 |
+
-0.9838402986526489,
|
| 951 |
+
-0.6798303216695786,
|
| 952 |
+
-0.9874343246221542,
|
| 953 |
+
-0.2718861043453217,
|
| 954 |
+
-0.8701143383979797,
|
| 955 |
+
-0.9709116578102112
|
| 956 |
+
],
|
| 957 |
+
"q99": [
|
| 958 |
+
0.210752779990436,
|
| 959 |
+
0.3985897347331067,
|
| 960 |
+
0.46560924649238605,
|
| 961 |
+
0.9999818801879883,
|
| 962 |
+
0.5757025957107552,
|
| 963 |
+
0.2021675258874901
|
| 964 |
+
]
|
| 965 |
+
},
|
| 966 |
+
"right_inspire6": {
|
| 967 |
+
"min": [
|
| 968 |
+
0.009999247267842293,
|
| 969 |
+
0.009999820962548256,
|
| 970 |
+
0.009999999776482582,
|
| 971 |
+
0.009999999776482582,
|
| 972 |
+
0.009999999776482582,
|
| 973 |
+
0.009999999776482582
|
| 974 |
+
],
|
| 975 |
+
"max": [
|
| 976 |
+
2.084395170211792,
|
| 977 |
+
0.3658832311630249,
|
| 978 |
+
1.10917329788208,
|
| 979 |
+
1.0203349590301514,
|
| 980 |
+
1.3030383586883545,
|
| 981 |
+
1.466663122177124
|
| 982 |
+
],
|
| 983 |
+
"mean": [
|
| 984 |
+
0.8935704231262207,
|
| 985 |
+
0.024939337745308876,
|
| 986 |
+
0.20090091228485107,
|
| 987 |
+
0.18043671548366547,
|
| 988 |
+
0.21828682720661163,
|
| 989 |
+
0.25605323910713196
|
| 990 |
+
],
|
| 991 |
+
"std": [
|
| 992 |
+
0.728226363658905,
|
| 993 |
+
0.033175647258758545,
|
| 994 |
+
0.2350926548242569,
|
| 995 |
+
0.24317334592342377,
|
| 996 |
+
0.29483985900878906,
|
| 997 |
+
0.3390101492404938
|
| 998 |
+
],
|
| 999 |
+
"q01": [
|
| 1000 |
+
0.009999999776482582,
|
| 1001 |
+
0.009999999776482582,
|
| 1002 |
+
0.009999999776482582,
|
| 1003 |
+
0.009999999776482582,
|
| 1004 |
+
0.009999999776482582,
|
| 1005 |
+
0.009999999776482582
|
| 1006 |
+
],
|
| 1007 |
+
"q99": [
|
| 1008 |
+
2.0673207283020023,
|
| 1009 |
+
0.15902982279658345,
|
| 1010 |
+
0.8475046575069433,
|
| 1011 |
+
0.8457073509693152,
|
| 1012 |
+
1.0860528647899632,
|
| 1013 |
+
1.2622448205947878
|
| 1014 |
+
]
|
| 1015 |
+
}
|
| 1016 |
+
}
|
| 1017 |
+
}
|
| 1018 |
+
}
|
experiment_cfg/final_model_config.json
ADDED
|
@@ -0,0 +1,162 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "RLDX-1",
|
| 3 |
+
"model_dtype": "bfloat16",
|
| 4 |
+
"model_name": "/sjw_alinlab3/home/junhyeong/models/RLDX-1-VLM",
|
| 5 |
+
"backbone_model_type": "vtc_qwen3_vl",
|
| 6 |
+
"model_revision": null,
|
| 7 |
+
"tune_top_llm_layers": 0,
|
| 8 |
+
"backbone_embedding_dim": 4096,
|
| 9 |
+
"tune_llm": false,
|
| 10 |
+
"tune_visual": false,
|
| 11 |
+
"select_layer": 18,
|
| 12 |
+
"reproject_vision": false,
|
| 13 |
+
"use_flash_attention": true,
|
| 14 |
+
"load_bf16": true,
|
| 15 |
+
"backbone_trainable_params_fp32": true,
|
| 16 |
+
"freeze_cog_tokens": false,
|
| 17 |
+
"image_max_area": 65536,
|
| 18 |
+
"image_resize_m": 32,
|
| 19 |
+
"apply_sincos_state_encoding": false,
|
| 20 |
+
"use_relative_action": true,
|
| 21 |
+
"use_percentiles": true,
|
| 22 |
+
"conversation_image_first": false,
|
| 23 |
+
"max_state_dim": 64,
|
| 24 |
+
"max_action_dim": 64,
|
| 25 |
+
"action_horizon": 16,
|
| 26 |
+
"hidden_size": 1024,
|
| 27 |
+
"input_embedding_dim": 1536,
|
| 28 |
+
"general_embodiment_train_ratio": 0,
|
| 29 |
+
"add_pos_embed": true,
|
| 30 |
+
"attn_dropout": 0.2,
|
| 31 |
+
"use_vlln": false,
|
| 32 |
+
"max_seq_len": 1024,
|
| 33 |
+
"n_cog_tokens": 64,
|
| 34 |
+
"diffusion_model_cfg": {
|
| 35 |
+
"action_model_max_seq_len": 512,
|
| 36 |
+
"attention_head_dim": 64,
|
| 37 |
+
"depth_multi_stream": 4,
|
| 38 |
+
"depth_single_stream": 8,
|
| 39 |
+
"dropout": 0.2,
|
| 40 |
+
"final_dropout": true,
|
| 41 |
+
"num_attention_heads": 24,
|
| 42 |
+
"output_dim": 1024,
|
| 43 |
+
"positional_embeddings": "rope_sa_only",
|
| 44 |
+
"pre_norm": "layer_norm",
|
| 45 |
+
"qk_norm": "rms_norm",
|
| 46 |
+
"rope_theta": 10000.0,
|
| 47 |
+
"temb_type": "input_token",
|
| 48 |
+
"use_swiglu": true,
|
| 49 |
+
"sa_dim": 1536,
|
| 50 |
+
"vl_dim": 4096,
|
| 51 |
+
"use_physics": true,
|
| 52 |
+
"physics_dim": 48
|
| 53 |
+
},
|
| 54 |
+
"num_inference_timesteps": 4,
|
| 55 |
+
"noise_beta_alpha": 1.5,
|
| 56 |
+
"noise_beta_beta": 1.0,
|
| 57 |
+
"noise_s": 0.999,
|
| 58 |
+
"num_timestep_buckets": 1000,
|
| 59 |
+
"tune_projector": true,
|
| 60 |
+
"tune_diffusion_model": true,
|
| 61 |
+
"tune_vlln": true,
|
| 62 |
+
"action_model_use_lora": false,
|
| 63 |
+
"action_model_lora_rank": 16,
|
| 64 |
+
"action_model_lora_alpha": 32,
|
| 65 |
+
"action_model_lora_dropout": 0.0,
|
| 66 |
+
"action_model_lora_target_modules": [
|
| 67 |
+
"vl_qkv",
|
| 68 |
+
"vl_proj",
|
| 69 |
+
"sa_qkv",
|
| 70 |
+
"sa_proj",
|
| 71 |
+
"p_qkv",
|
| 72 |
+
"p_proj",
|
| 73 |
+
"linear1",
|
| 74 |
+
"linear2"
|
| 75 |
+
],
|
| 76 |
+
"backbone_use_lora": false,
|
| 77 |
+
"backbone_lora_rank": 16,
|
| 78 |
+
"backbone_lora_alpha": 32,
|
| 79 |
+
"backbone_lora_dropout": 0.0,
|
| 80 |
+
"backbone_lora_num_layers": -1,
|
| 81 |
+
"backbone_lora_target_modules": [
|
| 82 |
+
"q_proj",
|
| 83 |
+
"k_proj",
|
| 84 |
+
"v_proj",
|
| 85 |
+
"o_proj",
|
| 86 |
+
"gate_proj",
|
| 87 |
+
"up_proj",
|
| 88 |
+
"down_proj"
|
| 89 |
+
],
|
| 90 |
+
"state_dropout_prob": 0.5,
|
| 91 |
+
"state_additive_noise_scale": 0.0,
|
| 92 |
+
"rtc_training_max_delay": 0,
|
| 93 |
+
"rtc_inference_mode": "none",
|
| 94 |
+
"rtc_inference_delay": 0,
|
| 95 |
+
"rtc_inference_exec_horizon": 0,
|
| 96 |
+
"rtc_jacobian_steps_only": 3,
|
| 97 |
+
"use_memory": false,
|
| 98 |
+
"memory_length": 4,
|
| 99 |
+
"memory_n_cog_tokens": null,
|
| 100 |
+
"concat_memory": false,
|
| 101 |
+
"memory_dropout_prob": 0.0,
|
| 102 |
+
"memory_stride": 16,
|
| 103 |
+
"memory_cfg": {
|
| 104 |
+
"hidden_size": 4096,
|
| 105 |
+
"intermediate_size": 16384,
|
| 106 |
+
"max_position_embeddings": 32,
|
| 107 |
+
"num_attention_heads": 16,
|
| 108 |
+
"num_hidden_layers": 2,
|
| 109 |
+
"num_key_value_heads": 16,
|
| 110 |
+
"rms_norm_eps": 1e-05,
|
| 111 |
+
"use_causal_attn": true,
|
| 112 |
+
"use_rope": true
|
| 113 |
+
},
|
| 114 |
+
"use_motion": false,
|
| 115 |
+
"motion_insert_layer": 9,
|
| 116 |
+
"motion_d_hid": 512,
|
| 117 |
+
"motion_window": [
|
| 118 |
+
5,
|
| 119 |
+
9,
|
| 120 |
+
9
|
| 121 |
+
],
|
| 122 |
+
"motion_ext_chnls": [
|
| 123 |
+
256
|
| 124 |
+
],
|
| 125 |
+
"motion_int_chnls": [
|
| 126 |
+
256,
|
| 127 |
+
256,
|
| 128 |
+
512
|
| 129 |
+
],
|
| 130 |
+
"motion_corr_func": "cosine",
|
| 131 |
+
"motion_n_encoders": 1,
|
| 132 |
+
"motion_use_layerscale": false,
|
| 133 |
+
"motion_layerscale_init": 1e-05,
|
| 134 |
+
"motion_use_layernorm": false,
|
| 135 |
+
"motion_use_syncbn": false,
|
| 136 |
+
"motion_injection_point": "vision_encoder",
|
| 137 |
+
"motion_pool_type": "avg",
|
| 138 |
+
"motion_drop": true,
|
| 139 |
+
"motion_gradient_check": false,
|
| 140 |
+
"motion_int_mode": "lite",
|
| 141 |
+
"use_video": true,
|
| 142 |
+
"video_length": 1,
|
| 143 |
+
"video_stride": 2,
|
| 144 |
+
"use_physics": false,
|
| 145 |
+
"physics_keys": [],
|
| 146 |
+
"physics_dims": [],
|
| 147 |
+
"physics_loss_weight": 0.1,
|
| 148 |
+
"allow_missing_physics": false,
|
| 149 |
+
"physics_delta_indices": null,
|
| 150 |
+
"physics_use_flow_matching": true,
|
| 151 |
+
"physics_dropout_prob": 0.0,
|
| 152 |
+
"use_finger_latent": true,
|
| 153 |
+
"finger_latent_dim": 48,
|
| 154 |
+
"finger_latent_mode": "separate",
|
| 155 |
+
"finger_attn_mask": "m1",
|
| 156 |
+
"finger_loss_weight": 0.2,
|
| 157 |
+
"finger_latent_alignment_npz": "/sjw_alinlab3/home/junhyeong/Isaac-GR00T-AlinVLA/Isaac-GR00T/shared_points/alignment_proprio_wristlocal.npz",
|
| 158 |
+
"finger_latent_fingertip_norm_npz": "/sjw_alinlab3/home/junhyeong/Isaac-GR00T-AlinVLA/Isaac-GR00T/shared_points/fingertip_norm_proprio.npz",
|
| 159 |
+
"finger_latent_wrist_delta_stats_npz": "/sjw_alinlab3/home/junhyeong/Isaac-GR00T-AlinVLA/Isaac-GR00T/shared_points/wrist_delta_stats_proprio.npz",
|
| 160 |
+
"finger_latent_human_emb_id": 34,
|
| 161 |
+
"max_num_embodiments": 36
|
| 162 |
+
}
|
experiment_cfg/final_processor_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71da3c67bca62f43e68ac9526684e0bc32caa8a80b121abd5b99d63c29b726b1
|
| 3 |
+
size 4912540968
|
model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f24e451e3e3e4323c3a6a312c35d6f788ad714d9e0bab2fef6f69cdea59d855
|
| 3 |
+
size 4446192352
|
model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb70685b2752e187056681ae4d28c69b61488fd887ed5f05906ba0590cc52c55
|
| 3 |
+
size 4949231408
|
model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd65373da0c7896e5c6eb81998c66678eab54165cd5360d3e27ec9e66b861212
|
| 3 |
+
size 745740416
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,865 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 7526794608,
|
| 4 |
+
"total_size": 15053589344
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"action_model.action_decoder.layer1.W": "model-00004-of-00004.safetensors",
|
| 8 |
+
"action_model.action_decoder.layer1.b": "model-00004-of-00004.safetensors",
|
| 9 |
+
"action_model.action_decoder.layer2.W": "model-00004-of-00004.safetensors",
|
| 10 |
+
"action_model.action_decoder.layer2.b": "model-00004-of-00004.safetensors",
|
| 11 |
+
"action_model.action_encoder.W1.W": "model-00004-of-00004.safetensors",
|
| 12 |
+
"action_model.action_encoder.W1.b": "model-00004-of-00004.safetensors",
|
| 13 |
+
"action_model.action_encoder.W2.W": "model-00004-of-00004.safetensors",
|
| 14 |
+
"action_model.action_encoder.W2.b": "model-00004-of-00004.safetensors",
|
| 15 |
+
"action_model.action_encoder.W3.W": "model-00004-of-00004.safetensors",
|
| 16 |
+
"action_model.action_encoder.W3.b": "model-00004-of-00004.safetensors",
|
| 17 |
+
"action_model.mask_token": "model-00003-of-00004.safetensors",
|
| 18 |
+
"action_model.model.double_blocks.0.k_norm_p.weight": "model-00003-of-00004.safetensors",
|
| 19 |
+
"action_model.model.double_blocks.0.k_norm_sa.weight": "model-00003-of-00004.safetensors",
|
| 20 |
+
"action_model.model.double_blocks.0.k_norm_vl.weight": "model-00003-of-00004.safetensors",
|
| 21 |
+
"action_model.model.double_blocks.0.p_mlp.w12.bias": "model-00003-of-00004.safetensors",
|
| 22 |
+
"action_model.model.double_blocks.0.p_mlp.w12.weight": "model-00003-of-00004.safetensors",
|
| 23 |
+
"action_model.model.double_blocks.0.p_mlp.w3.bias": "model-00003-of-00004.safetensors",
|
| 24 |
+
"action_model.model.double_blocks.0.p_mlp.w3.weight": "model-00003-of-00004.safetensors",
|
| 25 |
+
"action_model.model.double_blocks.0.p_proj.bias": "model-00003-of-00004.safetensors",
|
| 26 |
+
"action_model.model.double_blocks.0.p_proj.weight": "model-00003-of-00004.safetensors",
|
| 27 |
+
"action_model.model.double_blocks.0.p_qkv.bias": "model-00003-of-00004.safetensors",
|
| 28 |
+
"action_model.model.double_blocks.0.p_qkv.weight": "model-00003-of-00004.safetensors",
|
| 29 |
+
"action_model.model.double_blocks.0.q_norm_p.weight": "model-00003-of-00004.safetensors",
|
| 30 |
+
"action_model.model.double_blocks.0.q_norm_sa.weight": "model-00003-of-00004.safetensors",
|
| 31 |
+
"action_model.model.double_blocks.0.q_norm_vl.weight": "model-00003-of-00004.safetensors",
|
| 32 |
+
"action_model.model.double_blocks.0.sa_mlp.w12.bias": "model-00003-of-00004.safetensors",
|
| 33 |
+
"action_model.model.double_blocks.0.sa_mlp.w12.weight": "model-00003-of-00004.safetensors",
|
| 34 |
+
"action_model.model.double_blocks.0.sa_mlp.w3.bias": "model-00003-of-00004.safetensors",
|
| 35 |
+
"action_model.model.double_blocks.0.sa_mlp.w3.weight": "model-00003-of-00004.safetensors",
|
| 36 |
+
"action_model.model.double_blocks.0.sa_proj.bias": "model-00003-of-00004.safetensors",
|
| 37 |
+
"action_model.model.double_blocks.0.sa_proj.weight": "model-00003-of-00004.safetensors",
|
| 38 |
+
"action_model.model.double_blocks.0.sa_qkv.bias": "model-00003-of-00004.safetensors",
|
| 39 |
+
"action_model.model.double_blocks.0.sa_qkv.weight": "model-00003-of-00004.safetensors",
|
| 40 |
+
"action_model.model.double_blocks.0.vl_mlp.w12.bias": "model-00003-of-00004.safetensors",
|
| 41 |
+
"action_model.model.double_blocks.0.vl_mlp.w12.weight": "model-00003-of-00004.safetensors",
|
| 42 |
+
"action_model.model.double_blocks.0.vl_mlp.w3.bias": "model-00003-of-00004.safetensors",
|
| 43 |
+
"action_model.model.double_blocks.0.vl_mlp.w3.weight": "model-00003-of-00004.safetensors",
|
| 44 |
+
"action_model.model.double_blocks.0.vl_proj.bias": "model-00003-of-00004.safetensors",
|
| 45 |
+
"action_model.model.double_blocks.0.vl_proj.weight": "model-00003-of-00004.safetensors",
|
| 46 |
+
"action_model.model.double_blocks.0.vl_qkv.bias": "model-00003-of-00004.safetensors",
|
| 47 |
+
"action_model.model.double_blocks.0.vl_qkv.weight": "model-00003-of-00004.safetensors",
|
| 48 |
+
"action_model.model.double_blocks.1.k_norm_p.weight": "model-00003-of-00004.safetensors",
|
| 49 |
+
"action_model.model.double_blocks.1.k_norm_sa.weight": "model-00003-of-00004.safetensors",
|
| 50 |
+
"action_model.model.double_blocks.1.k_norm_vl.weight": "model-00003-of-00004.safetensors",
|
| 51 |
+
"action_model.model.double_blocks.1.p_mlp.w12.bias": "model-00003-of-00004.safetensors",
|
| 52 |
+
"action_model.model.double_blocks.1.p_mlp.w12.weight": "model-00003-of-00004.safetensors",
|
| 53 |
+
"action_model.model.double_blocks.1.p_mlp.w3.bias": "model-00003-of-00004.safetensors",
|
| 54 |
+
"action_model.model.double_blocks.1.p_mlp.w3.weight": "model-00003-of-00004.safetensors",
|
| 55 |
+
"action_model.model.double_blocks.1.p_proj.bias": "model-00003-of-00004.safetensors",
|
| 56 |
+
"action_model.model.double_blocks.1.p_proj.weight": "model-00003-of-00004.safetensors",
|
| 57 |
+
"action_model.model.double_blocks.1.p_qkv.bias": "model-00003-of-00004.safetensors",
|
| 58 |
+
"action_model.model.double_blocks.1.p_qkv.weight": "model-00003-of-00004.safetensors",
|
| 59 |
+
"action_model.model.double_blocks.1.q_norm_p.weight": "model-00003-of-00004.safetensors",
|
| 60 |
+
"action_model.model.double_blocks.1.q_norm_sa.weight": "model-00003-of-00004.safetensors",
|
| 61 |
+
"action_model.model.double_blocks.1.q_norm_vl.weight": "model-00003-of-00004.safetensors",
|
| 62 |
+
"action_model.model.double_blocks.1.sa_mlp.w12.bias": "model-00003-of-00004.safetensors",
|
| 63 |
+
"action_model.model.double_blocks.1.sa_mlp.w12.weight": "model-00003-of-00004.safetensors",
|
| 64 |
+
"action_model.model.double_blocks.1.sa_mlp.w3.bias": "model-00003-of-00004.safetensors",
|
| 65 |
+
"action_model.model.double_blocks.1.sa_mlp.w3.weight": "model-00003-of-00004.safetensors",
|
| 66 |
+
"action_model.model.double_blocks.1.sa_proj.bias": "model-00003-of-00004.safetensors",
|
| 67 |
+
"action_model.model.double_blocks.1.sa_proj.weight": "model-00003-of-00004.safetensors",
|
| 68 |
+
"action_model.model.double_blocks.1.sa_qkv.bias": "model-00003-of-00004.safetensors",
|
| 69 |
+
"action_model.model.double_blocks.1.sa_qkv.weight": "model-00003-of-00004.safetensors",
|
| 70 |
+
"action_model.model.double_blocks.1.vl_mlp.w12.bias": "model-00003-of-00004.safetensors",
|
| 71 |
+
"action_model.model.double_blocks.1.vl_mlp.w12.weight": "model-00003-of-00004.safetensors",
|
| 72 |
+
"action_model.model.double_blocks.1.vl_mlp.w3.bias": "model-00003-of-00004.safetensors",
|
| 73 |
+
"action_model.model.double_blocks.1.vl_mlp.w3.weight": "model-00003-of-00004.safetensors",
|
| 74 |
+
"action_model.model.double_blocks.1.vl_proj.bias": "model-00003-of-00004.safetensors",
|
| 75 |
+
"action_model.model.double_blocks.1.vl_proj.weight": "model-00003-of-00004.safetensors",
|
| 76 |
+
"action_model.model.double_blocks.1.vl_qkv.bias": "model-00003-of-00004.safetensors",
|
| 77 |
+
"action_model.model.double_blocks.1.vl_qkv.weight": "model-00003-of-00004.safetensors",
|
| 78 |
+
"action_model.model.double_blocks.2.k_norm_p.weight": "model-00003-of-00004.safetensors",
|
| 79 |
+
"action_model.model.double_blocks.2.k_norm_sa.weight": "model-00003-of-00004.safetensors",
|
| 80 |
+
"action_model.model.double_blocks.2.k_norm_vl.weight": "model-00003-of-00004.safetensors",
|
| 81 |
+
"action_model.model.double_blocks.2.p_mlp.w12.bias": "model-00003-of-00004.safetensors",
|
| 82 |
+
"action_model.model.double_blocks.2.p_mlp.w12.weight": "model-00003-of-00004.safetensors",
|
| 83 |
+
"action_model.model.double_blocks.2.p_mlp.w3.bias": "model-00003-of-00004.safetensors",
|
| 84 |
+
"action_model.model.double_blocks.2.p_mlp.w3.weight": "model-00003-of-00004.safetensors",
|
| 85 |
+
"action_model.model.double_blocks.2.p_proj.bias": "model-00003-of-00004.safetensors",
|
| 86 |
+
"action_model.model.double_blocks.2.p_proj.weight": "model-00003-of-00004.safetensors",
|
| 87 |
+
"action_model.model.double_blocks.2.p_qkv.bias": "model-00003-of-00004.safetensors",
|
| 88 |
+
"action_model.model.double_blocks.2.p_qkv.weight": "model-00003-of-00004.safetensors",
|
| 89 |
+
"action_model.model.double_blocks.2.q_norm_p.weight": "model-00003-of-00004.safetensors",
|
| 90 |
+
"action_model.model.double_blocks.2.q_norm_sa.weight": "model-00003-of-00004.safetensors",
|
| 91 |
+
"action_model.model.double_blocks.2.q_norm_vl.weight": "model-00003-of-00004.safetensors",
|
| 92 |
+
"action_model.model.double_blocks.2.sa_mlp.w12.bias": "model-00003-of-00004.safetensors",
|
| 93 |
+
"action_model.model.double_blocks.2.sa_mlp.w12.weight": "model-00003-of-00004.safetensors",
|
| 94 |
+
"action_model.model.double_blocks.2.sa_mlp.w3.bias": "model-00003-of-00004.safetensors",
|
| 95 |
+
"action_model.model.double_blocks.2.sa_mlp.w3.weight": "model-00003-of-00004.safetensors",
|
| 96 |
+
"action_model.model.double_blocks.2.sa_proj.bias": "model-00003-of-00004.safetensors",
|
| 97 |
+
"action_model.model.double_blocks.2.sa_proj.weight": "model-00003-of-00004.safetensors",
|
| 98 |
+
"action_model.model.double_blocks.2.sa_qkv.bias": "model-00003-of-00004.safetensors",
|
| 99 |
+
"action_model.model.double_blocks.2.sa_qkv.weight": "model-00003-of-00004.safetensors",
|
| 100 |
+
"action_model.model.double_blocks.2.vl_mlp.w12.bias": "model-00003-of-00004.safetensors",
|
| 101 |
+
"action_model.model.double_blocks.2.vl_mlp.w12.weight": "model-00003-of-00004.safetensors",
|
| 102 |
+
"action_model.model.double_blocks.2.vl_mlp.w3.bias": "model-00003-of-00004.safetensors",
|
| 103 |
+
"action_model.model.double_blocks.2.vl_mlp.w3.weight": "model-00003-of-00004.safetensors",
|
| 104 |
+
"action_model.model.double_blocks.2.vl_proj.bias": "model-00003-of-00004.safetensors",
|
| 105 |
+
"action_model.model.double_blocks.2.vl_proj.weight": "model-00003-of-00004.safetensors",
|
| 106 |
+
"action_model.model.double_blocks.2.vl_qkv.bias": "model-00003-of-00004.safetensors",
|
| 107 |
+
"action_model.model.double_blocks.2.vl_qkv.weight": "model-00003-of-00004.safetensors",
|
| 108 |
+
"action_model.model.double_blocks.3.k_norm_p.weight": "model-00003-of-00004.safetensors",
|
| 109 |
+
"action_model.model.double_blocks.3.k_norm_sa.weight": "model-00003-of-00004.safetensors",
|
| 110 |
+
"action_model.model.double_blocks.3.k_norm_vl.weight": "model-00003-of-00004.safetensors",
|
| 111 |
+
"action_model.model.double_blocks.3.p_mlp.w12.bias": "model-00003-of-00004.safetensors",
|
| 112 |
+
"action_model.model.double_blocks.3.p_mlp.w12.weight": "model-00003-of-00004.safetensors",
|
| 113 |
+
"action_model.model.double_blocks.3.p_mlp.w3.bias": "model-00003-of-00004.safetensors",
|
| 114 |
+
"action_model.model.double_blocks.3.p_mlp.w3.weight": "model-00003-of-00004.safetensors",
|
| 115 |
+
"action_model.model.double_blocks.3.p_proj.bias": "model-00003-of-00004.safetensors",
|
| 116 |
+
"action_model.model.double_blocks.3.p_proj.weight": "model-00003-of-00004.safetensors",
|
| 117 |
+
"action_model.model.double_blocks.3.p_qkv.bias": "model-00003-of-00004.safetensors",
|
| 118 |
+
"action_model.model.double_blocks.3.p_qkv.weight": "model-00003-of-00004.safetensors",
|
| 119 |
+
"action_model.model.double_blocks.3.q_norm_p.weight": "model-00003-of-00004.safetensors",
|
| 120 |
+
"action_model.model.double_blocks.3.q_norm_sa.weight": "model-00003-of-00004.safetensors",
|
| 121 |
+
"action_model.model.double_blocks.3.q_norm_vl.weight": "model-00003-of-00004.safetensors",
|
| 122 |
+
"action_model.model.double_blocks.3.sa_mlp.w12.bias": "model-00003-of-00004.safetensors",
|
| 123 |
+
"action_model.model.double_blocks.3.sa_mlp.w12.weight": "model-00003-of-00004.safetensors",
|
| 124 |
+
"action_model.model.double_blocks.3.sa_mlp.w3.bias": "model-00003-of-00004.safetensors",
|
| 125 |
+
"action_model.model.double_blocks.3.sa_mlp.w3.weight": "model-00003-of-00004.safetensors",
|
| 126 |
+
"action_model.model.double_blocks.3.sa_proj.bias": "model-00003-of-00004.safetensors",
|
| 127 |
+
"action_model.model.double_blocks.3.sa_proj.weight": "model-00003-of-00004.safetensors",
|
| 128 |
+
"action_model.model.double_blocks.3.sa_qkv.bias": "model-00003-of-00004.safetensors",
|
| 129 |
+
"action_model.model.double_blocks.3.sa_qkv.weight": "model-00003-of-00004.safetensors",
|
| 130 |
+
"action_model.model.double_blocks.3.vl_mlp.w12.bias": "model-00003-of-00004.safetensors",
|
| 131 |
+
"action_model.model.double_blocks.3.vl_mlp.w12.weight": "model-00003-of-00004.safetensors",
|
| 132 |
+
"action_model.model.double_blocks.3.vl_mlp.w3.bias": "model-00003-of-00004.safetensors",
|
| 133 |
+
"action_model.model.double_blocks.3.vl_mlp.w3.weight": "model-00003-of-00004.safetensors",
|
| 134 |
+
"action_model.model.double_blocks.3.vl_proj.bias": "model-00003-of-00004.safetensors",
|
| 135 |
+
"action_model.model.double_blocks.3.vl_proj.weight": "model-00003-of-00004.safetensors",
|
| 136 |
+
"action_model.model.double_blocks.3.vl_qkv.bias": "model-00003-of-00004.safetensors",
|
| 137 |
+
"action_model.model.double_blocks.3.vl_qkv.weight": "model-00003-of-00004.safetensors",
|
| 138 |
+
"action_model.model.proj_out_1.bias": "model-00003-of-00004.safetensors",
|
| 139 |
+
"action_model.model.proj_out_1.weight": "model-00003-of-00004.safetensors",
|
| 140 |
+
"action_model.model.proj_out_2.bias": "model-00003-of-00004.safetensors",
|
| 141 |
+
"action_model.model.proj_out_2.weight": "model-00003-of-00004.safetensors",
|
| 142 |
+
"action_model.model.proj_out_physics_1.bias": "model-00003-of-00004.safetensors",
|
| 143 |
+
"action_model.model.proj_out_physics_1.weight": "model-00003-of-00004.safetensors",
|
| 144 |
+
"action_model.model.proj_out_physics_2.bias": "model-00003-of-00004.safetensors",
|
| 145 |
+
"action_model.model.proj_out_physics_2.weight": "model-00003-of-00004.safetensors",
|
| 146 |
+
"action_model.model.single_blocks.0.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 147 |
+
"action_model.model.single_blocks.0.linear1.bias": "model-00003-of-00004.safetensors",
|
| 148 |
+
"action_model.model.single_blocks.0.linear1.weight": "model-00003-of-00004.safetensors",
|
| 149 |
+
"action_model.model.single_blocks.0.linear2.bias": "model-00003-of-00004.safetensors",
|
| 150 |
+
"action_model.model.single_blocks.0.linear2.weight": "model-00003-of-00004.safetensors",
|
| 151 |
+
"action_model.model.single_blocks.0.mlp_proj.bias": "model-00003-of-00004.safetensors",
|
| 152 |
+
"action_model.model.single_blocks.0.mlp_proj.weight": "model-00003-of-00004.safetensors",
|
| 153 |
+
"action_model.model.single_blocks.0.p_k_norm.weight": "model-00003-of-00004.safetensors",
|
| 154 |
+
"action_model.model.single_blocks.0.p_linear1.bias": "model-00003-of-00004.safetensors",
|
| 155 |
+
"action_model.model.single_blocks.0.p_linear1.weight": "model-00003-of-00004.safetensors",
|
| 156 |
+
"action_model.model.single_blocks.0.p_linear2.bias": "model-00003-of-00004.safetensors",
|
| 157 |
+
"action_model.model.single_blocks.0.p_linear2.weight": "model-00003-of-00004.safetensors",
|
| 158 |
+
"action_model.model.single_blocks.0.p_mlp_proj.bias": "model-00003-of-00004.safetensors",
|
| 159 |
+
"action_model.model.single_blocks.0.p_mlp_proj.weight": "model-00003-of-00004.safetensors",
|
| 160 |
+
"action_model.model.single_blocks.0.p_q_norm.weight": "model-00003-of-00004.safetensors",
|
| 161 |
+
"action_model.model.single_blocks.0.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 162 |
+
"action_model.model.single_blocks.1.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 163 |
+
"action_model.model.single_blocks.1.linear1.bias": "model-00003-of-00004.safetensors",
|
| 164 |
+
"action_model.model.single_blocks.1.linear1.weight": "model-00003-of-00004.safetensors",
|
| 165 |
+
"action_model.model.single_blocks.1.linear2.bias": "model-00003-of-00004.safetensors",
|
| 166 |
+
"action_model.model.single_blocks.1.linear2.weight": "model-00003-of-00004.safetensors",
|
| 167 |
+
"action_model.model.single_blocks.1.mlp_proj.bias": "model-00003-of-00004.safetensors",
|
| 168 |
+
"action_model.model.single_blocks.1.mlp_proj.weight": "model-00003-of-00004.safetensors",
|
| 169 |
+
"action_model.model.single_blocks.1.p_k_norm.weight": "model-00003-of-00004.safetensors",
|
| 170 |
+
"action_model.model.single_blocks.1.p_linear1.bias": "model-00003-of-00004.safetensors",
|
| 171 |
+
"action_model.model.single_blocks.1.p_linear1.weight": "model-00003-of-00004.safetensors",
|
| 172 |
+
"action_model.model.single_blocks.1.p_linear2.bias": "model-00003-of-00004.safetensors",
|
| 173 |
+
"action_model.model.single_blocks.1.p_linear2.weight": "model-00003-of-00004.safetensors",
|
| 174 |
+
"action_model.model.single_blocks.1.p_mlp_proj.bias": "model-00003-of-00004.safetensors",
|
| 175 |
+
"action_model.model.single_blocks.1.p_mlp_proj.weight": "model-00003-of-00004.safetensors",
|
| 176 |
+
"action_model.model.single_blocks.1.p_q_norm.weight": "model-00003-of-00004.safetensors",
|
| 177 |
+
"action_model.model.single_blocks.1.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 178 |
+
"action_model.model.single_blocks.2.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 179 |
+
"action_model.model.single_blocks.2.linear1.bias": "model-00003-of-00004.safetensors",
|
| 180 |
+
"action_model.model.single_blocks.2.linear1.weight": "model-00003-of-00004.safetensors",
|
| 181 |
+
"action_model.model.single_blocks.2.linear2.bias": "model-00003-of-00004.safetensors",
|
| 182 |
+
"action_model.model.single_blocks.2.linear2.weight": "model-00003-of-00004.safetensors",
|
| 183 |
+
"action_model.model.single_blocks.2.mlp_proj.bias": "model-00003-of-00004.safetensors",
|
| 184 |
+
"action_model.model.single_blocks.2.mlp_proj.weight": "model-00003-of-00004.safetensors",
|
| 185 |
+
"action_model.model.single_blocks.2.p_k_norm.weight": "model-00003-of-00004.safetensors",
|
| 186 |
+
"action_model.model.single_blocks.2.p_linear1.bias": "model-00003-of-00004.safetensors",
|
| 187 |
+
"action_model.model.single_blocks.2.p_linear1.weight": "model-00003-of-00004.safetensors",
|
| 188 |
+
"action_model.model.single_blocks.2.p_linear2.bias": "model-00003-of-00004.safetensors",
|
| 189 |
+
"action_model.model.single_blocks.2.p_linear2.weight": "model-00003-of-00004.safetensors",
|
| 190 |
+
"action_model.model.single_blocks.2.p_mlp_proj.bias": "model-00003-of-00004.safetensors",
|
| 191 |
+
"action_model.model.single_blocks.2.p_mlp_proj.weight": "model-00003-of-00004.safetensors",
|
| 192 |
+
"action_model.model.single_blocks.2.p_q_norm.weight": "model-00003-of-00004.safetensors",
|
| 193 |
+
"action_model.model.single_blocks.2.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 194 |
+
"action_model.model.single_blocks.3.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 195 |
+
"action_model.model.single_blocks.3.linear1.bias": "model-00003-of-00004.safetensors",
|
| 196 |
+
"action_model.model.single_blocks.3.linear1.weight": "model-00003-of-00004.safetensors",
|
| 197 |
+
"action_model.model.single_blocks.3.linear2.bias": "model-00003-of-00004.safetensors",
|
| 198 |
+
"action_model.model.single_blocks.3.linear2.weight": "model-00003-of-00004.safetensors",
|
| 199 |
+
"action_model.model.single_blocks.3.mlp_proj.bias": "model-00003-of-00004.safetensors",
|
| 200 |
+
"action_model.model.single_blocks.3.mlp_proj.weight": "model-00003-of-00004.safetensors",
|
| 201 |
+
"action_model.model.single_blocks.3.p_k_norm.weight": "model-00003-of-00004.safetensors",
|
| 202 |
+
"action_model.model.single_blocks.3.p_linear1.bias": "model-00003-of-00004.safetensors",
|
| 203 |
+
"action_model.model.single_blocks.3.p_linear1.weight": "model-00003-of-00004.safetensors",
|
| 204 |
+
"action_model.model.single_blocks.3.p_linear2.bias": "model-00003-of-00004.safetensors",
|
| 205 |
+
"action_model.model.single_blocks.3.p_linear2.weight": "model-00003-of-00004.safetensors",
|
| 206 |
+
"action_model.model.single_blocks.3.p_mlp_proj.bias": "model-00003-of-00004.safetensors",
|
| 207 |
+
"action_model.model.single_blocks.3.p_mlp_proj.weight": "model-00003-of-00004.safetensors",
|
| 208 |
+
"action_model.model.single_blocks.3.p_q_norm.weight": "model-00003-of-00004.safetensors",
|
| 209 |
+
"action_model.model.single_blocks.3.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 210 |
+
"action_model.model.single_blocks.4.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 211 |
+
"action_model.model.single_blocks.4.linear1.bias": "model-00003-of-00004.safetensors",
|
| 212 |
+
"action_model.model.single_blocks.4.linear1.weight": "model-00003-of-00004.safetensors",
|
| 213 |
+
"action_model.model.single_blocks.4.linear2.bias": "model-00003-of-00004.safetensors",
|
| 214 |
+
"action_model.model.single_blocks.4.linear2.weight": "model-00003-of-00004.safetensors",
|
| 215 |
+
"action_model.model.single_blocks.4.mlp_proj.bias": "model-00003-of-00004.safetensors",
|
| 216 |
+
"action_model.model.single_blocks.4.mlp_proj.weight": "model-00003-of-00004.safetensors",
|
| 217 |
+
"action_model.model.single_blocks.4.p_k_norm.weight": "model-00003-of-00004.safetensors",
|
| 218 |
+
"action_model.model.single_blocks.4.p_linear1.bias": "model-00003-of-00004.safetensors",
|
| 219 |
+
"action_model.model.single_blocks.4.p_linear1.weight": "model-00003-of-00004.safetensors",
|
| 220 |
+
"action_model.model.single_blocks.4.p_linear2.bias": "model-00003-of-00004.safetensors",
|
| 221 |
+
"action_model.model.single_blocks.4.p_linear2.weight": "model-00003-of-00004.safetensors",
|
| 222 |
+
"action_model.model.single_blocks.4.p_mlp_proj.bias": "model-00003-of-00004.safetensors",
|
| 223 |
+
"action_model.model.single_blocks.4.p_mlp_proj.weight": "model-00003-of-00004.safetensors",
|
| 224 |
+
"action_model.model.single_blocks.4.p_q_norm.weight": "model-00003-of-00004.safetensors",
|
| 225 |
+
"action_model.model.single_blocks.4.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 226 |
+
"action_model.model.single_blocks.5.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 227 |
+
"action_model.model.single_blocks.5.linear1.bias": "model-00003-of-00004.safetensors",
|
| 228 |
+
"action_model.model.single_blocks.5.linear1.weight": "model-00003-of-00004.safetensors",
|
| 229 |
+
"action_model.model.single_blocks.5.linear2.bias": "model-00003-of-00004.safetensors",
|
| 230 |
+
"action_model.model.single_blocks.5.linear2.weight": "model-00003-of-00004.safetensors",
|
| 231 |
+
"action_model.model.single_blocks.5.mlp_proj.bias": "model-00003-of-00004.safetensors",
|
| 232 |
+
"action_model.model.single_blocks.5.mlp_proj.weight": "model-00003-of-00004.safetensors",
|
| 233 |
+
"action_model.model.single_blocks.5.p_k_norm.weight": "model-00003-of-00004.safetensors",
|
| 234 |
+
"action_model.model.single_blocks.5.p_linear1.bias": "model-00003-of-00004.safetensors",
|
| 235 |
+
"action_model.model.single_blocks.5.p_linear1.weight": "model-00003-of-00004.safetensors",
|
| 236 |
+
"action_model.model.single_blocks.5.p_linear2.bias": "model-00003-of-00004.safetensors",
|
| 237 |
+
"action_model.model.single_blocks.5.p_linear2.weight": "model-00003-of-00004.safetensors",
|
| 238 |
+
"action_model.model.single_blocks.5.p_mlp_proj.bias": "model-00003-of-00004.safetensors",
|
| 239 |
+
"action_model.model.single_blocks.5.p_mlp_proj.weight": "model-00003-of-00004.safetensors",
|
| 240 |
+
"action_model.model.single_blocks.5.p_q_norm.weight": "model-00003-of-00004.safetensors",
|
| 241 |
+
"action_model.model.single_blocks.5.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 242 |
+
"action_model.model.single_blocks.6.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 243 |
+
"action_model.model.single_blocks.6.linear1.bias": "model-00003-of-00004.safetensors",
|
| 244 |
+
"action_model.model.single_blocks.6.linear1.weight": "model-00003-of-00004.safetensors",
|
| 245 |
+
"action_model.model.single_blocks.6.linear2.bias": "model-00003-of-00004.safetensors",
|
| 246 |
+
"action_model.model.single_blocks.6.linear2.weight": "model-00003-of-00004.safetensors",
|
| 247 |
+
"action_model.model.single_blocks.6.mlp_proj.bias": "model-00003-of-00004.safetensors",
|
| 248 |
+
"action_model.model.single_blocks.6.mlp_proj.weight": "model-00003-of-00004.safetensors",
|
| 249 |
+
"action_model.model.single_blocks.6.p_k_norm.weight": "model-00003-of-00004.safetensors",
|
| 250 |
+
"action_model.model.single_blocks.6.p_linear1.bias": "model-00003-of-00004.safetensors",
|
| 251 |
+
"action_model.model.single_blocks.6.p_linear1.weight": "model-00003-of-00004.safetensors",
|
| 252 |
+
"action_model.model.single_blocks.6.p_linear2.bias": "model-00003-of-00004.safetensors",
|
| 253 |
+
"action_model.model.single_blocks.6.p_linear2.weight": "model-00003-of-00004.safetensors",
|
| 254 |
+
"action_model.model.single_blocks.6.p_mlp_proj.bias": "model-00003-of-00004.safetensors",
|
| 255 |
+
"action_model.model.single_blocks.6.p_mlp_proj.weight": "model-00003-of-00004.safetensors",
|
| 256 |
+
"action_model.model.single_blocks.6.p_q_norm.weight": "model-00003-of-00004.safetensors",
|
| 257 |
+
"action_model.model.single_blocks.6.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 258 |
+
"action_model.model.single_blocks.7.k_norm.weight": "model-00003-of-00004.safetensors",
|
| 259 |
+
"action_model.model.single_blocks.7.linear1.bias": "model-00003-of-00004.safetensors",
|
| 260 |
+
"action_model.model.single_blocks.7.linear1.weight": "model-00003-of-00004.safetensors",
|
| 261 |
+
"action_model.model.single_blocks.7.linear2.bias": "model-00003-of-00004.safetensors",
|
| 262 |
+
"action_model.model.single_blocks.7.linear2.weight": "model-00003-of-00004.safetensors",
|
| 263 |
+
"action_model.model.single_blocks.7.mlp_proj.bias": "model-00003-of-00004.safetensors",
|
| 264 |
+
"action_model.model.single_blocks.7.mlp_proj.weight": "model-00003-of-00004.safetensors",
|
| 265 |
+
"action_model.model.single_blocks.7.p_k_norm.weight": "model-00003-of-00004.safetensors",
|
| 266 |
+
"action_model.model.single_blocks.7.p_linear1.bias": "model-00003-of-00004.safetensors",
|
| 267 |
+
"action_model.model.single_blocks.7.p_linear1.weight": "model-00003-of-00004.safetensors",
|
| 268 |
+
"action_model.model.single_blocks.7.p_linear2.bias": "model-00003-of-00004.safetensors",
|
| 269 |
+
"action_model.model.single_blocks.7.p_linear2.weight": "model-00003-of-00004.safetensors",
|
| 270 |
+
"action_model.model.single_blocks.7.p_mlp_proj.bias": "model-00003-of-00004.safetensors",
|
| 271 |
+
"action_model.model.single_blocks.7.p_mlp_proj.weight": "model-00003-of-00004.safetensors",
|
| 272 |
+
"action_model.model.single_blocks.7.p_q_norm.weight": "model-00003-of-00004.safetensors",
|
| 273 |
+
"action_model.model.single_blocks.7.q_norm.weight": "model-00003-of-00004.safetensors",
|
| 274 |
+
"action_model.model.timestep_encoder.timestep_embedder.linear_1.bias": "model-00003-of-00004.safetensors",
|
| 275 |
+
"action_model.model.timestep_encoder.timestep_embedder.linear_1.weight": "model-00003-of-00004.safetensors",
|
| 276 |
+
"action_model.model.timestep_encoder.timestep_embedder.linear_2.bias": "model-00003-of-00004.safetensors",
|
| 277 |
+
"action_model.model.timestep_encoder.timestep_embedder.linear_2.weight": "model-00003-of-00004.safetensors",
|
| 278 |
+
"action_model.model.vl_proj_to_sa.bias": "model-00003-of-00004.safetensors",
|
| 279 |
+
"action_model.model.vl_proj_to_sa.weight": "model-00003-of-00004.safetensors",
|
| 280 |
+
"action_model.physics.physics_cond_encoder.W1.bias": "model-00004-of-00004.safetensors",
|
| 281 |
+
"action_model.physics.physics_cond_encoder.W1.weight": "model-00004-of-00004.safetensors",
|
| 282 |
+
"action_model.physics.physics_cond_encoder.W2.bias": "model-00004-of-00004.safetensors",
|
| 283 |
+
"action_model.physics.physics_cond_encoder.W2.weight": "model-00004-of-00004.safetensors",
|
| 284 |
+
"action_model.physics.physics_cond_encoder.W3.bias": "model-00004-of-00004.safetensors",
|
| 285 |
+
"action_model.physics.physics_cond_encoder.W3.weight": "model-00004-of-00004.safetensors",
|
| 286 |
+
"action_model.physics.physics_decoder.net.0.bias": "model-00004-of-00004.safetensors",
|
| 287 |
+
"action_model.physics.physics_decoder.net.0.weight": "model-00004-of-00004.safetensors",
|
| 288 |
+
"action_model.physics.physics_decoder.net.2.bias": "model-00004-of-00004.safetensors",
|
| 289 |
+
"action_model.physics.physics_decoder.net.2.weight": "model-00004-of-00004.safetensors",
|
| 290 |
+
"action_model.physics.physics_fut_encoder.W1.bias": "model-00004-of-00004.safetensors",
|
| 291 |
+
"action_model.physics.physics_fut_encoder.W1.weight": "model-00004-of-00004.safetensors",
|
| 292 |
+
"action_model.physics.physics_fut_encoder.W2.bias": "model-00004-of-00004.safetensors",
|
| 293 |
+
"action_model.physics.physics_fut_encoder.W2.weight": "model-00004-of-00004.safetensors",
|
| 294 |
+
"action_model.physics.physics_fut_encoder.W3.bias": "model-00004-of-00004.safetensors",
|
| 295 |
+
"action_model.physics.physics_fut_encoder.W3.weight": "model-00004-of-00004.safetensors",
|
| 296 |
+
"action_model.physics.target.R_conv_L": "model-00004-of-00004.safetensors",
|
| 297 |
+
"action_model.physics.target.R_conv_R": "model-00004-of-00004.safetensors",
|
| 298 |
+
"action_model.physics.target.centroid_L": "model-00004-of-00004.safetensors",
|
| 299 |
+
"action_model.physics.target.centroid_R": "model-00004-of-00004.safetensors",
|
| 300 |
+
"action_model.physics.target.scale_conv_L": "model-00004-of-00004.safetensors",
|
| 301 |
+
"action_model.physics.target.scale_conv_R": "model-00004-of-00004.safetensors",
|
| 302 |
+
"action_model.physics.target.scale_norm_L": "model-00004-of-00004.safetensors",
|
| 303 |
+
"action_model.physics.target.scale_norm_R": "model-00004-of-00004.safetensors",
|
| 304 |
+
"action_model.physics.target.wrist_mean": "model-00004-of-00004.safetensors",
|
| 305 |
+
"action_model.physics.target.wrist_std": "model-00004-of-00004.safetensors",
|
| 306 |
+
"action_model.position_embedding.weight": "model-00004-of-00004.safetensors",
|
| 307 |
+
"action_model.state_encoder.layer1.W": "model-00003-of-00004.safetensors",
|
| 308 |
+
"action_model.state_encoder.layer1.b": "model-00003-of-00004.safetensors",
|
| 309 |
+
"action_model.state_encoder.layer2.W": "model-00004-of-00004.safetensors",
|
| 310 |
+
"action_model.state_encoder.layer2.b": "model-00004-of-00004.safetensors",
|
| 311 |
+
"backbone.cog_emb": "model-00001-of-00004.safetensors",
|
| 312 |
+
"backbone.qwen_model.lm_head.weight": "model-00003-of-00004.safetensors",
|
| 313 |
+
"backbone.qwen_model.model.language_model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
| 314 |
+
"backbone.qwen_model.model.language_model.layers.0.layer.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 315 |
+
"backbone.qwen_model.model.language_model.layers.0.layer.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 316 |
+
"backbone.qwen_model.model.language_model.layers.0.layer.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 317 |
+
"backbone.qwen_model.model.language_model.layers.0.layer.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 318 |
+
"backbone.qwen_model.model.language_model.layers.0.layer.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 319 |
+
"backbone.qwen_model.model.language_model.layers.0.layer.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 320 |
+
"backbone.qwen_model.model.language_model.layers.0.layer.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 321 |
+
"backbone.qwen_model.model.language_model.layers.0.layer.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 322 |
+
"backbone.qwen_model.model.language_model.layers.0.layer.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 323 |
+
"backbone.qwen_model.model.language_model.layers.0.layer.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 324 |
+
"backbone.qwen_model.model.language_model.layers.0.layer.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 325 |
+
"backbone.qwen_model.model.language_model.layers.1.layer.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 326 |
+
"backbone.qwen_model.model.language_model.layers.1.layer.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 327 |
+
"backbone.qwen_model.model.language_model.layers.1.layer.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 328 |
+
"backbone.qwen_model.model.language_model.layers.1.layer.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 329 |
+
"backbone.qwen_model.model.language_model.layers.1.layer.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 330 |
+
"backbone.qwen_model.model.language_model.layers.1.layer.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 331 |
+
"backbone.qwen_model.model.language_model.layers.1.layer.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 332 |
+
"backbone.qwen_model.model.language_model.layers.1.layer.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 333 |
+
"backbone.qwen_model.model.language_model.layers.1.layer.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 334 |
+
"backbone.qwen_model.model.language_model.layers.1.layer.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 335 |
+
"backbone.qwen_model.model.language_model.layers.1.layer.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 336 |
+
"backbone.qwen_model.model.language_model.layers.10.layer.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 337 |
+
"backbone.qwen_model.model.language_model.layers.10.layer.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 338 |
+
"backbone.qwen_model.model.language_model.layers.10.layer.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 339 |
+
"backbone.qwen_model.model.language_model.layers.10.layer.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 340 |
+
"backbone.qwen_model.model.language_model.layers.10.layer.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 341 |
+
"backbone.qwen_model.model.language_model.layers.10.layer.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 342 |
+
"backbone.qwen_model.model.language_model.layers.10.layer.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 343 |
+
"backbone.qwen_model.model.language_model.layers.10.layer.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 344 |
+
"backbone.qwen_model.model.language_model.layers.10.layer.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 345 |
+
"backbone.qwen_model.model.language_model.layers.10.layer.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 346 |
+
"backbone.qwen_model.model.language_model.layers.10.layer.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 347 |
+
"backbone.qwen_model.model.language_model.layers.11.layer.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 348 |
+
"backbone.qwen_model.model.language_model.layers.11.layer.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 349 |
+
"backbone.qwen_model.model.language_model.layers.11.layer.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 350 |
+
"backbone.qwen_model.model.language_model.layers.11.layer.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 351 |
+
"backbone.qwen_model.model.language_model.layers.11.layer.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 352 |
+
"backbone.qwen_model.model.language_model.layers.11.layer.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 353 |
+
"backbone.qwen_model.model.language_model.layers.11.layer.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 354 |
+
"backbone.qwen_model.model.language_model.layers.11.layer.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 355 |
+
"backbone.qwen_model.model.language_model.layers.11.layer.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 356 |
+
"backbone.qwen_model.model.language_model.layers.11.layer.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 357 |
+
"backbone.qwen_model.model.language_model.layers.11.layer.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 358 |
+
"backbone.qwen_model.model.language_model.layers.12.layer.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 359 |
+
"backbone.qwen_model.model.language_model.layers.12.layer.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 360 |
+
"backbone.qwen_model.model.language_model.layers.12.layer.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 361 |
+
"backbone.qwen_model.model.language_model.layers.12.layer.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 362 |
+
"backbone.qwen_model.model.language_model.layers.12.layer.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 363 |
+
"backbone.qwen_model.model.language_model.layers.12.layer.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 364 |
+
"backbone.qwen_model.model.language_model.layers.12.layer.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 365 |
+
"backbone.qwen_model.model.language_model.layers.12.layer.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 366 |
+
"backbone.qwen_model.model.language_model.layers.12.layer.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 367 |
+
"backbone.qwen_model.model.language_model.layers.12.layer.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 368 |
+
"backbone.qwen_model.model.language_model.layers.12.layer.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 369 |
+
"backbone.qwen_model.model.language_model.layers.13.layer.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 370 |
+
"backbone.qwen_model.model.language_model.layers.13.layer.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 371 |
+
"backbone.qwen_model.model.language_model.layers.13.layer.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 372 |
+
"backbone.qwen_model.model.language_model.layers.13.layer.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 373 |
+
"backbone.qwen_model.model.language_model.layers.13.layer.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 374 |
+
"backbone.qwen_model.model.language_model.layers.13.layer.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 375 |
+
"backbone.qwen_model.model.language_model.layers.13.layer.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 376 |
+
"backbone.qwen_model.model.language_model.layers.13.layer.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 377 |
+
"backbone.qwen_model.model.language_model.layers.13.layer.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 378 |
+
"backbone.qwen_model.model.language_model.layers.13.layer.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 379 |
+
"backbone.qwen_model.model.language_model.layers.13.layer.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 380 |
+
"backbone.qwen_model.model.language_model.layers.14.layer.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 381 |
+
"backbone.qwen_model.model.language_model.layers.14.layer.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 382 |
+
"backbone.qwen_model.model.language_model.layers.14.layer.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 383 |
+
"backbone.qwen_model.model.language_model.layers.14.layer.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 384 |
+
"backbone.qwen_model.model.language_model.layers.14.layer.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 385 |
+
"backbone.qwen_model.model.language_model.layers.14.layer.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 386 |
+
"backbone.qwen_model.model.language_model.layers.14.layer.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 387 |
+
"backbone.qwen_model.model.language_model.layers.14.layer.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 388 |
+
"backbone.qwen_model.model.language_model.layers.14.layer.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 389 |
+
"backbone.qwen_model.model.language_model.layers.14.layer.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 390 |
+
"backbone.qwen_model.model.language_model.layers.14.layer.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 391 |
+
"backbone.qwen_model.model.language_model.layers.15.layer.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 392 |
+
"backbone.qwen_model.model.language_model.layers.15.layer.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 393 |
+
"backbone.qwen_model.model.language_model.layers.15.layer.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 394 |
+
"backbone.qwen_model.model.language_model.layers.15.layer.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 395 |
+
"backbone.qwen_model.model.language_model.layers.15.layer.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 396 |
+
"backbone.qwen_model.model.language_model.layers.15.layer.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 397 |
+
"backbone.qwen_model.model.language_model.layers.15.layer.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 398 |
+
"backbone.qwen_model.model.language_model.layers.15.layer.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 399 |
+
"backbone.qwen_model.model.language_model.layers.15.layer.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 400 |
+
"backbone.qwen_model.model.language_model.layers.15.layer.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 401 |
+
"backbone.qwen_model.model.language_model.layers.15.layer.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 402 |
+
"backbone.qwen_model.model.language_model.layers.16.layer.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 403 |
+
"backbone.qwen_model.model.language_model.layers.16.layer.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 404 |
+
"backbone.qwen_model.model.language_model.layers.16.layer.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 405 |
+
"backbone.qwen_model.model.language_model.layers.16.layer.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 406 |
+
"backbone.qwen_model.model.language_model.layers.16.layer.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 407 |
+
"backbone.qwen_model.model.language_model.layers.16.layer.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 408 |
+
"backbone.qwen_model.model.language_model.layers.16.layer.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 409 |
+
"backbone.qwen_model.model.language_model.layers.16.layer.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 410 |
+
"backbone.qwen_model.model.language_model.layers.16.layer.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 411 |
+
"backbone.qwen_model.model.language_model.layers.16.layer.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 412 |
+
"backbone.qwen_model.model.language_model.layers.16.layer.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 413 |
+
"backbone.qwen_model.model.language_model.layers.17.layer.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 414 |
+
"backbone.qwen_model.model.language_model.layers.17.layer.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 415 |
+
"backbone.qwen_model.model.language_model.layers.17.layer.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 416 |
+
"backbone.qwen_model.model.language_model.layers.17.layer.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 417 |
+
"backbone.qwen_model.model.language_model.layers.17.layer.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 418 |
+
"backbone.qwen_model.model.language_model.layers.17.layer.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 419 |
+
"backbone.qwen_model.model.language_model.layers.17.layer.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 420 |
+
"backbone.qwen_model.model.language_model.layers.17.layer.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 421 |
+
"backbone.qwen_model.model.language_model.layers.17.layer.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 422 |
+
"backbone.qwen_model.model.language_model.layers.17.layer.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 423 |
+
"backbone.qwen_model.model.language_model.layers.17.layer.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 424 |
+
"backbone.qwen_model.model.language_model.layers.2.layer.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 425 |
+
"backbone.qwen_model.model.language_model.layers.2.layer.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 426 |
+
"backbone.qwen_model.model.language_model.layers.2.layer.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 427 |
+
"backbone.qwen_model.model.language_model.layers.2.layer.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 428 |
+
"backbone.qwen_model.model.language_model.layers.2.layer.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 429 |
+
"backbone.qwen_model.model.language_model.layers.2.layer.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 430 |
+
"backbone.qwen_model.model.language_model.layers.2.layer.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 431 |
+
"backbone.qwen_model.model.language_model.layers.2.layer.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 432 |
+
"backbone.qwen_model.model.language_model.layers.2.layer.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 433 |
+
"backbone.qwen_model.model.language_model.layers.2.layer.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 434 |
+
"backbone.qwen_model.model.language_model.layers.2.layer.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 435 |
+
"backbone.qwen_model.model.language_model.layers.3.layer.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 436 |
+
"backbone.qwen_model.model.language_model.layers.3.layer.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 437 |
+
"backbone.qwen_model.model.language_model.layers.3.layer.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 438 |
+
"backbone.qwen_model.model.language_model.layers.3.layer.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 439 |
+
"backbone.qwen_model.model.language_model.layers.3.layer.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 440 |
+
"backbone.qwen_model.model.language_model.layers.3.layer.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 441 |
+
"backbone.qwen_model.model.language_model.layers.3.layer.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 442 |
+
"backbone.qwen_model.model.language_model.layers.3.layer.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 443 |
+
"backbone.qwen_model.model.language_model.layers.3.layer.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 444 |
+
"backbone.qwen_model.model.language_model.layers.3.layer.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 445 |
+
"backbone.qwen_model.model.language_model.layers.3.layer.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 446 |
+
"backbone.qwen_model.model.language_model.layers.4.layer.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 447 |
+
"backbone.qwen_model.model.language_model.layers.4.layer.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 448 |
+
"backbone.qwen_model.model.language_model.layers.4.layer.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 449 |
+
"backbone.qwen_model.model.language_model.layers.4.layer.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 450 |
+
"backbone.qwen_model.model.language_model.layers.4.layer.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 451 |
+
"backbone.qwen_model.model.language_model.layers.4.layer.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 452 |
+
"backbone.qwen_model.model.language_model.layers.4.layer.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 453 |
+
"backbone.qwen_model.model.language_model.layers.4.layer.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 454 |
+
"backbone.qwen_model.model.language_model.layers.4.layer.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 455 |
+
"backbone.qwen_model.model.language_model.layers.4.layer.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 456 |
+
"backbone.qwen_model.model.language_model.layers.4.layer.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 457 |
+
"backbone.qwen_model.model.language_model.layers.5.layer.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 458 |
+
"backbone.qwen_model.model.language_model.layers.5.layer.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 459 |
+
"backbone.qwen_model.model.language_model.layers.5.layer.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 460 |
+
"backbone.qwen_model.model.language_model.layers.5.layer.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 461 |
+
"backbone.qwen_model.model.language_model.layers.5.layer.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 462 |
+
"backbone.qwen_model.model.language_model.layers.5.layer.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 463 |
+
"backbone.qwen_model.model.language_model.layers.5.layer.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 464 |
+
"backbone.qwen_model.model.language_model.layers.5.layer.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 465 |
+
"backbone.qwen_model.model.language_model.layers.5.layer.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 466 |
+
"backbone.qwen_model.model.language_model.layers.5.layer.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 467 |
+
"backbone.qwen_model.model.language_model.layers.5.layer.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 468 |
+
"backbone.qwen_model.model.language_model.layers.6.layer.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 469 |
+
"backbone.qwen_model.model.language_model.layers.6.layer.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 470 |
+
"backbone.qwen_model.model.language_model.layers.6.layer.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 471 |
+
"backbone.qwen_model.model.language_model.layers.6.layer.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 472 |
+
"backbone.qwen_model.model.language_model.layers.6.layer.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 473 |
+
"backbone.qwen_model.model.language_model.layers.6.layer.self_attn.k_norm.weight": "model-00001-of-00004.safetensors",
|
| 474 |
+
"backbone.qwen_model.model.language_model.layers.6.layer.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 475 |
+
"backbone.qwen_model.model.language_model.layers.6.layer.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 476 |
+
"backbone.qwen_model.model.language_model.layers.6.layer.self_attn.q_norm.weight": "model-00001-of-00004.safetensors",
|
| 477 |
+
"backbone.qwen_model.model.language_model.layers.6.layer.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 478 |
+
"backbone.qwen_model.model.language_model.layers.6.layer.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 479 |
+
"backbone.qwen_model.model.language_model.layers.7.layer.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 480 |
+
"backbone.qwen_model.model.language_model.layers.7.layer.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 481 |
+
"backbone.qwen_model.model.language_model.layers.7.layer.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 482 |
+
"backbone.qwen_model.model.language_model.layers.7.layer.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 483 |
+
"backbone.qwen_model.model.language_model.layers.7.layer.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 484 |
+
"backbone.qwen_model.model.language_model.layers.7.layer.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 485 |
+
"backbone.qwen_model.model.language_model.layers.7.layer.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 486 |
+
"backbone.qwen_model.model.language_model.layers.7.layer.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 487 |
+
"backbone.qwen_model.model.language_model.layers.7.layer.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 488 |
+
"backbone.qwen_model.model.language_model.layers.7.layer.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 489 |
+
"backbone.qwen_model.model.language_model.layers.7.layer.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 490 |
+
"backbone.qwen_model.model.language_model.layers.8.layer.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 491 |
+
"backbone.qwen_model.model.language_model.layers.8.layer.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 492 |
+
"backbone.qwen_model.model.language_model.layers.8.layer.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 493 |
+
"backbone.qwen_model.model.language_model.layers.8.layer.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 494 |
+
"backbone.qwen_model.model.language_model.layers.8.layer.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 495 |
+
"backbone.qwen_model.model.language_model.layers.8.layer.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 496 |
+
"backbone.qwen_model.model.language_model.layers.8.layer.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 497 |
+
"backbone.qwen_model.model.language_model.layers.8.layer.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 498 |
+
"backbone.qwen_model.model.language_model.layers.8.layer.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 499 |
+
"backbone.qwen_model.model.language_model.layers.8.layer.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 500 |
+
"backbone.qwen_model.model.language_model.layers.8.layer.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 501 |
+
"backbone.qwen_model.model.language_model.layers.9.layer.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 502 |
+
"backbone.qwen_model.model.language_model.layers.9.layer.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 503 |
+
"backbone.qwen_model.model.language_model.layers.9.layer.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 504 |
+
"backbone.qwen_model.model.language_model.layers.9.layer.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 505 |
+
"backbone.qwen_model.model.language_model.layers.9.layer.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 506 |
+
"backbone.qwen_model.model.language_model.layers.9.layer.self_attn.k_norm.weight": "model-00002-of-00004.safetensors",
|
| 507 |
+
"backbone.qwen_model.model.language_model.layers.9.layer.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 508 |
+
"backbone.qwen_model.model.language_model.layers.9.layer.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 509 |
+
"backbone.qwen_model.model.language_model.layers.9.layer.self_attn.q_norm.weight": "model-00002-of-00004.safetensors",
|
| 510 |
+
"backbone.qwen_model.model.language_model.layers.9.layer.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 511 |
+
"backbone.qwen_model.model.language_model.layers.9.layer.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 512 |
+
"backbone.qwen_model.model.language_model.norm.weight": "model-00002-of-00004.safetensors",
|
| 513 |
+
"backbone.qwen_model.model.visual.blocks.0.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 514 |
+
"backbone.qwen_model.model.visual.blocks.0.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 515 |
+
"backbone.qwen_model.model.visual.blocks.0.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 516 |
+
"backbone.qwen_model.model.visual.blocks.0.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 517 |
+
"backbone.qwen_model.model.visual.blocks.0.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 518 |
+
"backbone.qwen_model.model.visual.blocks.0.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 519 |
+
"backbone.qwen_model.model.visual.blocks.0.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 520 |
+
"backbone.qwen_model.model.visual.blocks.0.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 521 |
+
"backbone.qwen_model.model.visual.blocks.0.norm1.bias": "model-00001-of-00004.safetensors",
|
| 522 |
+
"backbone.qwen_model.model.visual.blocks.0.norm1.weight": "model-00001-of-00004.safetensors",
|
| 523 |
+
"backbone.qwen_model.model.visual.blocks.0.norm2.bias": "model-00001-of-00004.safetensors",
|
| 524 |
+
"backbone.qwen_model.model.visual.blocks.0.norm2.weight": "model-00001-of-00004.safetensors",
|
| 525 |
+
"backbone.qwen_model.model.visual.blocks.1.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 526 |
+
"backbone.qwen_model.model.visual.blocks.1.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 527 |
+
"backbone.qwen_model.model.visual.blocks.1.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 528 |
+
"backbone.qwen_model.model.visual.blocks.1.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 529 |
+
"backbone.qwen_model.model.visual.blocks.1.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 530 |
+
"backbone.qwen_model.model.visual.blocks.1.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 531 |
+
"backbone.qwen_model.model.visual.blocks.1.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 532 |
+
"backbone.qwen_model.model.visual.blocks.1.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 533 |
+
"backbone.qwen_model.model.visual.blocks.1.norm1.bias": "model-00001-of-00004.safetensors",
|
| 534 |
+
"backbone.qwen_model.model.visual.blocks.1.norm1.weight": "model-00001-of-00004.safetensors",
|
| 535 |
+
"backbone.qwen_model.model.visual.blocks.1.norm2.bias": "model-00001-of-00004.safetensors",
|
| 536 |
+
"backbone.qwen_model.model.visual.blocks.1.norm2.weight": "model-00001-of-00004.safetensors",
|
| 537 |
+
"backbone.qwen_model.model.visual.blocks.10.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 538 |
+
"backbone.qwen_model.model.visual.blocks.10.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 539 |
+
"backbone.qwen_model.model.visual.blocks.10.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 540 |
+
"backbone.qwen_model.model.visual.blocks.10.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 541 |
+
"backbone.qwen_model.model.visual.blocks.10.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 542 |
+
"backbone.qwen_model.model.visual.blocks.10.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 543 |
+
"backbone.qwen_model.model.visual.blocks.10.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 544 |
+
"backbone.qwen_model.model.visual.blocks.10.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 545 |
+
"backbone.qwen_model.model.visual.blocks.10.norm1.bias": "model-00001-of-00004.safetensors",
|
| 546 |
+
"backbone.qwen_model.model.visual.blocks.10.norm1.weight": "model-00001-of-00004.safetensors",
|
| 547 |
+
"backbone.qwen_model.model.visual.blocks.10.norm2.bias": "model-00001-of-00004.safetensors",
|
| 548 |
+
"backbone.qwen_model.model.visual.blocks.10.norm2.weight": "model-00001-of-00004.safetensors",
|
| 549 |
+
"backbone.qwen_model.model.visual.blocks.11.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 550 |
+
"backbone.qwen_model.model.visual.blocks.11.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 551 |
+
"backbone.qwen_model.model.visual.blocks.11.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 552 |
+
"backbone.qwen_model.model.visual.blocks.11.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 553 |
+
"backbone.qwen_model.model.visual.blocks.11.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 554 |
+
"backbone.qwen_model.model.visual.blocks.11.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 555 |
+
"backbone.qwen_model.model.visual.blocks.11.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 556 |
+
"backbone.qwen_model.model.visual.blocks.11.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 557 |
+
"backbone.qwen_model.model.visual.blocks.11.norm1.bias": "model-00001-of-00004.safetensors",
|
| 558 |
+
"backbone.qwen_model.model.visual.blocks.11.norm1.weight": "model-00001-of-00004.safetensors",
|
| 559 |
+
"backbone.qwen_model.model.visual.blocks.11.norm2.bias": "model-00001-of-00004.safetensors",
|
| 560 |
+
"backbone.qwen_model.model.visual.blocks.11.norm2.weight": "model-00001-of-00004.safetensors",
|
| 561 |
+
"backbone.qwen_model.model.visual.blocks.12.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 562 |
+
"backbone.qwen_model.model.visual.blocks.12.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 563 |
+
"backbone.qwen_model.model.visual.blocks.12.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 564 |
+
"backbone.qwen_model.model.visual.blocks.12.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 565 |
+
"backbone.qwen_model.model.visual.blocks.12.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 566 |
+
"backbone.qwen_model.model.visual.blocks.12.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 567 |
+
"backbone.qwen_model.model.visual.blocks.12.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 568 |
+
"backbone.qwen_model.model.visual.blocks.12.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 569 |
+
"backbone.qwen_model.model.visual.blocks.12.norm1.bias": "model-00001-of-00004.safetensors",
|
| 570 |
+
"backbone.qwen_model.model.visual.blocks.12.norm1.weight": "model-00001-of-00004.safetensors",
|
| 571 |
+
"backbone.qwen_model.model.visual.blocks.12.norm2.bias": "model-00001-of-00004.safetensors",
|
| 572 |
+
"backbone.qwen_model.model.visual.blocks.12.norm2.weight": "model-00001-of-00004.safetensors",
|
| 573 |
+
"backbone.qwen_model.model.visual.blocks.13.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 574 |
+
"backbone.qwen_model.model.visual.blocks.13.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 575 |
+
"backbone.qwen_model.model.visual.blocks.13.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 576 |
+
"backbone.qwen_model.model.visual.blocks.13.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 577 |
+
"backbone.qwen_model.model.visual.blocks.13.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 578 |
+
"backbone.qwen_model.model.visual.blocks.13.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 579 |
+
"backbone.qwen_model.model.visual.blocks.13.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 580 |
+
"backbone.qwen_model.model.visual.blocks.13.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 581 |
+
"backbone.qwen_model.model.visual.blocks.13.norm1.bias": "model-00001-of-00004.safetensors",
|
| 582 |
+
"backbone.qwen_model.model.visual.blocks.13.norm1.weight": "model-00001-of-00004.safetensors",
|
| 583 |
+
"backbone.qwen_model.model.visual.blocks.13.norm2.bias": "model-00001-of-00004.safetensors",
|
| 584 |
+
"backbone.qwen_model.model.visual.blocks.13.norm2.weight": "model-00001-of-00004.safetensors",
|
| 585 |
+
"backbone.qwen_model.model.visual.blocks.14.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 586 |
+
"backbone.qwen_model.model.visual.blocks.14.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 587 |
+
"backbone.qwen_model.model.visual.blocks.14.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 588 |
+
"backbone.qwen_model.model.visual.blocks.14.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 589 |
+
"backbone.qwen_model.model.visual.blocks.14.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 590 |
+
"backbone.qwen_model.model.visual.blocks.14.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 591 |
+
"backbone.qwen_model.model.visual.blocks.14.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 592 |
+
"backbone.qwen_model.model.visual.blocks.14.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 593 |
+
"backbone.qwen_model.model.visual.blocks.14.norm1.bias": "model-00001-of-00004.safetensors",
|
| 594 |
+
"backbone.qwen_model.model.visual.blocks.14.norm1.weight": "model-00001-of-00004.safetensors",
|
| 595 |
+
"backbone.qwen_model.model.visual.blocks.14.norm2.bias": "model-00001-of-00004.safetensors",
|
| 596 |
+
"backbone.qwen_model.model.visual.blocks.14.norm2.weight": "model-00001-of-00004.safetensors",
|
| 597 |
+
"backbone.qwen_model.model.visual.blocks.15.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 598 |
+
"backbone.qwen_model.model.visual.blocks.15.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 599 |
+
"backbone.qwen_model.model.visual.blocks.15.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 600 |
+
"backbone.qwen_model.model.visual.blocks.15.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 601 |
+
"backbone.qwen_model.model.visual.blocks.15.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 602 |
+
"backbone.qwen_model.model.visual.blocks.15.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 603 |
+
"backbone.qwen_model.model.visual.blocks.15.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 604 |
+
"backbone.qwen_model.model.visual.blocks.15.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 605 |
+
"backbone.qwen_model.model.visual.blocks.15.norm1.bias": "model-00001-of-00004.safetensors",
|
| 606 |
+
"backbone.qwen_model.model.visual.blocks.15.norm1.weight": "model-00001-of-00004.safetensors",
|
| 607 |
+
"backbone.qwen_model.model.visual.blocks.15.norm2.bias": "model-00001-of-00004.safetensors",
|
| 608 |
+
"backbone.qwen_model.model.visual.blocks.15.norm2.weight": "model-00001-of-00004.safetensors",
|
| 609 |
+
"backbone.qwen_model.model.visual.blocks.16.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 610 |
+
"backbone.qwen_model.model.visual.blocks.16.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 611 |
+
"backbone.qwen_model.model.visual.blocks.16.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 612 |
+
"backbone.qwen_model.model.visual.blocks.16.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 613 |
+
"backbone.qwen_model.model.visual.blocks.16.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 614 |
+
"backbone.qwen_model.model.visual.blocks.16.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 615 |
+
"backbone.qwen_model.model.visual.blocks.16.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 616 |
+
"backbone.qwen_model.model.visual.blocks.16.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 617 |
+
"backbone.qwen_model.model.visual.blocks.16.norm1.bias": "model-00001-of-00004.safetensors",
|
| 618 |
+
"backbone.qwen_model.model.visual.blocks.16.norm1.weight": "model-00001-of-00004.safetensors",
|
| 619 |
+
"backbone.qwen_model.model.visual.blocks.16.norm2.bias": "model-00001-of-00004.safetensors",
|
| 620 |
+
"backbone.qwen_model.model.visual.blocks.16.norm2.weight": "model-00001-of-00004.safetensors",
|
| 621 |
+
"backbone.qwen_model.model.visual.blocks.17.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 622 |
+
"backbone.qwen_model.model.visual.blocks.17.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 623 |
+
"backbone.qwen_model.model.visual.blocks.17.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 624 |
+
"backbone.qwen_model.model.visual.blocks.17.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 625 |
+
"backbone.qwen_model.model.visual.blocks.17.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 626 |
+
"backbone.qwen_model.model.visual.blocks.17.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 627 |
+
"backbone.qwen_model.model.visual.blocks.17.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 628 |
+
"backbone.qwen_model.model.visual.blocks.17.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 629 |
+
"backbone.qwen_model.model.visual.blocks.17.norm1.bias": "model-00001-of-00004.safetensors",
|
| 630 |
+
"backbone.qwen_model.model.visual.blocks.17.norm1.weight": "model-00001-of-00004.safetensors",
|
| 631 |
+
"backbone.qwen_model.model.visual.blocks.17.norm2.bias": "model-00001-of-00004.safetensors",
|
| 632 |
+
"backbone.qwen_model.model.visual.blocks.17.norm2.weight": "model-00001-of-00004.safetensors",
|
| 633 |
+
"backbone.qwen_model.model.visual.blocks.18.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 634 |
+
"backbone.qwen_model.model.visual.blocks.18.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 635 |
+
"backbone.qwen_model.model.visual.blocks.18.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 636 |
+
"backbone.qwen_model.model.visual.blocks.18.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 637 |
+
"backbone.qwen_model.model.visual.blocks.18.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 638 |
+
"backbone.qwen_model.model.visual.blocks.18.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 639 |
+
"backbone.qwen_model.model.visual.blocks.18.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 640 |
+
"backbone.qwen_model.model.visual.blocks.18.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 641 |
+
"backbone.qwen_model.model.visual.blocks.18.norm1.bias": "model-00001-of-00004.safetensors",
|
| 642 |
+
"backbone.qwen_model.model.visual.blocks.18.norm1.weight": "model-00001-of-00004.safetensors",
|
| 643 |
+
"backbone.qwen_model.model.visual.blocks.18.norm2.bias": "model-00001-of-00004.safetensors",
|
| 644 |
+
"backbone.qwen_model.model.visual.blocks.18.norm2.weight": "model-00001-of-00004.safetensors",
|
| 645 |
+
"backbone.qwen_model.model.visual.blocks.19.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 646 |
+
"backbone.qwen_model.model.visual.blocks.19.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 647 |
+
"backbone.qwen_model.model.visual.blocks.19.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 648 |
+
"backbone.qwen_model.model.visual.blocks.19.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 649 |
+
"backbone.qwen_model.model.visual.blocks.19.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 650 |
+
"backbone.qwen_model.model.visual.blocks.19.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 651 |
+
"backbone.qwen_model.model.visual.blocks.19.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 652 |
+
"backbone.qwen_model.model.visual.blocks.19.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 653 |
+
"backbone.qwen_model.model.visual.blocks.19.norm1.bias": "model-00001-of-00004.safetensors",
|
| 654 |
+
"backbone.qwen_model.model.visual.blocks.19.norm1.weight": "model-00001-of-00004.safetensors",
|
| 655 |
+
"backbone.qwen_model.model.visual.blocks.19.norm2.bias": "model-00001-of-00004.safetensors",
|
| 656 |
+
"backbone.qwen_model.model.visual.blocks.19.norm2.weight": "model-00001-of-00004.safetensors",
|
| 657 |
+
"backbone.qwen_model.model.visual.blocks.2.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 658 |
+
"backbone.qwen_model.model.visual.blocks.2.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 659 |
+
"backbone.qwen_model.model.visual.blocks.2.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 660 |
+
"backbone.qwen_model.model.visual.blocks.2.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 661 |
+
"backbone.qwen_model.model.visual.blocks.2.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 662 |
+
"backbone.qwen_model.model.visual.blocks.2.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 663 |
+
"backbone.qwen_model.model.visual.blocks.2.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 664 |
+
"backbone.qwen_model.model.visual.blocks.2.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 665 |
+
"backbone.qwen_model.model.visual.blocks.2.norm1.bias": "model-00001-of-00004.safetensors",
|
| 666 |
+
"backbone.qwen_model.model.visual.blocks.2.norm1.weight": "model-00001-of-00004.safetensors",
|
| 667 |
+
"backbone.qwen_model.model.visual.blocks.2.norm2.bias": "model-00001-of-00004.safetensors",
|
| 668 |
+
"backbone.qwen_model.model.visual.blocks.2.norm2.weight": "model-00001-of-00004.safetensors",
|
| 669 |
+
"backbone.qwen_model.model.visual.blocks.20.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 670 |
+
"backbone.qwen_model.model.visual.blocks.20.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 671 |
+
"backbone.qwen_model.model.visual.blocks.20.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 672 |
+
"backbone.qwen_model.model.visual.blocks.20.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 673 |
+
"backbone.qwen_model.model.visual.blocks.20.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 674 |
+
"backbone.qwen_model.model.visual.blocks.20.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 675 |
+
"backbone.qwen_model.model.visual.blocks.20.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 676 |
+
"backbone.qwen_model.model.visual.blocks.20.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 677 |
+
"backbone.qwen_model.model.visual.blocks.20.norm1.bias": "model-00001-of-00004.safetensors",
|
| 678 |
+
"backbone.qwen_model.model.visual.blocks.20.norm1.weight": "model-00001-of-00004.safetensors",
|
| 679 |
+
"backbone.qwen_model.model.visual.blocks.20.norm2.bias": "model-00001-of-00004.safetensors",
|
| 680 |
+
"backbone.qwen_model.model.visual.blocks.20.norm2.weight": "model-00001-of-00004.safetensors",
|
| 681 |
+
"backbone.qwen_model.model.visual.blocks.21.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 682 |
+
"backbone.qwen_model.model.visual.blocks.21.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 683 |
+
"backbone.qwen_model.model.visual.blocks.21.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 684 |
+
"backbone.qwen_model.model.visual.blocks.21.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 685 |
+
"backbone.qwen_model.model.visual.blocks.21.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 686 |
+
"backbone.qwen_model.model.visual.blocks.21.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 687 |
+
"backbone.qwen_model.model.visual.blocks.21.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 688 |
+
"backbone.qwen_model.model.visual.blocks.21.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 689 |
+
"backbone.qwen_model.model.visual.blocks.21.norm1.bias": "model-00001-of-00004.safetensors",
|
| 690 |
+
"backbone.qwen_model.model.visual.blocks.21.norm1.weight": "model-00001-of-00004.safetensors",
|
| 691 |
+
"backbone.qwen_model.model.visual.blocks.21.norm2.bias": "model-00001-of-00004.safetensors",
|
| 692 |
+
"backbone.qwen_model.model.visual.blocks.21.norm2.weight": "model-00001-of-00004.safetensors",
|
| 693 |
+
"backbone.qwen_model.model.visual.blocks.22.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 694 |
+
"backbone.qwen_model.model.visual.blocks.22.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 695 |
+
"backbone.qwen_model.model.visual.blocks.22.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 696 |
+
"backbone.qwen_model.model.visual.blocks.22.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 697 |
+
"backbone.qwen_model.model.visual.blocks.22.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 698 |
+
"backbone.qwen_model.model.visual.blocks.22.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 699 |
+
"backbone.qwen_model.model.visual.blocks.22.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 700 |
+
"backbone.qwen_model.model.visual.blocks.22.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 701 |
+
"backbone.qwen_model.model.visual.blocks.22.norm1.bias": "model-00001-of-00004.safetensors",
|
| 702 |
+
"backbone.qwen_model.model.visual.blocks.22.norm1.weight": "model-00001-of-00004.safetensors",
|
| 703 |
+
"backbone.qwen_model.model.visual.blocks.22.norm2.bias": "model-00001-of-00004.safetensors",
|
| 704 |
+
"backbone.qwen_model.model.visual.blocks.22.norm2.weight": "model-00001-of-00004.safetensors",
|
| 705 |
+
"backbone.qwen_model.model.visual.blocks.23.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 706 |
+
"backbone.qwen_model.model.visual.blocks.23.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 707 |
+
"backbone.qwen_model.model.visual.blocks.23.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 708 |
+
"backbone.qwen_model.model.visual.blocks.23.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 709 |
+
"backbone.qwen_model.model.visual.blocks.23.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 710 |
+
"backbone.qwen_model.model.visual.blocks.23.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 711 |
+
"backbone.qwen_model.model.visual.blocks.23.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 712 |
+
"backbone.qwen_model.model.visual.blocks.23.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 713 |
+
"backbone.qwen_model.model.visual.blocks.23.norm1.bias": "model-00001-of-00004.safetensors",
|
| 714 |
+
"backbone.qwen_model.model.visual.blocks.23.norm1.weight": "model-00001-of-00004.safetensors",
|
| 715 |
+
"backbone.qwen_model.model.visual.blocks.23.norm2.bias": "model-00001-of-00004.safetensors",
|
| 716 |
+
"backbone.qwen_model.model.visual.blocks.23.norm2.weight": "model-00001-of-00004.safetensors",
|
| 717 |
+
"backbone.qwen_model.model.visual.blocks.24.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 718 |
+
"backbone.qwen_model.model.visual.blocks.24.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 719 |
+
"backbone.qwen_model.model.visual.blocks.24.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 720 |
+
"backbone.qwen_model.model.visual.blocks.24.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 721 |
+
"backbone.qwen_model.model.visual.blocks.24.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 722 |
+
"backbone.qwen_model.model.visual.blocks.24.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 723 |
+
"backbone.qwen_model.model.visual.blocks.24.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 724 |
+
"backbone.qwen_model.model.visual.blocks.24.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 725 |
+
"backbone.qwen_model.model.visual.blocks.24.norm1.bias": "model-00001-of-00004.safetensors",
|
| 726 |
+
"backbone.qwen_model.model.visual.blocks.24.norm1.weight": "model-00001-of-00004.safetensors",
|
| 727 |
+
"backbone.qwen_model.model.visual.blocks.24.norm2.bias": "model-00001-of-00004.safetensors",
|
| 728 |
+
"backbone.qwen_model.model.visual.blocks.24.norm2.weight": "model-00001-of-00004.safetensors",
|
| 729 |
+
"backbone.qwen_model.model.visual.blocks.25.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 730 |
+
"backbone.qwen_model.model.visual.blocks.25.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 731 |
+
"backbone.qwen_model.model.visual.blocks.25.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 732 |
+
"backbone.qwen_model.model.visual.blocks.25.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 733 |
+
"backbone.qwen_model.model.visual.blocks.25.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 734 |
+
"backbone.qwen_model.model.visual.blocks.25.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 735 |
+
"backbone.qwen_model.model.visual.blocks.25.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 736 |
+
"backbone.qwen_model.model.visual.blocks.25.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 737 |
+
"backbone.qwen_model.model.visual.blocks.25.norm1.bias": "model-00001-of-00004.safetensors",
|
| 738 |
+
"backbone.qwen_model.model.visual.blocks.25.norm1.weight": "model-00001-of-00004.safetensors",
|
| 739 |
+
"backbone.qwen_model.model.visual.blocks.25.norm2.bias": "model-00001-of-00004.safetensors",
|
| 740 |
+
"backbone.qwen_model.model.visual.blocks.25.norm2.weight": "model-00001-of-00004.safetensors",
|
| 741 |
+
"backbone.qwen_model.model.visual.blocks.26.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 742 |
+
"backbone.qwen_model.model.visual.blocks.26.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 743 |
+
"backbone.qwen_model.model.visual.blocks.26.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 744 |
+
"backbone.qwen_model.model.visual.blocks.26.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 745 |
+
"backbone.qwen_model.model.visual.blocks.26.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 746 |
+
"backbone.qwen_model.model.visual.blocks.26.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 747 |
+
"backbone.qwen_model.model.visual.blocks.26.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 748 |
+
"backbone.qwen_model.model.visual.blocks.26.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 749 |
+
"backbone.qwen_model.model.visual.blocks.26.norm1.bias": "model-00001-of-00004.safetensors",
|
| 750 |
+
"backbone.qwen_model.model.visual.blocks.26.norm1.weight": "model-00001-of-00004.safetensors",
|
| 751 |
+
"backbone.qwen_model.model.visual.blocks.26.norm2.bias": "model-00001-of-00004.safetensors",
|
| 752 |
+
"backbone.qwen_model.model.visual.blocks.26.norm2.weight": "model-00001-of-00004.safetensors",
|
| 753 |
+
"backbone.qwen_model.model.visual.blocks.3.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 754 |
+
"backbone.qwen_model.model.visual.blocks.3.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 755 |
+
"backbone.qwen_model.model.visual.blocks.3.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 756 |
+
"backbone.qwen_model.model.visual.blocks.3.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 757 |
+
"backbone.qwen_model.model.visual.blocks.3.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 758 |
+
"backbone.qwen_model.model.visual.blocks.3.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 759 |
+
"backbone.qwen_model.model.visual.blocks.3.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 760 |
+
"backbone.qwen_model.model.visual.blocks.3.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 761 |
+
"backbone.qwen_model.model.visual.blocks.3.norm1.bias": "model-00001-of-00004.safetensors",
|
| 762 |
+
"backbone.qwen_model.model.visual.blocks.3.norm1.weight": "model-00001-of-00004.safetensors",
|
| 763 |
+
"backbone.qwen_model.model.visual.blocks.3.norm2.bias": "model-00001-of-00004.safetensors",
|
| 764 |
+
"backbone.qwen_model.model.visual.blocks.3.norm2.weight": "model-00001-of-00004.safetensors",
|
| 765 |
+
"backbone.qwen_model.model.visual.blocks.4.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 766 |
+
"backbone.qwen_model.model.visual.blocks.4.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 767 |
+
"backbone.qwen_model.model.visual.blocks.4.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 768 |
+
"backbone.qwen_model.model.visual.blocks.4.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 769 |
+
"backbone.qwen_model.model.visual.blocks.4.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 770 |
+
"backbone.qwen_model.model.visual.blocks.4.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 771 |
+
"backbone.qwen_model.model.visual.blocks.4.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 772 |
+
"backbone.qwen_model.model.visual.blocks.4.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 773 |
+
"backbone.qwen_model.model.visual.blocks.4.norm1.bias": "model-00001-of-00004.safetensors",
|
| 774 |
+
"backbone.qwen_model.model.visual.blocks.4.norm1.weight": "model-00001-of-00004.safetensors",
|
| 775 |
+
"backbone.qwen_model.model.visual.blocks.4.norm2.bias": "model-00001-of-00004.safetensors",
|
| 776 |
+
"backbone.qwen_model.model.visual.blocks.4.norm2.weight": "model-00001-of-00004.safetensors",
|
| 777 |
+
"backbone.qwen_model.model.visual.blocks.5.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 778 |
+
"backbone.qwen_model.model.visual.blocks.5.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 779 |
+
"backbone.qwen_model.model.visual.blocks.5.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 780 |
+
"backbone.qwen_model.model.visual.blocks.5.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 781 |
+
"backbone.qwen_model.model.visual.blocks.5.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 782 |
+
"backbone.qwen_model.model.visual.blocks.5.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 783 |
+
"backbone.qwen_model.model.visual.blocks.5.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 784 |
+
"backbone.qwen_model.model.visual.blocks.5.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 785 |
+
"backbone.qwen_model.model.visual.blocks.5.norm1.bias": "model-00001-of-00004.safetensors",
|
| 786 |
+
"backbone.qwen_model.model.visual.blocks.5.norm1.weight": "model-00001-of-00004.safetensors",
|
| 787 |
+
"backbone.qwen_model.model.visual.blocks.5.norm2.bias": "model-00001-of-00004.safetensors",
|
| 788 |
+
"backbone.qwen_model.model.visual.blocks.5.norm2.weight": "model-00001-of-00004.safetensors",
|
| 789 |
+
"backbone.qwen_model.model.visual.blocks.6.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 790 |
+
"backbone.qwen_model.model.visual.blocks.6.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 791 |
+
"backbone.qwen_model.model.visual.blocks.6.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 792 |
+
"backbone.qwen_model.model.visual.blocks.6.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 793 |
+
"backbone.qwen_model.model.visual.blocks.6.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 794 |
+
"backbone.qwen_model.model.visual.blocks.6.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 795 |
+
"backbone.qwen_model.model.visual.blocks.6.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 796 |
+
"backbone.qwen_model.model.visual.blocks.6.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 797 |
+
"backbone.qwen_model.model.visual.blocks.6.norm1.bias": "model-00001-of-00004.safetensors",
|
| 798 |
+
"backbone.qwen_model.model.visual.blocks.6.norm1.weight": "model-00001-of-00004.safetensors",
|
| 799 |
+
"backbone.qwen_model.model.visual.blocks.6.norm2.bias": "model-00001-of-00004.safetensors",
|
| 800 |
+
"backbone.qwen_model.model.visual.blocks.6.norm2.weight": "model-00001-of-00004.safetensors",
|
| 801 |
+
"backbone.qwen_model.model.visual.blocks.7.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 802 |
+
"backbone.qwen_model.model.visual.blocks.7.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 803 |
+
"backbone.qwen_model.model.visual.blocks.7.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 804 |
+
"backbone.qwen_model.model.visual.blocks.7.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 805 |
+
"backbone.qwen_model.model.visual.blocks.7.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 806 |
+
"backbone.qwen_model.model.visual.blocks.7.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 807 |
+
"backbone.qwen_model.model.visual.blocks.7.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 808 |
+
"backbone.qwen_model.model.visual.blocks.7.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 809 |
+
"backbone.qwen_model.model.visual.blocks.7.norm1.bias": "model-00001-of-00004.safetensors",
|
| 810 |
+
"backbone.qwen_model.model.visual.blocks.7.norm1.weight": "model-00001-of-00004.safetensors",
|
| 811 |
+
"backbone.qwen_model.model.visual.blocks.7.norm2.bias": "model-00001-of-00004.safetensors",
|
| 812 |
+
"backbone.qwen_model.model.visual.blocks.7.norm2.weight": "model-00001-of-00004.safetensors",
|
| 813 |
+
"backbone.qwen_model.model.visual.blocks.8.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 814 |
+
"backbone.qwen_model.model.visual.blocks.8.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 815 |
+
"backbone.qwen_model.model.visual.blocks.8.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 816 |
+
"backbone.qwen_model.model.visual.blocks.8.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 817 |
+
"backbone.qwen_model.model.visual.blocks.8.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 818 |
+
"backbone.qwen_model.model.visual.blocks.8.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 819 |
+
"backbone.qwen_model.model.visual.blocks.8.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 820 |
+
"backbone.qwen_model.model.visual.blocks.8.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 821 |
+
"backbone.qwen_model.model.visual.blocks.8.norm1.bias": "model-00001-of-00004.safetensors",
|
| 822 |
+
"backbone.qwen_model.model.visual.blocks.8.norm1.weight": "model-00001-of-00004.safetensors",
|
| 823 |
+
"backbone.qwen_model.model.visual.blocks.8.norm2.bias": "model-00001-of-00004.safetensors",
|
| 824 |
+
"backbone.qwen_model.model.visual.blocks.8.norm2.weight": "model-00001-of-00004.safetensors",
|
| 825 |
+
"backbone.qwen_model.model.visual.blocks.9.attn.proj.bias": "model-00001-of-00004.safetensors",
|
| 826 |
+
"backbone.qwen_model.model.visual.blocks.9.attn.proj.weight": "model-00001-of-00004.safetensors",
|
| 827 |
+
"backbone.qwen_model.model.visual.blocks.9.attn.qkv.bias": "model-00001-of-00004.safetensors",
|
| 828 |
+
"backbone.qwen_model.model.visual.blocks.9.attn.qkv.weight": "model-00001-of-00004.safetensors",
|
| 829 |
+
"backbone.qwen_model.model.visual.blocks.9.mlp.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 830 |
+
"backbone.qwen_model.model.visual.blocks.9.mlp.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 831 |
+
"backbone.qwen_model.model.visual.blocks.9.mlp.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 832 |
+
"backbone.qwen_model.model.visual.blocks.9.mlp.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 833 |
+
"backbone.qwen_model.model.visual.blocks.9.norm1.bias": "model-00001-of-00004.safetensors",
|
| 834 |
+
"backbone.qwen_model.model.visual.blocks.9.norm1.weight": "model-00001-of-00004.safetensors",
|
| 835 |
+
"backbone.qwen_model.model.visual.blocks.9.norm2.bias": "model-00001-of-00004.safetensors",
|
| 836 |
+
"backbone.qwen_model.model.visual.blocks.9.norm2.weight": "model-00001-of-00004.safetensors",
|
| 837 |
+
"backbone.qwen_model.model.visual.deepstack_merger_list.0.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 838 |
+
"backbone.qwen_model.model.visual.deepstack_merger_list.0.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 839 |
+
"backbone.qwen_model.model.visual.deepstack_merger_list.0.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 840 |
+
"backbone.qwen_model.model.visual.deepstack_merger_list.0.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 841 |
+
"backbone.qwen_model.model.visual.deepstack_merger_list.0.norm.bias": "model-00001-of-00004.safetensors",
|
| 842 |
+
"backbone.qwen_model.model.visual.deepstack_merger_list.0.norm.weight": "model-00001-of-00004.safetensors",
|
| 843 |
+
"backbone.qwen_model.model.visual.deepstack_merger_list.1.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 844 |
+
"backbone.qwen_model.model.visual.deepstack_merger_list.1.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 845 |
+
"backbone.qwen_model.model.visual.deepstack_merger_list.1.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 846 |
+
"backbone.qwen_model.model.visual.deepstack_merger_list.1.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 847 |
+
"backbone.qwen_model.model.visual.deepstack_merger_list.1.norm.bias": "model-00001-of-00004.safetensors",
|
| 848 |
+
"backbone.qwen_model.model.visual.deepstack_merger_list.1.norm.weight": "model-00001-of-00004.safetensors",
|
| 849 |
+
"backbone.qwen_model.model.visual.deepstack_merger_list.2.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 850 |
+
"backbone.qwen_model.model.visual.deepstack_merger_list.2.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 851 |
+
"backbone.qwen_model.model.visual.deepstack_merger_list.2.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 852 |
+
"backbone.qwen_model.model.visual.deepstack_merger_list.2.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 853 |
+
"backbone.qwen_model.model.visual.deepstack_merger_list.2.norm.bias": "model-00001-of-00004.safetensors",
|
| 854 |
+
"backbone.qwen_model.model.visual.deepstack_merger_list.2.norm.weight": "model-00001-of-00004.safetensors",
|
| 855 |
+
"backbone.qwen_model.model.visual.merger.linear_fc1.bias": "model-00001-of-00004.safetensors",
|
| 856 |
+
"backbone.qwen_model.model.visual.merger.linear_fc1.weight": "model-00001-of-00004.safetensors",
|
| 857 |
+
"backbone.qwen_model.model.visual.merger.linear_fc2.bias": "model-00001-of-00004.safetensors",
|
| 858 |
+
"backbone.qwen_model.model.visual.merger.linear_fc2.weight": "model-00001-of-00004.safetensors",
|
| 859 |
+
"backbone.qwen_model.model.visual.merger.norm.bias": "model-00001-of-00004.safetensors",
|
| 860 |
+
"backbone.qwen_model.model.visual.merger.norm.weight": "model-00001-of-00004.safetensors",
|
| 861 |
+
"backbone.qwen_model.model.visual.patch_embed.proj.bias": "model-00001-of-00004.safetensors",
|
| 862 |
+
"backbone.qwen_model.model.visual.patch_embed.proj.weight": "model-00001-of-00004.safetensors",
|
| 863 |
+
"backbone.qwen_model.model.visual.pos_embed.weight": "model-00001-of-00004.safetensors"
|
| 864 |
+
}
|
| 865 |
+
}
|
processor/embodiment_id.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"general_embodiment": 0,
|
| 3 |
+
"fractal20220817_data": 1,
|
| 4 |
+
"kuka": 2,
|
| 5 |
+
"bridge_orig": 3,
|
| 6 |
+
"taco_play": 4,
|
| 7 |
+
"jaco_play": 5,
|
| 8 |
+
"berkeley_cable_routing": 6,
|
| 9 |
+
"roboturk": 7,
|
| 10 |
+
"viola": 8,
|
| 11 |
+
"berkeley_autolab_ur5": 9,
|
| 12 |
+
"toto": 10,
|
| 13 |
+
"language_table": 11,
|
| 14 |
+
"stanford_hydra_dataset_converted_externally_to_rlds": 12,
|
| 15 |
+
"austin_buds_dataset_converted_externally_to_rlds": 13,
|
| 16 |
+
"nyu_franka_play_dataset_converted_externally_to_rlds": 14,
|
| 17 |
+
"furniture_bench_dataset_converted_externally_to_rlds": 15,
|
| 18 |
+
"ucsd_kitchen_dataset_converted_externally_to_rlds": 16,
|
| 19 |
+
"austin_sailor_dataset_converted_externally_to_rlds": 17,
|
| 20 |
+
"austin_sirius_dataset_converted_externally_to_rlds": 18,
|
| 21 |
+
"dlr_edan_shared_control_converted_externally_to_rlds": 19,
|
| 22 |
+
"iamlab_cmu_pickup_insert_converted_externally_to_rlds": 20,
|
| 23 |
+
"utaustin_mutex": 21,
|
| 24 |
+
"berkeley_fanuc_manipulation": 22,
|
| 25 |
+
"cmu_stretch": 23,
|
| 26 |
+
"bc_z": 24,
|
| 27 |
+
"fmb_dataset": 25,
|
| 28 |
+
"dobbe": 26,
|
| 29 |
+
"droid": 27,
|
| 30 |
+
"agibot_dexhand": 28,
|
| 31 |
+
"agibot_gripper": 29,
|
| 32 |
+
"galaxea": 30,
|
| 33 |
+
"humanoid_everyday_g1": 31,
|
| 34 |
+
"humanoid_everyday_h1": 32,
|
| 35 |
+
"action_net": 33,
|
| 36 |
+
"neural_gr1": 34,
|
| 37 |
+
"new_embodiment": 35,
|
| 38 |
+
"openarm": 35,
|
| 39 |
+
"rlwrld_human": 34
|
| 40 |
+
}
|
processor/processor_config.json
ADDED
|
@@ -0,0 +1,3087 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"processor_class": "RLDXProcessor",
|
| 3 |
+
"processor_kwargs": {
|
| 4 |
+
"modality_configs": {
|
| 5 |
+
"agibot_gripper": {
|
| 6 |
+
"video": {
|
| 7 |
+
"delta_indices": [
|
| 8 |
+
0
|
| 9 |
+
],
|
| 10 |
+
"modality_keys": [
|
| 11 |
+
"primary",
|
| 12 |
+
"wrist_left",
|
| 13 |
+
"wrist_right"
|
| 14 |
+
],
|
| 15 |
+
"sin_cos_embedding_keys": null,
|
| 16 |
+
"mean_std_embedding_keys": null,
|
| 17 |
+
"action_configs": null
|
| 18 |
+
},
|
| 19 |
+
"state": {
|
| 20 |
+
"delta_indices": [
|
| 21 |
+
0
|
| 22 |
+
],
|
| 23 |
+
"modality_keys": [
|
| 24 |
+
"state"
|
| 25 |
+
],
|
| 26 |
+
"sin_cos_embedding_keys": null,
|
| 27 |
+
"mean_std_embedding_keys": null,
|
| 28 |
+
"action_configs": null
|
| 29 |
+
},
|
| 30 |
+
"action": {
|
| 31 |
+
"delta_indices": [
|
| 32 |
+
0,
|
| 33 |
+
1,
|
| 34 |
+
2,
|
| 35 |
+
3,
|
| 36 |
+
4,
|
| 37 |
+
5,
|
| 38 |
+
6,
|
| 39 |
+
7,
|
| 40 |
+
8,
|
| 41 |
+
9,
|
| 42 |
+
10,
|
| 43 |
+
11,
|
| 44 |
+
12,
|
| 45 |
+
13,
|
| 46 |
+
14,
|
| 47 |
+
15
|
| 48 |
+
],
|
| 49 |
+
"modality_keys": [
|
| 50 |
+
"action"
|
| 51 |
+
],
|
| 52 |
+
"sin_cos_embedding_keys": null,
|
| 53 |
+
"mean_std_embedding_keys": null,
|
| 54 |
+
"action_configs": [
|
| 55 |
+
{
|
| 56 |
+
"rep": "ABSOLUTE",
|
| 57 |
+
"type": "NON_EEF",
|
| 58 |
+
"format": "DEFAULT",
|
| 59 |
+
"state_key": null
|
| 60 |
+
}
|
| 61 |
+
]
|
| 62 |
+
},
|
| 63 |
+
"language": {
|
| 64 |
+
"delta_indices": [
|
| 65 |
+
0
|
| 66 |
+
],
|
| 67 |
+
"modality_keys": [
|
| 68 |
+
"annotation.human.action.task_description"
|
| 69 |
+
],
|
| 70 |
+
"sin_cos_embedding_keys": null,
|
| 71 |
+
"mean_std_embedding_keys": null,
|
| 72 |
+
"action_configs": null
|
| 73 |
+
}
|
| 74 |
+
},
|
| 75 |
+
"dlr_edan_shared_control_converted_externally_to_rlds": {
|
| 76 |
+
"video": {
|
| 77 |
+
"delta_indices": [
|
| 78 |
+
0
|
| 79 |
+
],
|
| 80 |
+
"modality_keys": [
|
| 81 |
+
"primary"
|
| 82 |
+
],
|
| 83 |
+
"sin_cos_embedding_keys": null,
|
| 84 |
+
"mean_std_embedding_keys": null,
|
| 85 |
+
"action_configs": null
|
| 86 |
+
},
|
| 87 |
+
"state": {
|
| 88 |
+
"delta_indices": [
|
| 89 |
+
0
|
| 90 |
+
],
|
| 91 |
+
"modality_keys": [
|
| 92 |
+
"end_effector_position",
|
| 93 |
+
"end_effector_rotation",
|
| 94 |
+
"gripper_position"
|
| 95 |
+
],
|
| 96 |
+
"sin_cos_embedding_keys": null,
|
| 97 |
+
"mean_std_embedding_keys": null,
|
| 98 |
+
"action_configs": null
|
| 99 |
+
},
|
| 100 |
+
"action": {
|
| 101 |
+
"delta_indices": [
|
| 102 |
+
0,
|
| 103 |
+
1,
|
| 104 |
+
2,
|
| 105 |
+
3,
|
| 106 |
+
4,
|
| 107 |
+
5,
|
| 108 |
+
6,
|
| 109 |
+
7,
|
| 110 |
+
8,
|
| 111 |
+
9,
|
| 112 |
+
10,
|
| 113 |
+
11,
|
| 114 |
+
12,
|
| 115 |
+
13,
|
| 116 |
+
14,
|
| 117 |
+
15
|
| 118 |
+
],
|
| 119 |
+
"modality_keys": [
|
| 120 |
+
"end_effector_position",
|
| 121 |
+
"end_effector_rotation",
|
| 122 |
+
"gripper_close"
|
| 123 |
+
],
|
| 124 |
+
"sin_cos_embedding_keys": null,
|
| 125 |
+
"mean_std_embedding_keys": null,
|
| 126 |
+
"action_configs": [
|
| 127 |
+
{
|
| 128 |
+
"rep": "DELTA",
|
| 129 |
+
"type": "EEF",
|
| 130 |
+
"format": "DEFAULT",
|
| 131 |
+
"state_key": null
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"rep": "DELTA",
|
| 135 |
+
"type": "EEF",
|
| 136 |
+
"format": "DEFAULT",
|
| 137 |
+
"state_key": null
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"rep": "ABSOLUTE",
|
| 141 |
+
"type": "NON_EEF",
|
| 142 |
+
"format": "DEFAULT",
|
| 143 |
+
"state_key": null
|
| 144 |
+
}
|
| 145 |
+
]
|
| 146 |
+
},
|
| 147 |
+
"language": {
|
| 148 |
+
"delta_indices": [
|
| 149 |
+
0
|
| 150 |
+
],
|
| 151 |
+
"modality_keys": [
|
| 152 |
+
"annotation.human.action.task_description"
|
| 153 |
+
],
|
| 154 |
+
"sin_cos_embedding_keys": null,
|
| 155 |
+
"mean_std_embedding_keys": null,
|
| 156 |
+
"action_configs": null
|
| 157 |
+
}
|
| 158 |
+
},
|
| 159 |
+
"humanoid_everyday_g1": {
|
| 160 |
+
"video": {
|
| 161 |
+
"delta_indices": [
|
| 162 |
+
0
|
| 163 |
+
],
|
| 164 |
+
"modality_keys": [
|
| 165 |
+
"egocentric_resized"
|
| 166 |
+
],
|
| 167 |
+
"sin_cos_embedding_keys": null,
|
| 168 |
+
"mean_std_embedding_keys": null,
|
| 169 |
+
"action_configs": null
|
| 170 |
+
},
|
| 171 |
+
"state": {
|
| 172 |
+
"delta_indices": [
|
| 173 |
+
0
|
| 174 |
+
],
|
| 175 |
+
"modality_keys": [
|
| 176 |
+
"left_arm",
|
| 177 |
+
"left_hand",
|
| 178 |
+
"right_arm",
|
| 179 |
+
"right_hand"
|
| 180 |
+
],
|
| 181 |
+
"sin_cos_embedding_keys": null,
|
| 182 |
+
"mean_std_embedding_keys": null,
|
| 183 |
+
"action_configs": null
|
| 184 |
+
},
|
| 185 |
+
"action": {
|
| 186 |
+
"delta_indices": [
|
| 187 |
+
0,
|
| 188 |
+
1,
|
| 189 |
+
2,
|
| 190 |
+
3,
|
| 191 |
+
4,
|
| 192 |
+
5,
|
| 193 |
+
6,
|
| 194 |
+
7,
|
| 195 |
+
8,
|
| 196 |
+
9,
|
| 197 |
+
10,
|
| 198 |
+
11,
|
| 199 |
+
12,
|
| 200 |
+
13,
|
| 201 |
+
14,
|
| 202 |
+
15
|
| 203 |
+
],
|
| 204 |
+
"modality_keys": [
|
| 205 |
+
"left_arm",
|
| 206 |
+
"left_hand",
|
| 207 |
+
"right_arm",
|
| 208 |
+
"right_hand"
|
| 209 |
+
],
|
| 210 |
+
"sin_cos_embedding_keys": null,
|
| 211 |
+
"mean_std_embedding_keys": null,
|
| 212 |
+
"action_configs": [
|
| 213 |
+
{
|
| 214 |
+
"rep": "ABSOLUTE",
|
| 215 |
+
"type": "NON_EEF",
|
| 216 |
+
"format": "DEFAULT",
|
| 217 |
+
"state_key": null
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"rep": "ABSOLUTE",
|
| 221 |
+
"type": "NON_EEF",
|
| 222 |
+
"format": "DEFAULT",
|
| 223 |
+
"state_key": null
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"rep": "ABSOLUTE",
|
| 227 |
+
"type": "NON_EEF",
|
| 228 |
+
"format": "DEFAULT",
|
| 229 |
+
"state_key": null
|
| 230 |
+
},
|
| 231 |
+
{
|
| 232 |
+
"rep": "ABSOLUTE",
|
| 233 |
+
"type": "NON_EEF",
|
| 234 |
+
"format": "DEFAULT",
|
| 235 |
+
"state_key": null
|
| 236 |
+
}
|
| 237 |
+
]
|
| 238 |
+
},
|
| 239 |
+
"language": {
|
| 240 |
+
"delta_indices": [
|
| 241 |
+
0
|
| 242 |
+
],
|
| 243 |
+
"modality_keys": [
|
| 244 |
+
"annotation.human.action.task_description"
|
| 245 |
+
],
|
| 246 |
+
"sin_cos_embedding_keys": null,
|
| 247 |
+
"mean_std_embedding_keys": null,
|
| 248 |
+
"action_configs": null
|
| 249 |
+
}
|
| 250 |
+
},
|
| 251 |
+
"austin_sirius_dataset_converted_externally_to_rlds": {
|
| 252 |
+
"video": {
|
| 253 |
+
"delta_indices": [
|
| 254 |
+
0
|
| 255 |
+
],
|
| 256 |
+
"modality_keys": [
|
| 257 |
+
"primary",
|
| 258 |
+
"wrist"
|
| 259 |
+
],
|
| 260 |
+
"sin_cos_embedding_keys": null,
|
| 261 |
+
"mean_std_embedding_keys": null,
|
| 262 |
+
"action_configs": null
|
| 263 |
+
},
|
| 264 |
+
"state": {
|
| 265 |
+
"delta_indices": [
|
| 266 |
+
0
|
| 267 |
+
],
|
| 268 |
+
"modality_keys": [
|
| 269 |
+
"end_effector_position",
|
| 270 |
+
"end_effector_rotation",
|
| 271 |
+
"gripper_position"
|
| 272 |
+
],
|
| 273 |
+
"sin_cos_embedding_keys": null,
|
| 274 |
+
"mean_std_embedding_keys": null,
|
| 275 |
+
"action_configs": null
|
| 276 |
+
},
|
| 277 |
+
"action": {
|
| 278 |
+
"delta_indices": [
|
| 279 |
+
0,
|
| 280 |
+
1,
|
| 281 |
+
2,
|
| 282 |
+
3,
|
| 283 |
+
4,
|
| 284 |
+
5,
|
| 285 |
+
6,
|
| 286 |
+
7,
|
| 287 |
+
8,
|
| 288 |
+
9,
|
| 289 |
+
10,
|
| 290 |
+
11,
|
| 291 |
+
12,
|
| 292 |
+
13,
|
| 293 |
+
14,
|
| 294 |
+
15
|
| 295 |
+
],
|
| 296 |
+
"modality_keys": [
|
| 297 |
+
"end_effector_position",
|
| 298 |
+
"end_effector_rotation",
|
| 299 |
+
"gripper_close"
|
| 300 |
+
],
|
| 301 |
+
"sin_cos_embedding_keys": null,
|
| 302 |
+
"mean_std_embedding_keys": null,
|
| 303 |
+
"action_configs": [
|
| 304 |
+
{
|
| 305 |
+
"rep": "DELTA",
|
| 306 |
+
"type": "EEF",
|
| 307 |
+
"format": "DEFAULT",
|
| 308 |
+
"state_key": null
|
| 309 |
+
},
|
| 310 |
+
{
|
| 311 |
+
"rep": "DELTA",
|
| 312 |
+
"type": "EEF",
|
| 313 |
+
"format": "DEFAULT",
|
| 314 |
+
"state_key": null
|
| 315 |
+
},
|
| 316 |
+
{
|
| 317 |
+
"rep": "ABSOLUTE",
|
| 318 |
+
"type": "NON_EEF",
|
| 319 |
+
"format": "DEFAULT",
|
| 320 |
+
"state_key": null
|
| 321 |
+
}
|
| 322 |
+
]
|
| 323 |
+
},
|
| 324 |
+
"language": {
|
| 325 |
+
"delta_indices": [
|
| 326 |
+
0
|
| 327 |
+
],
|
| 328 |
+
"modality_keys": [
|
| 329 |
+
"annotation.human.action.task_description"
|
| 330 |
+
],
|
| 331 |
+
"sin_cos_embedding_keys": null,
|
| 332 |
+
"mean_std_embedding_keys": null,
|
| 333 |
+
"action_configs": null
|
| 334 |
+
}
|
| 335 |
+
},
|
| 336 |
+
"jaco_play": {
|
| 337 |
+
"video": {
|
| 338 |
+
"delta_indices": [
|
| 339 |
+
0
|
| 340 |
+
],
|
| 341 |
+
"modality_keys": [
|
| 342 |
+
"primary",
|
| 343 |
+
"wrist"
|
| 344 |
+
],
|
| 345 |
+
"sin_cos_embedding_keys": null,
|
| 346 |
+
"mean_std_embedding_keys": null,
|
| 347 |
+
"action_configs": null
|
| 348 |
+
},
|
| 349 |
+
"state": {
|
| 350 |
+
"delta_indices": [
|
| 351 |
+
0
|
| 352 |
+
],
|
| 353 |
+
"modality_keys": [
|
| 354 |
+
"end_effector_position",
|
| 355 |
+
"end_effector_rotation",
|
| 356 |
+
"gripper_position"
|
| 357 |
+
],
|
| 358 |
+
"sin_cos_embedding_keys": null,
|
| 359 |
+
"mean_std_embedding_keys": null,
|
| 360 |
+
"action_configs": null
|
| 361 |
+
},
|
| 362 |
+
"action": {
|
| 363 |
+
"delta_indices": [
|
| 364 |
+
0,
|
| 365 |
+
1,
|
| 366 |
+
2,
|
| 367 |
+
3,
|
| 368 |
+
4,
|
| 369 |
+
5,
|
| 370 |
+
6,
|
| 371 |
+
7,
|
| 372 |
+
8,
|
| 373 |
+
9,
|
| 374 |
+
10,
|
| 375 |
+
11,
|
| 376 |
+
12,
|
| 377 |
+
13,
|
| 378 |
+
14,
|
| 379 |
+
15
|
| 380 |
+
],
|
| 381 |
+
"modality_keys": [
|
| 382 |
+
"end_effector_position",
|
| 383 |
+
"end_effector_rotation",
|
| 384 |
+
"gripper_close"
|
| 385 |
+
],
|
| 386 |
+
"sin_cos_embedding_keys": null,
|
| 387 |
+
"mean_std_embedding_keys": null,
|
| 388 |
+
"action_configs": [
|
| 389 |
+
{
|
| 390 |
+
"rep": "DELTA",
|
| 391 |
+
"type": "EEF",
|
| 392 |
+
"format": "DEFAULT",
|
| 393 |
+
"state_key": null
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"rep": "DELTA",
|
| 397 |
+
"type": "EEF",
|
| 398 |
+
"format": "DEFAULT",
|
| 399 |
+
"state_key": null
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"rep": "ABSOLUTE",
|
| 403 |
+
"type": "NON_EEF",
|
| 404 |
+
"format": "DEFAULT",
|
| 405 |
+
"state_key": null
|
| 406 |
+
}
|
| 407 |
+
]
|
| 408 |
+
},
|
| 409 |
+
"language": {
|
| 410 |
+
"delta_indices": [
|
| 411 |
+
0
|
| 412 |
+
],
|
| 413 |
+
"modality_keys": [
|
| 414 |
+
"annotation.human.action.task_description"
|
| 415 |
+
],
|
| 416 |
+
"sin_cos_embedding_keys": null,
|
| 417 |
+
"mean_std_embedding_keys": null,
|
| 418 |
+
"action_configs": null
|
| 419 |
+
}
|
| 420 |
+
},
|
| 421 |
+
"cmu_stretch": {
|
| 422 |
+
"video": {
|
| 423 |
+
"delta_indices": [
|
| 424 |
+
0
|
| 425 |
+
],
|
| 426 |
+
"modality_keys": [
|
| 427 |
+
"primary"
|
| 428 |
+
],
|
| 429 |
+
"sin_cos_embedding_keys": null,
|
| 430 |
+
"mean_std_embedding_keys": null,
|
| 431 |
+
"action_configs": null
|
| 432 |
+
},
|
| 433 |
+
"state": {
|
| 434 |
+
"delta_indices": [
|
| 435 |
+
0
|
| 436 |
+
],
|
| 437 |
+
"modality_keys": [
|
| 438 |
+
"end_effector_position",
|
| 439 |
+
"end_effector_rotation",
|
| 440 |
+
"gripper_position"
|
| 441 |
+
],
|
| 442 |
+
"sin_cos_embedding_keys": null,
|
| 443 |
+
"mean_std_embedding_keys": null,
|
| 444 |
+
"action_configs": null
|
| 445 |
+
},
|
| 446 |
+
"action": {
|
| 447 |
+
"delta_indices": [
|
| 448 |
+
0,
|
| 449 |
+
1,
|
| 450 |
+
2,
|
| 451 |
+
3,
|
| 452 |
+
4,
|
| 453 |
+
5,
|
| 454 |
+
6,
|
| 455 |
+
7,
|
| 456 |
+
8,
|
| 457 |
+
9,
|
| 458 |
+
10,
|
| 459 |
+
11,
|
| 460 |
+
12,
|
| 461 |
+
13,
|
| 462 |
+
14,
|
| 463 |
+
15
|
| 464 |
+
],
|
| 465 |
+
"modality_keys": [
|
| 466 |
+
"end_effector_position",
|
| 467 |
+
"end_effector_rotation",
|
| 468 |
+
"gripper_close"
|
| 469 |
+
],
|
| 470 |
+
"sin_cos_embedding_keys": null,
|
| 471 |
+
"mean_std_embedding_keys": null,
|
| 472 |
+
"action_configs": [
|
| 473 |
+
{
|
| 474 |
+
"rep": "DELTA",
|
| 475 |
+
"type": "EEF",
|
| 476 |
+
"format": "DEFAULT",
|
| 477 |
+
"state_key": null
|
| 478 |
+
},
|
| 479 |
+
{
|
| 480 |
+
"rep": "DELTA",
|
| 481 |
+
"type": "EEF",
|
| 482 |
+
"format": "DEFAULT",
|
| 483 |
+
"state_key": null
|
| 484 |
+
},
|
| 485 |
+
{
|
| 486 |
+
"rep": "ABSOLUTE",
|
| 487 |
+
"type": "NON_EEF",
|
| 488 |
+
"format": "DEFAULT",
|
| 489 |
+
"state_key": null
|
| 490 |
+
}
|
| 491 |
+
]
|
| 492 |
+
},
|
| 493 |
+
"language": {
|
| 494 |
+
"delta_indices": [
|
| 495 |
+
0
|
| 496 |
+
],
|
| 497 |
+
"modality_keys": [
|
| 498 |
+
"annotation.human.action.task_description"
|
| 499 |
+
],
|
| 500 |
+
"sin_cos_embedding_keys": null,
|
| 501 |
+
"mean_std_embedding_keys": null,
|
| 502 |
+
"action_configs": null
|
| 503 |
+
}
|
| 504 |
+
},
|
| 505 |
+
"fractal20220817_data": {
|
| 506 |
+
"video": {
|
| 507 |
+
"delta_indices": [
|
| 508 |
+
0
|
| 509 |
+
],
|
| 510 |
+
"modality_keys": [
|
| 511 |
+
"primary"
|
| 512 |
+
],
|
| 513 |
+
"sin_cos_embedding_keys": null,
|
| 514 |
+
"mean_std_embedding_keys": null,
|
| 515 |
+
"action_configs": null
|
| 516 |
+
},
|
| 517 |
+
"state": {
|
| 518 |
+
"delta_indices": [
|
| 519 |
+
0
|
| 520 |
+
],
|
| 521 |
+
"modality_keys": [
|
| 522 |
+
"end_effector_position",
|
| 523 |
+
"end_effector_rotation",
|
| 524 |
+
"gripper_position"
|
| 525 |
+
],
|
| 526 |
+
"sin_cos_embedding_keys": null,
|
| 527 |
+
"mean_std_embedding_keys": null,
|
| 528 |
+
"action_configs": null
|
| 529 |
+
},
|
| 530 |
+
"action": {
|
| 531 |
+
"delta_indices": [
|
| 532 |
+
0,
|
| 533 |
+
1,
|
| 534 |
+
2,
|
| 535 |
+
3,
|
| 536 |
+
4,
|
| 537 |
+
5,
|
| 538 |
+
6,
|
| 539 |
+
7,
|
| 540 |
+
8,
|
| 541 |
+
9,
|
| 542 |
+
10,
|
| 543 |
+
11,
|
| 544 |
+
12,
|
| 545 |
+
13,
|
| 546 |
+
14,
|
| 547 |
+
15
|
| 548 |
+
],
|
| 549 |
+
"modality_keys": [
|
| 550 |
+
"end_effector_position",
|
| 551 |
+
"end_effector_rotation",
|
| 552 |
+
"gripper_close"
|
| 553 |
+
],
|
| 554 |
+
"sin_cos_embedding_keys": null,
|
| 555 |
+
"mean_std_embedding_keys": null,
|
| 556 |
+
"action_configs": [
|
| 557 |
+
{
|
| 558 |
+
"rep": "DELTA",
|
| 559 |
+
"type": "EEF",
|
| 560 |
+
"format": "DEFAULT",
|
| 561 |
+
"state_key": null
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"rep": "DELTA",
|
| 565 |
+
"type": "EEF",
|
| 566 |
+
"format": "DEFAULT",
|
| 567 |
+
"state_key": null
|
| 568 |
+
},
|
| 569 |
+
{
|
| 570 |
+
"rep": "ABSOLUTE",
|
| 571 |
+
"type": "NON_EEF",
|
| 572 |
+
"format": "DEFAULT",
|
| 573 |
+
"state_key": null
|
| 574 |
+
}
|
| 575 |
+
]
|
| 576 |
+
},
|
| 577 |
+
"language": {
|
| 578 |
+
"delta_indices": [
|
| 579 |
+
0
|
| 580 |
+
],
|
| 581 |
+
"modality_keys": [
|
| 582 |
+
"annotation.human.action.task_description"
|
| 583 |
+
],
|
| 584 |
+
"sin_cos_embedding_keys": null,
|
| 585 |
+
"mean_std_embedding_keys": null,
|
| 586 |
+
"action_configs": null
|
| 587 |
+
}
|
| 588 |
+
},
|
| 589 |
+
"berkeley_autolab_ur5": {
|
| 590 |
+
"video": {
|
| 591 |
+
"delta_indices": [
|
| 592 |
+
0
|
| 593 |
+
],
|
| 594 |
+
"modality_keys": [
|
| 595 |
+
"primary",
|
| 596 |
+
"wrist"
|
| 597 |
+
],
|
| 598 |
+
"sin_cos_embedding_keys": null,
|
| 599 |
+
"mean_std_embedding_keys": null,
|
| 600 |
+
"action_configs": null
|
| 601 |
+
},
|
| 602 |
+
"state": {
|
| 603 |
+
"delta_indices": [
|
| 604 |
+
0
|
| 605 |
+
],
|
| 606 |
+
"modality_keys": [
|
| 607 |
+
"end_effector_position",
|
| 608 |
+
"end_effector_rotation",
|
| 609 |
+
"gripper_position"
|
| 610 |
+
],
|
| 611 |
+
"sin_cos_embedding_keys": null,
|
| 612 |
+
"mean_std_embedding_keys": null,
|
| 613 |
+
"action_configs": null
|
| 614 |
+
},
|
| 615 |
+
"action": {
|
| 616 |
+
"delta_indices": [
|
| 617 |
+
0,
|
| 618 |
+
1,
|
| 619 |
+
2,
|
| 620 |
+
3,
|
| 621 |
+
4,
|
| 622 |
+
5,
|
| 623 |
+
6,
|
| 624 |
+
7,
|
| 625 |
+
8,
|
| 626 |
+
9,
|
| 627 |
+
10,
|
| 628 |
+
11,
|
| 629 |
+
12,
|
| 630 |
+
13,
|
| 631 |
+
14,
|
| 632 |
+
15
|
| 633 |
+
],
|
| 634 |
+
"modality_keys": [
|
| 635 |
+
"end_effector_position",
|
| 636 |
+
"end_effector_rotation",
|
| 637 |
+
"gripper_close"
|
| 638 |
+
],
|
| 639 |
+
"sin_cos_embedding_keys": null,
|
| 640 |
+
"mean_std_embedding_keys": null,
|
| 641 |
+
"action_configs": [
|
| 642 |
+
{
|
| 643 |
+
"rep": "DELTA",
|
| 644 |
+
"type": "EEF",
|
| 645 |
+
"format": "DEFAULT",
|
| 646 |
+
"state_key": null
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"rep": "DELTA",
|
| 650 |
+
"type": "EEF",
|
| 651 |
+
"format": "DEFAULT",
|
| 652 |
+
"state_key": null
|
| 653 |
+
},
|
| 654 |
+
{
|
| 655 |
+
"rep": "ABSOLUTE",
|
| 656 |
+
"type": "NON_EEF",
|
| 657 |
+
"format": "DEFAULT",
|
| 658 |
+
"state_key": null
|
| 659 |
+
}
|
| 660 |
+
]
|
| 661 |
+
},
|
| 662 |
+
"language": {
|
| 663 |
+
"delta_indices": [
|
| 664 |
+
0
|
| 665 |
+
],
|
| 666 |
+
"modality_keys": [
|
| 667 |
+
"annotation.human.action.task_description"
|
| 668 |
+
],
|
| 669 |
+
"sin_cos_embedding_keys": null,
|
| 670 |
+
"mean_std_embedding_keys": null,
|
| 671 |
+
"action_configs": null
|
| 672 |
+
}
|
| 673 |
+
},
|
| 674 |
+
"language_table": {
|
| 675 |
+
"video": {
|
| 676 |
+
"delta_indices": [
|
| 677 |
+
0
|
| 678 |
+
],
|
| 679 |
+
"modality_keys": [
|
| 680 |
+
"primary"
|
| 681 |
+
],
|
| 682 |
+
"sin_cos_embedding_keys": null,
|
| 683 |
+
"mean_std_embedding_keys": null,
|
| 684 |
+
"action_configs": null
|
| 685 |
+
},
|
| 686 |
+
"state": {
|
| 687 |
+
"delta_indices": [
|
| 688 |
+
0
|
| 689 |
+
],
|
| 690 |
+
"modality_keys": [
|
| 691 |
+
"end_effector_position"
|
| 692 |
+
],
|
| 693 |
+
"sin_cos_embedding_keys": null,
|
| 694 |
+
"mean_std_embedding_keys": null,
|
| 695 |
+
"action_configs": null
|
| 696 |
+
},
|
| 697 |
+
"action": {
|
| 698 |
+
"delta_indices": [
|
| 699 |
+
0,
|
| 700 |
+
1,
|
| 701 |
+
2,
|
| 702 |
+
3,
|
| 703 |
+
4,
|
| 704 |
+
5,
|
| 705 |
+
6,
|
| 706 |
+
7,
|
| 707 |
+
8,
|
| 708 |
+
9,
|
| 709 |
+
10,
|
| 710 |
+
11,
|
| 711 |
+
12,
|
| 712 |
+
13,
|
| 713 |
+
14,
|
| 714 |
+
15
|
| 715 |
+
],
|
| 716 |
+
"modality_keys": [
|
| 717 |
+
"end_effector_position"
|
| 718 |
+
],
|
| 719 |
+
"sin_cos_embedding_keys": null,
|
| 720 |
+
"mean_std_embedding_keys": null,
|
| 721 |
+
"action_configs": [
|
| 722 |
+
{
|
| 723 |
+
"rep": "DELTA",
|
| 724 |
+
"type": "EEF",
|
| 725 |
+
"format": "DEFAULT",
|
| 726 |
+
"state_key": null
|
| 727 |
+
}
|
| 728 |
+
]
|
| 729 |
+
},
|
| 730 |
+
"language": {
|
| 731 |
+
"delta_indices": [
|
| 732 |
+
0
|
| 733 |
+
],
|
| 734 |
+
"modality_keys": [
|
| 735 |
+
"annotation.human.action.task_description"
|
| 736 |
+
],
|
| 737 |
+
"sin_cos_embedding_keys": null,
|
| 738 |
+
"mean_std_embedding_keys": null,
|
| 739 |
+
"action_configs": null
|
| 740 |
+
}
|
| 741 |
+
},
|
| 742 |
+
"viola": {
|
| 743 |
+
"video": {
|
| 744 |
+
"delta_indices": [
|
| 745 |
+
0
|
| 746 |
+
],
|
| 747 |
+
"modality_keys": [
|
| 748 |
+
"primary",
|
| 749 |
+
"wrist"
|
| 750 |
+
],
|
| 751 |
+
"sin_cos_embedding_keys": null,
|
| 752 |
+
"mean_std_embedding_keys": null,
|
| 753 |
+
"action_configs": null
|
| 754 |
+
},
|
| 755 |
+
"state": {
|
| 756 |
+
"delta_indices": [
|
| 757 |
+
0
|
| 758 |
+
],
|
| 759 |
+
"modality_keys": [
|
| 760 |
+
"joint_position",
|
| 761 |
+
"gripper_position"
|
| 762 |
+
],
|
| 763 |
+
"sin_cos_embedding_keys": null,
|
| 764 |
+
"mean_std_embedding_keys": null,
|
| 765 |
+
"action_configs": null
|
| 766 |
+
},
|
| 767 |
+
"action": {
|
| 768 |
+
"delta_indices": [
|
| 769 |
+
0,
|
| 770 |
+
1,
|
| 771 |
+
2,
|
| 772 |
+
3,
|
| 773 |
+
4,
|
| 774 |
+
5,
|
| 775 |
+
6,
|
| 776 |
+
7,
|
| 777 |
+
8,
|
| 778 |
+
9,
|
| 779 |
+
10,
|
| 780 |
+
11,
|
| 781 |
+
12,
|
| 782 |
+
13,
|
| 783 |
+
14,
|
| 784 |
+
15
|
| 785 |
+
],
|
| 786 |
+
"modality_keys": [
|
| 787 |
+
"end_effector_position",
|
| 788 |
+
"end_effector_rotation",
|
| 789 |
+
"gripper_close"
|
| 790 |
+
],
|
| 791 |
+
"sin_cos_embedding_keys": null,
|
| 792 |
+
"mean_std_embedding_keys": null,
|
| 793 |
+
"action_configs": [
|
| 794 |
+
{
|
| 795 |
+
"rep": "DELTA",
|
| 796 |
+
"type": "EEF",
|
| 797 |
+
"format": "DEFAULT",
|
| 798 |
+
"state_key": null
|
| 799 |
+
},
|
| 800 |
+
{
|
| 801 |
+
"rep": "DELTA",
|
| 802 |
+
"type": "EEF",
|
| 803 |
+
"format": "DEFAULT",
|
| 804 |
+
"state_key": null
|
| 805 |
+
},
|
| 806 |
+
{
|
| 807 |
+
"rep": "ABSOLUTE",
|
| 808 |
+
"type": "NON_EEF",
|
| 809 |
+
"format": "DEFAULT",
|
| 810 |
+
"state_key": null
|
| 811 |
+
}
|
| 812 |
+
]
|
| 813 |
+
},
|
| 814 |
+
"language": {
|
| 815 |
+
"delta_indices": [
|
| 816 |
+
0
|
| 817 |
+
],
|
| 818 |
+
"modality_keys": [
|
| 819 |
+
"annotation.human.action.task_description"
|
| 820 |
+
],
|
| 821 |
+
"sin_cos_embedding_keys": null,
|
| 822 |
+
"mean_std_embedding_keys": null,
|
| 823 |
+
"action_configs": null
|
| 824 |
+
}
|
| 825 |
+
},
|
| 826 |
+
"furniture_bench_dataset_converted_externally_to_rlds": {
|
| 827 |
+
"video": {
|
| 828 |
+
"delta_indices": [
|
| 829 |
+
0
|
| 830 |
+
],
|
| 831 |
+
"modality_keys": [
|
| 832 |
+
"primary",
|
| 833 |
+
"wrist"
|
| 834 |
+
],
|
| 835 |
+
"sin_cos_embedding_keys": null,
|
| 836 |
+
"mean_std_embedding_keys": null,
|
| 837 |
+
"action_configs": null
|
| 838 |
+
},
|
| 839 |
+
"state": {
|
| 840 |
+
"delta_indices": [
|
| 841 |
+
0
|
| 842 |
+
],
|
| 843 |
+
"modality_keys": [
|
| 844 |
+
"end_effector_position",
|
| 845 |
+
"end_effector_rotation",
|
| 846 |
+
"gripper_position"
|
| 847 |
+
],
|
| 848 |
+
"sin_cos_embedding_keys": null,
|
| 849 |
+
"mean_std_embedding_keys": null,
|
| 850 |
+
"action_configs": null
|
| 851 |
+
},
|
| 852 |
+
"action": {
|
| 853 |
+
"delta_indices": [
|
| 854 |
+
0,
|
| 855 |
+
1,
|
| 856 |
+
2,
|
| 857 |
+
3,
|
| 858 |
+
4,
|
| 859 |
+
5,
|
| 860 |
+
6,
|
| 861 |
+
7,
|
| 862 |
+
8,
|
| 863 |
+
9,
|
| 864 |
+
10,
|
| 865 |
+
11,
|
| 866 |
+
12,
|
| 867 |
+
13,
|
| 868 |
+
14,
|
| 869 |
+
15
|
| 870 |
+
],
|
| 871 |
+
"modality_keys": [
|
| 872 |
+
"end_effector_position",
|
| 873 |
+
"end_effector_rotation",
|
| 874 |
+
"gripper_close"
|
| 875 |
+
],
|
| 876 |
+
"sin_cos_embedding_keys": null,
|
| 877 |
+
"mean_std_embedding_keys": null,
|
| 878 |
+
"action_configs": [
|
| 879 |
+
{
|
| 880 |
+
"rep": "DELTA",
|
| 881 |
+
"type": "EEF",
|
| 882 |
+
"format": "DEFAULT",
|
| 883 |
+
"state_key": null
|
| 884 |
+
},
|
| 885 |
+
{
|
| 886 |
+
"rep": "DELTA",
|
| 887 |
+
"type": "EEF",
|
| 888 |
+
"format": "DEFAULT",
|
| 889 |
+
"state_key": null
|
| 890 |
+
},
|
| 891 |
+
{
|
| 892 |
+
"rep": "ABSOLUTE",
|
| 893 |
+
"type": "NON_EEF",
|
| 894 |
+
"format": "DEFAULT",
|
| 895 |
+
"state_key": null
|
| 896 |
+
}
|
| 897 |
+
]
|
| 898 |
+
},
|
| 899 |
+
"language": {
|
| 900 |
+
"delta_indices": [
|
| 901 |
+
0
|
| 902 |
+
],
|
| 903 |
+
"modality_keys": [
|
| 904 |
+
"annotation.human.action.task_description"
|
| 905 |
+
],
|
| 906 |
+
"sin_cos_embedding_keys": null,
|
| 907 |
+
"mean_std_embedding_keys": null,
|
| 908 |
+
"action_configs": null
|
| 909 |
+
}
|
| 910 |
+
},
|
| 911 |
+
"agibot_dexhand": {
|
| 912 |
+
"video": {
|
| 913 |
+
"delta_indices": [
|
| 914 |
+
0
|
| 915 |
+
],
|
| 916 |
+
"modality_keys": [
|
| 917 |
+
"primary"
|
| 918 |
+
],
|
| 919 |
+
"sin_cos_embedding_keys": null,
|
| 920 |
+
"mean_std_embedding_keys": null,
|
| 921 |
+
"action_configs": null
|
| 922 |
+
},
|
| 923 |
+
"state": {
|
| 924 |
+
"delta_indices": [
|
| 925 |
+
0
|
| 926 |
+
],
|
| 927 |
+
"modality_keys": [
|
| 928 |
+
"state"
|
| 929 |
+
],
|
| 930 |
+
"sin_cos_embedding_keys": null,
|
| 931 |
+
"mean_std_embedding_keys": null,
|
| 932 |
+
"action_configs": null
|
| 933 |
+
},
|
| 934 |
+
"action": {
|
| 935 |
+
"delta_indices": [
|
| 936 |
+
0,
|
| 937 |
+
1,
|
| 938 |
+
2,
|
| 939 |
+
3,
|
| 940 |
+
4,
|
| 941 |
+
5,
|
| 942 |
+
6,
|
| 943 |
+
7,
|
| 944 |
+
8,
|
| 945 |
+
9,
|
| 946 |
+
10,
|
| 947 |
+
11,
|
| 948 |
+
12,
|
| 949 |
+
13,
|
| 950 |
+
14,
|
| 951 |
+
15
|
| 952 |
+
],
|
| 953 |
+
"modality_keys": [
|
| 954 |
+
"action"
|
| 955 |
+
],
|
| 956 |
+
"sin_cos_embedding_keys": null,
|
| 957 |
+
"mean_std_embedding_keys": null,
|
| 958 |
+
"action_configs": [
|
| 959 |
+
{
|
| 960 |
+
"rep": "ABSOLUTE",
|
| 961 |
+
"type": "NON_EEF",
|
| 962 |
+
"format": "DEFAULT",
|
| 963 |
+
"state_key": null
|
| 964 |
+
}
|
| 965 |
+
]
|
| 966 |
+
},
|
| 967 |
+
"language": {
|
| 968 |
+
"delta_indices": [
|
| 969 |
+
0
|
| 970 |
+
],
|
| 971 |
+
"modality_keys": [
|
| 972 |
+
"annotation.human.action.task_description"
|
| 973 |
+
],
|
| 974 |
+
"sin_cos_embedding_keys": null,
|
| 975 |
+
"mean_std_embedding_keys": null,
|
| 976 |
+
"action_configs": null
|
| 977 |
+
}
|
| 978 |
+
},
|
| 979 |
+
"taco_play": {
|
| 980 |
+
"video": {
|
| 981 |
+
"delta_indices": [
|
| 982 |
+
0
|
| 983 |
+
],
|
| 984 |
+
"modality_keys": [
|
| 985 |
+
"primary",
|
| 986 |
+
"wrist"
|
| 987 |
+
],
|
| 988 |
+
"sin_cos_embedding_keys": null,
|
| 989 |
+
"mean_std_embedding_keys": null,
|
| 990 |
+
"action_configs": null
|
| 991 |
+
},
|
| 992 |
+
"state": {
|
| 993 |
+
"delta_indices": [
|
| 994 |
+
0
|
| 995 |
+
],
|
| 996 |
+
"modality_keys": [
|
| 997 |
+
"end_effector_position",
|
| 998 |
+
"end_effector_rotation",
|
| 999 |
+
"gripper_position"
|
| 1000 |
+
],
|
| 1001 |
+
"sin_cos_embedding_keys": null,
|
| 1002 |
+
"mean_std_embedding_keys": null,
|
| 1003 |
+
"action_configs": null
|
| 1004 |
+
},
|
| 1005 |
+
"action": {
|
| 1006 |
+
"delta_indices": [
|
| 1007 |
+
0,
|
| 1008 |
+
1,
|
| 1009 |
+
2,
|
| 1010 |
+
3,
|
| 1011 |
+
4,
|
| 1012 |
+
5,
|
| 1013 |
+
6,
|
| 1014 |
+
7,
|
| 1015 |
+
8,
|
| 1016 |
+
9,
|
| 1017 |
+
10,
|
| 1018 |
+
11,
|
| 1019 |
+
12,
|
| 1020 |
+
13,
|
| 1021 |
+
14,
|
| 1022 |
+
15
|
| 1023 |
+
],
|
| 1024 |
+
"modality_keys": [
|
| 1025 |
+
"end_effector_position",
|
| 1026 |
+
"end_effector_rotation",
|
| 1027 |
+
"gripper_close"
|
| 1028 |
+
],
|
| 1029 |
+
"sin_cos_embedding_keys": null,
|
| 1030 |
+
"mean_std_embedding_keys": null,
|
| 1031 |
+
"action_configs": [
|
| 1032 |
+
{
|
| 1033 |
+
"rep": "DELTA",
|
| 1034 |
+
"type": "EEF",
|
| 1035 |
+
"format": "DEFAULT",
|
| 1036 |
+
"state_key": null
|
| 1037 |
+
},
|
| 1038 |
+
{
|
| 1039 |
+
"rep": "DELTA",
|
| 1040 |
+
"type": "EEF",
|
| 1041 |
+
"format": "DEFAULT",
|
| 1042 |
+
"state_key": null
|
| 1043 |
+
},
|
| 1044 |
+
{
|
| 1045 |
+
"rep": "ABSOLUTE",
|
| 1046 |
+
"type": "NON_EEF",
|
| 1047 |
+
"format": "DEFAULT",
|
| 1048 |
+
"state_key": null
|
| 1049 |
+
}
|
| 1050 |
+
]
|
| 1051 |
+
},
|
| 1052 |
+
"language": {
|
| 1053 |
+
"delta_indices": [
|
| 1054 |
+
0
|
| 1055 |
+
],
|
| 1056 |
+
"modality_keys": [
|
| 1057 |
+
"annotation.human.action.task_description"
|
| 1058 |
+
],
|
| 1059 |
+
"sin_cos_embedding_keys": null,
|
| 1060 |
+
"mean_std_embedding_keys": null,
|
| 1061 |
+
"action_configs": null
|
| 1062 |
+
}
|
| 1063 |
+
},
|
| 1064 |
+
"berkeley_fanuc_manipulation": {
|
| 1065 |
+
"video": {
|
| 1066 |
+
"delta_indices": [
|
| 1067 |
+
0
|
| 1068 |
+
],
|
| 1069 |
+
"modality_keys": [
|
| 1070 |
+
"primary",
|
| 1071 |
+
"wrist"
|
| 1072 |
+
],
|
| 1073 |
+
"sin_cos_embedding_keys": null,
|
| 1074 |
+
"mean_std_embedding_keys": null,
|
| 1075 |
+
"action_configs": null
|
| 1076 |
+
},
|
| 1077 |
+
"state": {
|
| 1078 |
+
"delta_indices": [
|
| 1079 |
+
0
|
| 1080 |
+
],
|
| 1081 |
+
"modality_keys": [
|
| 1082 |
+
"joint_position",
|
| 1083 |
+
"gripper_position"
|
| 1084 |
+
],
|
| 1085 |
+
"sin_cos_embedding_keys": null,
|
| 1086 |
+
"mean_std_embedding_keys": null,
|
| 1087 |
+
"action_configs": null
|
| 1088 |
+
},
|
| 1089 |
+
"action": {
|
| 1090 |
+
"delta_indices": [
|
| 1091 |
+
0,
|
| 1092 |
+
1,
|
| 1093 |
+
2,
|
| 1094 |
+
3,
|
| 1095 |
+
4,
|
| 1096 |
+
5,
|
| 1097 |
+
6,
|
| 1098 |
+
7,
|
| 1099 |
+
8,
|
| 1100 |
+
9,
|
| 1101 |
+
10,
|
| 1102 |
+
11,
|
| 1103 |
+
12,
|
| 1104 |
+
13,
|
| 1105 |
+
14,
|
| 1106 |
+
15
|
| 1107 |
+
],
|
| 1108 |
+
"modality_keys": [
|
| 1109 |
+
"end_effector_position",
|
| 1110 |
+
"end_effector_rotation",
|
| 1111 |
+
"gripper_close"
|
| 1112 |
+
],
|
| 1113 |
+
"sin_cos_embedding_keys": null,
|
| 1114 |
+
"mean_std_embedding_keys": null,
|
| 1115 |
+
"action_configs": [
|
| 1116 |
+
{
|
| 1117 |
+
"rep": "DELTA",
|
| 1118 |
+
"type": "EEF",
|
| 1119 |
+
"format": "DEFAULT",
|
| 1120 |
+
"state_key": null
|
| 1121 |
+
},
|
| 1122 |
+
{
|
| 1123 |
+
"rep": "DELTA",
|
| 1124 |
+
"type": "EEF",
|
| 1125 |
+
"format": "DEFAULT",
|
| 1126 |
+
"state_key": null
|
| 1127 |
+
},
|
| 1128 |
+
{
|
| 1129 |
+
"rep": "ABSOLUTE",
|
| 1130 |
+
"type": "NON_EEF",
|
| 1131 |
+
"format": "DEFAULT",
|
| 1132 |
+
"state_key": null
|
| 1133 |
+
}
|
| 1134 |
+
]
|
| 1135 |
+
},
|
| 1136 |
+
"language": {
|
| 1137 |
+
"delta_indices": [
|
| 1138 |
+
0
|
| 1139 |
+
],
|
| 1140 |
+
"modality_keys": [
|
| 1141 |
+
"annotation.human.action.task_description"
|
| 1142 |
+
],
|
| 1143 |
+
"sin_cos_embedding_keys": null,
|
| 1144 |
+
"mean_std_embedding_keys": null,
|
| 1145 |
+
"action_configs": null
|
| 1146 |
+
}
|
| 1147 |
+
},
|
| 1148 |
+
"bc_z": {
|
| 1149 |
+
"video": {
|
| 1150 |
+
"delta_indices": [
|
| 1151 |
+
0
|
| 1152 |
+
],
|
| 1153 |
+
"modality_keys": [
|
| 1154 |
+
"primary"
|
| 1155 |
+
],
|
| 1156 |
+
"sin_cos_embedding_keys": null,
|
| 1157 |
+
"mean_std_embedding_keys": null,
|
| 1158 |
+
"action_configs": null
|
| 1159 |
+
},
|
| 1160 |
+
"state": {
|
| 1161 |
+
"delta_indices": [
|
| 1162 |
+
0
|
| 1163 |
+
],
|
| 1164 |
+
"modality_keys": [
|
| 1165 |
+
"end_effector_position",
|
| 1166 |
+
"end_effector_rotation",
|
| 1167 |
+
"gripper_position"
|
| 1168 |
+
],
|
| 1169 |
+
"sin_cos_embedding_keys": null,
|
| 1170 |
+
"mean_std_embedding_keys": null,
|
| 1171 |
+
"action_configs": null
|
| 1172 |
+
},
|
| 1173 |
+
"action": {
|
| 1174 |
+
"delta_indices": [
|
| 1175 |
+
0,
|
| 1176 |
+
1,
|
| 1177 |
+
2,
|
| 1178 |
+
3,
|
| 1179 |
+
4,
|
| 1180 |
+
5,
|
| 1181 |
+
6,
|
| 1182 |
+
7,
|
| 1183 |
+
8,
|
| 1184 |
+
9,
|
| 1185 |
+
10,
|
| 1186 |
+
11,
|
| 1187 |
+
12,
|
| 1188 |
+
13,
|
| 1189 |
+
14,
|
| 1190 |
+
15
|
| 1191 |
+
],
|
| 1192 |
+
"modality_keys": [
|
| 1193 |
+
"end_effector_position",
|
| 1194 |
+
"end_effector_rotation",
|
| 1195 |
+
"gripper_close"
|
| 1196 |
+
],
|
| 1197 |
+
"sin_cos_embedding_keys": null,
|
| 1198 |
+
"mean_std_embedding_keys": null,
|
| 1199 |
+
"action_configs": [
|
| 1200 |
+
{
|
| 1201 |
+
"rep": "DELTA",
|
| 1202 |
+
"type": "EEF",
|
| 1203 |
+
"format": "DEFAULT",
|
| 1204 |
+
"state_key": null
|
| 1205 |
+
},
|
| 1206 |
+
{
|
| 1207 |
+
"rep": "DELTA",
|
| 1208 |
+
"type": "EEF",
|
| 1209 |
+
"format": "DEFAULT",
|
| 1210 |
+
"state_key": null
|
| 1211 |
+
},
|
| 1212 |
+
{
|
| 1213 |
+
"rep": "ABSOLUTE",
|
| 1214 |
+
"type": "NON_EEF",
|
| 1215 |
+
"format": "DEFAULT",
|
| 1216 |
+
"state_key": null
|
| 1217 |
+
}
|
| 1218 |
+
]
|
| 1219 |
+
},
|
| 1220 |
+
"language": {
|
| 1221 |
+
"delta_indices": [
|
| 1222 |
+
0
|
| 1223 |
+
],
|
| 1224 |
+
"modality_keys": [
|
| 1225 |
+
"annotation.human.action.task_description"
|
| 1226 |
+
],
|
| 1227 |
+
"sin_cos_embedding_keys": null,
|
| 1228 |
+
"mean_std_embedding_keys": null,
|
| 1229 |
+
"action_configs": null
|
| 1230 |
+
}
|
| 1231 |
+
},
|
| 1232 |
+
"toto": {
|
| 1233 |
+
"video": {
|
| 1234 |
+
"delta_indices": [
|
| 1235 |
+
0
|
| 1236 |
+
],
|
| 1237 |
+
"modality_keys": [
|
| 1238 |
+
"primary"
|
| 1239 |
+
],
|
| 1240 |
+
"sin_cos_embedding_keys": null,
|
| 1241 |
+
"mean_std_embedding_keys": null,
|
| 1242 |
+
"action_configs": null
|
| 1243 |
+
},
|
| 1244 |
+
"state": {
|
| 1245 |
+
"delta_indices": [
|
| 1246 |
+
0
|
| 1247 |
+
],
|
| 1248 |
+
"modality_keys": [
|
| 1249 |
+
"joint_position",
|
| 1250 |
+
"gripper_position"
|
| 1251 |
+
],
|
| 1252 |
+
"sin_cos_embedding_keys": null,
|
| 1253 |
+
"mean_std_embedding_keys": null,
|
| 1254 |
+
"action_configs": null
|
| 1255 |
+
},
|
| 1256 |
+
"action": {
|
| 1257 |
+
"delta_indices": [
|
| 1258 |
+
0,
|
| 1259 |
+
1,
|
| 1260 |
+
2,
|
| 1261 |
+
3,
|
| 1262 |
+
4,
|
| 1263 |
+
5,
|
| 1264 |
+
6,
|
| 1265 |
+
7,
|
| 1266 |
+
8,
|
| 1267 |
+
9,
|
| 1268 |
+
10,
|
| 1269 |
+
11,
|
| 1270 |
+
12,
|
| 1271 |
+
13,
|
| 1272 |
+
14,
|
| 1273 |
+
15
|
| 1274 |
+
],
|
| 1275 |
+
"modality_keys": [
|
| 1276 |
+
"end_effector_position",
|
| 1277 |
+
"end_effector_rotation",
|
| 1278 |
+
"gripper_close"
|
| 1279 |
+
],
|
| 1280 |
+
"sin_cos_embedding_keys": null,
|
| 1281 |
+
"mean_std_embedding_keys": null,
|
| 1282 |
+
"action_configs": [
|
| 1283 |
+
{
|
| 1284 |
+
"rep": "DELTA",
|
| 1285 |
+
"type": "EEF",
|
| 1286 |
+
"format": "DEFAULT",
|
| 1287 |
+
"state_key": null
|
| 1288 |
+
},
|
| 1289 |
+
{
|
| 1290 |
+
"rep": "DELTA",
|
| 1291 |
+
"type": "EEF",
|
| 1292 |
+
"format": "DEFAULT",
|
| 1293 |
+
"state_key": null
|
| 1294 |
+
},
|
| 1295 |
+
{
|
| 1296 |
+
"rep": "ABSOLUTE",
|
| 1297 |
+
"type": "NON_EEF",
|
| 1298 |
+
"format": "DEFAULT",
|
| 1299 |
+
"state_key": null
|
| 1300 |
+
}
|
| 1301 |
+
]
|
| 1302 |
+
},
|
| 1303 |
+
"language": {
|
| 1304 |
+
"delta_indices": [
|
| 1305 |
+
0
|
| 1306 |
+
],
|
| 1307 |
+
"modality_keys": [
|
| 1308 |
+
"annotation.human.action.task_description"
|
| 1309 |
+
],
|
| 1310 |
+
"sin_cos_embedding_keys": null,
|
| 1311 |
+
"mean_std_embedding_keys": null,
|
| 1312 |
+
"action_configs": null
|
| 1313 |
+
}
|
| 1314 |
+
},
|
| 1315 |
+
"dobbe": {
|
| 1316 |
+
"video": {
|
| 1317 |
+
"delta_indices": [
|
| 1318 |
+
0
|
| 1319 |
+
],
|
| 1320 |
+
"modality_keys": [
|
| 1321 |
+
"wrist"
|
| 1322 |
+
],
|
| 1323 |
+
"sin_cos_embedding_keys": null,
|
| 1324 |
+
"mean_std_embedding_keys": null,
|
| 1325 |
+
"action_configs": null
|
| 1326 |
+
},
|
| 1327 |
+
"state": {
|
| 1328 |
+
"delta_indices": [
|
| 1329 |
+
0
|
| 1330 |
+
],
|
| 1331 |
+
"modality_keys": [
|
| 1332 |
+
"end_effector_position",
|
| 1333 |
+
"end_effector_rotation",
|
| 1334 |
+
"gripper_position"
|
| 1335 |
+
],
|
| 1336 |
+
"sin_cos_embedding_keys": null,
|
| 1337 |
+
"mean_std_embedding_keys": null,
|
| 1338 |
+
"action_configs": null
|
| 1339 |
+
},
|
| 1340 |
+
"action": {
|
| 1341 |
+
"delta_indices": [
|
| 1342 |
+
0,
|
| 1343 |
+
1,
|
| 1344 |
+
2,
|
| 1345 |
+
3,
|
| 1346 |
+
4,
|
| 1347 |
+
5,
|
| 1348 |
+
6,
|
| 1349 |
+
7,
|
| 1350 |
+
8,
|
| 1351 |
+
9,
|
| 1352 |
+
10,
|
| 1353 |
+
11,
|
| 1354 |
+
12,
|
| 1355 |
+
13,
|
| 1356 |
+
14,
|
| 1357 |
+
15
|
| 1358 |
+
],
|
| 1359 |
+
"modality_keys": [
|
| 1360 |
+
"end_effector_position",
|
| 1361 |
+
"end_effector_rotation",
|
| 1362 |
+
"gripper_close"
|
| 1363 |
+
],
|
| 1364 |
+
"sin_cos_embedding_keys": null,
|
| 1365 |
+
"mean_std_embedding_keys": null,
|
| 1366 |
+
"action_configs": [
|
| 1367 |
+
{
|
| 1368 |
+
"rep": "DELTA",
|
| 1369 |
+
"type": "EEF",
|
| 1370 |
+
"format": "DEFAULT",
|
| 1371 |
+
"state_key": null
|
| 1372 |
+
},
|
| 1373 |
+
{
|
| 1374 |
+
"rep": "DELTA",
|
| 1375 |
+
"type": "EEF",
|
| 1376 |
+
"format": "DEFAULT",
|
| 1377 |
+
"state_key": null
|
| 1378 |
+
},
|
| 1379 |
+
{
|
| 1380 |
+
"rep": "ABSOLUTE",
|
| 1381 |
+
"type": "NON_EEF",
|
| 1382 |
+
"format": "DEFAULT",
|
| 1383 |
+
"state_key": null
|
| 1384 |
+
}
|
| 1385 |
+
]
|
| 1386 |
+
},
|
| 1387 |
+
"language": {
|
| 1388 |
+
"delta_indices": [
|
| 1389 |
+
0
|
| 1390 |
+
],
|
| 1391 |
+
"modality_keys": [
|
| 1392 |
+
"annotation.human.action.task_description"
|
| 1393 |
+
],
|
| 1394 |
+
"sin_cos_embedding_keys": null,
|
| 1395 |
+
"mean_std_embedding_keys": null,
|
| 1396 |
+
"action_configs": null
|
| 1397 |
+
}
|
| 1398 |
+
},
|
| 1399 |
+
"droid": {
|
| 1400 |
+
"video": {
|
| 1401 |
+
"delta_indices": [
|
| 1402 |
+
0
|
| 1403 |
+
],
|
| 1404 |
+
"modality_keys": [
|
| 1405 |
+
"primary",
|
| 1406 |
+
"secondary",
|
| 1407 |
+
"wrist"
|
| 1408 |
+
],
|
| 1409 |
+
"sin_cos_embedding_keys": null,
|
| 1410 |
+
"mean_std_embedding_keys": null,
|
| 1411 |
+
"action_configs": null
|
| 1412 |
+
},
|
| 1413 |
+
"state": {
|
| 1414 |
+
"delta_indices": [
|
| 1415 |
+
0
|
| 1416 |
+
],
|
| 1417 |
+
"modality_keys": [
|
| 1418 |
+
"end_effector_position",
|
| 1419 |
+
"end_effector_rotation",
|
| 1420 |
+
"gripper_position"
|
| 1421 |
+
],
|
| 1422 |
+
"sin_cos_embedding_keys": null,
|
| 1423 |
+
"mean_std_embedding_keys": null,
|
| 1424 |
+
"action_configs": null
|
| 1425 |
+
},
|
| 1426 |
+
"action": {
|
| 1427 |
+
"delta_indices": [
|
| 1428 |
+
0,
|
| 1429 |
+
1,
|
| 1430 |
+
2,
|
| 1431 |
+
3,
|
| 1432 |
+
4,
|
| 1433 |
+
5,
|
| 1434 |
+
6,
|
| 1435 |
+
7,
|
| 1436 |
+
8,
|
| 1437 |
+
9,
|
| 1438 |
+
10,
|
| 1439 |
+
11,
|
| 1440 |
+
12,
|
| 1441 |
+
13,
|
| 1442 |
+
14,
|
| 1443 |
+
15
|
| 1444 |
+
],
|
| 1445 |
+
"modality_keys": [
|
| 1446 |
+
"end_effector_position",
|
| 1447 |
+
"end_effector_rotation",
|
| 1448 |
+
"gripper_close"
|
| 1449 |
+
],
|
| 1450 |
+
"sin_cos_embedding_keys": null,
|
| 1451 |
+
"mean_std_embedding_keys": null,
|
| 1452 |
+
"action_configs": [
|
| 1453 |
+
{
|
| 1454 |
+
"rep": "DELTA",
|
| 1455 |
+
"type": "EEF",
|
| 1456 |
+
"format": "DEFAULT",
|
| 1457 |
+
"state_key": null
|
| 1458 |
+
},
|
| 1459 |
+
{
|
| 1460 |
+
"rep": "DELTA",
|
| 1461 |
+
"type": "EEF",
|
| 1462 |
+
"format": "DEFAULT",
|
| 1463 |
+
"state_key": null
|
| 1464 |
+
},
|
| 1465 |
+
{
|
| 1466 |
+
"rep": "ABSOLUTE",
|
| 1467 |
+
"type": "NON_EEF",
|
| 1468 |
+
"format": "DEFAULT",
|
| 1469 |
+
"state_key": null
|
| 1470 |
+
}
|
| 1471 |
+
]
|
| 1472 |
+
},
|
| 1473 |
+
"language": {
|
| 1474 |
+
"delta_indices": [
|
| 1475 |
+
0
|
| 1476 |
+
],
|
| 1477 |
+
"modality_keys": [
|
| 1478 |
+
"annotation.human.action.task_description"
|
| 1479 |
+
],
|
| 1480 |
+
"sin_cos_embedding_keys": null,
|
| 1481 |
+
"mean_std_embedding_keys": null,
|
| 1482 |
+
"action_configs": null
|
| 1483 |
+
}
|
| 1484 |
+
},
|
| 1485 |
+
"ucsd_kitchen_dataset_converted_externally_to_rlds": {
|
| 1486 |
+
"video": {
|
| 1487 |
+
"delta_indices": [
|
| 1488 |
+
0
|
| 1489 |
+
],
|
| 1490 |
+
"modality_keys": [
|
| 1491 |
+
"primary"
|
| 1492 |
+
],
|
| 1493 |
+
"sin_cos_embedding_keys": null,
|
| 1494 |
+
"mean_std_embedding_keys": null,
|
| 1495 |
+
"action_configs": null
|
| 1496 |
+
},
|
| 1497 |
+
"state": {
|
| 1498 |
+
"delta_indices": [
|
| 1499 |
+
0
|
| 1500 |
+
],
|
| 1501 |
+
"modality_keys": [
|
| 1502 |
+
"joint_position"
|
| 1503 |
+
],
|
| 1504 |
+
"sin_cos_embedding_keys": null,
|
| 1505 |
+
"mean_std_embedding_keys": null,
|
| 1506 |
+
"action_configs": null
|
| 1507 |
+
},
|
| 1508 |
+
"action": {
|
| 1509 |
+
"delta_indices": [
|
| 1510 |
+
0,
|
| 1511 |
+
1,
|
| 1512 |
+
2,
|
| 1513 |
+
3,
|
| 1514 |
+
4,
|
| 1515 |
+
5,
|
| 1516 |
+
6,
|
| 1517 |
+
7,
|
| 1518 |
+
8,
|
| 1519 |
+
9,
|
| 1520 |
+
10,
|
| 1521 |
+
11,
|
| 1522 |
+
12,
|
| 1523 |
+
13,
|
| 1524 |
+
14,
|
| 1525 |
+
15
|
| 1526 |
+
],
|
| 1527 |
+
"modality_keys": [
|
| 1528 |
+
"end_effector_position",
|
| 1529 |
+
"end_effector_rotation",
|
| 1530 |
+
"gripper_close"
|
| 1531 |
+
],
|
| 1532 |
+
"sin_cos_embedding_keys": null,
|
| 1533 |
+
"mean_std_embedding_keys": null,
|
| 1534 |
+
"action_configs": [
|
| 1535 |
+
{
|
| 1536 |
+
"rep": "DELTA",
|
| 1537 |
+
"type": "EEF",
|
| 1538 |
+
"format": "DEFAULT",
|
| 1539 |
+
"state_key": null
|
| 1540 |
+
},
|
| 1541 |
+
{
|
| 1542 |
+
"rep": "DELTA",
|
| 1543 |
+
"type": "EEF",
|
| 1544 |
+
"format": "DEFAULT",
|
| 1545 |
+
"state_key": null
|
| 1546 |
+
},
|
| 1547 |
+
{
|
| 1548 |
+
"rep": "ABSOLUTE",
|
| 1549 |
+
"type": "NON_EEF",
|
| 1550 |
+
"format": "DEFAULT",
|
| 1551 |
+
"state_key": null
|
| 1552 |
+
}
|
| 1553 |
+
]
|
| 1554 |
+
},
|
| 1555 |
+
"language": {
|
| 1556 |
+
"delta_indices": [
|
| 1557 |
+
0
|
| 1558 |
+
],
|
| 1559 |
+
"modality_keys": [
|
| 1560 |
+
"annotation.human.action.task_description"
|
| 1561 |
+
],
|
| 1562 |
+
"sin_cos_embedding_keys": null,
|
| 1563 |
+
"mean_std_embedding_keys": null,
|
| 1564 |
+
"action_configs": null
|
| 1565 |
+
}
|
| 1566 |
+
},
|
| 1567 |
+
"stanford_hydra_dataset_converted_externally_to_rlds": {
|
| 1568 |
+
"video": {
|
| 1569 |
+
"delta_indices": [
|
| 1570 |
+
0
|
| 1571 |
+
],
|
| 1572 |
+
"modality_keys": [
|
| 1573 |
+
"primary",
|
| 1574 |
+
"wrist"
|
| 1575 |
+
],
|
| 1576 |
+
"sin_cos_embedding_keys": null,
|
| 1577 |
+
"mean_std_embedding_keys": null,
|
| 1578 |
+
"action_configs": null
|
| 1579 |
+
},
|
| 1580 |
+
"state": {
|
| 1581 |
+
"delta_indices": [
|
| 1582 |
+
0
|
| 1583 |
+
],
|
| 1584 |
+
"modality_keys": [
|
| 1585 |
+
"end_effector_position",
|
| 1586 |
+
"end_effector_rotation",
|
| 1587 |
+
"gripper_position"
|
| 1588 |
+
],
|
| 1589 |
+
"sin_cos_embedding_keys": null,
|
| 1590 |
+
"mean_std_embedding_keys": null,
|
| 1591 |
+
"action_configs": null
|
| 1592 |
+
},
|
| 1593 |
+
"action": {
|
| 1594 |
+
"delta_indices": [
|
| 1595 |
+
0,
|
| 1596 |
+
1,
|
| 1597 |
+
2,
|
| 1598 |
+
3,
|
| 1599 |
+
4,
|
| 1600 |
+
5,
|
| 1601 |
+
6,
|
| 1602 |
+
7,
|
| 1603 |
+
8,
|
| 1604 |
+
9,
|
| 1605 |
+
10,
|
| 1606 |
+
11,
|
| 1607 |
+
12,
|
| 1608 |
+
13,
|
| 1609 |
+
14,
|
| 1610 |
+
15
|
| 1611 |
+
],
|
| 1612 |
+
"modality_keys": [
|
| 1613 |
+
"end_effector_position",
|
| 1614 |
+
"end_effector_rotation",
|
| 1615 |
+
"gripper_close"
|
| 1616 |
+
],
|
| 1617 |
+
"sin_cos_embedding_keys": null,
|
| 1618 |
+
"mean_std_embedding_keys": null,
|
| 1619 |
+
"action_configs": [
|
| 1620 |
+
{
|
| 1621 |
+
"rep": "DELTA",
|
| 1622 |
+
"type": "EEF",
|
| 1623 |
+
"format": "DEFAULT",
|
| 1624 |
+
"state_key": null
|
| 1625 |
+
},
|
| 1626 |
+
{
|
| 1627 |
+
"rep": "DELTA",
|
| 1628 |
+
"type": "EEF",
|
| 1629 |
+
"format": "DEFAULT",
|
| 1630 |
+
"state_key": null
|
| 1631 |
+
},
|
| 1632 |
+
{
|
| 1633 |
+
"rep": "ABSOLUTE",
|
| 1634 |
+
"type": "NON_EEF",
|
| 1635 |
+
"format": "DEFAULT",
|
| 1636 |
+
"state_key": null
|
| 1637 |
+
}
|
| 1638 |
+
]
|
| 1639 |
+
},
|
| 1640 |
+
"language": {
|
| 1641 |
+
"delta_indices": [
|
| 1642 |
+
0
|
| 1643 |
+
],
|
| 1644 |
+
"modality_keys": [
|
| 1645 |
+
"annotation.human.action.task_description"
|
| 1646 |
+
],
|
| 1647 |
+
"sin_cos_embedding_keys": null,
|
| 1648 |
+
"mean_std_embedding_keys": null,
|
| 1649 |
+
"action_configs": null
|
| 1650 |
+
}
|
| 1651 |
+
},
|
| 1652 |
+
"iamlab_cmu_pickup_insert_converted_externally_to_rlds": {
|
| 1653 |
+
"video": {
|
| 1654 |
+
"delta_indices": [
|
| 1655 |
+
0
|
| 1656 |
+
],
|
| 1657 |
+
"modality_keys": [
|
| 1658 |
+
"primary",
|
| 1659 |
+
"wrist"
|
| 1660 |
+
],
|
| 1661 |
+
"sin_cos_embedding_keys": null,
|
| 1662 |
+
"mean_std_embedding_keys": null,
|
| 1663 |
+
"action_configs": null
|
| 1664 |
+
},
|
| 1665 |
+
"state": {
|
| 1666 |
+
"delta_indices": [
|
| 1667 |
+
0
|
| 1668 |
+
],
|
| 1669 |
+
"modality_keys": [
|
| 1670 |
+
"end_effector_position",
|
| 1671 |
+
"end_effector_rotation",
|
| 1672 |
+
"gripper_position"
|
| 1673 |
+
],
|
| 1674 |
+
"sin_cos_embedding_keys": null,
|
| 1675 |
+
"mean_std_embedding_keys": null,
|
| 1676 |
+
"action_configs": null
|
| 1677 |
+
},
|
| 1678 |
+
"action": {
|
| 1679 |
+
"delta_indices": [
|
| 1680 |
+
0,
|
| 1681 |
+
1,
|
| 1682 |
+
2,
|
| 1683 |
+
3,
|
| 1684 |
+
4,
|
| 1685 |
+
5,
|
| 1686 |
+
6,
|
| 1687 |
+
7,
|
| 1688 |
+
8,
|
| 1689 |
+
9,
|
| 1690 |
+
10,
|
| 1691 |
+
11,
|
| 1692 |
+
12,
|
| 1693 |
+
13,
|
| 1694 |
+
14,
|
| 1695 |
+
15
|
| 1696 |
+
],
|
| 1697 |
+
"modality_keys": [
|
| 1698 |
+
"end_effector_position",
|
| 1699 |
+
"end_effector_rotation",
|
| 1700 |
+
"gripper_close"
|
| 1701 |
+
],
|
| 1702 |
+
"sin_cos_embedding_keys": null,
|
| 1703 |
+
"mean_std_embedding_keys": null,
|
| 1704 |
+
"action_configs": [
|
| 1705 |
+
{
|
| 1706 |
+
"rep": "DELTA",
|
| 1707 |
+
"type": "EEF",
|
| 1708 |
+
"format": "DEFAULT",
|
| 1709 |
+
"state_key": null
|
| 1710 |
+
},
|
| 1711 |
+
{
|
| 1712 |
+
"rep": "DELTA",
|
| 1713 |
+
"type": "EEF",
|
| 1714 |
+
"format": "DEFAULT",
|
| 1715 |
+
"state_key": null
|
| 1716 |
+
},
|
| 1717 |
+
{
|
| 1718 |
+
"rep": "ABSOLUTE",
|
| 1719 |
+
"type": "NON_EEF",
|
| 1720 |
+
"format": "DEFAULT",
|
| 1721 |
+
"state_key": null
|
| 1722 |
+
}
|
| 1723 |
+
]
|
| 1724 |
+
},
|
| 1725 |
+
"language": {
|
| 1726 |
+
"delta_indices": [
|
| 1727 |
+
0
|
| 1728 |
+
],
|
| 1729 |
+
"modality_keys": [
|
| 1730 |
+
"annotation.human.action.task_description"
|
| 1731 |
+
],
|
| 1732 |
+
"sin_cos_embedding_keys": null,
|
| 1733 |
+
"mean_std_embedding_keys": null,
|
| 1734 |
+
"action_configs": null
|
| 1735 |
+
}
|
| 1736 |
+
},
|
| 1737 |
+
"nyu_franka_play_dataset_converted_externally_to_rlds": {
|
| 1738 |
+
"video": {
|
| 1739 |
+
"delta_indices": [
|
| 1740 |
+
0
|
| 1741 |
+
],
|
| 1742 |
+
"modality_keys": [
|
| 1743 |
+
"primary",
|
| 1744 |
+
"secondary"
|
| 1745 |
+
],
|
| 1746 |
+
"sin_cos_embedding_keys": null,
|
| 1747 |
+
"mean_std_embedding_keys": null,
|
| 1748 |
+
"action_configs": null
|
| 1749 |
+
},
|
| 1750 |
+
"state": {
|
| 1751 |
+
"delta_indices": [
|
| 1752 |
+
0
|
| 1753 |
+
],
|
| 1754 |
+
"modality_keys": [
|
| 1755 |
+
"end_effector_position",
|
| 1756 |
+
"end_effector_rotation",
|
| 1757 |
+
"gripper_position"
|
| 1758 |
+
],
|
| 1759 |
+
"sin_cos_embedding_keys": null,
|
| 1760 |
+
"mean_std_embedding_keys": null,
|
| 1761 |
+
"action_configs": null
|
| 1762 |
+
},
|
| 1763 |
+
"action": {
|
| 1764 |
+
"delta_indices": [
|
| 1765 |
+
0,
|
| 1766 |
+
1,
|
| 1767 |
+
2,
|
| 1768 |
+
3,
|
| 1769 |
+
4,
|
| 1770 |
+
5,
|
| 1771 |
+
6,
|
| 1772 |
+
7,
|
| 1773 |
+
8,
|
| 1774 |
+
9,
|
| 1775 |
+
10,
|
| 1776 |
+
11,
|
| 1777 |
+
12,
|
| 1778 |
+
13,
|
| 1779 |
+
14,
|
| 1780 |
+
15
|
| 1781 |
+
],
|
| 1782 |
+
"modality_keys": [
|
| 1783 |
+
"end_effector_position",
|
| 1784 |
+
"end_effector_rotation",
|
| 1785 |
+
"gripper_close"
|
| 1786 |
+
],
|
| 1787 |
+
"sin_cos_embedding_keys": null,
|
| 1788 |
+
"mean_std_embedding_keys": null,
|
| 1789 |
+
"action_configs": [
|
| 1790 |
+
{
|
| 1791 |
+
"rep": "DELTA",
|
| 1792 |
+
"type": "EEF",
|
| 1793 |
+
"format": "DEFAULT",
|
| 1794 |
+
"state_key": null
|
| 1795 |
+
},
|
| 1796 |
+
{
|
| 1797 |
+
"rep": "DELTA",
|
| 1798 |
+
"type": "EEF",
|
| 1799 |
+
"format": "DEFAULT",
|
| 1800 |
+
"state_key": null
|
| 1801 |
+
},
|
| 1802 |
+
{
|
| 1803 |
+
"rep": "ABSOLUTE",
|
| 1804 |
+
"type": "NON_EEF",
|
| 1805 |
+
"format": "DEFAULT",
|
| 1806 |
+
"state_key": null
|
| 1807 |
+
}
|
| 1808 |
+
]
|
| 1809 |
+
},
|
| 1810 |
+
"language": {
|
| 1811 |
+
"delta_indices": [
|
| 1812 |
+
0
|
| 1813 |
+
],
|
| 1814 |
+
"modality_keys": [
|
| 1815 |
+
"annotation.human.action.task_description"
|
| 1816 |
+
],
|
| 1817 |
+
"sin_cos_embedding_keys": null,
|
| 1818 |
+
"mean_std_embedding_keys": null,
|
| 1819 |
+
"action_configs": null
|
| 1820 |
+
}
|
| 1821 |
+
},
|
| 1822 |
+
"austin_sailor_dataset_converted_externally_to_rlds": {
|
| 1823 |
+
"video": {
|
| 1824 |
+
"delta_indices": [
|
| 1825 |
+
0
|
| 1826 |
+
],
|
| 1827 |
+
"modality_keys": [
|
| 1828 |
+
"primary",
|
| 1829 |
+
"wrist"
|
| 1830 |
+
],
|
| 1831 |
+
"sin_cos_embedding_keys": null,
|
| 1832 |
+
"mean_std_embedding_keys": null,
|
| 1833 |
+
"action_configs": null
|
| 1834 |
+
},
|
| 1835 |
+
"state": {
|
| 1836 |
+
"delta_indices": [
|
| 1837 |
+
0
|
| 1838 |
+
],
|
| 1839 |
+
"modality_keys": [
|
| 1840 |
+
"end_effector_position",
|
| 1841 |
+
"end_effector_rotation",
|
| 1842 |
+
"gripper_position"
|
| 1843 |
+
],
|
| 1844 |
+
"sin_cos_embedding_keys": null,
|
| 1845 |
+
"mean_std_embedding_keys": null,
|
| 1846 |
+
"action_configs": null
|
| 1847 |
+
},
|
| 1848 |
+
"action": {
|
| 1849 |
+
"delta_indices": [
|
| 1850 |
+
0,
|
| 1851 |
+
1,
|
| 1852 |
+
2,
|
| 1853 |
+
3,
|
| 1854 |
+
4,
|
| 1855 |
+
5,
|
| 1856 |
+
6,
|
| 1857 |
+
7,
|
| 1858 |
+
8,
|
| 1859 |
+
9,
|
| 1860 |
+
10,
|
| 1861 |
+
11,
|
| 1862 |
+
12,
|
| 1863 |
+
13,
|
| 1864 |
+
14,
|
| 1865 |
+
15
|
| 1866 |
+
],
|
| 1867 |
+
"modality_keys": [
|
| 1868 |
+
"end_effector_position",
|
| 1869 |
+
"end_effector_rotation",
|
| 1870 |
+
"gripper_close"
|
| 1871 |
+
],
|
| 1872 |
+
"sin_cos_embedding_keys": null,
|
| 1873 |
+
"mean_std_embedding_keys": null,
|
| 1874 |
+
"action_configs": [
|
| 1875 |
+
{
|
| 1876 |
+
"rep": "DELTA",
|
| 1877 |
+
"type": "EEF",
|
| 1878 |
+
"format": "DEFAULT",
|
| 1879 |
+
"state_key": null
|
| 1880 |
+
},
|
| 1881 |
+
{
|
| 1882 |
+
"rep": "DELTA",
|
| 1883 |
+
"type": "EEF",
|
| 1884 |
+
"format": "DEFAULT",
|
| 1885 |
+
"state_key": null
|
| 1886 |
+
},
|
| 1887 |
+
{
|
| 1888 |
+
"rep": "ABSOLUTE",
|
| 1889 |
+
"type": "NON_EEF",
|
| 1890 |
+
"format": "DEFAULT",
|
| 1891 |
+
"state_key": null
|
| 1892 |
+
}
|
| 1893 |
+
]
|
| 1894 |
+
},
|
| 1895 |
+
"language": {
|
| 1896 |
+
"delta_indices": [
|
| 1897 |
+
0
|
| 1898 |
+
],
|
| 1899 |
+
"modality_keys": [
|
| 1900 |
+
"annotation.human.action.task_description"
|
| 1901 |
+
],
|
| 1902 |
+
"sin_cos_embedding_keys": null,
|
| 1903 |
+
"mean_std_embedding_keys": null,
|
| 1904 |
+
"action_configs": null
|
| 1905 |
+
}
|
| 1906 |
+
},
|
| 1907 |
+
"utaustin_mutex": {
|
| 1908 |
+
"video": {
|
| 1909 |
+
"delta_indices": [
|
| 1910 |
+
0
|
| 1911 |
+
],
|
| 1912 |
+
"modality_keys": [
|
| 1913 |
+
"primary",
|
| 1914 |
+
"wrist"
|
| 1915 |
+
],
|
| 1916 |
+
"sin_cos_embedding_keys": null,
|
| 1917 |
+
"mean_std_embedding_keys": null,
|
| 1918 |
+
"action_configs": null
|
| 1919 |
+
},
|
| 1920 |
+
"state": {
|
| 1921 |
+
"delta_indices": [
|
| 1922 |
+
0
|
| 1923 |
+
],
|
| 1924 |
+
"modality_keys": [
|
| 1925 |
+
"joint_position",
|
| 1926 |
+
"gripper_position"
|
| 1927 |
+
],
|
| 1928 |
+
"sin_cos_embedding_keys": null,
|
| 1929 |
+
"mean_std_embedding_keys": null,
|
| 1930 |
+
"action_configs": null
|
| 1931 |
+
},
|
| 1932 |
+
"action": {
|
| 1933 |
+
"delta_indices": [
|
| 1934 |
+
0,
|
| 1935 |
+
1,
|
| 1936 |
+
2,
|
| 1937 |
+
3,
|
| 1938 |
+
4,
|
| 1939 |
+
5,
|
| 1940 |
+
6,
|
| 1941 |
+
7,
|
| 1942 |
+
8,
|
| 1943 |
+
9,
|
| 1944 |
+
10,
|
| 1945 |
+
11,
|
| 1946 |
+
12,
|
| 1947 |
+
13,
|
| 1948 |
+
14,
|
| 1949 |
+
15
|
| 1950 |
+
],
|
| 1951 |
+
"modality_keys": [
|
| 1952 |
+
"end_effector_position",
|
| 1953 |
+
"end_effector_rotation",
|
| 1954 |
+
"gripper_close"
|
| 1955 |
+
],
|
| 1956 |
+
"sin_cos_embedding_keys": null,
|
| 1957 |
+
"mean_std_embedding_keys": null,
|
| 1958 |
+
"action_configs": [
|
| 1959 |
+
{
|
| 1960 |
+
"rep": "DELTA",
|
| 1961 |
+
"type": "EEF",
|
| 1962 |
+
"format": "DEFAULT",
|
| 1963 |
+
"state_key": null
|
| 1964 |
+
},
|
| 1965 |
+
{
|
| 1966 |
+
"rep": "DELTA",
|
| 1967 |
+
"type": "EEF",
|
| 1968 |
+
"format": "DEFAULT",
|
| 1969 |
+
"state_key": null
|
| 1970 |
+
},
|
| 1971 |
+
{
|
| 1972 |
+
"rep": "ABSOLUTE",
|
| 1973 |
+
"type": "NON_EEF",
|
| 1974 |
+
"format": "DEFAULT",
|
| 1975 |
+
"state_key": null
|
| 1976 |
+
}
|
| 1977 |
+
]
|
| 1978 |
+
},
|
| 1979 |
+
"language": {
|
| 1980 |
+
"delta_indices": [
|
| 1981 |
+
0
|
| 1982 |
+
],
|
| 1983 |
+
"modality_keys": [
|
| 1984 |
+
"annotation.human.action.task_description"
|
| 1985 |
+
],
|
| 1986 |
+
"sin_cos_embedding_keys": null,
|
| 1987 |
+
"mean_std_embedding_keys": null,
|
| 1988 |
+
"action_configs": null
|
| 1989 |
+
}
|
| 1990 |
+
},
|
| 1991 |
+
"fmb_dataset": {
|
| 1992 |
+
"video": {
|
| 1993 |
+
"delta_indices": [
|
| 1994 |
+
0
|
| 1995 |
+
],
|
| 1996 |
+
"modality_keys": [
|
| 1997 |
+
"primary",
|
| 1998 |
+
"secondary",
|
| 1999 |
+
"wrist"
|
| 2000 |
+
],
|
| 2001 |
+
"sin_cos_embedding_keys": null,
|
| 2002 |
+
"mean_std_embedding_keys": null,
|
| 2003 |
+
"action_configs": null
|
| 2004 |
+
},
|
| 2005 |
+
"state": {
|
| 2006 |
+
"delta_indices": [
|
| 2007 |
+
0
|
| 2008 |
+
],
|
| 2009 |
+
"modality_keys": [
|
| 2010 |
+
"end_effector_position",
|
| 2011 |
+
"end_effector_rotation",
|
| 2012 |
+
"gripper_position"
|
| 2013 |
+
],
|
| 2014 |
+
"sin_cos_embedding_keys": null,
|
| 2015 |
+
"mean_std_embedding_keys": null,
|
| 2016 |
+
"action_configs": null
|
| 2017 |
+
},
|
| 2018 |
+
"action": {
|
| 2019 |
+
"delta_indices": [
|
| 2020 |
+
0,
|
| 2021 |
+
1,
|
| 2022 |
+
2,
|
| 2023 |
+
3,
|
| 2024 |
+
4,
|
| 2025 |
+
5,
|
| 2026 |
+
6,
|
| 2027 |
+
7,
|
| 2028 |
+
8,
|
| 2029 |
+
9,
|
| 2030 |
+
10,
|
| 2031 |
+
11,
|
| 2032 |
+
12,
|
| 2033 |
+
13,
|
| 2034 |
+
14,
|
| 2035 |
+
15
|
| 2036 |
+
],
|
| 2037 |
+
"modality_keys": [
|
| 2038 |
+
"end_effector_position",
|
| 2039 |
+
"end_effector_rotation",
|
| 2040 |
+
"gripper_close"
|
| 2041 |
+
],
|
| 2042 |
+
"sin_cos_embedding_keys": null,
|
| 2043 |
+
"mean_std_embedding_keys": null,
|
| 2044 |
+
"action_configs": [
|
| 2045 |
+
{
|
| 2046 |
+
"rep": "DELTA",
|
| 2047 |
+
"type": "EEF",
|
| 2048 |
+
"format": "DEFAULT",
|
| 2049 |
+
"state_key": null
|
| 2050 |
+
},
|
| 2051 |
+
{
|
| 2052 |
+
"rep": "DELTA",
|
| 2053 |
+
"type": "EEF",
|
| 2054 |
+
"format": "DEFAULT",
|
| 2055 |
+
"state_key": null
|
| 2056 |
+
},
|
| 2057 |
+
{
|
| 2058 |
+
"rep": "ABSOLUTE",
|
| 2059 |
+
"type": "NON_EEF",
|
| 2060 |
+
"format": "DEFAULT",
|
| 2061 |
+
"state_key": null
|
| 2062 |
+
}
|
| 2063 |
+
]
|
| 2064 |
+
},
|
| 2065 |
+
"language": {
|
| 2066 |
+
"delta_indices": [
|
| 2067 |
+
0
|
| 2068 |
+
],
|
| 2069 |
+
"modality_keys": [
|
| 2070 |
+
"annotation.human.action.task_description"
|
| 2071 |
+
],
|
| 2072 |
+
"sin_cos_embedding_keys": null,
|
| 2073 |
+
"mean_std_embedding_keys": null,
|
| 2074 |
+
"action_configs": null
|
| 2075 |
+
}
|
| 2076 |
+
},
|
| 2077 |
+
"bridge_orig": {
|
| 2078 |
+
"video": {
|
| 2079 |
+
"delta_indices": [
|
| 2080 |
+
0
|
| 2081 |
+
],
|
| 2082 |
+
"modality_keys": [
|
| 2083 |
+
"primary",
|
| 2084 |
+
"secondary"
|
| 2085 |
+
],
|
| 2086 |
+
"sin_cos_embedding_keys": null,
|
| 2087 |
+
"mean_std_embedding_keys": null,
|
| 2088 |
+
"action_configs": null
|
| 2089 |
+
},
|
| 2090 |
+
"state": {
|
| 2091 |
+
"delta_indices": [
|
| 2092 |
+
0
|
| 2093 |
+
],
|
| 2094 |
+
"modality_keys": [
|
| 2095 |
+
"end_effector_position",
|
| 2096 |
+
"end_effector_rotation",
|
| 2097 |
+
"gripper_position"
|
| 2098 |
+
],
|
| 2099 |
+
"sin_cos_embedding_keys": null,
|
| 2100 |
+
"mean_std_embedding_keys": null,
|
| 2101 |
+
"action_configs": null
|
| 2102 |
+
},
|
| 2103 |
+
"action": {
|
| 2104 |
+
"delta_indices": [
|
| 2105 |
+
0,
|
| 2106 |
+
1,
|
| 2107 |
+
2,
|
| 2108 |
+
3,
|
| 2109 |
+
4,
|
| 2110 |
+
5,
|
| 2111 |
+
6,
|
| 2112 |
+
7,
|
| 2113 |
+
8,
|
| 2114 |
+
9,
|
| 2115 |
+
10,
|
| 2116 |
+
11,
|
| 2117 |
+
12,
|
| 2118 |
+
13,
|
| 2119 |
+
14,
|
| 2120 |
+
15
|
| 2121 |
+
],
|
| 2122 |
+
"modality_keys": [
|
| 2123 |
+
"end_effector_position",
|
| 2124 |
+
"end_effector_rotation",
|
| 2125 |
+
"gripper_close"
|
| 2126 |
+
],
|
| 2127 |
+
"sin_cos_embedding_keys": null,
|
| 2128 |
+
"mean_std_embedding_keys": null,
|
| 2129 |
+
"action_configs": [
|
| 2130 |
+
{
|
| 2131 |
+
"rep": "DELTA",
|
| 2132 |
+
"type": "EEF",
|
| 2133 |
+
"format": "DEFAULT",
|
| 2134 |
+
"state_key": null
|
| 2135 |
+
},
|
| 2136 |
+
{
|
| 2137 |
+
"rep": "DELTA",
|
| 2138 |
+
"type": "EEF",
|
| 2139 |
+
"format": "DEFAULT",
|
| 2140 |
+
"state_key": null
|
| 2141 |
+
},
|
| 2142 |
+
{
|
| 2143 |
+
"rep": "ABSOLUTE",
|
| 2144 |
+
"type": "NON_EEF",
|
| 2145 |
+
"format": "DEFAULT",
|
| 2146 |
+
"state_key": null
|
| 2147 |
+
}
|
| 2148 |
+
]
|
| 2149 |
+
},
|
| 2150 |
+
"language": {
|
| 2151 |
+
"delta_indices": [
|
| 2152 |
+
0
|
| 2153 |
+
],
|
| 2154 |
+
"modality_keys": [
|
| 2155 |
+
"annotation.human.action.task_description"
|
| 2156 |
+
],
|
| 2157 |
+
"sin_cos_embedding_keys": null,
|
| 2158 |
+
"mean_std_embedding_keys": null,
|
| 2159 |
+
"action_configs": null
|
| 2160 |
+
}
|
| 2161 |
+
},
|
| 2162 |
+
"austin_buds_dataset_converted_externally_to_rlds": {
|
| 2163 |
+
"video": {
|
| 2164 |
+
"delta_indices": [
|
| 2165 |
+
0
|
| 2166 |
+
],
|
| 2167 |
+
"modality_keys": [
|
| 2168 |
+
"primary",
|
| 2169 |
+
"wrist"
|
| 2170 |
+
],
|
| 2171 |
+
"sin_cos_embedding_keys": null,
|
| 2172 |
+
"mean_std_embedding_keys": null,
|
| 2173 |
+
"action_configs": null
|
| 2174 |
+
},
|
| 2175 |
+
"state": {
|
| 2176 |
+
"delta_indices": [
|
| 2177 |
+
0
|
| 2178 |
+
],
|
| 2179 |
+
"modality_keys": [
|
| 2180 |
+
"joint_position",
|
| 2181 |
+
"gripper_position"
|
| 2182 |
+
],
|
| 2183 |
+
"sin_cos_embedding_keys": null,
|
| 2184 |
+
"mean_std_embedding_keys": null,
|
| 2185 |
+
"action_configs": null
|
| 2186 |
+
},
|
| 2187 |
+
"action": {
|
| 2188 |
+
"delta_indices": [
|
| 2189 |
+
0,
|
| 2190 |
+
1,
|
| 2191 |
+
2,
|
| 2192 |
+
3,
|
| 2193 |
+
4,
|
| 2194 |
+
5,
|
| 2195 |
+
6,
|
| 2196 |
+
7,
|
| 2197 |
+
8,
|
| 2198 |
+
9,
|
| 2199 |
+
10,
|
| 2200 |
+
11,
|
| 2201 |
+
12,
|
| 2202 |
+
13,
|
| 2203 |
+
14,
|
| 2204 |
+
15
|
| 2205 |
+
],
|
| 2206 |
+
"modality_keys": [
|
| 2207 |
+
"end_effector_position",
|
| 2208 |
+
"end_effector_rotation",
|
| 2209 |
+
"gripper_close"
|
| 2210 |
+
],
|
| 2211 |
+
"sin_cos_embedding_keys": null,
|
| 2212 |
+
"mean_std_embedding_keys": null,
|
| 2213 |
+
"action_configs": [
|
| 2214 |
+
{
|
| 2215 |
+
"rep": "DELTA",
|
| 2216 |
+
"type": "EEF",
|
| 2217 |
+
"format": "DEFAULT",
|
| 2218 |
+
"state_key": null
|
| 2219 |
+
},
|
| 2220 |
+
{
|
| 2221 |
+
"rep": "DELTA",
|
| 2222 |
+
"type": "EEF",
|
| 2223 |
+
"format": "DEFAULT",
|
| 2224 |
+
"state_key": null
|
| 2225 |
+
},
|
| 2226 |
+
{
|
| 2227 |
+
"rep": "ABSOLUTE",
|
| 2228 |
+
"type": "NON_EEF",
|
| 2229 |
+
"format": "DEFAULT",
|
| 2230 |
+
"state_key": null
|
| 2231 |
+
}
|
| 2232 |
+
]
|
| 2233 |
+
},
|
| 2234 |
+
"language": {
|
| 2235 |
+
"delta_indices": [
|
| 2236 |
+
0
|
| 2237 |
+
],
|
| 2238 |
+
"modality_keys": [
|
| 2239 |
+
"annotation.human.action.task_description"
|
| 2240 |
+
],
|
| 2241 |
+
"sin_cos_embedding_keys": null,
|
| 2242 |
+
"mean_std_embedding_keys": null,
|
| 2243 |
+
"action_configs": null
|
| 2244 |
+
}
|
| 2245 |
+
},
|
| 2246 |
+
"neural_gr1": {
|
| 2247 |
+
"video": {
|
| 2248 |
+
"delta_indices": [
|
| 2249 |
+
0
|
| 2250 |
+
],
|
| 2251 |
+
"modality_keys": [
|
| 2252 |
+
"ego_view"
|
| 2253 |
+
],
|
| 2254 |
+
"sin_cos_embedding_keys": null,
|
| 2255 |
+
"mean_std_embedding_keys": null,
|
| 2256 |
+
"action_configs": null
|
| 2257 |
+
},
|
| 2258 |
+
"state": {
|
| 2259 |
+
"delta_indices": [
|
| 2260 |
+
0
|
| 2261 |
+
],
|
| 2262 |
+
"modality_keys": [
|
| 2263 |
+
"left_arm",
|
| 2264 |
+
"left_hand",
|
| 2265 |
+
"left_leg",
|
| 2266 |
+
"neck",
|
| 2267 |
+
"right_arm",
|
| 2268 |
+
"right_hand",
|
| 2269 |
+
"right_leg",
|
| 2270 |
+
"waist"
|
| 2271 |
+
],
|
| 2272 |
+
"sin_cos_embedding_keys": null,
|
| 2273 |
+
"mean_std_embedding_keys": null,
|
| 2274 |
+
"action_configs": null
|
| 2275 |
+
},
|
| 2276 |
+
"action": {
|
| 2277 |
+
"delta_indices": [
|
| 2278 |
+
0,
|
| 2279 |
+
1,
|
| 2280 |
+
2,
|
| 2281 |
+
3,
|
| 2282 |
+
4,
|
| 2283 |
+
5,
|
| 2284 |
+
6,
|
| 2285 |
+
7,
|
| 2286 |
+
8,
|
| 2287 |
+
9,
|
| 2288 |
+
10,
|
| 2289 |
+
11,
|
| 2290 |
+
12,
|
| 2291 |
+
13,
|
| 2292 |
+
14,
|
| 2293 |
+
15
|
| 2294 |
+
],
|
| 2295 |
+
"modality_keys": [
|
| 2296 |
+
"left_arm",
|
| 2297 |
+
"left_hand",
|
| 2298 |
+
"left_leg",
|
| 2299 |
+
"neck",
|
| 2300 |
+
"right_arm",
|
| 2301 |
+
"right_hand",
|
| 2302 |
+
"right_leg",
|
| 2303 |
+
"waist"
|
| 2304 |
+
],
|
| 2305 |
+
"sin_cos_embedding_keys": null,
|
| 2306 |
+
"mean_std_embedding_keys": null,
|
| 2307 |
+
"action_configs": [
|
| 2308 |
+
{
|
| 2309 |
+
"rep": "ABSOLUTE",
|
| 2310 |
+
"type": "NON_EEF",
|
| 2311 |
+
"format": "DEFAULT",
|
| 2312 |
+
"state_key": null
|
| 2313 |
+
},
|
| 2314 |
+
{
|
| 2315 |
+
"rep": "ABSOLUTE",
|
| 2316 |
+
"type": "NON_EEF",
|
| 2317 |
+
"format": "DEFAULT",
|
| 2318 |
+
"state_key": null
|
| 2319 |
+
},
|
| 2320 |
+
{
|
| 2321 |
+
"rep": "ABSOLUTE",
|
| 2322 |
+
"type": "NON_EEF",
|
| 2323 |
+
"format": "DEFAULT",
|
| 2324 |
+
"state_key": null
|
| 2325 |
+
},
|
| 2326 |
+
{
|
| 2327 |
+
"rep": "ABSOLUTE",
|
| 2328 |
+
"type": "NON_EEF",
|
| 2329 |
+
"format": "DEFAULT",
|
| 2330 |
+
"state_key": null
|
| 2331 |
+
},
|
| 2332 |
+
{
|
| 2333 |
+
"rep": "ABSOLUTE",
|
| 2334 |
+
"type": "NON_EEF",
|
| 2335 |
+
"format": "DEFAULT",
|
| 2336 |
+
"state_key": null
|
| 2337 |
+
},
|
| 2338 |
+
{
|
| 2339 |
+
"rep": "ABSOLUTE",
|
| 2340 |
+
"type": "NON_EEF",
|
| 2341 |
+
"format": "DEFAULT",
|
| 2342 |
+
"state_key": null
|
| 2343 |
+
},
|
| 2344 |
+
{
|
| 2345 |
+
"rep": "ABSOLUTE",
|
| 2346 |
+
"type": "NON_EEF",
|
| 2347 |
+
"format": "DEFAULT",
|
| 2348 |
+
"state_key": null
|
| 2349 |
+
},
|
| 2350 |
+
{
|
| 2351 |
+
"rep": "ABSOLUTE",
|
| 2352 |
+
"type": "NON_EEF",
|
| 2353 |
+
"format": "DEFAULT",
|
| 2354 |
+
"state_key": null
|
| 2355 |
+
}
|
| 2356 |
+
]
|
| 2357 |
+
},
|
| 2358 |
+
"language": {
|
| 2359 |
+
"delta_indices": [
|
| 2360 |
+
0
|
| 2361 |
+
],
|
| 2362 |
+
"modality_keys": [
|
| 2363 |
+
"annotation.human.action.task_description"
|
| 2364 |
+
],
|
| 2365 |
+
"sin_cos_embedding_keys": null,
|
| 2366 |
+
"mean_std_embedding_keys": null,
|
| 2367 |
+
"action_configs": null
|
| 2368 |
+
}
|
| 2369 |
+
},
|
| 2370 |
+
"galaxea": {
|
| 2371 |
+
"video": {
|
| 2372 |
+
"delta_indices": [
|
| 2373 |
+
0
|
| 2374 |
+
],
|
| 2375 |
+
"modality_keys": [
|
| 2376 |
+
"primary",
|
| 2377 |
+
"wrist_left",
|
| 2378 |
+
"wrist_right"
|
| 2379 |
+
],
|
| 2380 |
+
"sin_cos_embedding_keys": null,
|
| 2381 |
+
"mean_std_embedding_keys": null,
|
| 2382 |
+
"action_configs": null
|
| 2383 |
+
},
|
| 2384 |
+
"state": {
|
| 2385 |
+
"delta_indices": [
|
| 2386 |
+
0
|
| 2387 |
+
],
|
| 2388 |
+
"modality_keys": [
|
| 2389 |
+
"state"
|
| 2390 |
+
],
|
| 2391 |
+
"sin_cos_embedding_keys": null,
|
| 2392 |
+
"mean_std_embedding_keys": null,
|
| 2393 |
+
"action_configs": null
|
| 2394 |
+
},
|
| 2395 |
+
"action": {
|
| 2396 |
+
"delta_indices": [
|
| 2397 |
+
0,
|
| 2398 |
+
1,
|
| 2399 |
+
2,
|
| 2400 |
+
3,
|
| 2401 |
+
4,
|
| 2402 |
+
5,
|
| 2403 |
+
6,
|
| 2404 |
+
7,
|
| 2405 |
+
8,
|
| 2406 |
+
9,
|
| 2407 |
+
10,
|
| 2408 |
+
11,
|
| 2409 |
+
12,
|
| 2410 |
+
13,
|
| 2411 |
+
14,
|
| 2412 |
+
15
|
| 2413 |
+
],
|
| 2414 |
+
"modality_keys": [
|
| 2415 |
+
"action"
|
| 2416 |
+
],
|
| 2417 |
+
"sin_cos_embedding_keys": null,
|
| 2418 |
+
"mean_std_embedding_keys": null,
|
| 2419 |
+
"action_configs": [
|
| 2420 |
+
{
|
| 2421 |
+
"rep": "ABSOLUTE",
|
| 2422 |
+
"type": "NON_EEF",
|
| 2423 |
+
"format": "DEFAULT",
|
| 2424 |
+
"state_key": null
|
| 2425 |
+
}
|
| 2426 |
+
]
|
| 2427 |
+
},
|
| 2428 |
+
"language": {
|
| 2429 |
+
"delta_indices": [
|
| 2430 |
+
0
|
| 2431 |
+
],
|
| 2432 |
+
"modality_keys": [
|
| 2433 |
+
"annotation.human.action.task_description"
|
| 2434 |
+
],
|
| 2435 |
+
"sin_cos_embedding_keys": null,
|
| 2436 |
+
"mean_std_embedding_keys": null,
|
| 2437 |
+
"action_configs": null
|
| 2438 |
+
}
|
| 2439 |
+
},
|
| 2440 |
+
"roboturk": {
|
| 2441 |
+
"video": {
|
| 2442 |
+
"delta_indices": [
|
| 2443 |
+
0
|
| 2444 |
+
],
|
| 2445 |
+
"modality_keys": [
|
| 2446 |
+
"primary"
|
| 2447 |
+
],
|
| 2448 |
+
"sin_cos_embedding_keys": null,
|
| 2449 |
+
"mean_std_embedding_keys": null,
|
| 2450 |
+
"action_configs": null
|
| 2451 |
+
},
|
| 2452 |
+
"state": {
|
| 2453 |
+
"delta_indices": [
|
| 2454 |
+
0
|
| 2455 |
+
],
|
| 2456 |
+
"modality_keys": [
|
| 2457 |
+
"none"
|
| 2458 |
+
],
|
| 2459 |
+
"sin_cos_embedding_keys": null,
|
| 2460 |
+
"mean_std_embedding_keys": null,
|
| 2461 |
+
"action_configs": null
|
| 2462 |
+
},
|
| 2463 |
+
"action": {
|
| 2464 |
+
"delta_indices": [
|
| 2465 |
+
0,
|
| 2466 |
+
1,
|
| 2467 |
+
2,
|
| 2468 |
+
3,
|
| 2469 |
+
4,
|
| 2470 |
+
5,
|
| 2471 |
+
6,
|
| 2472 |
+
7,
|
| 2473 |
+
8,
|
| 2474 |
+
9,
|
| 2475 |
+
10,
|
| 2476 |
+
11,
|
| 2477 |
+
12,
|
| 2478 |
+
13,
|
| 2479 |
+
14,
|
| 2480 |
+
15
|
| 2481 |
+
],
|
| 2482 |
+
"modality_keys": [
|
| 2483 |
+
"end_effector_position",
|
| 2484 |
+
"end_effector_rotation",
|
| 2485 |
+
"gripper_close"
|
| 2486 |
+
],
|
| 2487 |
+
"sin_cos_embedding_keys": null,
|
| 2488 |
+
"mean_std_embedding_keys": null,
|
| 2489 |
+
"action_configs": [
|
| 2490 |
+
{
|
| 2491 |
+
"rep": "DELTA",
|
| 2492 |
+
"type": "EEF",
|
| 2493 |
+
"format": "DEFAULT",
|
| 2494 |
+
"state_key": null
|
| 2495 |
+
},
|
| 2496 |
+
{
|
| 2497 |
+
"rep": "DELTA",
|
| 2498 |
+
"type": "EEF",
|
| 2499 |
+
"format": "DEFAULT",
|
| 2500 |
+
"state_key": null
|
| 2501 |
+
},
|
| 2502 |
+
{
|
| 2503 |
+
"rep": "ABSOLUTE",
|
| 2504 |
+
"type": "NON_EEF",
|
| 2505 |
+
"format": "DEFAULT",
|
| 2506 |
+
"state_key": null
|
| 2507 |
+
}
|
| 2508 |
+
]
|
| 2509 |
+
},
|
| 2510 |
+
"language": {
|
| 2511 |
+
"delta_indices": [
|
| 2512 |
+
0
|
| 2513 |
+
],
|
| 2514 |
+
"modality_keys": [
|
| 2515 |
+
"annotation.human.action.task_description"
|
| 2516 |
+
],
|
| 2517 |
+
"sin_cos_embedding_keys": null,
|
| 2518 |
+
"mean_std_embedding_keys": null,
|
| 2519 |
+
"action_configs": null
|
| 2520 |
+
}
|
| 2521 |
+
},
|
| 2522 |
+
"berkeley_cable_routing": {
|
| 2523 |
+
"video": {
|
| 2524 |
+
"delta_indices": [
|
| 2525 |
+
0
|
| 2526 |
+
],
|
| 2527 |
+
"modality_keys": [
|
| 2528 |
+
"primary",
|
| 2529 |
+
"secondary",
|
| 2530 |
+
"wrist"
|
| 2531 |
+
],
|
| 2532 |
+
"sin_cos_embedding_keys": null,
|
| 2533 |
+
"mean_std_embedding_keys": null,
|
| 2534 |
+
"action_configs": null
|
| 2535 |
+
},
|
| 2536 |
+
"state": {
|
| 2537 |
+
"delta_indices": [
|
| 2538 |
+
0
|
| 2539 |
+
],
|
| 2540 |
+
"modality_keys": [
|
| 2541 |
+
"joint_position"
|
| 2542 |
+
],
|
| 2543 |
+
"sin_cos_embedding_keys": null,
|
| 2544 |
+
"mean_std_embedding_keys": null,
|
| 2545 |
+
"action_configs": null
|
| 2546 |
+
},
|
| 2547 |
+
"action": {
|
| 2548 |
+
"delta_indices": [
|
| 2549 |
+
0,
|
| 2550 |
+
1,
|
| 2551 |
+
2,
|
| 2552 |
+
3,
|
| 2553 |
+
4,
|
| 2554 |
+
5,
|
| 2555 |
+
6,
|
| 2556 |
+
7,
|
| 2557 |
+
8,
|
| 2558 |
+
9,
|
| 2559 |
+
10,
|
| 2560 |
+
11,
|
| 2561 |
+
12,
|
| 2562 |
+
13,
|
| 2563 |
+
14,
|
| 2564 |
+
15
|
| 2565 |
+
],
|
| 2566 |
+
"modality_keys": [
|
| 2567 |
+
"end_effector_position",
|
| 2568 |
+
"end_effector_rotation",
|
| 2569 |
+
"gripper_close"
|
| 2570 |
+
],
|
| 2571 |
+
"sin_cos_embedding_keys": null,
|
| 2572 |
+
"mean_std_embedding_keys": null,
|
| 2573 |
+
"action_configs": [
|
| 2574 |
+
{
|
| 2575 |
+
"rep": "DELTA",
|
| 2576 |
+
"type": "EEF",
|
| 2577 |
+
"format": "DEFAULT",
|
| 2578 |
+
"state_key": null
|
| 2579 |
+
},
|
| 2580 |
+
{
|
| 2581 |
+
"rep": "DELTA",
|
| 2582 |
+
"type": "EEF",
|
| 2583 |
+
"format": "DEFAULT",
|
| 2584 |
+
"state_key": null
|
| 2585 |
+
},
|
| 2586 |
+
{
|
| 2587 |
+
"rep": "ABSOLUTE",
|
| 2588 |
+
"type": "NON_EEF",
|
| 2589 |
+
"format": "DEFAULT",
|
| 2590 |
+
"state_key": null
|
| 2591 |
+
}
|
| 2592 |
+
]
|
| 2593 |
+
},
|
| 2594 |
+
"language": {
|
| 2595 |
+
"delta_indices": [
|
| 2596 |
+
0
|
| 2597 |
+
],
|
| 2598 |
+
"modality_keys": [
|
| 2599 |
+
"annotation.human.action.task_description"
|
| 2600 |
+
],
|
| 2601 |
+
"sin_cos_embedding_keys": null,
|
| 2602 |
+
"mean_std_embedding_keys": null,
|
| 2603 |
+
"action_configs": null
|
| 2604 |
+
}
|
| 2605 |
+
},
|
| 2606 |
+
"action_net": {
|
| 2607 |
+
"video": {
|
| 2608 |
+
"delta_indices": [
|
| 2609 |
+
0
|
| 2610 |
+
],
|
| 2611 |
+
"modality_keys": [
|
| 2612 |
+
"primary"
|
| 2613 |
+
],
|
| 2614 |
+
"sin_cos_embedding_keys": null,
|
| 2615 |
+
"mean_std_embedding_keys": null,
|
| 2616 |
+
"action_configs": null
|
| 2617 |
+
},
|
| 2618 |
+
"state": {
|
| 2619 |
+
"delta_indices": [
|
| 2620 |
+
0
|
| 2621 |
+
],
|
| 2622 |
+
"modality_keys": [
|
| 2623 |
+
"state"
|
| 2624 |
+
],
|
| 2625 |
+
"sin_cos_embedding_keys": null,
|
| 2626 |
+
"mean_std_embedding_keys": null,
|
| 2627 |
+
"action_configs": null
|
| 2628 |
+
},
|
| 2629 |
+
"action": {
|
| 2630 |
+
"delta_indices": [
|
| 2631 |
+
0,
|
| 2632 |
+
1,
|
| 2633 |
+
2,
|
| 2634 |
+
3,
|
| 2635 |
+
4,
|
| 2636 |
+
5,
|
| 2637 |
+
6,
|
| 2638 |
+
7,
|
| 2639 |
+
8,
|
| 2640 |
+
9,
|
| 2641 |
+
10,
|
| 2642 |
+
11,
|
| 2643 |
+
12,
|
| 2644 |
+
13,
|
| 2645 |
+
14,
|
| 2646 |
+
15
|
| 2647 |
+
],
|
| 2648 |
+
"modality_keys": [
|
| 2649 |
+
"action"
|
| 2650 |
+
],
|
| 2651 |
+
"sin_cos_embedding_keys": null,
|
| 2652 |
+
"mean_std_embedding_keys": null,
|
| 2653 |
+
"action_configs": [
|
| 2654 |
+
{
|
| 2655 |
+
"rep": "ABSOLUTE",
|
| 2656 |
+
"type": "NON_EEF",
|
| 2657 |
+
"format": "DEFAULT",
|
| 2658 |
+
"state_key": null
|
| 2659 |
+
}
|
| 2660 |
+
]
|
| 2661 |
+
},
|
| 2662 |
+
"language": {
|
| 2663 |
+
"delta_indices": [
|
| 2664 |
+
0
|
| 2665 |
+
],
|
| 2666 |
+
"modality_keys": [
|
| 2667 |
+
"annotation.human.action.task_description"
|
| 2668 |
+
],
|
| 2669 |
+
"sin_cos_embedding_keys": null,
|
| 2670 |
+
"mean_std_embedding_keys": null,
|
| 2671 |
+
"action_configs": null
|
| 2672 |
+
}
|
| 2673 |
+
},
|
| 2674 |
+
"kuka": {
|
| 2675 |
+
"video": {
|
| 2676 |
+
"delta_indices": [
|
| 2677 |
+
0
|
| 2678 |
+
],
|
| 2679 |
+
"modality_keys": [
|
| 2680 |
+
"primary"
|
| 2681 |
+
],
|
| 2682 |
+
"sin_cos_embedding_keys": null,
|
| 2683 |
+
"mean_std_embedding_keys": null,
|
| 2684 |
+
"action_configs": null
|
| 2685 |
+
},
|
| 2686 |
+
"state": {
|
| 2687 |
+
"delta_indices": [
|
| 2688 |
+
0
|
| 2689 |
+
],
|
| 2690 |
+
"modality_keys": [
|
| 2691 |
+
"end_effector_position",
|
| 2692 |
+
"end_effector_rotation",
|
| 2693 |
+
"gripper_position"
|
| 2694 |
+
],
|
| 2695 |
+
"sin_cos_embedding_keys": null,
|
| 2696 |
+
"mean_std_embedding_keys": null,
|
| 2697 |
+
"action_configs": null
|
| 2698 |
+
},
|
| 2699 |
+
"action": {
|
| 2700 |
+
"delta_indices": [
|
| 2701 |
+
0,
|
| 2702 |
+
1,
|
| 2703 |
+
2,
|
| 2704 |
+
3,
|
| 2705 |
+
4,
|
| 2706 |
+
5,
|
| 2707 |
+
6,
|
| 2708 |
+
7,
|
| 2709 |
+
8,
|
| 2710 |
+
9,
|
| 2711 |
+
10,
|
| 2712 |
+
11,
|
| 2713 |
+
12,
|
| 2714 |
+
13,
|
| 2715 |
+
14,
|
| 2716 |
+
15
|
| 2717 |
+
],
|
| 2718 |
+
"modality_keys": [
|
| 2719 |
+
"end_effector_position",
|
| 2720 |
+
"end_effector_rotation",
|
| 2721 |
+
"gripper_close"
|
| 2722 |
+
],
|
| 2723 |
+
"sin_cos_embedding_keys": null,
|
| 2724 |
+
"mean_std_embedding_keys": null,
|
| 2725 |
+
"action_configs": [
|
| 2726 |
+
{
|
| 2727 |
+
"rep": "DELTA",
|
| 2728 |
+
"type": "EEF",
|
| 2729 |
+
"format": "DEFAULT",
|
| 2730 |
+
"state_key": null
|
| 2731 |
+
},
|
| 2732 |
+
{
|
| 2733 |
+
"rep": "DELTA",
|
| 2734 |
+
"type": "EEF",
|
| 2735 |
+
"format": "DEFAULT",
|
| 2736 |
+
"state_key": null
|
| 2737 |
+
},
|
| 2738 |
+
{
|
| 2739 |
+
"rep": "ABSOLUTE",
|
| 2740 |
+
"type": "NON_EEF",
|
| 2741 |
+
"format": "DEFAULT",
|
| 2742 |
+
"state_key": null
|
| 2743 |
+
}
|
| 2744 |
+
]
|
| 2745 |
+
},
|
| 2746 |
+
"language": {
|
| 2747 |
+
"delta_indices": [
|
| 2748 |
+
0
|
| 2749 |
+
],
|
| 2750 |
+
"modality_keys": [
|
| 2751 |
+
"annotation.human.action.task_description"
|
| 2752 |
+
],
|
| 2753 |
+
"sin_cos_embedding_keys": null,
|
| 2754 |
+
"mean_std_embedding_keys": null,
|
| 2755 |
+
"action_configs": null
|
| 2756 |
+
}
|
| 2757 |
+
},
|
| 2758 |
+
"humanoid_everyday_h1": {
|
| 2759 |
+
"video": {
|
| 2760 |
+
"delta_indices": [
|
| 2761 |
+
0
|
| 2762 |
+
],
|
| 2763 |
+
"modality_keys": [
|
| 2764 |
+
"egocentric_resized"
|
| 2765 |
+
],
|
| 2766 |
+
"sin_cos_embedding_keys": null,
|
| 2767 |
+
"mean_std_embedding_keys": null,
|
| 2768 |
+
"action_configs": null
|
| 2769 |
+
},
|
| 2770 |
+
"state": {
|
| 2771 |
+
"delta_indices": [
|
| 2772 |
+
0
|
| 2773 |
+
],
|
| 2774 |
+
"modality_keys": [
|
| 2775 |
+
"left_arm",
|
| 2776 |
+
"left_hand",
|
| 2777 |
+
"right_arm",
|
| 2778 |
+
"right_hand"
|
| 2779 |
+
],
|
| 2780 |
+
"sin_cos_embedding_keys": null,
|
| 2781 |
+
"mean_std_embedding_keys": null,
|
| 2782 |
+
"action_configs": null
|
| 2783 |
+
},
|
| 2784 |
+
"action": {
|
| 2785 |
+
"delta_indices": [
|
| 2786 |
+
0,
|
| 2787 |
+
1,
|
| 2788 |
+
2,
|
| 2789 |
+
3,
|
| 2790 |
+
4,
|
| 2791 |
+
5,
|
| 2792 |
+
6,
|
| 2793 |
+
7,
|
| 2794 |
+
8,
|
| 2795 |
+
9,
|
| 2796 |
+
10,
|
| 2797 |
+
11,
|
| 2798 |
+
12,
|
| 2799 |
+
13,
|
| 2800 |
+
14,
|
| 2801 |
+
15
|
| 2802 |
+
],
|
| 2803 |
+
"modality_keys": [
|
| 2804 |
+
"left_arm",
|
| 2805 |
+
"left_hand",
|
| 2806 |
+
"right_arm",
|
| 2807 |
+
"right_hand"
|
| 2808 |
+
],
|
| 2809 |
+
"sin_cos_embedding_keys": null,
|
| 2810 |
+
"mean_std_embedding_keys": null,
|
| 2811 |
+
"action_configs": [
|
| 2812 |
+
{
|
| 2813 |
+
"rep": "ABSOLUTE",
|
| 2814 |
+
"type": "NON_EEF",
|
| 2815 |
+
"format": "DEFAULT",
|
| 2816 |
+
"state_key": null
|
| 2817 |
+
},
|
| 2818 |
+
{
|
| 2819 |
+
"rep": "ABSOLUTE",
|
| 2820 |
+
"type": "NON_EEF",
|
| 2821 |
+
"format": "DEFAULT",
|
| 2822 |
+
"state_key": null
|
| 2823 |
+
},
|
| 2824 |
+
{
|
| 2825 |
+
"rep": "ABSOLUTE",
|
| 2826 |
+
"type": "NON_EEF",
|
| 2827 |
+
"format": "DEFAULT",
|
| 2828 |
+
"state_key": null
|
| 2829 |
+
},
|
| 2830 |
+
{
|
| 2831 |
+
"rep": "ABSOLUTE",
|
| 2832 |
+
"type": "NON_EEF",
|
| 2833 |
+
"format": "DEFAULT",
|
| 2834 |
+
"state_key": null
|
| 2835 |
+
}
|
| 2836 |
+
]
|
| 2837 |
+
},
|
| 2838 |
+
"language": {
|
| 2839 |
+
"delta_indices": [
|
| 2840 |
+
0
|
| 2841 |
+
],
|
| 2842 |
+
"modality_keys": [
|
| 2843 |
+
"annotation.human.action.task_description"
|
| 2844 |
+
],
|
| 2845 |
+
"sin_cos_embedding_keys": null,
|
| 2846 |
+
"mean_std_embedding_keys": null,
|
| 2847 |
+
"action_configs": null
|
| 2848 |
+
}
|
| 2849 |
+
},
|
| 2850 |
+
"openarm": {
|
| 2851 |
+
"video": {
|
| 2852 |
+
"delta_indices": [
|
| 2853 |
+
0
|
| 2854 |
+
],
|
| 2855 |
+
"modality_keys": [
|
| 2856 |
+
"camera_ego_left",
|
| 2857 |
+
"camera_ego_right"
|
| 2858 |
+
],
|
| 2859 |
+
"sin_cos_embedding_keys": null,
|
| 2860 |
+
"mean_std_embedding_keys": null,
|
| 2861 |
+
"action_configs": null
|
| 2862 |
+
},
|
| 2863 |
+
"state": {
|
| 2864 |
+
"delta_indices": [
|
| 2865 |
+
0
|
| 2866 |
+
],
|
| 2867 |
+
"modality_keys": [
|
| 2868 |
+
"neck_joints",
|
| 2869 |
+
"left_arm_joints",
|
| 2870 |
+
"right_arm_joints",
|
| 2871 |
+
"left_hand_joints",
|
| 2872 |
+
"right_hand_joints"
|
| 2873 |
+
],
|
| 2874 |
+
"sin_cos_embedding_keys": null,
|
| 2875 |
+
"mean_std_embedding_keys": null,
|
| 2876 |
+
"action_configs": null
|
| 2877 |
+
},
|
| 2878 |
+
"action": {
|
| 2879 |
+
"delta_indices": [
|
| 2880 |
+
0,
|
| 2881 |
+
1,
|
| 2882 |
+
2,
|
| 2883 |
+
3,
|
| 2884 |
+
4,
|
| 2885 |
+
5,
|
| 2886 |
+
6,
|
| 2887 |
+
7,
|
| 2888 |
+
8,
|
| 2889 |
+
9,
|
| 2890 |
+
10,
|
| 2891 |
+
11,
|
| 2892 |
+
12,
|
| 2893 |
+
13,
|
| 2894 |
+
14,
|
| 2895 |
+
15
|
| 2896 |
+
],
|
| 2897 |
+
"modality_keys": [
|
| 2898 |
+
"neck_joints",
|
| 2899 |
+
"left_arm_joints",
|
| 2900 |
+
"right_arm_joints",
|
| 2901 |
+
"left_hand_joints",
|
| 2902 |
+
"right_hand_joints"
|
| 2903 |
+
],
|
| 2904 |
+
"sin_cos_embedding_keys": null,
|
| 2905 |
+
"mean_std_embedding_keys": null,
|
| 2906 |
+
"action_configs": [
|
| 2907 |
+
{
|
| 2908 |
+
"rep": "DELTA",
|
| 2909 |
+
"type": "EEF",
|
| 2910 |
+
"format": "DEFAULT",
|
| 2911 |
+
"state_key": null
|
| 2912 |
+
},
|
| 2913 |
+
{
|
| 2914 |
+
"rep": "DELTA",
|
| 2915 |
+
"type": "EEF",
|
| 2916 |
+
"format": "DEFAULT",
|
| 2917 |
+
"state_key": null
|
| 2918 |
+
},
|
| 2919 |
+
{
|
| 2920 |
+
"rep": "DELTA",
|
| 2921 |
+
"type": "EEF",
|
| 2922 |
+
"format": "DEFAULT",
|
| 2923 |
+
"state_key": null
|
| 2924 |
+
},
|
| 2925 |
+
{
|
| 2926 |
+
"rep": "ABSOLUTE",
|
| 2927 |
+
"type": "NON_EEF",
|
| 2928 |
+
"format": "DEFAULT",
|
| 2929 |
+
"state_key": null
|
| 2930 |
+
},
|
| 2931 |
+
{
|
| 2932 |
+
"rep": "ABSOLUTE",
|
| 2933 |
+
"type": "NON_EEF",
|
| 2934 |
+
"format": "DEFAULT",
|
| 2935 |
+
"state_key": null
|
| 2936 |
+
}
|
| 2937 |
+
]
|
| 2938 |
+
},
|
| 2939 |
+
"language": {
|
| 2940 |
+
"delta_indices": [
|
| 2941 |
+
0
|
| 2942 |
+
],
|
| 2943 |
+
"modality_keys": [
|
| 2944 |
+
"annotation.human.task_description"
|
| 2945 |
+
],
|
| 2946 |
+
"sin_cos_embedding_keys": null,
|
| 2947 |
+
"mean_std_embedding_keys": null,
|
| 2948 |
+
"action_configs": null
|
| 2949 |
+
}
|
| 2950 |
+
},
|
| 2951 |
+
"rlwrld_human": {
|
| 2952 |
+
"video": {
|
| 2953 |
+
"delta_indices": [
|
| 2954 |
+
0
|
| 2955 |
+
],
|
| 2956 |
+
"modality_keys": [
|
| 2957 |
+
"camera_ego_right"
|
| 2958 |
+
],
|
| 2959 |
+
"sin_cos_embedding_keys": null,
|
| 2960 |
+
"mean_std_embedding_keys": null,
|
| 2961 |
+
"action_configs": null
|
| 2962 |
+
},
|
| 2963 |
+
"state": {
|
| 2964 |
+
"delta_indices": [
|
| 2965 |
+
0
|
| 2966 |
+
],
|
| 2967 |
+
"modality_keys": [
|
| 2968 |
+
"left_wrist_trans",
|
| 2969 |
+
"left_wrist_rot6d",
|
| 2970 |
+
"left_inspire6",
|
| 2971 |
+
"right_wrist_trans",
|
| 2972 |
+
"right_wrist_rot6d",
|
| 2973 |
+
"right_inspire6"
|
| 2974 |
+
],
|
| 2975 |
+
"sin_cos_embedding_keys": null,
|
| 2976 |
+
"mean_std_embedding_keys": null,
|
| 2977 |
+
"action_configs": null
|
| 2978 |
+
},
|
| 2979 |
+
"action": {
|
| 2980 |
+
"delta_indices": [
|
| 2981 |
+
0,
|
| 2982 |
+
1,
|
| 2983 |
+
2,
|
| 2984 |
+
3,
|
| 2985 |
+
4,
|
| 2986 |
+
5,
|
| 2987 |
+
6,
|
| 2988 |
+
7,
|
| 2989 |
+
8,
|
| 2990 |
+
9,
|
| 2991 |
+
10,
|
| 2992 |
+
11,
|
| 2993 |
+
12,
|
| 2994 |
+
13,
|
| 2995 |
+
14,
|
| 2996 |
+
15
|
| 2997 |
+
],
|
| 2998 |
+
"modality_keys": [
|
| 2999 |
+
"left_wrist_trans",
|
| 3000 |
+
"left_wrist_rot6d",
|
| 3001 |
+
"left_inspire6",
|
| 3002 |
+
"right_wrist_trans",
|
| 3003 |
+
"right_wrist_rot6d",
|
| 3004 |
+
"right_inspire6"
|
| 3005 |
+
],
|
| 3006 |
+
"sin_cos_embedding_keys": null,
|
| 3007 |
+
"mean_std_embedding_keys": null,
|
| 3008 |
+
"action_configs": [
|
| 3009 |
+
{
|
| 3010 |
+
"rep": "ABSOLUTE",
|
| 3011 |
+
"type": "NON_EEF",
|
| 3012 |
+
"format": "DEFAULT",
|
| 3013 |
+
"state_key": null
|
| 3014 |
+
},
|
| 3015 |
+
{
|
| 3016 |
+
"rep": "ABSOLUTE",
|
| 3017 |
+
"type": "NON_EEF",
|
| 3018 |
+
"format": "DEFAULT",
|
| 3019 |
+
"state_key": null
|
| 3020 |
+
},
|
| 3021 |
+
{
|
| 3022 |
+
"rep": "ABSOLUTE",
|
| 3023 |
+
"type": "NON_EEF",
|
| 3024 |
+
"format": "DEFAULT",
|
| 3025 |
+
"state_key": null
|
| 3026 |
+
},
|
| 3027 |
+
{
|
| 3028 |
+
"rep": "ABSOLUTE",
|
| 3029 |
+
"type": "NON_EEF",
|
| 3030 |
+
"format": "DEFAULT",
|
| 3031 |
+
"state_key": null
|
| 3032 |
+
},
|
| 3033 |
+
{
|
| 3034 |
+
"rep": "ABSOLUTE",
|
| 3035 |
+
"type": "NON_EEF",
|
| 3036 |
+
"format": "DEFAULT",
|
| 3037 |
+
"state_key": null
|
| 3038 |
+
},
|
| 3039 |
+
{
|
| 3040 |
+
"rep": "ABSOLUTE",
|
| 3041 |
+
"type": "NON_EEF",
|
| 3042 |
+
"format": "DEFAULT",
|
| 3043 |
+
"state_key": null
|
| 3044 |
+
}
|
| 3045 |
+
]
|
| 3046 |
+
},
|
| 3047 |
+
"language": {
|
| 3048 |
+
"delta_indices": [
|
| 3049 |
+
0
|
| 3050 |
+
],
|
| 3051 |
+
"modality_keys": [
|
| 3052 |
+
"annotation.human.task_description"
|
| 3053 |
+
],
|
| 3054 |
+
"sin_cos_embedding_keys": null,
|
| 3055 |
+
"mean_std_embedding_keys": null,
|
| 3056 |
+
"action_configs": null
|
| 3057 |
+
}
|
| 3058 |
+
}
|
| 3059 |
+
},
|
| 3060 |
+
"image_max_area": 65536,
|
| 3061 |
+
"image_resize_m": 32,
|
| 3062 |
+
"random_crop_fraction": null,
|
| 3063 |
+
"random_rotation_angle": null,
|
| 3064 |
+
"color_jitter_params": {
|
| 3065 |
+
"brightness": 0.3,
|
| 3066 |
+
"contrast": 0.4,
|
| 3067 |
+
"saturation": 0.5,
|
| 3068 |
+
"hue": 0.08
|
| 3069 |
+
},
|
| 3070 |
+
"model_name": "/sjw_alinlab3/home/junhyeong/models/RLDX-1-VLM",
|
| 3071 |
+
"model_type": "vtc_qwen3_vl",
|
| 3072 |
+
"formalize_language": true,
|
| 3073 |
+
"max_state_dim": 64,
|
| 3074 |
+
"max_action_dim": 64,
|
| 3075 |
+
"max_action_horizon": 16,
|
| 3076 |
+
"use_percentiles": true,
|
| 3077 |
+
"clip_outliers": true,
|
| 3078 |
+
"apply_sincos_state_encoding": false,
|
| 3079 |
+
"use_relative_action": true,
|
| 3080 |
+
"memory_length": 1,
|
| 3081 |
+
"general_embodiment_train_ratio": 0,
|
| 3082 |
+
"allow_missing_physics": false,
|
| 3083 |
+
"physics_keys": null,
|
| 3084 |
+
"physics_dims": null,
|
| 3085 |
+
"conversation_image_first": false
|
| 3086 |
+
}
|
| 3087 |
+
}
|
processor/statistics.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|