jaehyunkang commited on
Commit
7c0dfd5
·
verified ·
1 Parent(s): 0a56c9b

Import checkpoint from kimtaey/rldx-1-image

Browse files
config.json ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 0,
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": false,
58
+ "use_swiglu": true,
59
+ "vl_dim": 4096
60
+ },
61
+ "dtype": "bfloat16",
62
+ "freeze_cog_tokens": false,
63
+ "general_embodiment_train_ratio": 0.02,
64
+ "image_max_area": 65536,
65
+ "image_resize_m": 32,
66
+ "memory_cfg": {
67
+ "hidden_size": 4096,
68
+ "intermediate_size": 16384,
69
+ "max_position_embeddings": 32,
70
+ "num_attention_heads": 16,
71
+ "num_hidden_layers": 2,
72
+ "num_key_value_heads": 16,
73
+ "rms_norm_eps": 1e-05,
74
+ "use_causal_attn": true,
75
+ "use_rope": true
76
+ },
77
+ "model_name": "/data/taeyoung/models/RLDX-1-VLM",
78
+ "model_revision": null,
79
+ "model_type": "RLDX-1",
80
+ "n_cog_tokens": 64,
81
+ "physics_delta_indices": null,
82
+ "physics_dims": [],
83
+ "physics_keys": [],
84
+ "physics_use_flow_matching": true,
85
+ "random_crop_fraction": null,
86
+ "random_rotation_angle": null,
87
+ "rtc_inference_delay": 0,
88
+ "rtc_inference_exec_horizon": 0,
89
+ "rtc_inference_mode": "none",
90
+ "rtc_jacobian_steps_only": 3,
91
+ "rtc_training_max_delay": 0,
92
+ "state_dropout_prob": 0.0,
93
+ "transformers_version": "4.57.0",
94
+ "tune_diffusion_model": true,
95
+ "tune_llm": false,
96
+ "tune_projector": true,
97
+ "tune_top_llm_layers": 4,
98
+ "tune_visual": false,
99
+ "use_memory": false,
100
+ "use_motion": false,
101
+ "use_physics": false,
102
+ "use_video": true,
103
+ "video_length": 1,
104
+ "video_stride": 2
105
+ }
experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,2661 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ load_config_path: null
2
+ model:
3
+ model_type: RLDX-1
4
+ model_dtype: bfloat16
5
+ model_name: /data/taeyoung/models/RLDX-1-VLM
6
+ backbone_model_type: vtc_qwen3_vl
7
+ model_revision: null
8
+ tune_top_llm_layers: 4
9
+ backbone_embedding_dim: 4096
10
+ tune_llm: false
11
+ tune_visual: false
12
+ select_layer: 18
13
+ reproject_vision: false
14
+ use_flash_attention: true
15
+ load_bf16: true
16
+ backbone_trainable_params_fp32: true
17
+ freeze_cog_tokens: false
18
+ image_max_area: 65536
19
+ image_resize_m: 32
20
+ random_crop_fraction: null
21
+ random_rotation_angle: null
22
+ color_jitter_params:
23
+ brightness: 0.3
24
+ contrast: 0.4
25
+ saturation: 0.5
26
+ hue: 0.08
27
+ formalize_language: true
28
+ apply_sincos_state_encoding: false
29
+ use_relative_action: true
30
+ use_percentiles: true
31
+ conversation_image_first: false
32
+ max_state_dim: 64
33
+ max_action_dim: 64
34
+ action_horizon: 16
35
+ hidden_size: 1024
36
+ input_embedding_dim: 1536
37
+ general_embodiment_train_ratio: 0.02
38
+ add_pos_embed: true
39
+ attn_dropout: 0.2
40
+ use_vlln: false
41
+ max_seq_len: 1024
42
+ n_cog_tokens: 64
43
+ diffusion_model_cfg:
44
+ attention_head_dim: 64
45
+ depth_multi_stream: 4
46
+ depth_single_stream: 8
47
+ dropout: 0.2
48
+ final_dropout: true
49
+ num_attention_heads: 24
50
+ output_dim: 1024
51
+ positional_embeddings: rope_sa_only
52
+ rope_theta: 10000.0
53
+ temb_type: input_token
54
+ use_swiglu: true
55
+ action_model_max_seq_len: 512
56
+ pre_norm: layer_norm
57
+ qk_norm: rms_norm
58
+ num_inference_timesteps: 4
59
+ noise_beta_alpha: 1.5
60
+ noise_beta_beta: 1.0
61
+ noise_s: 0.999
62
+ num_timestep_buckets: 1000
63
+ tune_projector: true
64
+ tune_diffusion_model: true
65
+ tune_vlln: true
66
+ action_model_use_lora: false
67
+ action_model_lora_rank: 16
68
+ action_model_lora_alpha: 32
69
+ action_model_lora_dropout: 0.0
70
+ action_model_lora_target_modules:
71
+ - vl_qkv
72
+ - vl_proj
73
+ - sa_qkv
74
+ - sa_proj
75
+ - p_qkv
76
+ - p_proj
77
+ - linear1
78
+ - linear2
79
+ backbone_use_lora: false
80
+ backbone_lora_rank: 16
81
+ backbone_lora_alpha: 32
82
+ backbone_lora_dropout: 0.0
83
+ backbone_lora_num_layers: -1
84
+ backbone_lora_target_modules:
85
+ - q_proj
86
+ - k_proj
87
+ - v_proj
88
+ - o_proj
89
+ - gate_proj
90
+ - up_proj
91
+ - down_proj
92
+ state_dropout_prob: 0.0
93
+ state_additive_noise_scale: 0.0
94
+ rtc_training_max_delay: 0
95
+ rtc_inference_mode: none
96
+ rtc_inference_delay: 0
97
+ rtc_inference_exec_horizon: 0
98
+ rtc_jacobian_steps_only: 3
99
+ use_memory: false
100
+ memory_length: 4
101
+ memory_n_cog_tokens: null
102
+ concat_memory: false
103
+ memory_dropout_prob: 0.0
104
+ memory_stride: 16
105
+ memory_cfg:
106
+ hidden_size: 4096
107
+ intermediate_size: 16384
108
+ num_hidden_layers: 2
109
+ num_attention_heads: 16
110
+ num_key_value_heads: 16
111
+ max_position_embeddings: 32
112
+ rms_norm_eps: 1.0e-05
113
+ use_causal_attn: true
114
+ use_rope: true
115
+ use_motion: false
116
+ motion_insert_layer: 9
117
+ motion_d_hid: 512
118
+ motion_window:
119
+ - 5
120
+ - 9
121
+ - 9
122
+ motion_ext_chnls:
123
+ - 256
124
+ motion_int_chnls:
125
+ - 256
126
+ - 256
127
+ - 512
128
+ motion_corr_func: cosine
129
+ motion_n_encoders: 1
130
+ motion_use_layerscale: false
131
+ motion_layerscale_init: 1.0e-05
132
+ motion_use_layernorm: false
133
+ motion_use_syncbn: false
134
+ motion_injection_point: vision_encoder
135
+ motion_pool_type: avg
136
+ motion_drop: true
137
+ motion_gradient_check: false
138
+ motion_int_mode: lite
139
+ use_video: true
140
+ video_length: 1
141
+ video_stride: 2
142
+ use_physics: false
143
+ physics_keys: []
144
+ physics_dims: []
145
+ physics_loss_weight: 0.1
146
+ allow_missing_physics: false
147
+ physics_delta_indices: null
148
+ physics_use_flow_matching: true
149
+ physics_dropout_prob: 0.0
150
+ max_num_embodiments: 36
151
+ data:
152
+ datasets:
153
+ - dataset_paths:
154
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/fractal20220817_data
155
+ embodiment_tag: fractal20220817_data
156
+ mix_ratio: 0.04
157
+ dataset_type: physical_embodiment
158
+ val_dataset_path: null
159
+ - dataset_paths:
160
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/kuka
161
+ embodiment_tag: kuka
162
+ mix_ratio: 0.04
163
+ dataset_type: physical_embodiment
164
+ val_dataset_path: null
165
+ - dataset_paths:
166
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/bridge_orig
167
+ embodiment_tag: bridge_orig
168
+ mix_ratio: 0.04
169
+ dataset_type: physical_embodiment
170
+ val_dataset_path: null
171
+ - dataset_paths:
172
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/taco_play
173
+ embodiment_tag: taco_play
174
+ mix_ratio: 0.0084
175
+ dataset_type: physical_embodiment
176
+ val_dataset_path: null
177
+ - dataset_paths:
178
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/jaco_play
179
+ embodiment_tag: jaco_play
180
+ mix_ratio: 0.0015
181
+ dataset_type: physical_embodiment
182
+ val_dataset_path: null
183
+ - dataset_paths:
184
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/berkeley_cable_routing
185
+ embodiment_tag: berkeley_cable_routing
186
+ mix_ratio: 0.0008
187
+ dataset_type: physical_embodiment
188
+ val_dataset_path: null
189
+ - dataset_paths:
190
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/roboturk
191
+ embodiment_tag: roboturk
192
+ mix_ratio: 0.0065
193
+ dataset_type: physical_embodiment
194
+ val_dataset_path: null
195
+ - dataset_paths:
196
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/viola
197
+ embodiment_tag: viola
198
+ mix_ratio: 0.003
199
+ dataset_type: physical_embodiment
200
+ val_dataset_path: null
201
+ - dataset_paths:
202
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/berkeley_autolab_ur5
203
+ embodiment_tag: berkeley_autolab_ur5
204
+ mix_ratio: 0.003
205
+ dataset_type: physical_embodiment
206
+ val_dataset_path: null
207
+ - dataset_paths:
208
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/toto
209
+ embodiment_tag: toto
210
+ mix_ratio: 0.005
211
+ dataset_type: physical_embodiment
212
+ val_dataset_path: null
213
+ - dataset_paths:
214
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/language_table
215
+ embodiment_tag: language_table
216
+ mix_ratio: 0.0125
217
+ dataset_type: physical_embodiment
218
+ val_dataset_path: null
219
+ - dataset_paths:
220
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/stanford_hydra_dataset_converted_externally_to_rlds
221
+ embodiment_tag: stanford_hydra_dataset_converted_externally_to_rlds
222
+ mix_ratio: 0.0125
223
+ dataset_type: physical_embodiment
224
+ val_dataset_path: null
225
+ - dataset_paths:
226
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/austin_buds_dataset_converted_externally_to_rlds
227
+ embodiment_tag: austin_buds_dataset_converted_externally_to_rlds
228
+ mix_ratio: 0.0006
229
+ dataset_type: physical_embodiment
230
+ val_dataset_path: null
231
+ - dataset_paths:
232
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/nyu_franka_play_dataset_converted_externally_to_rlds
233
+ embodiment_tag: nyu_franka_play_dataset_converted_externally_to_rlds
234
+ mix_ratio: 0.002
235
+ dataset_type: physical_embodiment
236
+ val_dataset_path: null
237
+ - dataset_paths:
238
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/furniture_bench_dataset_converted_externally_to_rlds
239
+ embodiment_tag: furniture_bench_dataset_converted_externally_to_rlds
240
+ mix_ratio: 0.007
241
+ dataset_type: physical_embodiment
242
+ val_dataset_path: null
243
+ - dataset_paths:
244
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/ucsd_kitchen_dataset_converted_externally_to_rlds
245
+ embodiment_tag: ucsd_kitchen_dataset_converted_externally_to_rlds
246
+ mix_ratio: 0.0001
247
+ dataset_type: physical_embodiment
248
+ val_dataset_path: null
249
+ - dataset_paths:
250
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/austin_sailor_dataset_converted_externally_to_rlds
251
+ embodiment_tag: austin_sailor_dataset_converted_externally_to_rlds
252
+ mix_ratio: 0.006
253
+ dataset_type: physical_embodiment
254
+ val_dataset_path: null
255
+ - dataset_paths:
256
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/austin_sirius_dataset_converted_externally_to_rlds
257
+ embodiment_tag: austin_sirius_dataset_converted_externally_to_rlds
258
+ mix_ratio: 0.005
259
+ dataset_type: physical_embodiment
260
+ val_dataset_path: null
261
+ - dataset_paths:
262
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/dlr_edan_shared_control_converted_externally_to_rlds
263
+ embodiment_tag: dlr_edan_shared_control_converted_externally_to_rlds
264
+ mix_ratio: 0.0002
265
+ dataset_type: physical_embodiment
266
+ val_dataset_path: null
267
+ - dataset_paths:
268
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/iamlab_cmu_pickup_insert_converted_externally_to_rlds
269
+ embodiment_tag: iamlab_cmu_pickup_insert_converted_externally_to_rlds
270
+ mix_ratio: 0.0025
271
+ dataset_type: physical_embodiment
272
+ val_dataset_path: null
273
+ - dataset_paths:
274
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/utaustin_mutex
275
+ embodiment_tag: utaustin_mutex
276
+ mix_ratio: 0.006
277
+ dataset_type: physical_embodiment
278
+ val_dataset_path: null
279
+ - dataset_paths:
280
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/berkeley_fanuc_manipulation
281
+ embodiment_tag: berkeley_fanuc_manipulation
282
+ mix_ratio: 0.002
283
+ dataset_type: physical_embodiment
284
+ val_dataset_path: null
285
+ - dataset_paths:
286
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/cmu_stretch
287
+ embodiment_tag: cmu_stretch
288
+ mix_ratio: 0.0004
289
+ dataset_type: physical_embodiment
290
+ val_dataset_path: null
291
+ - dataset_paths:
292
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/bc_z
293
+ embodiment_tag: bc_z
294
+ mix_ratio: 0.02
295
+ dataset_type: physical_embodiment
296
+ val_dataset_path: null
297
+ - dataset_paths:
298
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/fmb_dataset
299
+ embodiment_tag: fmb_dataset
300
+ mix_ratio: 0.02
301
+ dataset_type: physical_embodiment
302
+ val_dataset_path: null
303
+ - dataset_paths:
304
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/dobbe
305
+ embodiment_tag: dobbe
306
+ mix_ratio: 0.005
307
+ dataset_type: physical_embodiment
308
+ val_dataset_path: null
309
+ - dataset_paths:
310
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/droid
311
+ embodiment_tag: droid
312
+ mix_ratio: 0.25
313
+ dataset_type: physical_embodiment
314
+ val_dataset_path: null
315
+ - dataset_paths:
316
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/galaxea_part1
317
+ embodiment_tag: galaxea
318
+ mix_ratio: 0.02
319
+ dataset_type: physical_embodiment
320
+ val_dataset_path: null
321
+ - dataset_paths:
322
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/galaxea_part2
323
+ embodiment_tag: galaxea
324
+ mix_ratio: 0.02
325
+ dataset_type: physical_embodiment
326
+ val_dataset_path: null
327
+ - dataset_paths:
328
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/galaxea_part3
329
+ embodiment_tag: galaxea
330
+ mix_ratio: 0.02
331
+ dataset_type: physical_embodiment
332
+ val_dataset_path: null
333
+ - dataset_paths:
334
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/galaxea_part4
335
+ embodiment_tag: galaxea
336
+ mix_ratio: 0.02
337
+ dataset_type: physical_embodiment
338
+ val_dataset_path: null
339
+ - dataset_paths:
340
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/galaxea_part5
341
+ embodiment_tag: galaxea
342
+ mix_ratio: 0.02
343
+ dataset_type: physical_embodiment
344
+ val_dataset_path: null
345
+ - dataset_paths:
346
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/agibot_gripper_part1
347
+ embodiment_tag: agibot_gripper
348
+ mix_ratio: 0.025
349
+ dataset_type: physical_embodiment
350
+ val_dataset_path: null
351
+ - dataset_paths:
352
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/agibot_gripper_part2
353
+ embodiment_tag: agibot_gripper
354
+ mix_ratio: 0.025
355
+ dataset_type: physical_embodiment
356
+ val_dataset_path: null
357
+ - dataset_paths:
358
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/agibot_gripper_part3
359
+ embodiment_tag: agibot_gripper
360
+ mix_ratio: 0.025
361
+ dataset_type: physical_embodiment
362
+ val_dataset_path: null
363
+ - dataset_paths:
364
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/agibot_gripper_part4
365
+ embodiment_tag: agibot_gripper
366
+ mix_ratio: 0.025
367
+ dataset_type: physical_embodiment
368
+ val_dataset_path: null
369
+ - dataset_paths:
370
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/agibot_dexhand
371
+ embodiment_tag: agibot_dexhand
372
+ mix_ratio: 0.05
373
+ dataset_type: physical_embodiment
374
+ val_dataset_path: null
375
+ - dataset_paths:
376
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/action_net
377
+ embodiment_tag: action_net
378
+ mix_ratio: 0.1
379
+ dataset_type: physical_embodiment
380
+ val_dataset_path: null
381
+ - dataset_paths:
382
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/march_robocurate_v1
383
+ embodiment_tag: neural_gr1
384
+ mix_ratio: 0.03
385
+ dataset_type: physical_embodiment
386
+ val_dataset_path: null
387
+ - dataset_paths:
388
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/march_robocurate_v2
389
+ embodiment_tag: neural_gr1
390
+ mix_ratio: 0.025
391
+ dataset_type: physical_embodiment
392
+ val_dataset_path: null
393
+ - dataset_paths:
394
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/march_robocurate_v3
395
+ embodiment_tag: neural_gr1
396
+ mix_ratio: 0.035
397
+ dataset_type: physical_embodiment
398
+ val_dataset_path: null
399
+ - dataset_paths:
400
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/march_robocurate_v4
401
+ embodiment_tag: neural_gr1
402
+ mix_ratio: 0.01
403
+ dataset_type: physical_embodiment
404
+ val_dataset_path: null
405
+ - dataset_paths:
406
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/humanoid_everyday_g1
407
+ embodiment_tag: humanoid_everyday_g1
408
+ mix_ratio: 0.025
409
+ dataset_type: physical_embodiment
410
+ val_dataset_path: null
411
+ - dataset_paths:
412
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/humanoid_everyday_h1
413
+ embodiment_tag: humanoid_everyday_h1
414
+ mix_ratio: 0.025
415
+ dataset_type: physical_embodiment
416
+ val_dataset_path: null
417
+ modality_configs:
418
+ agibot_gripper:
419
+ video:
420
+ delta_indices:
421
+ - 0
422
+ modality_keys:
423
+ - primary
424
+ - wrist_left
425
+ - wrist_right
426
+ sin_cos_embedding_keys: null
427
+ mean_std_embedding_keys: null
428
+ action_configs: null
429
+ state:
430
+ delta_indices:
431
+ - 0
432
+ modality_keys:
433
+ - state
434
+ sin_cos_embedding_keys: null
435
+ mean_std_embedding_keys: null
436
+ action_configs: null
437
+ action:
438
+ delta_indices:
439
+ - 0
440
+ - 1
441
+ - 2
442
+ - 3
443
+ - 4
444
+ - 5
445
+ - 6
446
+ - 7
447
+ - 8
448
+ - 9
449
+ - 10
450
+ - 11
451
+ - 12
452
+ - 13
453
+ - 14
454
+ - 15
455
+ modality_keys:
456
+ - action
457
+ sin_cos_embedding_keys: null
458
+ mean_std_embedding_keys: null
459
+ action_configs:
460
+ - rep: ABSOLUTE
461
+ type: NON_EEF
462
+ format: DEFAULT
463
+ state_key: null
464
+ language:
465
+ delta_indices:
466
+ - 0
467
+ modality_keys:
468
+ - annotation.human.action.task_description
469
+ sin_cos_embedding_keys: null
470
+ mean_std_embedding_keys: null
471
+ action_configs: null
472
+ jaco_play:
473
+ video:
474
+ delta_indices:
475
+ - 0
476
+ modality_keys:
477
+ - primary
478
+ - wrist
479
+ sin_cos_embedding_keys: null
480
+ mean_std_embedding_keys: null
481
+ action_configs: null
482
+ state:
483
+ delta_indices:
484
+ - 0
485
+ modality_keys:
486
+ - end_effector_position
487
+ - end_effector_rotation
488
+ - gripper_position
489
+ sin_cos_embedding_keys: null
490
+ mean_std_embedding_keys: null
491
+ action_configs: null
492
+ action:
493
+ delta_indices:
494
+ - 0
495
+ - 1
496
+ - 2
497
+ - 3
498
+ - 4
499
+ - 5
500
+ - 6
501
+ - 7
502
+ - 8
503
+ - 9
504
+ - 10
505
+ - 11
506
+ - 12
507
+ - 13
508
+ - 14
509
+ - 15
510
+ modality_keys:
511
+ - end_effector_position
512
+ - end_effector_rotation
513
+ - gripper_close
514
+ sin_cos_embedding_keys: null
515
+ mean_std_embedding_keys: null
516
+ action_configs:
517
+ - rep: DELTA
518
+ type: EEF
519
+ format: DEFAULT
520
+ state_key: null
521
+ - rep: DELTA
522
+ type: EEF
523
+ format: DEFAULT
524
+ state_key: null
525
+ - rep: ABSOLUTE
526
+ type: NON_EEF
527
+ format: DEFAULT
528
+ state_key: null
529
+ language:
530
+ delta_indices:
531
+ - 0
532
+ modality_keys:
533
+ - annotation.human.action.task_description
534
+ sin_cos_embedding_keys: null
535
+ mean_std_embedding_keys: null
536
+ action_configs: null
537
+ utaustin_mutex:
538
+ video:
539
+ delta_indices:
540
+ - 0
541
+ modality_keys:
542
+ - primary
543
+ - wrist
544
+ sin_cos_embedding_keys: null
545
+ mean_std_embedding_keys: null
546
+ action_configs: null
547
+ state:
548
+ delta_indices:
549
+ - 0
550
+ modality_keys:
551
+ - joint_position
552
+ - gripper_position
553
+ sin_cos_embedding_keys: null
554
+ mean_std_embedding_keys: null
555
+ action_configs: null
556
+ action:
557
+ delta_indices:
558
+ - 0
559
+ - 1
560
+ - 2
561
+ - 3
562
+ - 4
563
+ - 5
564
+ - 6
565
+ - 7
566
+ - 8
567
+ - 9
568
+ - 10
569
+ - 11
570
+ - 12
571
+ - 13
572
+ - 14
573
+ - 15
574
+ modality_keys:
575
+ - end_effector_position
576
+ - end_effector_rotation
577
+ - gripper_close
578
+ sin_cos_embedding_keys: null
579
+ mean_std_embedding_keys: null
580
+ action_configs:
581
+ - rep: DELTA
582
+ type: EEF
583
+ format: DEFAULT
584
+ state_key: null
585
+ - rep: DELTA
586
+ type: EEF
587
+ format: DEFAULT
588
+ state_key: null
589
+ - rep: ABSOLUTE
590
+ type: NON_EEF
591
+ format: DEFAULT
592
+ state_key: null
593
+ language:
594
+ delta_indices:
595
+ - 0
596
+ modality_keys:
597
+ - annotation.human.action.task_description
598
+ sin_cos_embedding_keys: null
599
+ mean_std_embedding_keys: null
600
+ action_configs: null
601
+ kuka:
602
+ video:
603
+ delta_indices:
604
+ - 0
605
+ modality_keys:
606
+ - primary
607
+ sin_cos_embedding_keys: null
608
+ mean_std_embedding_keys: null
609
+ action_configs: null
610
+ state:
611
+ delta_indices:
612
+ - 0
613
+ modality_keys:
614
+ - end_effector_position
615
+ - end_effector_rotation
616
+ - gripper_position
617
+ sin_cos_embedding_keys: null
618
+ mean_std_embedding_keys: null
619
+ action_configs: null
620
+ action:
621
+ delta_indices:
622
+ - 0
623
+ - 1
624
+ - 2
625
+ - 3
626
+ - 4
627
+ - 5
628
+ - 6
629
+ - 7
630
+ - 8
631
+ - 9
632
+ - 10
633
+ - 11
634
+ - 12
635
+ - 13
636
+ - 14
637
+ - 15
638
+ modality_keys:
639
+ - end_effector_position
640
+ - end_effector_rotation
641
+ - gripper_close
642
+ sin_cos_embedding_keys: null
643
+ mean_std_embedding_keys: null
644
+ action_configs:
645
+ - rep: DELTA
646
+ type: EEF
647
+ format: DEFAULT
648
+ state_key: null
649
+ - rep: DELTA
650
+ type: EEF
651
+ format: DEFAULT
652
+ state_key: null
653
+ - rep: ABSOLUTE
654
+ type: NON_EEF
655
+ format: DEFAULT
656
+ state_key: null
657
+ language:
658
+ delta_indices:
659
+ - 0
660
+ modality_keys:
661
+ - annotation.human.action.task_description
662
+ sin_cos_embedding_keys: null
663
+ mean_std_embedding_keys: null
664
+ action_configs: null
665
+ austin_sirius_dataset_converted_externally_to_rlds:
666
+ video:
667
+ delta_indices:
668
+ - 0
669
+ modality_keys:
670
+ - primary
671
+ - wrist
672
+ sin_cos_embedding_keys: null
673
+ mean_std_embedding_keys: null
674
+ action_configs: null
675
+ state:
676
+ delta_indices:
677
+ - 0
678
+ modality_keys:
679
+ - end_effector_position
680
+ - end_effector_rotation
681
+ - gripper_position
682
+ sin_cos_embedding_keys: null
683
+ mean_std_embedding_keys: null
684
+ action_configs: null
685
+ action:
686
+ delta_indices:
687
+ - 0
688
+ - 1
689
+ - 2
690
+ - 3
691
+ - 4
692
+ - 5
693
+ - 6
694
+ - 7
695
+ - 8
696
+ - 9
697
+ - 10
698
+ - 11
699
+ - 12
700
+ - 13
701
+ - 14
702
+ - 15
703
+ modality_keys:
704
+ - end_effector_position
705
+ - end_effector_rotation
706
+ - gripper_close
707
+ sin_cos_embedding_keys: null
708
+ mean_std_embedding_keys: null
709
+ action_configs:
710
+ - rep: DELTA
711
+ type: EEF
712
+ format: DEFAULT
713
+ state_key: null
714
+ - rep: DELTA
715
+ type: EEF
716
+ format: DEFAULT
717
+ state_key: null
718
+ - rep: ABSOLUTE
719
+ type: NON_EEF
720
+ format: DEFAULT
721
+ state_key: null
722
+ language:
723
+ delta_indices:
724
+ - 0
725
+ modality_keys:
726
+ - annotation.human.action.task_description
727
+ sin_cos_embedding_keys: null
728
+ mean_std_embedding_keys: null
729
+ action_configs: null
730
+ bc_z:
731
+ video:
732
+ delta_indices:
733
+ - 0
734
+ modality_keys:
735
+ - primary
736
+ sin_cos_embedding_keys: null
737
+ mean_std_embedding_keys: null
738
+ action_configs: null
739
+ state:
740
+ delta_indices:
741
+ - 0
742
+ modality_keys:
743
+ - end_effector_position
744
+ - end_effector_rotation
745
+ - gripper_position
746
+ sin_cos_embedding_keys: null
747
+ mean_std_embedding_keys: null
748
+ action_configs: null
749
+ action:
750
+ delta_indices:
751
+ - 0
752
+ - 1
753
+ - 2
754
+ - 3
755
+ - 4
756
+ - 5
757
+ - 6
758
+ - 7
759
+ - 8
760
+ - 9
761
+ - 10
762
+ - 11
763
+ - 12
764
+ - 13
765
+ - 14
766
+ - 15
767
+ modality_keys:
768
+ - end_effector_position
769
+ - end_effector_rotation
770
+ - gripper_close
771
+ sin_cos_embedding_keys: null
772
+ mean_std_embedding_keys: null
773
+ action_configs:
774
+ - rep: DELTA
775
+ type: EEF
776
+ format: DEFAULT
777
+ state_key: null
778
+ - rep: DELTA
779
+ type: EEF
780
+ format: DEFAULT
781
+ state_key: null
782
+ - rep: ABSOLUTE
783
+ type: NON_EEF
784
+ format: DEFAULT
785
+ state_key: null
786
+ language:
787
+ delta_indices:
788
+ - 0
789
+ modality_keys:
790
+ - annotation.human.action.task_description
791
+ sin_cos_embedding_keys: null
792
+ mean_std_embedding_keys: null
793
+ action_configs: null
794
+ taco_play:
795
+ video:
796
+ delta_indices:
797
+ - 0
798
+ modality_keys:
799
+ - primary
800
+ - wrist
801
+ sin_cos_embedding_keys: null
802
+ mean_std_embedding_keys: null
803
+ action_configs: null
804
+ state:
805
+ delta_indices:
806
+ - 0
807
+ modality_keys:
808
+ - end_effector_position
809
+ - end_effector_rotation
810
+ - gripper_position
811
+ sin_cos_embedding_keys: null
812
+ mean_std_embedding_keys: null
813
+ action_configs: null
814
+ action:
815
+ delta_indices:
816
+ - 0
817
+ - 1
818
+ - 2
819
+ - 3
820
+ - 4
821
+ - 5
822
+ - 6
823
+ - 7
824
+ - 8
825
+ - 9
826
+ - 10
827
+ - 11
828
+ - 12
829
+ - 13
830
+ - 14
831
+ - 15
832
+ modality_keys:
833
+ - end_effector_position
834
+ - end_effector_rotation
835
+ - gripper_close
836
+ sin_cos_embedding_keys: null
837
+ mean_std_embedding_keys: null
838
+ action_configs:
839
+ - rep: DELTA
840
+ type: EEF
841
+ format: DEFAULT
842
+ state_key: null
843
+ - rep: DELTA
844
+ type: EEF
845
+ format: DEFAULT
846
+ state_key: null
847
+ - rep: ABSOLUTE
848
+ type: NON_EEF
849
+ format: DEFAULT
850
+ state_key: null
851
+ language:
852
+ delta_indices:
853
+ - 0
854
+ modality_keys:
855
+ - annotation.human.action.task_description
856
+ sin_cos_embedding_keys: null
857
+ mean_std_embedding_keys: null
858
+ action_configs: null
859
+ galaxea:
860
+ video:
861
+ delta_indices:
862
+ - 0
863
+ modality_keys:
864
+ - primary
865
+ - wrist_left
866
+ - wrist_right
867
+ sin_cos_embedding_keys: null
868
+ mean_std_embedding_keys: null
869
+ action_configs: null
870
+ state:
871
+ delta_indices:
872
+ - 0
873
+ modality_keys:
874
+ - state
875
+ sin_cos_embedding_keys: null
876
+ mean_std_embedding_keys: null
877
+ action_configs: null
878
+ action:
879
+ delta_indices:
880
+ - 0
881
+ - 1
882
+ - 2
883
+ - 3
884
+ - 4
885
+ - 5
886
+ - 6
887
+ - 7
888
+ - 8
889
+ - 9
890
+ - 10
891
+ - 11
892
+ - 12
893
+ - 13
894
+ - 14
895
+ - 15
896
+ modality_keys:
897
+ - action
898
+ sin_cos_embedding_keys: null
899
+ mean_std_embedding_keys: null
900
+ action_configs:
901
+ - rep: ABSOLUTE
902
+ type: NON_EEF
903
+ format: DEFAULT
904
+ state_key: null
905
+ language:
906
+ delta_indices:
907
+ - 0
908
+ modality_keys:
909
+ - annotation.human.action.task_description
910
+ sin_cos_embedding_keys: null
911
+ mean_std_embedding_keys: null
912
+ action_configs: null
913
+ fmb_dataset:
914
+ video:
915
+ delta_indices:
916
+ - 0
917
+ modality_keys:
918
+ - primary
919
+ - secondary
920
+ - wrist
921
+ sin_cos_embedding_keys: null
922
+ mean_std_embedding_keys: null
923
+ action_configs: null
924
+ state:
925
+ delta_indices:
926
+ - 0
927
+ modality_keys:
928
+ - end_effector_position
929
+ - end_effector_rotation
930
+ - gripper_position
931
+ sin_cos_embedding_keys: null
932
+ mean_std_embedding_keys: null
933
+ action_configs: null
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
+ modality_keys:
953
+ - end_effector_position
954
+ - end_effector_rotation
955
+ - gripper_close
956
+ sin_cos_embedding_keys: null
957
+ mean_std_embedding_keys: null
958
+ action_configs:
959
+ - rep: DELTA
960
+ type: EEF
961
+ format: DEFAULT
962
+ state_key: null
963
+ - rep: DELTA
964
+ type: EEF
965
+ format: DEFAULT
966
+ state_key: null
967
+ - rep: ABSOLUTE
968
+ type: NON_EEF
969
+ format: DEFAULT
970
+ state_key: null
971
+ language:
972
+ delta_indices:
973
+ - 0
974
+ modality_keys:
975
+ - annotation.human.action.task_description
976
+ sin_cos_embedding_keys: null
977
+ mean_std_embedding_keys: null
978
+ action_configs: null
979
+ agibot_dexhand:
980
+ video:
981
+ delta_indices:
982
+ - 0
983
+ modality_keys:
984
+ - primary
985
+ sin_cos_embedding_keys: null
986
+ mean_std_embedding_keys: null
987
+ action_configs: null
988
+ state:
989
+ delta_indices:
990
+ - 0
991
+ modality_keys:
992
+ - state
993
+ sin_cos_embedding_keys: null
994
+ mean_std_embedding_keys: null
995
+ action_configs: null
996
+ action:
997
+ delta_indices:
998
+ - 0
999
+ - 1
1000
+ - 2
1001
+ - 3
1002
+ - 4
1003
+ - 5
1004
+ - 6
1005
+ - 7
1006
+ - 8
1007
+ - 9
1008
+ - 10
1009
+ - 11
1010
+ - 12
1011
+ - 13
1012
+ - 14
1013
+ - 15
1014
+ modality_keys:
1015
+ - action
1016
+ sin_cos_embedding_keys: null
1017
+ mean_std_embedding_keys: null
1018
+ action_configs:
1019
+ - rep: ABSOLUTE
1020
+ type: NON_EEF
1021
+ format: DEFAULT
1022
+ state_key: null
1023
+ language:
1024
+ delta_indices:
1025
+ - 0
1026
+ modality_keys:
1027
+ - annotation.human.action.task_description
1028
+ sin_cos_embedding_keys: null
1029
+ mean_std_embedding_keys: null
1030
+ action_configs: null
1031
+ language_table:
1032
+ video:
1033
+ delta_indices:
1034
+ - 0
1035
+ modality_keys:
1036
+ - primary
1037
+ sin_cos_embedding_keys: null
1038
+ mean_std_embedding_keys: null
1039
+ action_configs: null
1040
+ state:
1041
+ delta_indices:
1042
+ - 0
1043
+ modality_keys:
1044
+ - end_effector_position
1045
+ sin_cos_embedding_keys: null
1046
+ mean_std_embedding_keys: null
1047
+ action_configs: null
1048
+ action:
1049
+ delta_indices:
1050
+ - 0
1051
+ - 1
1052
+ - 2
1053
+ - 3
1054
+ - 4
1055
+ - 5
1056
+ - 6
1057
+ - 7
1058
+ - 8
1059
+ - 9
1060
+ - 10
1061
+ - 11
1062
+ - 12
1063
+ - 13
1064
+ - 14
1065
+ - 15
1066
+ modality_keys:
1067
+ - end_effector_position
1068
+ sin_cos_embedding_keys: null
1069
+ mean_std_embedding_keys: null
1070
+ action_configs:
1071
+ - rep: DELTA
1072
+ type: EEF
1073
+ format: DEFAULT
1074
+ state_key: null
1075
+ language:
1076
+ delta_indices:
1077
+ - 0
1078
+ modality_keys:
1079
+ - annotation.human.action.task_description
1080
+ sin_cos_embedding_keys: null
1081
+ mean_std_embedding_keys: null
1082
+ action_configs: null
1083
+ humanoid_everyday_g1:
1084
+ video:
1085
+ delta_indices:
1086
+ - 0
1087
+ modality_keys:
1088
+ - egocentric_resized
1089
+ sin_cos_embedding_keys: null
1090
+ mean_std_embedding_keys: null
1091
+ action_configs: null
1092
+ state:
1093
+ delta_indices:
1094
+ - 0
1095
+ modality_keys:
1096
+ - left_arm
1097
+ - left_hand
1098
+ - right_arm
1099
+ - right_hand
1100
+ sin_cos_embedding_keys: null
1101
+ mean_std_embedding_keys: null
1102
+ action_configs: null
1103
+ action:
1104
+ delta_indices:
1105
+ - 0
1106
+ - 1
1107
+ - 2
1108
+ - 3
1109
+ - 4
1110
+ - 5
1111
+ - 6
1112
+ - 7
1113
+ - 8
1114
+ - 9
1115
+ - 10
1116
+ - 11
1117
+ - 12
1118
+ - 13
1119
+ - 14
1120
+ - 15
1121
+ modality_keys:
1122
+ - left_arm
1123
+ - left_hand
1124
+ - right_arm
1125
+ - right_hand
1126
+ sin_cos_embedding_keys: null
1127
+ mean_std_embedding_keys: null
1128
+ action_configs:
1129
+ - rep: ABSOLUTE
1130
+ type: NON_EEF
1131
+ format: DEFAULT
1132
+ state_key: null
1133
+ - rep: ABSOLUTE
1134
+ type: NON_EEF
1135
+ format: DEFAULT
1136
+ state_key: null
1137
+ - rep: ABSOLUTE
1138
+ type: NON_EEF
1139
+ format: DEFAULT
1140
+ state_key: null
1141
+ - rep: ABSOLUTE
1142
+ type: NON_EEF
1143
+ format: DEFAULT
1144
+ state_key: null
1145
+ language:
1146
+ delta_indices:
1147
+ - 0
1148
+ modality_keys:
1149
+ - annotation.human.action.task_description
1150
+ sin_cos_embedding_keys: null
1151
+ mean_std_embedding_keys: null
1152
+ action_configs: null
1153
+ nyu_franka_play_dataset_converted_externally_to_rlds:
1154
+ video:
1155
+ delta_indices:
1156
+ - 0
1157
+ modality_keys:
1158
+ - primary
1159
+ - secondary
1160
+ sin_cos_embedding_keys: null
1161
+ mean_std_embedding_keys: null
1162
+ action_configs: null
1163
+ state:
1164
+ delta_indices:
1165
+ - 0
1166
+ modality_keys:
1167
+ - end_effector_position
1168
+ - end_effector_rotation
1169
+ - gripper_position
1170
+ sin_cos_embedding_keys: null
1171
+ mean_std_embedding_keys: null
1172
+ action_configs: null
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
+ modality_keys:
1192
+ - end_effector_position
1193
+ - end_effector_rotation
1194
+ - gripper_close
1195
+ sin_cos_embedding_keys: null
1196
+ mean_std_embedding_keys: null
1197
+ action_configs:
1198
+ - rep: DELTA
1199
+ type: EEF
1200
+ format: DEFAULT
1201
+ state_key: null
1202
+ - rep: DELTA
1203
+ type: EEF
1204
+ format: DEFAULT
1205
+ state_key: null
1206
+ - rep: ABSOLUTE
1207
+ type: NON_EEF
1208
+ format: DEFAULT
1209
+ state_key: null
1210
+ language:
1211
+ delta_indices:
1212
+ - 0
1213
+ modality_keys:
1214
+ - annotation.human.action.task_description
1215
+ sin_cos_embedding_keys: null
1216
+ mean_std_embedding_keys: null
1217
+ action_configs: null
1218
+ austin_buds_dataset_converted_externally_to_rlds:
1219
+ video:
1220
+ delta_indices:
1221
+ - 0
1222
+ modality_keys:
1223
+ - primary
1224
+ - wrist
1225
+ sin_cos_embedding_keys: null
1226
+ mean_std_embedding_keys: null
1227
+ action_configs: null
1228
+ state:
1229
+ delta_indices:
1230
+ - 0
1231
+ modality_keys:
1232
+ - joint_position
1233
+ - gripper_position
1234
+ sin_cos_embedding_keys: null
1235
+ mean_std_embedding_keys: null
1236
+ action_configs: null
1237
+ action:
1238
+ delta_indices:
1239
+ - 0
1240
+ - 1
1241
+ - 2
1242
+ - 3
1243
+ - 4
1244
+ - 5
1245
+ - 6
1246
+ - 7
1247
+ - 8
1248
+ - 9
1249
+ - 10
1250
+ - 11
1251
+ - 12
1252
+ - 13
1253
+ - 14
1254
+ - 15
1255
+ modality_keys:
1256
+ - end_effector_position
1257
+ - end_effector_rotation
1258
+ - gripper_close
1259
+ sin_cos_embedding_keys: null
1260
+ mean_std_embedding_keys: null
1261
+ action_configs:
1262
+ - rep: DELTA
1263
+ type: EEF
1264
+ format: DEFAULT
1265
+ state_key: null
1266
+ - rep: DELTA
1267
+ type: EEF
1268
+ format: DEFAULT
1269
+ state_key: null
1270
+ - rep: ABSOLUTE
1271
+ type: NON_EEF
1272
+ format: DEFAULT
1273
+ state_key: null
1274
+ language:
1275
+ delta_indices:
1276
+ - 0
1277
+ modality_keys:
1278
+ - annotation.human.action.task_description
1279
+ sin_cos_embedding_keys: null
1280
+ mean_std_embedding_keys: null
1281
+ action_configs: null
1282
+ dlr_edan_shared_control_converted_externally_to_rlds:
1283
+ video:
1284
+ delta_indices:
1285
+ - 0
1286
+ modality_keys:
1287
+ - primary
1288
+ sin_cos_embedding_keys: null
1289
+ mean_std_embedding_keys: null
1290
+ action_configs: null
1291
+ state:
1292
+ delta_indices:
1293
+ - 0
1294
+ modality_keys:
1295
+ - end_effector_position
1296
+ - end_effector_rotation
1297
+ - gripper_position
1298
+ sin_cos_embedding_keys: null
1299
+ mean_std_embedding_keys: null
1300
+ action_configs: null
1301
+ action:
1302
+ delta_indices:
1303
+ - 0
1304
+ - 1
1305
+ - 2
1306
+ - 3
1307
+ - 4
1308
+ - 5
1309
+ - 6
1310
+ - 7
1311
+ - 8
1312
+ - 9
1313
+ - 10
1314
+ - 11
1315
+ - 12
1316
+ - 13
1317
+ - 14
1318
+ - 15
1319
+ modality_keys:
1320
+ - end_effector_position
1321
+ - end_effector_rotation
1322
+ - gripper_close
1323
+ sin_cos_embedding_keys: null
1324
+ mean_std_embedding_keys: null
1325
+ action_configs:
1326
+ - rep: DELTA
1327
+ type: EEF
1328
+ format: DEFAULT
1329
+ state_key: null
1330
+ - rep: DELTA
1331
+ type: EEF
1332
+ format: DEFAULT
1333
+ state_key: null
1334
+ - rep: ABSOLUTE
1335
+ type: NON_EEF
1336
+ format: DEFAULT
1337
+ state_key: null
1338
+ language:
1339
+ delta_indices:
1340
+ - 0
1341
+ modality_keys:
1342
+ - annotation.human.action.task_description
1343
+ sin_cos_embedding_keys: null
1344
+ mean_std_embedding_keys: null
1345
+ action_configs: null
1346
+ droid:
1347
+ video:
1348
+ delta_indices:
1349
+ - 0
1350
+ modality_keys:
1351
+ - primary
1352
+ - secondary
1353
+ - wrist
1354
+ sin_cos_embedding_keys: null
1355
+ mean_std_embedding_keys: null
1356
+ action_configs: null
1357
+ state:
1358
+ delta_indices:
1359
+ - 0
1360
+ modality_keys:
1361
+ - end_effector_position
1362
+ - end_effector_rotation
1363
+ - gripper_position
1364
+ sin_cos_embedding_keys: null
1365
+ mean_std_embedding_keys: null
1366
+ action_configs: null
1367
+ action:
1368
+ delta_indices:
1369
+ - 0
1370
+ - 1
1371
+ - 2
1372
+ - 3
1373
+ - 4
1374
+ - 5
1375
+ - 6
1376
+ - 7
1377
+ - 8
1378
+ - 9
1379
+ - 10
1380
+ - 11
1381
+ - 12
1382
+ - 13
1383
+ - 14
1384
+ - 15
1385
+ modality_keys:
1386
+ - end_effector_position
1387
+ - end_effector_rotation
1388
+ - gripper_close
1389
+ sin_cos_embedding_keys: null
1390
+ mean_std_embedding_keys: null
1391
+ action_configs:
1392
+ - rep: DELTA
1393
+ type: EEF
1394
+ format: DEFAULT
1395
+ state_key: null
1396
+ - rep: DELTA
1397
+ type: EEF
1398
+ format: DEFAULT
1399
+ state_key: null
1400
+ - rep: ABSOLUTE
1401
+ type: NON_EEF
1402
+ format: DEFAULT
1403
+ state_key: null
1404
+ language:
1405
+ delta_indices:
1406
+ - 0
1407
+ modality_keys:
1408
+ - annotation.human.action.task_description
1409
+ sin_cos_embedding_keys: null
1410
+ mean_std_embedding_keys: null
1411
+ action_configs: null
1412
+ berkeley_fanuc_manipulation:
1413
+ video:
1414
+ delta_indices:
1415
+ - 0
1416
+ modality_keys:
1417
+ - primary
1418
+ - wrist
1419
+ sin_cos_embedding_keys: null
1420
+ mean_std_embedding_keys: null
1421
+ action_configs: null
1422
+ state:
1423
+ delta_indices:
1424
+ - 0
1425
+ modality_keys:
1426
+ - joint_position
1427
+ - gripper_position
1428
+ sin_cos_embedding_keys: null
1429
+ mean_std_embedding_keys: null
1430
+ action_configs: null
1431
+ action:
1432
+ delta_indices:
1433
+ - 0
1434
+ - 1
1435
+ - 2
1436
+ - 3
1437
+ - 4
1438
+ - 5
1439
+ - 6
1440
+ - 7
1441
+ - 8
1442
+ - 9
1443
+ - 10
1444
+ - 11
1445
+ - 12
1446
+ - 13
1447
+ - 14
1448
+ - 15
1449
+ modality_keys:
1450
+ - end_effector_position
1451
+ - end_effector_rotation
1452
+ - gripper_close
1453
+ sin_cos_embedding_keys: null
1454
+ mean_std_embedding_keys: null
1455
+ action_configs:
1456
+ - rep: DELTA
1457
+ type: EEF
1458
+ format: DEFAULT
1459
+ state_key: null
1460
+ - rep: DELTA
1461
+ type: EEF
1462
+ format: DEFAULT
1463
+ state_key: null
1464
+ - rep: ABSOLUTE
1465
+ type: NON_EEF
1466
+ format: DEFAULT
1467
+ state_key: null
1468
+ language:
1469
+ delta_indices:
1470
+ - 0
1471
+ modality_keys:
1472
+ - annotation.human.action.task_description
1473
+ sin_cos_embedding_keys: null
1474
+ mean_std_embedding_keys: null
1475
+ action_configs: null
1476
+ dobbe:
1477
+ video:
1478
+ delta_indices:
1479
+ - 0
1480
+ modality_keys:
1481
+ - wrist
1482
+ sin_cos_embedding_keys: null
1483
+ mean_std_embedding_keys: null
1484
+ action_configs: null
1485
+ state:
1486
+ delta_indices:
1487
+ - 0
1488
+ modality_keys:
1489
+ - end_effector_position
1490
+ - end_effector_rotation
1491
+ - gripper_position
1492
+ sin_cos_embedding_keys: null
1493
+ mean_std_embedding_keys: null
1494
+ action_configs: null
1495
+ action:
1496
+ delta_indices:
1497
+ - 0
1498
+ - 1
1499
+ - 2
1500
+ - 3
1501
+ - 4
1502
+ - 5
1503
+ - 6
1504
+ - 7
1505
+ - 8
1506
+ - 9
1507
+ - 10
1508
+ - 11
1509
+ - 12
1510
+ - 13
1511
+ - 14
1512
+ - 15
1513
+ modality_keys:
1514
+ - end_effector_position
1515
+ - end_effector_rotation
1516
+ - gripper_close
1517
+ sin_cos_embedding_keys: null
1518
+ mean_std_embedding_keys: null
1519
+ action_configs:
1520
+ - rep: DELTA
1521
+ type: EEF
1522
+ format: DEFAULT
1523
+ state_key: null
1524
+ - rep: DELTA
1525
+ type: EEF
1526
+ format: DEFAULT
1527
+ state_key: null
1528
+ - rep: ABSOLUTE
1529
+ type: NON_EEF
1530
+ format: DEFAULT
1531
+ state_key: null
1532
+ language:
1533
+ delta_indices:
1534
+ - 0
1535
+ modality_keys:
1536
+ - annotation.human.action.task_description
1537
+ sin_cos_embedding_keys: null
1538
+ mean_std_embedding_keys: null
1539
+ action_configs: null
1540
+ cmu_stretch:
1541
+ video:
1542
+ delta_indices:
1543
+ - 0
1544
+ modality_keys:
1545
+ - primary
1546
+ sin_cos_embedding_keys: null
1547
+ mean_std_embedding_keys: null
1548
+ action_configs: null
1549
+ state:
1550
+ delta_indices:
1551
+ - 0
1552
+ modality_keys:
1553
+ - end_effector_position
1554
+ - end_effector_rotation
1555
+ - gripper_position
1556
+ sin_cos_embedding_keys: null
1557
+ mean_std_embedding_keys: null
1558
+ action_configs: null
1559
+ action:
1560
+ delta_indices:
1561
+ - 0
1562
+ - 1
1563
+ - 2
1564
+ - 3
1565
+ - 4
1566
+ - 5
1567
+ - 6
1568
+ - 7
1569
+ - 8
1570
+ - 9
1571
+ - 10
1572
+ - 11
1573
+ - 12
1574
+ - 13
1575
+ - 14
1576
+ - 15
1577
+ modality_keys:
1578
+ - end_effector_position
1579
+ - end_effector_rotation
1580
+ - gripper_close
1581
+ sin_cos_embedding_keys: null
1582
+ mean_std_embedding_keys: null
1583
+ action_configs:
1584
+ - rep: DELTA
1585
+ type: EEF
1586
+ format: DEFAULT
1587
+ state_key: null
1588
+ - rep: DELTA
1589
+ type: EEF
1590
+ format: DEFAULT
1591
+ state_key: null
1592
+ - rep: ABSOLUTE
1593
+ type: NON_EEF
1594
+ format: DEFAULT
1595
+ state_key: null
1596
+ language:
1597
+ delta_indices:
1598
+ - 0
1599
+ modality_keys:
1600
+ - annotation.human.action.task_description
1601
+ sin_cos_embedding_keys: null
1602
+ mean_std_embedding_keys: null
1603
+ action_configs: null
1604
+ austin_sailor_dataset_converted_externally_to_rlds:
1605
+ video:
1606
+ delta_indices:
1607
+ - 0
1608
+ modality_keys:
1609
+ - primary
1610
+ - wrist
1611
+ sin_cos_embedding_keys: null
1612
+ mean_std_embedding_keys: null
1613
+ action_configs: null
1614
+ state:
1615
+ delta_indices:
1616
+ - 0
1617
+ modality_keys:
1618
+ - end_effector_position
1619
+ - end_effector_rotation
1620
+ - gripper_position
1621
+ sin_cos_embedding_keys: null
1622
+ mean_std_embedding_keys: null
1623
+ action_configs: null
1624
+ action:
1625
+ delta_indices:
1626
+ - 0
1627
+ - 1
1628
+ - 2
1629
+ - 3
1630
+ - 4
1631
+ - 5
1632
+ - 6
1633
+ - 7
1634
+ - 8
1635
+ - 9
1636
+ - 10
1637
+ - 11
1638
+ - 12
1639
+ - 13
1640
+ - 14
1641
+ - 15
1642
+ modality_keys:
1643
+ - end_effector_position
1644
+ - end_effector_rotation
1645
+ - gripper_close
1646
+ sin_cos_embedding_keys: null
1647
+ mean_std_embedding_keys: null
1648
+ action_configs:
1649
+ - rep: DELTA
1650
+ type: EEF
1651
+ format: DEFAULT
1652
+ state_key: null
1653
+ - rep: DELTA
1654
+ type: EEF
1655
+ format: DEFAULT
1656
+ state_key: null
1657
+ - rep: ABSOLUTE
1658
+ type: NON_EEF
1659
+ format: DEFAULT
1660
+ state_key: null
1661
+ language:
1662
+ delta_indices:
1663
+ - 0
1664
+ modality_keys:
1665
+ - annotation.human.action.task_description
1666
+ sin_cos_embedding_keys: null
1667
+ mean_std_embedding_keys: null
1668
+ action_configs: null
1669
+ furniture_bench_dataset_converted_externally_to_rlds:
1670
+ video:
1671
+ delta_indices:
1672
+ - 0
1673
+ modality_keys:
1674
+ - primary
1675
+ - wrist
1676
+ sin_cos_embedding_keys: null
1677
+ mean_std_embedding_keys: null
1678
+ action_configs: null
1679
+ state:
1680
+ delta_indices:
1681
+ - 0
1682
+ modality_keys:
1683
+ - end_effector_position
1684
+ - end_effector_rotation
1685
+ - gripper_position
1686
+ sin_cos_embedding_keys: null
1687
+ mean_std_embedding_keys: null
1688
+ action_configs: null
1689
+ action:
1690
+ delta_indices:
1691
+ - 0
1692
+ - 1
1693
+ - 2
1694
+ - 3
1695
+ - 4
1696
+ - 5
1697
+ - 6
1698
+ - 7
1699
+ - 8
1700
+ - 9
1701
+ - 10
1702
+ - 11
1703
+ - 12
1704
+ - 13
1705
+ - 14
1706
+ - 15
1707
+ modality_keys:
1708
+ - end_effector_position
1709
+ - end_effector_rotation
1710
+ - gripper_close
1711
+ sin_cos_embedding_keys: null
1712
+ mean_std_embedding_keys: null
1713
+ action_configs:
1714
+ - rep: DELTA
1715
+ type: EEF
1716
+ format: DEFAULT
1717
+ state_key: null
1718
+ - rep: DELTA
1719
+ type: EEF
1720
+ format: DEFAULT
1721
+ state_key: null
1722
+ - rep: ABSOLUTE
1723
+ type: NON_EEF
1724
+ format: DEFAULT
1725
+ state_key: null
1726
+ language:
1727
+ delta_indices:
1728
+ - 0
1729
+ modality_keys:
1730
+ - annotation.human.action.task_description
1731
+ sin_cos_embedding_keys: null
1732
+ mean_std_embedding_keys: null
1733
+ action_configs: null
1734
+ bridge_orig:
1735
+ video:
1736
+ delta_indices:
1737
+ - 0
1738
+ modality_keys:
1739
+ - primary
1740
+ - secondary
1741
+ sin_cos_embedding_keys: null
1742
+ mean_std_embedding_keys: null
1743
+ action_configs: null
1744
+ state:
1745
+ delta_indices:
1746
+ - 0
1747
+ modality_keys:
1748
+ - end_effector_position
1749
+ - end_effector_rotation
1750
+ - gripper_position
1751
+ sin_cos_embedding_keys: null
1752
+ mean_std_embedding_keys: null
1753
+ action_configs: null
1754
+ action:
1755
+ delta_indices:
1756
+ - 0
1757
+ - 1
1758
+ - 2
1759
+ - 3
1760
+ - 4
1761
+ - 5
1762
+ - 6
1763
+ - 7
1764
+ - 8
1765
+ - 9
1766
+ - 10
1767
+ - 11
1768
+ - 12
1769
+ - 13
1770
+ - 14
1771
+ - 15
1772
+ modality_keys:
1773
+ - end_effector_position
1774
+ - end_effector_rotation
1775
+ - gripper_close
1776
+ sin_cos_embedding_keys: null
1777
+ mean_std_embedding_keys: null
1778
+ action_configs:
1779
+ - rep: DELTA
1780
+ type: EEF
1781
+ format: DEFAULT
1782
+ state_key: null
1783
+ - rep: DELTA
1784
+ type: EEF
1785
+ format: DEFAULT
1786
+ state_key: null
1787
+ - rep: ABSOLUTE
1788
+ type: NON_EEF
1789
+ format: DEFAULT
1790
+ state_key: null
1791
+ language:
1792
+ delta_indices:
1793
+ - 0
1794
+ modality_keys:
1795
+ - annotation.human.action.task_description
1796
+ sin_cos_embedding_keys: null
1797
+ mean_std_embedding_keys: null
1798
+ action_configs: null
1799
+ ucsd_kitchen_dataset_converted_externally_to_rlds:
1800
+ video:
1801
+ delta_indices:
1802
+ - 0
1803
+ modality_keys:
1804
+ - primary
1805
+ sin_cos_embedding_keys: null
1806
+ mean_std_embedding_keys: null
1807
+ action_configs: null
1808
+ state:
1809
+ delta_indices:
1810
+ - 0
1811
+ modality_keys:
1812
+ - joint_position
1813
+ sin_cos_embedding_keys: null
1814
+ mean_std_embedding_keys: null
1815
+ action_configs: null
1816
+ action:
1817
+ delta_indices:
1818
+ - 0
1819
+ - 1
1820
+ - 2
1821
+ - 3
1822
+ - 4
1823
+ - 5
1824
+ - 6
1825
+ - 7
1826
+ - 8
1827
+ - 9
1828
+ - 10
1829
+ - 11
1830
+ - 12
1831
+ - 13
1832
+ - 14
1833
+ - 15
1834
+ modality_keys:
1835
+ - end_effector_position
1836
+ - end_effector_rotation
1837
+ - gripper_close
1838
+ sin_cos_embedding_keys: null
1839
+ mean_std_embedding_keys: null
1840
+ action_configs:
1841
+ - rep: DELTA
1842
+ type: EEF
1843
+ format: DEFAULT
1844
+ state_key: null
1845
+ - rep: DELTA
1846
+ type: EEF
1847
+ format: DEFAULT
1848
+ state_key: null
1849
+ - rep: ABSOLUTE
1850
+ type: NON_EEF
1851
+ format: DEFAULT
1852
+ state_key: null
1853
+ language:
1854
+ delta_indices:
1855
+ - 0
1856
+ modality_keys:
1857
+ - annotation.human.action.task_description
1858
+ sin_cos_embedding_keys: null
1859
+ mean_std_embedding_keys: null
1860
+ action_configs: null
1861
+ toto:
1862
+ video:
1863
+ delta_indices:
1864
+ - 0
1865
+ modality_keys:
1866
+ - primary
1867
+ sin_cos_embedding_keys: null
1868
+ mean_std_embedding_keys: null
1869
+ action_configs: null
1870
+ state:
1871
+ delta_indices:
1872
+ - 0
1873
+ modality_keys:
1874
+ - joint_position
1875
+ - gripper_position
1876
+ sin_cos_embedding_keys: null
1877
+ mean_std_embedding_keys: null
1878
+ action_configs: null
1879
+ action:
1880
+ delta_indices:
1881
+ - 0
1882
+ - 1
1883
+ - 2
1884
+ - 3
1885
+ - 4
1886
+ - 5
1887
+ - 6
1888
+ - 7
1889
+ - 8
1890
+ - 9
1891
+ - 10
1892
+ - 11
1893
+ - 12
1894
+ - 13
1895
+ - 14
1896
+ - 15
1897
+ modality_keys:
1898
+ - end_effector_position
1899
+ - end_effector_rotation
1900
+ - gripper_close
1901
+ sin_cos_embedding_keys: null
1902
+ mean_std_embedding_keys: null
1903
+ action_configs:
1904
+ - rep: DELTA
1905
+ type: EEF
1906
+ format: DEFAULT
1907
+ state_key: null
1908
+ - rep: DELTA
1909
+ type: EEF
1910
+ format: DEFAULT
1911
+ state_key: null
1912
+ - rep: ABSOLUTE
1913
+ type: NON_EEF
1914
+ format: DEFAULT
1915
+ state_key: null
1916
+ language:
1917
+ delta_indices:
1918
+ - 0
1919
+ modality_keys:
1920
+ - annotation.human.action.task_description
1921
+ sin_cos_embedding_keys: null
1922
+ mean_std_embedding_keys: null
1923
+ action_configs: null
1924
+ neural_gr1:
1925
+ video:
1926
+ delta_indices:
1927
+ - 0
1928
+ modality_keys:
1929
+ - ego_view
1930
+ sin_cos_embedding_keys: null
1931
+ mean_std_embedding_keys: null
1932
+ action_configs: null
1933
+ state:
1934
+ delta_indices:
1935
+ - 0
1936
+ modality_keys:
1937
+ - left_arm
1938
+ - left_hand
1939
+ - left_leg
1940
+ - neck
1941
+ - right_arm
1942
+ - right_hand
1943
+ - right_leg
1944
+ - waist
1945
+ sin_cos_embedding_keys: null
1946
+ mean_std_embedding_keys: null
1947
+ action_configs: null
1948
+ action:
1949
+ delta_indices:
1950
+ - 0
1951
+ - 1
1952
+ - 2
1953
+ - 3
1954
+ - 4
1955
+ - 5
1956
+ - 6
1957
+ - 7
1958
+ - 8
1959
+ - 9
1960
+ - 10
1961
+ - 11
1962
+ - 12
1963
+ - 13
1964
+ - 14
1965
+ - 15
1966
+ modality_keys:
1967
+ - left_arm
1968
+ - left_hand
1969
+ - left_leg
1970
+ - neck
1971
+ - right_arm
1972
+ - right_hand
1973
+ - right_leg
1974
+ - waist
1975
+ sin_cos_embedding_keys: null
1976
+ mean_std_embedding_keys: null
1977
+ action_configs:
1978
+ - rep: ABSOLUTE
1979
+ type: NON_EEF
1980
+ format: DEFAULT
1981
+ state_key: null
1982
+ - rep: ABSOLUTE
1983
+ type: NON_EEF
1984
+ format: DEFAULT
1985
+ state_key: null
1986
+ - rep: ABSOLUTE
1987
+ type: NON_EEF
1988
+ format: DEFAULT
1989
+ state_key: null
1990
+ - rep: ABSOLUTE
1991
+ type: NON_EEF
1992
+ format: DEFAULT
1993
+ state_key: null
1994
+ - rep: ABSOLUTE
1995
+ type: NON_EEF
1996
+ format: DEFAULT
1997
+ state_key: null
1998
+ - rep: ABSOLUTE
1999
+ type: NON_EEF
2000
+ format: DEFAULT
2001
+ state_key: null
2002
+ - rep: ABSOLUTE
2003
+ type: NON_EEF
2004
+ format: DEFAULT
2005
+ state_key: null
2006
+ - rep: ABSOLUTE
2007
+ type: NON_EEF
2008
+ format: DEFAULT
2009
+ state_key: null
2010
+ language:
2011
+ delta_indices:
2012
+ - 0
2013
+ modality_keys:
2014
+ - annotation.human.action.task_description
2015
+ sin_cos_embedding_keys: null
2016
+ mean_std_embedding_keys: null
2017
+ action_configs: null
2018
+ berkeley_cable_routing:
2019
+ video:
2020
+ delta_indices:
2021
+ - 0
2022
+ modality_keys:
2023
+ - primary
2024
+ - secondary
2025
+ - wrist
2026
+ sin_cos_embedding_keys: null
2027
+ mean_std_embedding_keys: null
2028
+ action_configs: null
2029
+ state:
2030
+ delta_indices:
2031
+ - 0
2032
+ modality_keys:
2033
+ - joint_position
2034
+ sin_cos_embedding_keys: null
2035
+ mean_std_embedding_keys: null
2036
+ action_configs: null
2037
+ action:
2038
+ delta_indices:
2039
+ - 0
2040
+ - 1
2041
+ - 2
2042
+ - 3
2043
+ - 4
2044
+ - 5
2045
+ - 6
2046
+ - 7
2047
+ - 8
2048
+ - 9
2049
+ - 10
2050
+ - 11
2051
+ - 12
2052
+ - 13
2053
+ - 14
2054
+ - 15
2055
+ modality_keys:
2056
+ - end_effector_position
2057
+ - end_effector_rotation
2058
+ - gripper_close
2059
+ sin_cos_embedding_keys: null
2060
+ mean_std_embedding_keys: null
2061
+ action_configs:
2062
+ - rep: DELTA
2063
+ type: EEF
2064
+ format: DEFAULT
2065
+ state_key: null
2066
+ - rep: DELTA
2067
+ type: EEF
2068
+ format: DEFAULT
2069
+ state_key: null
2070
+ - rep: ABSOLUTE
2071
+ type: NON_EEF
2072
+ format: DEFAULT
2073
+ state_key: null
2074
+ language:
2075
+ delta_indices:
2076
+ - 0
2077
+ modality_keys:
2078
+ - annotation.human.action.task_description
2079
+ sin_cos_embedding_keys: null
2080
+ mean_std_embedding_keys: null
2081
+ action_configs: null
2082
+ berkeley_autolab_ur5:
2083
+ video:
2084
+ delta_indices:
2085
+ - 0
2086
+ modality_keys:
2087
+ - primary
2088
+ - wrist
2089
+ sin_cos_embedding_keys: null
2090
+ mean_std_embedding_keys: null
2091
+ action_configs: null
2092
+ state:
2093
+ delta_indices:
2094
+ - 0
2095
+ modality_keys:
2096
+ - end_effector_position
2097
+ - end_effector_rotation
2098
+ - gripper_position
2099
+ sin_cos_embedding_keys: null
2100
+ mean_std_embedding_keys: null
2101
+ action_configs: null
2102
+ action:
2103
+ delta_indices:
2104
+ - 0
2105
+ - 1
2106
+ - 2
2107
+ - 3
2108
+ - 4
2109
+ - 5
2110
+ - 6
2111
+ - 7
2112
+ - 8
2113
+ - 9
2114
+ - 10
2115
+ - 11
2116
+ - 12
2117
+ - 13
2118
+ - 14
2119
+ - 15
2120
+ modality_keys:
2121
+ - end_effector_position
2122
+ - end_effector_rotation
2123
+ - gripper_close
2124
+ sin_cos_embedding_keys: null
2125
+ mean_std_embedding_keys: null
2126
+ action_configs:
2127
+ - rep: DELTA
2128
+ type: EEF
2129
+ format: DEFAULT
2130
+ state_key: null
2131
+ - rep: DELTA
2132
+ type: EEF
2133
+ format: DEFAULT
2134
+ state_key: null
2135
+ - rep: ABSOLUTE
2136
+ type: NON_EEF
2137
+ format: DEFAULT
2138
+ state_key: null
2139
+ language:
2140
+ delta_indices:
2141
+ - 0
2142
+ modality_keys:
2143
+ - annotation.human.action.task_description
2144
+ sin_cos_embedding_keys: null
2145
+ mean_std_embedding_keys: null
2146
+ action_configs: null
2147
+ iamlab_cmu_pickup_insert_converted_externally_to_rlds:
2148
+ video:
2149
+ delta_indices:
2150
+ - 0
2151
+ modality_keys:
2152
+ - primary
2153
+ - wrist
2154
+ sin_cos_embedding_keys: null
2155
+ mean_std_embedding_keys: null
2156
+ action_configs: null
2157
+ state:
2158
+ delta_indices:
2159
+ - 0
2160
+ modality_keys:
2161
+ - end_effector_position
2162
+ - end_effector_rotation
2163
+ - gripper_position
2164
+ sin_cos_embedding_keys: null
2165
+ mean_std_embedding_keys: null
2166
+ action_configs: null
2167
+ action:
2168
+ delta_indices:
2169
+ - 0
2170
+ - 1
2171
+ - 2
2172
+ - 3
2173
+ - 4
2174
+ - 5
2175
+ - 6
2176
+ - 7
2177
+ - 8
2178
+ - 9
2179
+ - 10
2180
+ - 11
2181
+ - 12
2182
+ - 13
2183
+ - 14
2184
+ - 15
2185
+ modality_keys:
2186
+ - end_effector_position
2187
+ - end_effector_rotation
2188
+ - gripper_close
2189
+ sin_cos_embedding_keys: null
2190
+ mean_std_embedding_keys: null
2191
+ action_configs:
2192
+ - rep: DELTA
2193
+ type: EEF
2194
+ format: DEFAULT
2195
+ state_key: null
2196
+ - rep: DELTA
2197
+ type: EEF
2198
+ format: DEFAULT
2199
+ state_key: null
2200
+ - rep: ABSOLUTE
2201
+ type: NON_EEF
2202
+ format: DEFAULT
2203
+ state_key: null
2204
+ language:
2205
+ delta_indices:
2206
+ - 0
2207
+ modality_keys:
2208
+ - annotation.human.action.task_description
2209
+ sin_cos_embedding_keys: null
2210
+ mean_std_embedding_keys: null
2211
+ action_configs: null
2212
+ stanford_hydra_dataset_converted_externally_to_rlds:
2213
+ video:
2214
+ delta_indices:
2215
+ - 0
2216
+ modality_keys:
2217
+ - primary
2218
+ - wrist
2219
+ sin_cos_embedding_keys: null
2220
+ mean_std_embedding_keys: null
2221
+ action_configs: null
2222
+ state:
2223
+ delta_indices:
2224
+ - 0
2225
+ modality_keys:
2226
+ - end_effector_position
2227
+ - end_effector_rotation
2228
+ - gripper_position
2229
+ sin_cos_embedding_keys: null
2230
+ mean_std_embedding_keys: null
2231
+ action_configs: null
2232
+ action:
2233
+ delta_indices:
2234
+ - 0
2235
+ - 1
2236
+ - 2
2237
+ - 3
2238
+ - 4
2239
+ - 5
2240
+ - 6
2241
+ - 7
2242
+ - 8
2243
+ - 9
2244
+ - 10
2245
+ - 11
2246
+ - 12
2247
+ - 13
2248
+ - 14
2249
+ - 15
2250
+ modality_keys:
2251
+ - end_effector_position
2252
+ - end_effector_rotation
2253
+ - gripper_close
2254
+ sin_cos_embedding_keys: null
2255
+ mean_std_embedding_keys: null
2256
+ action_configs:
2257
+ - rep: DELTA
2258
+ type: EEF
2259
+ format: DEFAULT
2260
+ state_key: null
2261
+ - rep: DELTA
2262
+ type: EEF
2263
+ format: DEFAULT
2264
+ state_key: null
2265
+ - rep: ABSOLUTE
2266
+ type: NON_EEF
2267
+ format: DEFAULT
2268
+ state_key: null
2269
+ language:
2270
+ delta_indices:
2271
+ - 0
2272
+ modality_keys:
2273
+ - annotation.human.action.task_description
2274
+ sin_cos_embedding_keys: null
2275
+ mean_std_embedding_keys: null
2276
+ action_configs: null
2277
+ humanoid_everyday_h1:
2278
+ video:
2279
+ delta_indices:
2280
+ - 0
2281
+ modality_keys:
2282
+ - egocentric_resized
2283
+ sin_cos_embedding_keys: null
2284
+ mean_std_embedding_keys: null
2285
+ action_configs: null
2286
+ state:
2287
+ delta_indices:
2288
+ - 0
2289
+ modality_keys:
2290
+ - left_arm
2291
+ - left_hand
2292
+ - right_arm
2293
+ - right_hand
2294
+ sin_cos_embedding_keys: null
2295
+ mean_std_embedding_keys: null
2296
+ action_configs: null
2297
+ action:
2298
+ delta_indices:
2299
+ - 0
2300
+ - 1
2301
+ - 2
2302
+ - 3
2303
+ - 4
2304
+ - 5
2305
+ - 6
2306
+ - 7
2307
+ - 8
2308
+ - 9
2309
+ - 10
2310
+ - 11
2311
+ - 12
2312
+ - 13
2313
+ - 14
2314
+ - 15
2315
+ modality_keys:
2316
+ - left_arm
2317
+ - left_hand
2318
+ - right_arm
2319
+ - right_hand
2320
+ sin_cos_embedding_keys: null
2321
+ mean_std_embedding_keys: null
2322
+ action_configs:
2323
+ - rep: ABSOLUTE
2324
+ type: NON_EEF
2325
+ format: DEFAULT
2326
+ state_key: null
2327
+ - rep: ABSOLUTE
2328
+ type: NON_EEF
2329
+ format: DEFAULT
2330
+ state_key: null
2331
+ - rep: ABSOLUTE
2332
+ type: NON_EEF
2333
+ format: DEFAULT
2334
+ state_key: null
2335
+ - rep: ABSOLUTE
2336
+ type: NON_EEF
2337
+ format: DEFAULT
2338
+ state_key: null
2339
+ language:
2340
+ delta_indices:
2341
+ - 0
2342
+ modality_keys:
2343
+ - annotation.human.action.task_description
2344
+ sin_cos_embedding_keys: null
2345
+ mean_std_embedding_keys: null
2346
+ action_configs: null
2347
+ fractal20220817_data:
2348
+ video:
2349
+ delta_indices:
2350
+ - 0
2351
+ modality_keys:
2352
+ - primary
2353
+ sin_cos_embedding_keys: null
2354
+ mean_std_embedding_keys: null
2355
+ action_configs: null
2356
+ state:
2357
+ delta_indices:
2358
+ - 0
2359
+ modality_keys:
2360
+ - end_effector_position
2361
+ - end_effector_rotation
2362
+ - gripper_position
2363
+ sin_cos_embedding_keys: null
2364
+ mean_std_embedding_keys: null
2365
+ action_configs: null
2366
+ action:
2367
+ delta_indices:
2368
+ - 0
2369
+ - 1
2370
+ - 2
2371
+ - 3
2372
+ - 4
2373
+ - 5
2374
+ - 6
2375
+ - 7
2376
+ - 8
2377
+ - 9
2378
+ - 10
2379
+ - 11
2380
+ - 12
2381
+ - 13
2382
+ - 14
2383
+ - 15
2384
+ modality_keys:
2385
+ - end_effector_position
2386
+ - end_effector_rotation
2387
+ - gripper_close
2388
+ sin_cos_embedding_keys: null
2389
+ mean_std_embedding_keys: null
2390
+ action_configs:
2391
+ - rep: DELTA
2392
+ type: EEF
2393
+ format: DEFAULT
2394
+ state_key: null
2395
+ - rep: DELTA
2396
+ type: EEF
2397
+ format: DEFAULT
2398
+ state_key: null
2399
+ - rep: ABSOLUTE
2400
+ type: NON_EEF
2401
+ format: DEFAULT
2402
+ state_key: null
2403
+ language:
2404
+ delta_indices:
2405
+ - 0
2406
+ modality_keys:
2407
+ - annotation.human.action.task_description
2408
+ sin_cos_embedding_keys: null
2409
+ mean_std_embedding_keys: null
2410
+ action_configs: null
2411
+ roboturk:
2412
+ video:
2413
+ delta_indices:
2414
+ - 0
2415
+ modality_keys:
2416
+ - primary
2417
+ sin_cos_embedding_keys: null
2418
+ mean_std_embedding_keys: null
2419
+ action_configs: null
2420
+ state:
2421
+ delta_indices:
2422
+ - 0
2423
+ modality_keys:
2424
+ - none
2425
+ sin_cos_embedding_keys: null
2426
+ mean_std_embedding_keys: null
2427
+ action_configs: null
2428
+ action:
2429
+ delta_indices:
2430
+ - 0
2431
+ - 1
2432
+ - 2
2433
+ - 3
2434
+ - 4
2435
+ - 5
2436
+ - 6
2437
+ - 7
2438
+ - 8
2439
+ - 9
2440
+ - 10
2441
+ - 11
2442
+ - 12
2443
+ - 13
2444
+ - 14
2445
+ - 15
2446
+ modality_keys:
2447
+ - end_effector_position
2448
+ - end_effector_rotation
2449
+ - gripper_close
2450
+ sin_cos_embedding_keys: null
2451
+ mean_std_embedding_keys: null
2452
+ action_configs:
2453
+ - rep: DELTA
2454
+ type: EEF
2455
+ format: DEFAULT
2456
+ state_key: null
2457
+ - rep: DELTA
2458
+ type: EEF
2459
+ format: DEFAULT
2460
+ state_key: null
2461
+ - rep: ABSOLUTE
2462
+ type: NON_EEF
2463
+ format: DEFAULT
2464
+ state_key: null
2465
+ language:
2466
+ delta_indices:
2467
+ - 0
2468
+ modality_keys:
2469
+ - annotation.human.action.task_description
2470
+ sin_cos_embedding_keys: null
2471
+ mean_std_embedding_keys: null
2472
+ action_configs: null
2473
+ action_net:
2474
+ video:
2475
+ delta_indices:
2476
+ - 0
2477
+ modality_keys:
2478
+ - primary
2479
+ sin_cos_embedding_keys: null
2480
+ mean_std_embedding_keys: null
2481
+ action_configs: null
2482
+ state:
2483
+ delta_indices:
2484
+ - 0
2485
+ modality_keys:
2486
+ - state
2487
+ sin_cos_embedding_keys: null
2488
+ mean_std_embedding_keys: null
2489
+ action_configs: null
2490
+ action:
2491
+ delta_indices:
2492
+ - 0
2493
+ - 1
2494
+ - 2
2495
+ - 3
2496
+ - 4
2497
+ - 5
2498
+ - 6
2499
+ - 7
2500
+ - 8
2501
+ - 9
2502
+ - 10
2503
+ - 11
2504
+ - 12
2505
+ - 13
2506
+ - 14
2507
+ - 15
2508
+ modality_keys:
2509
+ - action
2510
+ sin_cos_embedding_keys: null
2511
+ mean_std_embedding_keys: null
2512
+ action_configs:
2513
+ - rep: ABSOLUTE
2514
+ type: NON_EEF
2515
+ format: DEFAULT
2516
+ state_key: null
2517
+ language:
2518
+ delta_indices:
2519
+ - 0
2520
+ modality_keys:
2521
+ - annotation.human.action.task_description
2522
+ sin_cos_embedding_keys: null
2523
+ mean_std_embedding_keys: null
2524
+ action_configs: null
2525
+ viola:
2526
+ video:
2527
+ delta_indices:
2528
+ - 0
2529
+ modality_keys:
2530
+ - primary
2531
+ - wrist
2532
+ sin_cos_embedding_keys: null
2533
+ mean_std_embedding_keys: null
2534
+ action_configs: null
2535
+ state:
2536
+ delta_indices:
2537
+ - 0
2538
+ modality_keys:
2539
+ - joint_position
2540
+ - gripper_position
2541
+ sin_cos_embedding_keys: null
2542
+ mean_std_embedding_keys: null
2543
+ action_configs: null
2544
+ action:
2545
+ delta_indices:
2546
+ - 0
2547
+ - 1
2548
+ - 2
2549
+ - 3
2550
+ - 4
2551
+ - 5
2552
+ - 6
2553
+ - 7
2554
+ - 8
2555
+ - 9
2556
+ - 10
2557
+ - 11
2558
+ - 12
2559
+ - 13
2560
+ - 14
2561
+ - 15
2562
+ modality_keys:
2563
+ - end_effector_position
2564
+ - end_effector_rotation
2565
+ - gripper_close
2566
+ sin_cos_embedding_keys: null
2567
+ mean_std_embedding_keys: null
2568
+ action_configs:
2569
+ - rep: DELTA
2570
+ type: EEF
2571
+ format: DEFAULT
2572
+ state_key: null
2573
+ - rep: DELTA
2574
+ type: EEF
2575
+ format: DEFAULT
2576
+ state_key: null
2577
+ - rep: ABSOLUTE
2578
+ type: NON_EEF
2579
+ format: DEFAULT
2580
+ state_key: null
2581
+ language:
2582
+ delta_indices:
2583
+ - 0
2584
+ modality_keys:
2585
+ - annotation.human.action.task_description
2586
+ sin_cos_embedding_keys: null
2587
+ mean_std_embedding_keys: null
2588
+ action_configs: null
2589
+ dataset_mode: sharded
2590
+ download_cache: false
2591
+ shard_size: 1024
2592
+ episode_sampling_rate: 0.1
2593
+ num_shards_per_epoch: 100000
2594
+ override_pretraining_statistics: false
2595
+ mode: single_turn
2596
+ random_chop: 0.0
2597
+ mock_dataset_mode: false
2598
+ shuffle: true
2599
+ seed: 42
2600
+ multiprocessing_context: fork
2601
+ allow_padding: true
2602
+ subsample_ratio: 1.0
2603
+ video_backend: torchcodec
2604
+ training:
2605
+ output_dir: /data/taeyoung/workspace/RLDX-1/ckpt/rldx1/pretrained/rldx1_image_pt_mixv5_bsz8192_100k
2606
+ experiment_name: rldx1_image_pt_mixv5_bsz8192_100k
2607
+ max_steps: 100000
2608
+ global_batch_size: 4096
2609
+ batch_size: null
2610
+ gradient_accumulation_steps: 2
2611
+ learning_rate: 0.0001
2612
+ lr_scheduler_type: constant_with_warmup
2613
+ weight_decay: 1.0e-05
2614
+ warmup_ratio: 0.05
2615
+ warmup_steps: 0
2616
+ max_grad_norm: 1.0
2617
+ new_param_warmup_steps: 0
2618
+ optim: adamw_torch_fused
2619
+ start_from_checkpoint: null
2620
+ tf32: true
2621
+ fp16: false
2622
+ bf16: true
2623
+ eval_bf16: true
2624
+ logging_steps: 10
2625
+ save_steps: 1000
2626
+ save_total_limit: 40
2627
+ save_vl_model: false
2628
+ upload_checkpoints: false
2629
+ upload_every: 1000
2630
+ upload_last_n_checkpoints: 5
2631
+ max_concurrent_uploads: 2
2632
+ eval_strategy: 'no'
2633
+ eval_steps: 500
2634
+ eval_set_split_ratio: 0.1
2635
+ eval_batch_size: 2
2636
+ save_best_eval_metric_name: ''
2637
+ save_best_eval_metric_greater_is_better: true
2638
+ deepspeed_stage: 2
2639
+ gradient_checkpointing: false
2640
+ transformers_trust_remote_code: true
2641
+ transformers_local_files_only: false
2642
+ transformers_cache_dir: null
2643
+ transformers_access_token: null
2644
+ use_ddp: false
2645
+ ddp_bucket_cap_mb: 100
2646
+ num_gpus: 64
2647
+ dataloader_num_workers: 40
2648
+ remove_unused_columns: false
2649
+ use_wandb: true
2650
+ wandb_project: rldx-pretrain
2651
+ enable_profiling: false
2652
+ max_retries: 3
2653
+ assert_loss_less_than: null
2654
+ add_rl_callback: false
2655
+ enable_open_loop_eval: false
2656
+ open_loop_eval_traj_ids:
2657
+ - 0
2658
+ open_loop_eval_steps_per_traj: 100
2659
+ open_loop_eval_plot_indices: null
2660
+ max_steps: 100000
2661
+ save_steps: 1000
experiment_cfg/config.yaml ADDED
@@ -0,0 +1,2808 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/fractal20220817_data
9
+ dataset_type: physical_embodiment
10
+ embodiment_tag: fractal20220817_data
11
+ mix_ratio: 0.04
12
+ val_dataset_path: null
13
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
14
+ dataset_paths:
15
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/kuka
16
+ dataset_type: physical_embodiment
17
+ embodiment_tag: kuka
18
+ mix_ratio: 0.04
19
+ val_dataset_path: null
20
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
21
+ dataset_paths:
22
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/bridge_orig
23
+ dataset_type: physical_embodiment
24
+ embodiment_tag: bridge_orig
25
+ mix_ratio: 0.04
26
+ val_dataset_path: null
27
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
28
+ dataset_paths:
29
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/taco_play
30
+ dataset_type: physical_embodiment
31
+ embodiment_tag: taco_play
32
+ mix_ratio: 0.0084
33
+ val_dataset_path: null
34
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
35
+ dataset_paths:
36
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/jaco_play
37
+ dataset_type: physical_embodiment
38
+ embodiment_tag: jaco_play
39
+ mix_ratio: 0.0015
40
+ val_dataset_path: null
41
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
42
+ dataset_paths:
43
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/berkeley_cable_routing
44
+ dataset_type: physical_embodiment
45
+ embodiment_tag: berkeley_cable_routing
46
+ mix_ratio: 0.0008
47
+ val_dataset_path: null
48
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
49
+ dataset_paths:
50
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/roboturk
51
+ dataset_type: physical_embodiment
52
+ embodiment_tag: roboturk
53
+ mix_ratio: 0.0065
54
+ val_dataset_path: null
55
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
56
+ dataset_paths:
57
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/viola
58
+ dataset_type: physical_embodiment
59
+ embodiment_tag: viola
60
+ mix_ratio: 0.003
61
+ val_dataset_path: null
62
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
63
+ dataset_paths:
64
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/berkeley_autolab_ur5
65
+ dataset_type: physical_embodiment
66
+ embodiment_tag: berkeley_autolab_ur5
67
+ mix_ratio: 0.003
68
+ val_dataset_path: null
69
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
70
+ dataset_paths:
71
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/toto
72
+ dataset_type: physical_embodiment
73
+ embodiment_tag: toto
74
+ mix_ratio: 0.005
75
+ val_dataset_path: null
76
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
77
+ dataset_paths:
78
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/language_table
79
+ dataset_type: physical_embodiment
80
+ embodiment_tag: language_table
81
+ mix_ratio: 0.0125
82
+ val_dataset_path: null
83
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
84
+ dataset_paths:
85
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/stanford_hydra_dataset_converted_externally_to_rlds
86
+ dataset_type: physical_embodiment
87
+ embodiment_tag: stanford_hydra_dataset_converted_externally_to_rlds
88
+ mix_ratio: 0.0125
89
+ val_dataset_path: null
90
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
91
+ dataset_paths:
92
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/austin_buds_dataset_converted_externally_to_rlds
93
+ dataset_type: physical_embodiment
94
+ embodiment_tag: austin_buds_dataset_converted_externally_to_rlds
95
+ mix_ratio: 0.0006
96
+ val_dataset_path: null
97
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
98
+ dataset_paths:
99
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/nyu_franka_play_dataset_converted_externally_to_rlds
100
+ dataset_type: physical_embodiment
101
+ embodiment_tag: nyu_franka_play_dataset_converted_externally_to_rlds
102
+ mix_ratio: 0.002
103
+ val_dataset_path: null
104
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
105
+ dataset_paths:
106
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/furniture_bench_dataset_converted_externally_to_rlds
107
+ dataset_type: physical_embodiment
108
+ embodiment_tag: furniture_bench_dataset_converted_externally_to_rlds
109
+ mix_ratio: 0.007
110
+ val_dataset_path: null
111
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
112
+ dataset_paths:
113
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/ucsd_kitchen_dataset_converted_externally_to_rlds
114
+ dataset_type: physical_embodiment
115
+ embodiment_tag: ucsd_kitchen_dataset_converted_externally_to_rlds
116
+ mix_ratio: 0.0001
117
+ val_dataset_path: null
118
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
119
+ dataset_paths:
120
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/austin_sailor_dataset_converted_externally_to_rlds
121
+ dataset_type: physical_embodiment
122
+ embodiment_tag: austin_sailor_dataset_converted_externally_to_rlds
123
+ mix_ratio: 0.006
124
+ val_dataset_path: null
125
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
126
+ dataset_paths:
127
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/austin_sirius_dataset_converted_externally_to_rlds
128
+ dataset_type: physical_embodiment
129
+ embodiment_tag: austin_sirius_dataset_converted_externally_to_rlds
130
+ mix_ratio: 0.005
131
+ val_dataset_path: null
132
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
133
+ dataset_paths:
134
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/dlr_edan_shared_control_converted_externally_to_rlds
135
+ dataset_type: physical_embodiment
136
+ embodiment_tag: dlr_edan_shared_control_converted_externally_to_rlds
137
+ mix_ratio: 0.0002
138
+ val_dataset_path: null
139
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
140
+ dataset_paths:
141
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/iamlab_cmu_pickup_insert_converted_externally_to_rlds
142
+ dataset_type: physical_embodiment
143
+ embodiment_tag: iamlab_cmu_pickup_insert_converted_externally_to_rlds
144
+ mix_ratio: 0.0025
145
+ val_dataset_path: null
146
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
147
+ dataset_paths:
148
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/utaustin_mutex
149
+ dataset_type: physical_embodiment
150
+ embodiment_tag: utaustin_mutex
151
+ mix_ratio: 0.006
152
+ val_dataset_path: null
153
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
154
+ dataset_paths:
155
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/berkeley_fanuc_manipulation
156
+ dataset_type: physical_embodiment
157
+ embodiment_tag: berkeley_fanuc_manipulation
158
+ mix_ratio: 0.002
159
+ val_dataset_path: null
160
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
161
+ dataset_paths:
162
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/cmu_stretch
163
+ dataset_type: physical_embodiment
164
+ embodiment_tag: cmu_stretch
165
+ mix_ratio: 0.0004
166
+ val_dataset_path: null
167
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
168
+ dataset_paths:
169
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/bc_z
170
+ dataset_type: physical_embodiment
171
+ embodiment_tag: bc_z
172
+ mix_ratio: 0.02
173
+ val_dataset_path: null
174
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
175
+ dataset_paths:
176
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/fmb_dataset
177
+ dataset_type: physical_embodiment
178
+ embodiment_tag: fmb_dataset
179
+ mix_ratio: 0.02
180
+ val_dataset_path: null
181
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
182
+ dataset_paths:
183
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/dobbe
184
+ dataset_type: physical_embodiment
185
+ embodiment_tag: dobbe
186
+ mix_ratio: 0.005
187
+ val_dataset_path: null
188
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
189
+ dataset_paths:
190
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/droid
191
+ dataset_type: physical_embodiment
192
+ embodiment_tag: droid
193
+ mix_ratio: 0.25
194
+ val_dataset_path: null
195
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
196
+ dataset_paths:
197
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/galaxea_part1
198
+ dataset_type: physical_embodiment
199
+ embodiment_tag: galaxea
200
+ mix_ratio: 0.02
201
+ val_dataset_path: null
202
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
203
+ dataset_paths:
204
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/galaxea_part2
205
+ dataset_type: physical_embodiment
206
+ embodiment_tag: galaxea
207
+ mix_ratio: 0.02
208
+ val_dataset_path: null
209
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
210
+ dataset_paths:
211
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/galaxea_part3
212
+ dataset_type: physical_embodiment
213
+ embodiment_tag: galaxea
214
+ mix_ratio: 0.02
215
+ val_dataset_path: null
216
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
217
+ dataset_paths:
218
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/galaxea_part4
219
+ dataset_type: physical_embodiment
220
+ embodiment_tag: galaxea
221
+ mix_ratio: 0.02
222
+ val_dataset_path: null
223
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
224
+ dataset_paths:
225
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/galaxea_part5
226
+ dataset_type: physical_embodiment
227
+ embodiment_tag: galaxea
228
+ mix_ratio: 0.02
229
+ val_dataset_path: null
230
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
231
+ dataset_paths:
232
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/agibot_gripper_part1
233
+ dataset_type: physical_embodiment
234
+ embodiment_tag: agibot_gripper
235
+ mix_ratio: 0.025
236
+ val_dataset_path: null
237
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
238
+ dataset_paths:
239
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/agibot_gripper_part2
240
+ dataset_type: physical_embodiment
241
+ embodiment_tag: agibot_gripper
242
+ mix_ratio: 0.025
243
+ val_dataset_path: null
244
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
245
+ dataset_paths:
246
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/agibot_gripper_part3
247
+ dataset_type: physical_embodiment
248
+ embodiment_tag: agibot_gripper
249
+ mix_ratio: 0.025
250
+ val_dataset_path: null
251
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
252
+ dataset_paths:
253
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/agibot_gripper_part4
254
+ dataset_type: physical_embodiment
255
+ embodiment_tag: agibot_gripper
256
+ mix_ratio: 0.025
257
+ val_dataset_path: null
258
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
259
+ dataset_paths:
260
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/agibot_dexhand
261
+ dataset_type: physical_embodiment
262
+ embodiment_tag: agibot_dexhand
263
+ mix_ratio: 0.05
264
+ val_dataset_path: null
265
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
266
+ dataset_paths:
267
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/action_net
268
+ dataset_type: physical_embodiment
269
+ embodiment_tag: action_net
270
+ mix_ratio: 0.1
271
+ val_dataset_path: null
272
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
273
+ dataset_paths:
274
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/march_robocurate_v1
275
+ dataset_type: physical_embodiment
276
+ embodiment_tag: neural_gr1
277
+ mix_ratio: 0.03
278
+ val_dataset_path: null
279
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
280
+ dataset_paths:
281
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/march_robocurate_v2
282
+ dataset_type: physical_embodiment
283
+ embodiment_tag: neural_gr1
284
+ mix_ratio: 0.025
285
+ val_dataset_path: null
286
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
287
+ dataset_paths:
288
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/march_robocurate_v3
289
+ dataset_type: physical_embodiment
290
+ embodiment_tag: neural_gr1
291
+ mix_ratio: 0.035
292
+ val_dataset_path: null
293
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
294
+ dataset_paths:
295
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/march_robocurate_v4
296
+ dataset_type: physical_embodiment
297
+ embodiment_tag: neural_gr1
298
+ mix_ratio: 0.01
299
+ val_dataset_path: null
300
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
301
+ dataset_paths:
302
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/humanoid_everyday_g1
303
+ dataset_type: physical_embodiment
304
+ embodiment_tag: humanoid_everyday_g1
305
+ mix_ratio: 0.025
306
+ val_dataset_path: null
307
+ - !!python/object:rldx.configs.data.data_config.SingleDatasetConfig
308
+ dataset_paths:
309
+ - /data/taeyoung/data/vla_pretrain_dataset/openx_lerobot/humanoid_everyday_h1
310
+ dataset_type: physical_embodiment
311
+ embodiment_tag: humanoid_everyday_h1
312
+ mix_ratio: 0.025
313
+ val_dataset_path: null
314
+ download_cache: false
315
+ episode_sampling_rate: 0.1
316
+ mock_dataset_mode: false
317
+ modality_configs:
318
+ action_net:
319
+ action: !!python/object:rldx.data.types.ModalityConfig
320
+ action_configs:
321
+ - !!python/object:rldx.data.types.ActionConfig
322
+ format: &id001 !!python/object/apply:rldx.data.types.ActionFormat
323
+ - default
324
+ rep: &id002 !!python/object/apply:rldx.data.types.ActionRepresentation
325
+ - absolute
326
+ state_key: null
327
+ type: &id003 !!python/object/apply:rldx.data.types.ActionType
328
+ - non_eef
329
+ delta_indices:
330
+ - 0
331
+ - 1
332
+ - 2
333
+ - 3
334
+ - 4
335
+ - 5
336
+ - 6
337
+ - 7
338
+ - 8
339
+ - 9
340
+ - 10
341
+ - 11
342
+ - 12
343
+ - 13
344
+ - 14
345
+ - 15
346
+ mean_std_embedding_keys: null
347
+ modality_keys:
348
+ - action
349
+ sin_cos_embedding_keys: null
350
+ language: !!python/object:rldx.data.types.ModalityConfig
351
+ action_configs: null
352
+ delta_indices:
353
+ - 0
354
+ mean_std_embedding_keys: null
355
+ modality_keys:
356
+ - annotation.human.action.task_description
357
+ sin_cos_embedding_keys: null
358
+ state: !!python/object:rldx.data.types.ModalityConfig
359
+ action_configs: null
360
+ delta_indices:
361
+ - 0
362
+ mean_std_embedding_keys: null
363
+ modality_keys:
364
+ - state
365
+ sin_cos_embedding_keys: null
366
+ video: !!python/object:rldx.data.types.ModalityConfig
367
+ action_configs: null
368
+ delta_indices:
369
+ - 0
370
+ mean_std_embedding_keys: null
371
+ modality_keys:
372
+ - primary
373
+ sin_cos_embedding_keys: null
374
+ agibot_dexhand:
375
+ action: !!python/object:rldx.data.types.ModalityConfig
376
+ action_configs:
377
+ - !!python/object:rldx.data.types.ActionConfig
378
+ format: *id001
379
+ rep: *id002
380
+ state_key: null
381
+ type: *id003
382
+ delta_indices:
383
+ - 0
384
+ - 1
385
+ - 2
386
+ - 3
387
+ - 4
388
+ - 5
389
+ - 6
390
+ - 7
391
+ - 8
392
+ - 9
393
+ - 10
394
+ - 11
395
+ - 12
396
+ - 13
397
+ - 14
398
+ - 15
399
+ mean_std_embedding_keys: null
400
+ modality_keys:
401
+ - action
402
+ sin_cos_embedding_keys: null
403
+ language: !!python/object:rldx.data.types.ModalityConfig
404
+ action_configs: null
405
+ delta_indices:
406
+ - 0
407
+ mean_std_embedding_keys: null
408
+ modality_keys:
409
+ - annotation.human.action.task_description
410
+ sin_cos_embedding_keys: null
411
+ state: !!python/object:rldx.data.types.ModalityConfig
412
+ action_configs: null
413
+ delta_indices:
414
+ - 0
415
+ mean_std_embedding_keys: null
416
+ modality_keys:
417
+ - state
418
+ sin_cos_embedding_keys: null
419
+ video: !!python/object:rldx.data.types.ModalityConfig
420
+ action_configs: null
421
+ delta_indices:
422
+ - 0
423
+ mean_std_embedding_keys: null
424
+ modality_keys:
425
+ - primary
426
+ sin_cos_embedding_keys: null
427
+ agibot_gripper:
428
+ action: !!python/object:rldx.data.types.ModalityConfig
429
+ action_configs:
430
+ - !!python/object:rldx.data.types.ActionConfig
431
+ format: *id001
432
+ rep: *id002
433
+ state_key: null
434
+ type: *id003
435
+ delta_indices:
436
+ - 0
437
+ - 1
438
+ - 2
439
+ - 3
440
+ - 4
441
+ - 5
442
+ - 6
443
+ - 7
444
+ - 8
445
+ - 9
446
+ - 10
447
+ - 11
448
+ - 12
449
+ - 13
450
+ - 14
451
+ - 15
452
+ mean_std_embedding_keys: null
453
+ modality_keys:
454
+ - action
455
+ sin_cos_embedding_keys: null
456
+ language: !!python/object:rldx.data.types.ModalityConfig
457
+ action_configs: null
458
+ delta_indices:
459
+ - 0
460
+ mean_std_embedding_keys: null
461
+ modality_keys:
462
+ - annotation.human.action.task_description
463
+ sin_cos_embedding_keys: null
464
+ state: !!python/object:rldx.data.types.ModalityConfig
465
+ action_configs: null
466
+ delta_indices:
467
+ - 0
468
+ mean_std_embedding_keys: null
469
+ modality_keys:
470
+ - state
471
+ sin_cos_embedding_keys: null
472
+ video: !!python/object:rldx.data.types.ModalityConfig
473
+ action_configs: null
474
+ delta_indices:
475
+ - 0
476
+ mean_std_embedding_keys: null
477
+ modality_keys:
478
+ - primary
479
+ - wrist_left
480
+ - wrist_right
481
+ sin_cos_embedding_keys: null
482
+ austin_buds_dataset_converted_externally_to_rlds:
483
+ action: !!python/object:rldx.data.types.ModalityConfig
484
+ action_configs:
485
+ - !!python/object:rldx.data.types.ActionConfig
486
+ format: *id001
487
+ rep: &id004 !!python/object/apply:rldx.data.types.ActionRepresentation
488
+ - delta
489
+ state_key: null
490
+ type: &id005 !!python/object/apply:rldx.data.types.ActionType
491
+ - eef
492
+ - !!python/object:rldx.data.types.ActionConfig
493
+ format: *id001
494
+ rep: *id004
495
+ state_key: null
496
+ type: *id005
497
+ - !!python/object:rldx.data.types.ActionConfig
498
+ format: *id001
499
+ rep: *id002
500
+ state_key: null
501
+ type: *id003
502
+ delta_indices:
503
+ - 0
504
+ - 1
505
+ - 2
506
+ - 3
507
+ - 4
508
+ - 5
509
+ - 6
510
+ - 7
511
+ - 8
512
+ - 9
513
+ - 10
514
+ - 11
515
+ - 12
516
+ - 13
517
+ - 14
518
+ - 15
519
+ mean_std_embedding_keys: null
520
+ modality_keys:
521
+ - end_effector_position
522
+ - end_effector_rotation
523
+ - gripper_close
524
+ sin_cos_embedding_keys: null
525
+ language: !!python/object:rldx.data.types.ModalityConfig
526
+ action_configs: null
527
+ delta_indices:
528
+ - 0
529
+ mean_std_embedding_keys: null
530
+ modality_keys:
531
+ - annotation.human.action.task_description
532
+ sin_cos_embedding_keys: null
533
+ state: !!python/object:rldx.data.types.ModalityConfig
534
+ action_configs: null
535
+ delta_indices:
536
+ - 0
537
+ mean_std_embedding_keys: null
538
+ modality_keys:
539
+ - joint_position
540
+ - gripper_position
541
+ sin_cos_embedding_keys: null
542
+ video: !!python/object:rldx.data.types.ModalityConfig
543
+ action_configs: null
544
+ delta_indices:
545
+ - 0
546
+ mean_std_embedding_keys: null
547
+ modality_keys:
548
+ - primary
549
+ - wrist
550
+ sin_cos_embedding_keys: null
551
+ austin_sailor_dataset_converted_externally_to_rlds:
552
+ action: !!python/object:rldx.data.types.ModalityConfig
553
+ action_configs:
554
+ - !!python/object:rldx.data.types.ActionConfig
555
+ format: *id001
556
+ rep: *id004
557
+ state_key: null
558
+ type: *id005
559
+ - !!python/object:rldx.data.types.ActionConfig
560
+ format: *id001
561
+ rep: *id004
562
+ state_key: null
563
+ type: *id005
564
+ - !!python/object:rldx.data.types.ActionConfig
565
+ format: *id001
566
+ rep: *id002
567
+ state_key: null
568
+ type: *id003
569
+ delta_indices:
570
+ - 0
571
+ - 1
572
+ - 2
573
+ - 3
574
+ - 4
575
+ - 5
576
+ - 6
577
+ - 7
578
+ - 8
579
+ - 9
580
+ - 10
581
+ - 11
582
+ - 12
583
+ - 13
584
+ - 14
585
+ - 15
586
+ mean_std_embedding_keys: null
587
+ modality_keys:
588
+ - end_effector_position
589
+ - end_effector_rotation
590
+ - gripper_close
591
+ sin_cos_embedding_keys: null
592
+ language: !!python/object:rldx.data.types.ModalityConfig
593
+ action_configs: null
594
+ delta_indices:
595
+ - 0
596
+ mean_std_embedding_keys: null
597
+ modality_keys:
598
+ - annotation.human.action.task_description
599
+ sin_cos_embedding_keys: null
600
+ state: !!python/object:rldx.data.types.ModalityConfig
601
+ action_configs: null
602
+ delta_indices:
603
+ - 0
604
+ mean_std_embedding_keys: null
605
+ modality_keys:
606
+ - end_effector_position
607
+ - end_effector_rotation
608
+ - gripper_position
609
+ sin_cos_embedding_keys: null
610
+ video: !!python/object:rldx.data.types.ModalityConfig
611
+ action_configs: null
612
+ delta_indices:
613
+ - 0
614
+ mean_std_embedding_keys: null
615
+ modality_keys:
616
+ - primary
617
+ - wrist
618
+ sin_cos_embedding_keys: null
619
+ austin_sirius_dataset_converted_externally_to_rlds:
620
+ action: !!python/object:rldx.data.types.ModalityConfig
621
+ action_configs:
622
+ - !!python/object:rldx.data.types.ActionConfig
623
+ format: *id001
624
+ rep: *id004
625
+ state_key: null
626
+ type: *id005
627
+ - !!python/object:rldx.data.types.ActionConfig
628
+ format: *id001
629
+ rep: *id004
630
+ state_key: null
631
+ type: *id005
632
+ - !!python/object:rldx.data.types.ActionConfig
633
+ format: *id001
634
+ rep: *id002
635
+ state_key: null
636
+ type: *id003
637
+ delta_indices:
638
+ - 0
639
+ - 1
640
+ - 2
641
+ - 3
642
+ - 4
643
+ - 5
644
+ - 6
645
+ - 7
646
+ - 8
647
+ - 9
648
+ - 10
649
+ - 11
650
+ - 12
651
+ - 13
652
+ - 14
653
+ - 15
654
+ mean_std_embedding_keys: null
655
+ modality_keys:
656
+ - end_effector_position
657
+ - end_effector_rotation
658
+ - gripper_close
659
+ sin_cos_embedding_keys: null
660
+ language: !!python/object:rldx.data.types.ModalityConfig
661
+ action_configs: null
662
+ delta_indices:
663
+ - 0
664
+ mean_std_embedding_keys: null
665
+ modality_keys:
666
+ - annotation.human.action.task_description
667
+ sin_cos_embedding_keys: null
668
+ state: !!python/object:rldx.data.types.ModalityConfig
669
+ action_configs: null
670
+ delta_indices:
671
+ - 0
672
+ mean_std_embedding_keys: null
673
+ modality_keys:
674
+ - end_effector_position
675
+ - end_effector_rotation
676
+ - gripper_position
677
+ sin_cos_embedding_keys: null
678
+ video: !!python/object:rldx.data.types.ModalityConfig
679
+ action_configs: null
680
+ delta_indices:
681
+ - 0
682
+ mean_std_embedding_keys: null
683
+ modality_keys:
684
+ - primary
685
+ - wrist
686
+ sin_cos_embedding_keys: null
687
+ bc_z:
688
+ action: !!python/object:rldx.data.types.ModalityConfig
689
+ action_configs:
690
+ - !!python/object:rldx.data.types.ActionConfig
691
+ format: *id001
692
+ rep: *id004
693
+ state_key: null
694
+ type: *id005
695
+ - !!python/object:rldx.data.types.ActionConfig
696
+ format: *id001
697
+ rep: *id004
698
+ state_key: null
699
+ type: *id005
700
+ - !!python/object:rldx.data.types.ActionConfig
701
+ format: *id001
702
+ rep: *id002
703
+ state_key: null
704
+ type: *id003
705
+ delta_indices:
706
+ - 0
707
+ - 1
708
+ - 2
709
+ - 3
710
+ - 4
711
+ - 5
712
+ - 6
713
+ - 7
714
+ - 8
715
+ - 9
716
+ - 10
717
+ - 11
718
+ - 12
719
+ - 13
720
+ - 14
721
+ - 15
722
+ mean_std_embedding_keys: null
723
+ modality_keys:
724
+ - end_effector_position
725
+ - end_effector_rotation
726
+ - gripper_close
727
+ sin_cos_embedding_keys: null
728
+ language: !!python/object:rldx.data.types.ModalityConfig
729
+ action_configs: null
730
+ delta_indices:
731
+ - 0
732
+ mean_std_embedding_keys: null
733
+ modality_keys:
734
+ - annotation.human.action.task_description
735
+ sin_cos_embedding_keys: null
736
+ state: !!python/object:rldx.data.types.ModalityConfig
737
+ action_configs: null
738
+ delta_indices:
739
+ - 0
740
+ mean_std_embedding_keys: null
741
+ modality_keys:
742
+ - end_effector_position
743
+ - end_effector_rotation
744
+ - gripper_position
745
+ sin_cos_embedding_keys: null
746
+ video: !!python/object:rldx.data.types.ModalityConfig
747
+ action_configs: null
748
+ delta_indices:
749
+ - 0
750
+ mean_std_embedding_keys: null
751
+ modality_keys:
752
+ - primary
753
+ sin_cos_embedding_keys: null
754
+ berkeley_autolab_ur5:
755
+ action: !!python/object:rldx.data.types.ModalityConfig
756
+ action_configs:
757
+ - !!python/object:rldx.data.types.ActionConfig
758
+ format: *id001
759
+ rep: *id004
760
+ state_key: null
761
+ type: *id005
762
+ - !!python/object:rldx.data.types.ActionConfig
763
+ format: *id001
764
+ rep: *id004
765
+ state_key: null
766
+ type: *id005
767
+ - !!python/object:rldx.data.types.ActionConfig
768
+ format: *id001
769
+ rep: *id002
770
+ state_key: null
771
+ type: *id003
772
+ delta_indices:
773
+ - 0
774
+ - 1
775
+ - 2
776
+ - 3
777
+ - 4
778
+ - 5
779
+ - 6
780
+ - 7
781
+ - 8
782
+ - 9
783
+ - 10
784
+ - 11
785
+ - 12
786
+ - 13
787
+ - 14
788
+ - 15
789
+ mean_std_embedding_keys: null
790
+ modality_keys:
791
+ - end_effector_position
792
+ - end_effector_rotation
793
+ - gripper_close
794
+ sin_cos_embedding_keys: null
795
+ language: !!python/object:rldx.data.types.ModalityConfig
796
+ action_configs: null
797
+ delta_indices:
798
+ - 0
799
+ mean_std_embedding_keys: null
800
+ modality_keys:
801
+ - annotation.human.action.task_description
802
+ sin_cos_embedding_keys: null
803
+ state: !!python/object:rldx.data.types.ModalityConfig
804
+ action_configs: null
805
+ delta_indices:
806
+ - 0
807
+ mean_std_embedding_keys: null
808
+ modality_keys:
809
+ - end_effector_position
810
+ - end_effector_rotation
811
+ - gripper_position
812
+ sin_cos_embedding_keys: null
813
+ video: !!python/object:rldx.data.types.ModalityConfig
814
+ action_configs: null
815
+ delta_indices:
816
+ - 0
817
+ mean_std_embedding_keys: null
818
+ modality_keys:
819
+ - primary
820
+ - wrist
821
+ sin_cos_embedding_keys: null
822
+ berkeley_cable_routing:
823
+ action: !!python/object:rldx.data.types.ModalityConfig
824
+ action_configs:
825
+ - !!python/object:rldx.data.types.ActionConfig
826
+ format: *id001
827
+ rep: *id004
828
+ state_key: null
829
+ type: *id005
830
+ - !!python/object:rldx.data.types.ActionConfig
831
+ format: *id001
832
+ rep: *id004
833
+ state_key: null
834
+ type: *id005
835
+ - !!python/object:rldx.data.types.ActionConfig
836
+ format: *id001
837
+ rep: *id002
838
+ state_key: null
839
+ type: *id003
840
+ delta_indices:
841
+ - 0
842
+ - 1
843
+ - 2
844
+ - 3
845
+ - 4
846
+ - 5
847
+ - 6
848
+ - 7
849
+ - 8
850
+ - 9
851
+ - 10
852
+ - 11
853
+ - 12
854
+ - 13
855
+ - 14
856
+ - 15
857
+ mean_std_embedding_keys: null
858
+ modality_keys:
859
+ - end_effector_position
860
+ - end_effector_rotation
861
+ - gripper_close
862
+ sin_cos_embedding_keys: null
863
+ language: !!python/object:rldx.data.types.ModalityConfig
864
+ action_configs: null
865
+ delta_indices:
866
+ - 0
867
+ mean_std_embedding_keys: null
868
+ modality_keys:
869
+ - annotation.human.action.task_description
870
+ sin_cos_embedding_keys: null
871
+ state: !!python/object:rldx.data.types.ModalityConfig
872
+ action_configs: null
873
+ delta_indices:
874
+ - 0
875
+ mean_std_embedding_keys: null
876
+ modality_keys:
877
+ - joint_position
878
+ sin_cos_embedding_keys: null
879
+ video: !!python/object:rldx.data.types.ModalityConfig
880
+ action_configs: null
881
+ delta_indices:
882
+ - 0
883
+ mean_std_embedding_keys: null
884
+ modality_keys:
885
+ - primary
886
+ - secondary
887
+ - wrist
888
+ sin_cos_embedding_keys: null
889
+ berkeley_fanuc_manipulation:
890
+ action: !!python/object:rldx.data.types.ModalityConfig
891
+ action_configs:
892
+ - !!python/object:rldx.data.types.ActionConfig
893
+ format: *id001
894
+ rep: *id004
895
+ state_key: null
896
+ type: *id005
897
+ - !!python/object:rldx.data.types.ActionConfig
898
+ format: *id001
899
+ rep: *id004
900
+ state_key: null
901
+ type: *id005
902
+ - !!python/object:rldx.data.types.ActionConfig
903
+ format: *id001
904
+ rep: *id002
905
+ state_key: null
906
+ type: *id003
907
+ delta_indices:
908
+ - 0
909
+ - 1
910
+ - 2
911
+ - 3
912
+ - 4
913
+ - 5
914
+ - 6
915
+ - 7
916
+ - 8
917
+ - 9
918
+ - 10
919
+ - 11
920
+ - 12
921
+ - 13
922
+ - 14
923
+ - 15
924
+ mean_std_embedding_keys: null
925
+ modality_keys:
926
+ - end_effector_position
927
+ - end_effector_rotation
928
+ - gripper_close
929
+ sin_cos_embedding_keys: null
930
+ language: !!python/object:rldx.data.types.ModalityConfig
931
+ action_configs: null
932
+ delta_indices:
933
+ - 0
934
+ mean_std_embedding_keys: null
935
+ modality_keys:
936
+ - annotation.human.action.task_description
937
+ sin_cos_embedding_keys: null
938
+ state: !!python/object:rldx.data.types.ModalityConfig
939
+ action_configs: null
940
+ delta_indices:
941
+ - 0
942
+ mean_std_embedding_keys: null
943
+ modality_keys:
944
+ - joint_position
945
+ - gripper_position
946
+ sin_cos_embedding_keys: null
947
+ video: !!python/object:rldx.data.types.ModalityConfig
948
+ action_configs: null
949
+ delta_indices:
950
+ - 0
951
+ mean_std_embedding_keys: null
952
+ modality_keys:
953
+ - primary
954
+ - wrist
955
+ sin_cos_embedding_keys: null
956
+ bridge_orig:
957
+ action: !!python/object:rldx.data.types.ModalityConfig
958
+ action_configs:
959
+ - !!python/object:rldx.data.types.ActionConfig
960
+ format: *id001
961
+ rep: *id004
962
+ state_key: null
963
+ type: *id005
964
+ - !!python/object:rldx.data.types.ActionConfig
965
+ format: *id001
966
+ rep: *id004
967
+ state_key: null
968
+ type: *id005
969
+ - !!python/object:rldx.data.types.ActionConfig
970
+ format: *id001
971
+ rep: *id002
972
+ state_key: null
973
+ type: *id003
974
+ delta_indices:
975
+ - 0
976
+ - 1
977
+ - 2
978
+ - 3
979
+ - 4
980
+ - 5
981
+ - 6
982
+ - 7
983
+ - 8
984
+ - 9
985
+ - 10
986
+ - 11
987
+ - 12
988
+ - 13
989
+ - 14
990
+ - 15
991
+ mean_std_embedding_keys: null
992
+ modality_keys:
993
+ - end_effector_position
994
+ - end_effector_rotation
995
+ - gripper_close
996
+ sin_cos_embedding_keys: null
997
+ language: !!python/object:rldx.data.types.ModalityConfig
998
+ action_configs: null
999
+ delta_indices:
1000
+ - 0
1001
+ mean_std_embedding_keys: null
1002
+ modality_keys:
1003
+ - annotation.human.action.task_description
1004
+ sin_cos_embedding_keys: null
1005
+ state: !!python/object:rldx.data.types.ModalityConfig
1006
+ action_configs: null
1007
+ delta_indices:
1008
+ - 0
1009
+ mean_std_embedding_keys: null
1010
+ modality_keys:
1011
+ - end_effector_position
1012
+ - end_effector_rotation
1013
+ - gripper_position
1014
+ sin_cos_embedding_keys: null
1015
+ video: !!python/object:rldx.data.types.ModalityConfig
1016
+ action_configs: null
1017
+ delta_indices:
1018
+ - 0
1019
+ mean_std_embedding_keys: null
1020
+ modality_keys:
1021
+ - primary
1022
+ - secondary
1023
+ sin_cos_embedding_keys: null
1024
+ cmu_stretch:
1025
+ action: !!python/object:rldx.data.types.ModalityConfig
1026
+ action_configs:
1027
+ - !!python/object:rldx.data.types.ActionConfig
1028
+ format: *id001
1029
+ rep: *id004
1030
+ state_key: null
1031
+ type: *id005
1032
+ - !!python/object:rldx.data.types.ActionConfig
1033
+ format: *id001
1034
+ rep: *id004
1035
+ state_key: null
1036
+ type: *id005
1037
+ - !!python/object:rldx.data.types.ActionConfig
1038
+ format: *id001
1039
+ rep: *id002
1040
+ state_key: null
1041
+ type: *id003
1042
+ delta_indices:
1043
+ - 0
1044
+ - 1
1045
+ - 2
1046
+ - 3
1047
+ - 4
1048
+ - 5
1049
+ - 6
1050
+ - 7
1051
+ - 8
1052
+ - 9
1053
+ - 10
1054
+ - 11
1055
+ - 12
1056
+ - 13
1057
+ - 14
1058
+ - 15
1059
+ mean_std_embedding_keys: null
1060
+ modality_keys:
1061
+ - end_effector_position
1062
+ - end_effector_rotation
1063
+ - gripper_close
1064
+ sin_cos_embedding_keys: null
1065
+ language: !!python/object:rldx.data.types.ModalityConfig
1066
+ action_configs: null
1067
+ delta_indices:
1068
+ - 0
1069
+ mean_std_embedding_keys: null
1070
+ modality_keys:
1071
+ - annotation.human.action.task_description
1072
+ sin_cos_embedding_keys: null
1073
+ state: !!python/object:rldx.data.types.ModalityConfig
1074
+ action_configs: null
1075
+ delta_indices:
1076
+ - 0
1077
+ mean_std_embedding_keys: null
1078
+ modality_keys:
1079
+ - end_effector_position
1080
+ - end_effector_rotation
1081
+ - gripper_position
1082
+ sin_cos_embedding_keys: null
1083
+ video: !!python/object:rldx.data.types.ModalityConfig
1084
+ action_configs: null
1085
+ delta_indices:
1086
+ - 0
1087
+ mean_std_embedding_keys: null
1088
+ modality_keys:
1089
+ - primary
1090
+ sin_cos_embedding_keys: null
1091
+ dlr_edan_shared_control_converted_externally_to_rlds:
1092
+ action: !!python/object:rldx.data.types.ModalityConfig
1093
+ action_configs:
1094
+ - !!python/object:rldx.data.types.ActionConfig
1095
+ format: *id001
1096
+ rep: *id004
1097
+ state_key: null
1098
+ type: *id005
1099
+ - !!python/object:rldx.data.types.ActionConfig
1100
+ format: *id001
1101
+ rep: *id004
1102
+ state_key: null
1103
+ type: *id005
1104
+ - !!python/object:rldx.data.types.ActionConfig
1105
+ format: *id001
1106
+ rep: *id002
1107
+ state_key: null
1108
+ type: *id003
1109
+ delta_indices:
1110
+ - 0
1111
+ - 1
1112
+ - 2
1113
+ - 3
1114
+ - 4
1115
+ - 5
1116
+ - 6
1117
+ - 7
1118
+ - 8
1119
+ - 9
1120
+ - 10
1121
+ - 11
1122
+ - 12
1123
+ - 13
1124
+ - 14
1125
+ - 15
1126
+ mean_std_embedding_keys: null
1127
+ modality_keys:
1128
+ - end_effector_position
1129
+ - end_effector_rotation
1130
+ - gripper_close
1131
+ sin_cos_embedding_keys: null
1132
+ language: !!python/object:rldx.data.types.ModalityConfig
1133
+ action_configs: null
1134
+ delta_indices:
1135
+ - 0
1136
+ mean_std_embedding_keys: null
1137
+ modality_keys:
1138
+ - annotation.human.action.task_description
1139
+ sin_cos_embedding_keys: null
1140
+ state: !!python/object:rldx.data.types.ModalityConfig
1141
+ action_configs: null
1142
+ delta_indices:
1143
+ - 0
1144
+ mean_std_embedding_keys: null
1145
+ modality_keys:
1146
+ - end_effector_position
1147
+ - end_effector_rotation
1148
+ - gripper_position
1149
+ sin_cos_embedding_keys: null
1150
+ video: !!python/object:rldx.data.types.ModalityConfig
1151
+ action_configs: null
1152
+ delta_indices:
1153
+ - 0
1154
+ mean_std_embedding_keys: null
1155
+ modality_keys:
1156
+ - primary
1157
+ sin_cos_embedding_keys: null
1158
+ dobbe:
1159
+ action: !!python/object:rldx.data.types.ModalityConfig
1160
+ action_configs:
1161
+ - !!python/object:rldx.data.types.ActionConfig
1162
+ format: *id001
1163
+ rep: *id004
1164
+ state_key: null
1165
+ type: *id005
1166
+ - !!python/object:rldx.data.types.ActionConfig
1167
+ format: *id001
1168
+ rep: *id004
1169
+ state_key: null
1170
+ type: *id005
1171
+ - !!python/object:rldx.data.types.ActionConfig
1172
+ format: *id001
1173
+ rep: *id002
1174
+ state_key: null
1175
+ type: *id003
1176
+ delta_indices:
1177
+ - 0
1178
+ - 1
1179
+ - 2
1180
+ - 3
1181
+ - 4
1182
+ - 5
1183
+ - 6
1184
+ - 7
1185
+ - 8
1186
+ - 9
1187
+ - 10
1188
+ - 11
1189
+ - 12
1190
+ - 13
1191
+ - 14
1192
+ - 15
1193
+ mean_std_embedding_keys: null
1194
+ modality_keys:
1195
+ - end_effector_position
1196
+ - end_effector_rotation
1197
+ - gripper_close
1198
+ sin_cos_embedding_keys: null
1199
+ language: !!python/object:rldx.data.types.ModalityConfig
1200
+ action_configs: null
1201
+ delta_indices:
1202
+ - 0
1203
+ mean_std_embedding_keys: null
1204
+ modality_keys:
1205
+ - annotation.human.action.task_description
1206
+ sin_cos_embedding_keys: null
1207
+ state: !!python/object:rldx.data.types.ModalityConfig
1208
+ action_configs: null
1209
+ delta_indices:
1210
+ - 0
1211
+ mean_std_embedding_keys: null
1212
+ modality_keys:
1213
+ - end_effector_position
1214
+ - end_effector_rotation
1215
+ - gripper_position
1216
+ sin_cos_embedding_keys: null
1217
+ video: !!python/object:rldx.data.types.ModalityConfig
1218
+ action_configs: null
1219
+ delta_indices:
1220
+ - 0
1221
+ mean_std_embedding_keys: null
1222
+ modality_keys:
1223
+ - wrist
1224
+ sin_cos_embedding_keys: null
1225
+ droid:
1226
+ action: !!python/object:rldx.data.types.ModalityConfig
1227
+ action_configs:
1228
+ - !!python/object:rldx.data.types.ActionConfig
1229
+ format: *id001
1230
+ rep: *id004
1231
+ state_key: null
1232
+ type: *id005
1233
+ - !!python/object:rldx.data.types.ActionConfig
1234
+ format: *id001
1235
+ rep: *id004
1236
+ state_key: null
1237
+ type: *id005
1238
+ - !!python/object:rldx.data.types.ActionConfig
1239
+ format: *id001
1240
+ rep: *id002
1241
+ state_key: null
1242
+ type: *id003
1243
+ delta_indices:
1244
+ - 0
1245
+ - 1
1246
+ - 2
1247
+ - 3
1248
+ - 4
1249
+ - 5
1250
+ - 6
1251
+ - 7
1252
+ - 8
1253
+ - 9
1254
+ - 10
1255
+ - 11
1256
+ - 12
1257
+ - 13
1258
+ - 14
1259
+ - 15
1260
+ mean_std_embedding_keys: null
1261
+ modality_keys:
1262
+ - end_effector_position
1263
+ - end_effector_rotation
1264
+ - gripper_close
1265
+ sin_cos_embedding_keys: null
1266
+ language: !!python/object:rldx.data.types.ModalityConfig
1267
+ action_configs: null
1268
+ delta_indices:
1269
+ - 0
1270
+ mean_std_embedding_keys: null
1271
+ modality_keys:
1272
+ - annotation.human.action.task_description
1273
+ sin_cos_embedding_keys: null
1274
+ state: !!python/object:rldx.data.types.ModalityConfig
1275
+ action_configs: null
1276
+ delta_indices:
1277
+ - 0
1278
+ mean_std_embedding_keys: null
1279
+ modality_keys:
1280
+ - end_effector_position
1281
+ - end_effector_rotation
1282
+ - gripper_position
1283
+ sin_cos_embedding_keys: null
1284
+ video: !!python/object:rldx.data.types.ModalityConfig
1285
+ action_configs: null
1286
+ delta_indices:
1287
+ - 0
1288
+ mean_std_embedding_keys: null
1289
+ modality_keys:
1290
+ - primary
1291
+ - secondary
1292
+ - wrist
1293
+ sin_cos_embedding_keys: null
1294
+ fmb_dataset:
1295
+ action: !!python/object:rldx.data.types.ModalityConfig
1296
+ action_configs:
1297
+ - !!python/object:rldx.data.types.ActionConfig
1298
+ format: *id001
1299
+ rep: *id004
1300
+ state_key: null
1301
+ type: *id005
1302
+ - !!python/object:rldx.data.types.ActionConfig
1303
+ format: *id001
1304
+ rep: *id004
1305
+ state_key: null
1306
+ type: *id005
1307
+ - !!python/object:rldx.data.types.ActionConfig
1308
+ format: *id001
1309
+ rep: *id002
1310
+ state_key: null
1311
+ type: *id003
1312
+ delta_indices:
1313
+ - 0
1314
+ - 1
1315
+ - 2
1316
+ - 3
1317
+ - 4
1318
+ - 5
1319
+ - 6
1320
+ - 7
1321
+ - 8
1322
+ - 9
1323
+ - 10
1324
+ - 11
1325
+ - 12
1326
+ - 13
1327
+ - 14
1328
+ - 15
1329
+ mean_std_embedding_keys: null
1330
+ modality_keys:
1331
+ - end_effector_position
1332
+ - end_effector_rotation
1333
+ - gripper_close
1334
+ sin_cos_embedding_keys: null
1335
+ language: !!python/object:rldx.data.types.ModalityConfig
1336
+ action_configs: null
1337
+ delta_indices:
1338
+ - 0
1339
+ mean_std_embedding_keys: null
1340
+ modality_keys:
1341
+ - annotation.human.action.task_description
1342
+ sin_cos_embedding_keys: null
1343
+ state: !!python/object:rldx.data.types.ModalityConfig
1344
+ action_configs: null
1345
+ delta_indices:
1346
+ - 0
1347
+ mean_std_embedding_keys: null
1348
+ modality_keys:
1349
+ - end_effector_position
1350
+ - end_effector_rotation
1351
+ - gripper_position
1352
+ sin_cos_embedding_keys: null
1353
+ video: !!python/object:rldx.data.types.ModalityConfig
1354
+ action_configs: null
1355
+ delta_indices:
1356
+ - 0
1357
+ mean_std_embedding_keys: null
1358
+ modality_keys:
1359
+ - primary
1360
+ - secondary
1361
+ - wrist
1362
+ sin_cos_embedding_keys: null
1363
+ fractal20220817_data:
1364
+ action: !!python/object:rldx.data.types.ModalityConfig
1365
+ action_configs:
1366
+ - !!python/object:rldx.data.types.ActionConfig
1367
+ format: *id001
1368
+ rep: *id004
1369
+ state_key: null
1370
+ type: *id005
1371
+ - !!python/object:rldx.data.types.ActionConfig
1372
+ format: *id001
1373
+ rep: *id004
1374
+ state_key: null
1375
+ type: *id005
1376
+ - !!python/object:rldx.data.types.ActionConfig
1377
+ format: *id001
1378
+ rep: *id002
1379
+ state_key: null
1380
+ type: *id003
1381
+ delta_indices:
1382
+ - 0
1383
+ - 1
1384
+ - 2
1385
+ - 3
1386
+ - 4
1387
+ - 5
1388
+ - 6
1389
+ - 7
1390
+ - 8
1391
+ - 9
1392
+ - 10
1393
+ - 11
1394
+ - 12
1395
+ - 13
1396
+ - 14
1397
+ - 15
1398
+ mean_std_embedding_keys: null
1399
+ modality_keys:
1400
+ - end_effector_position
1401
+ - end_effector_rotation
1402
+ - gripper_close
1403
+ sin_cos_embedding_keys: null
1404
+ language: !!python/object:rldx.data.types.ModalityConfig
1405
+ action_configs: null
1406
+ delta_indices:
1407
+ - 0
1408
+ mean_std_embedding_keys: null
1409
+ modality_keys:
1410
+ - annotation.human.action.task_description
1411
+ sin_cos_embedding_keys: null
1412
+ state: !!python/object:rldx.data.types.ModalityConfig
1413
+ action_configs: null
1414
+ delta_indices:
1415
+ - 0
1416
+ mean_std_embedding_keys: null
1417
+ modality_keys:
1418
+ - end_effector_position
1419
+ - end_effector_rotation
1420
+ - gripper_position
1421
+ sin_cos_embedding_keys: null
1422
+ video: !!python/object:rldx.data.types.ModalityConfig
1423
+ action_configs: null
1424
+ delta_indices:
1425
+ - 0
1426
+ mean_std_embedding_keys: null
1427
+ modality_keys:
1428
+ - primary
1429
+ sin_cos_embedding_keys: null
1430
+ furniture_bench_dataset_converted_externally_to_rlds:
1431
+ action: !!python/object:rldx.data.types.ModalityConfig
1432
+ action_configs:
1433
+ - !!python/object:rldx.data.types.ActionConfig
1434
+ format: *id001
1435
+ rep: *id004
1436
+ state_key: null
1437
+ type: *id005
1438
+ - !!python/object:rldx.data.types.ActionConfig
1439
+ format: *id001
1440
+ rep: *id004
1441
+ state_key: null
1442
+ type: *id005
1443
+ - !!python/object:rldx.data.types.ActionConfig
1444
+ format: *id001
1445
+ rep: *id002
1446
+ state_key: null
1447
+ type: *id003
1448
+ delta_indices:
1449
+ - 0
1450
+ - 1
1451
+ - 2
1452
+ - 3
1453
+ - 4
1454
+ - 5
1455
+ - 6
1456
+ - 7
1457
+ - 8
1458
+ - 9
1459
+ - 10
1460
+ - 11
1461
+ - 12
1462
+ - 13
1463
+ - 14
1464
+ - 15
1465
+ mean_std_embedding_keys: null
1466
+ modality_keys:
1467
+ - end_effector_position
1468
+ - end_effector_rotation
1469
+ - gripper_close
1470
+ sin_cos_embedding_keys: null
1471
+ language: !!python/object:rldx.data.types.ModalityConfig
1472
+ action_configs: null
1473
+ delta_indices:
1474
+ - 0
1475
+ mean_std_embedding_keys: null
1476
+ modality_keys:
1477
+ - annotation.human.action.task_description
1478
+ sin_cos_embedding_keys: null
1479
+ state: !!python/object:rldx.data.types.ModalityConfig
1480
+ action_configs: null
1481
+ delta_indices:
1482
+ - 0
1483
+ mean_std_embedding_keys: null
1484
+ modality_keys:
1485
+ - end_effector_position
1486
+ - end_effector_rotation
1487
+ - gripper_position
1488
+ sin_cos_embedding_keys: null
1489
+ video: !!python/object:rldx.data.types.ModalityConfig
1490
+ action_configs: null
1491
+ delta_indices:
1492
+ - 0
1493
+ mean_std_embedding_keys: null
1494
+ modality_keys:
1495
+ - primary
1496
+ - wrist
1497
+ sin_cos_embedding_keys: null
1498
+ galaxea:
1499
+ action: !!python/object:rldx.data.types.ModalityConfig
1500
+ action_configs:
1501
+ - !!python/object:rldx.data.types.ActionConfig
1502
+ format: *id001
1503
+ rep: *id002
1504
+ state_key: null
1505
+ type: *id003
1506
+ delta_indices:
1507
+ - 0
1508
+ - 1
1509
+ - 2
1510
+ - 3
1511
+ - 4
1512
+ - 5
1513
+ - 6
1514
+ - 7
1515
+ - 8
1516
+ - 9
1517
+ - 10
1518
+ - 11
1519
+ - 12
1520
+ - 13
1521
+ - 14
1522
+ - 15
1523
+ mean_std_embedding_keys: null
1524
+ modality_keys:
1525
+ - action
1526
+ sin_cos_embedding_keys: null
1527
+ language: !!python/object:rldx.data.types.ModalityConfig
1528
+ action_configs: null
1529
+ delta_indices:
1530
+ - 0
1531
+ mean_std_embedding_keys: null
1532
+ modality_keys:
1533
+ - annotation.human.action.task_description
1534
+ sin_cos_embedding_keys: null
1535
+ state: !!python/object:rldx.data.types.ModalityConfig
1536
+ action_configs: null
1537
+ delta_indices:
1538
+ - 0
1539
+ mean_std_embedding_keys: null
1540
+ modality_keys:
1541
+ - state
1542
+ sin_cos_embedding_keys: null
1543
+ video: !!python/object:rldx.data.types.ModalityConfig
1544
+ action_configs: null
1545
+ delta_indices:
1546
+ - 0
1547
+ mean_std_embedding_keys: null
1548
+ modality_keys:
1549
+ - primary
1550
+ - wrist_left
1551
+ - wrist_right
1552
+ sin_cos_embedding_keys: null
1553
+ humanoid_everyday_g1:
1554
+ action: !!python/object:rldx.data.types.ModalityConfig
1555
+ action_configs:
1556
+ - !!python/object:rldx.data.types.ActionConfig
1557
+ format: *id001
1558
+ rep: *id002
1559
+ state_key: null
1560
+ type: *id003
1561
+ - !!python/object:rldx.data.types.ActionConfig
1562
+ format: *id001
1563
+ rep: *id002
1564
+ state_key: null
1565
+ type: *id003
1566
+ - !!python/object:rldx.data.types.ActionConfig
1567
+ format: *id001
1568
+ rep: *id002
1569
+ state_key: null
1570
+ type: *id003
1571
+ - !!python/object:rldx.data.types.ActionConfig
1572
+ format: *id001
1573
+ rep: *id002
1574
+ state_key: null
1575
+ type: *id003
1576
+ delta_indices:
1577
+ - 0
1578
+ - 1
1579
+ - 2
1580
+ - 3
1581
+ - 4
1582
+ - 5
1583
+ - 6
1584
+ - 7
1585
+ - 8
1586
+ - 9
1587
+ - 10
1588
+ - 11
1589
+ - 12
1590
+ - 13
1591
+ - 14
1592
+ - 15
1593
+ mean_std_embedding_keys: null
1594
+ modality_keys:
1595
+ - left_arm
1596
+ - left_hand
1597
+ - right_arm
1598
+ - right_hand
1599
+ sin_cos_embedding_keys: null
1600
+ language: !!python/object:rldx.data.types.ModalityConfig
1601
+ action_configs: null
1602
+ delta_indices:
1603
+ - 0
1604
+ mean_std_embedding_keys: null
1605
+ modality_keys:
1606
+ - annotation.human.action.task_description
1607
+ sin_cos_embedding_keys: null
1608
+ state: !!python/object:rldx.data.types.ModalityConfig
1609
+ action_configs: null
1610
+ delta_indices:
1611
+ - 0
1612
+ mean_std_embedding_keys: null
1613
+ modality_keys:
1614
+ - left_arm
1615
+ - left_hand
1616
+ - right_arm
1617
+ - right_hand
1618
+ sin_cos_embedding_keys: null
1619
+ video: !!python/object:rldx.data.types.ModalityConfig
1620
+ action_configs: null
1621
+ delta_indices:
1622
+ - 0
1623
+ mean_std_embedding_keys: null
1624
+ modality_keys:
1625
+ - egocentric_resized
1626
+ sin_cos_embedding_keys: null
1627
+ humanoid_everyday_h1:
1628
+ action: !!python/object:rldx.data.types.ModalityConfig
1629
+ action_configs:
1630
+ - !!python/object:rldx.data.types.ActionConfig
1631
+ format: *id001
1632
+ rep: *id002
1633
+ state_key: null
1634
+ type: *id003
1635
+ - !!python/object:rldx.data.types.ActionConfig
1636
+ format: *id001
1637
+ rep: *id002
1638
+ state_key: null
1639
+ type: *id003
1640
+ - !!python/object:rldx.data.types.ActionConfig
1641
+ format: *id001
1642
+ rep: *id002
1643
+ state_key: null
1644
+ type: *id003
1645
+ - !!python/object:rldx.data.types.ActionConfig
1646
+ format: *id001
1647
+ rep: *id002
1648
+ state_key: null
1649
+ type: *id003
1650
+ delta_indices:
1651
+ - 0
1652
+ - 1
1653
+ - 2
1654
+ - 3
1655
+ - 4
1656
+ - 5
1657
+ - 6
1658
+ - 7
1659
+ - 8
1660
+ - 9
1661
+ - 10
1662
+ - 11
1663
+ - 12
1664
+ - 13
1665
+ - 14
1666
+ - 15
1667
+ mean_std_embedding_keys: null
1668
+ modality_keys:
1669
+ - left_arm
1670
+ - left_hand
1671
+ - right_arm
1672
+ - right_hand
1673
+ sin_cos_embedding_keys: null
1674
+ language: !!python/object:rldx.data.types.ModalityConfig
1675
+ action_configs: null
1676
+ delta_indices:
1677
+ - 0
1678
+ mean_std_embedding_keys: null
1679
+ modality_keys:
1680
+ - annotation.human.action.task_description
1681
+ sin_cos_embedding_keys: null
1682
+ state: !!python/object:rldx.data.types.ModalityConfig
1683
+ action_configs: null
1684
+ delta_indices:
1685
+ - 0
1686
+ mean_std_embedding_keys: null
1687
+ modality_keys:
1688
+ - left_arm
1689
+ - left_hand
1690
+ - right_arm
1691
+ - right_hand
1692
+ sin_cos_embedding_keys: null
1693
+ video: !!python/object:rldx.data.types.ModalityConfig
1694
+ action_configs: null
1695
+ delta_indices:
1696
+ - 0
1697
+ mean_std_embedding_keys: null
1698
+ modality_keys:
1699
+ - egocentric_resized
1700
+ sin_cos_embedding_keys: null
1701
+ iamlab_cmu_pickup_insert_converted_externally_to_rlds:
1702
+ action: !!python/object:rldx.data.types.ModalityConfig
1703
+ action_configs:
1704
+ - !!python/object:rldx.data.types.ActionConfig
1705
+ format: *id001
1706
+ rep: *id004
1707
+ state_key: null
1708
+ type: *id005
1709
+ - !!python/object:rldx.data.types.ActionConfig
1710
+ format: *id001
1711
+ rep: *id004
1712
+ state_key: null
1713
+ type: *id005
1714
+ - !!python/object:rldx.data.types.ActionConfig
1715
+ format: *id001
1716
+ rep: *id002
1717
+ state_key: null
1718
+ type: *id003
1719
+ delta_indices:
1720
+ - 0
1721
+ - 1
1722
+ - 2
1723
+ - 3
1724
+ - 4
1725
+ - 5
1726
+ - 6
1727
+ - 7
1728
+ - 8
1729
+ - 9
1730
+ - 10
1731
+ - 11
1732
+ - 12
1733
+ - 13
1734
+ - 14
1735
+ - 15
1736
+ mean_std_embedding_keys: null
1737
+ modality_keys:
1738
+ - end_effector_position
1739
+ - end_effector_rotation
1740
+ - gripper_close
1741
+ sin_cos_embedding_keys: null
1742
+ language: !!python/object:rldx.data.types.ModalityConfig
1743
+ action_configs: null
1744
+ delta_indices:
1745
+ - 0
1746
+ mean_std_embedding_keys: null
1747
+ modality_keys:
1748
+ - annotation.human.action.task_description
1749
+ sin_cos_embedding_keys: null
1750
+ state: !!python/object:rldx.data.types.ModalityConfig
1751
+ action_configs: null
1752
+ delta_indices:
1753
+ - 0
1754
+ mean_std_embedding_keys: null
1755
+ modality_keys:
1756
+ - end_effector_position
1757
+ - end_effector_rotation
1758
+ - gripper_position
1759
+ sin_cos_embedding_keys: null
1760
+ video: !!python/object:rldx.data.types.ModalityConfig
1761
+ action_configs: null
1762
+ delta_indices:
1763
+ - 0
1764
+ mean_std_embedding_keys: null
1765
+ modality_keys:
1766
+ - primary
1767
+ - wrist
1768
+ sin_cos_embedding_keys: null
1769
+ jaco_play:
1770
+ action: !!python/object:rldx.data.types.ModalityConfig
1771
+ action_configs:
1772
+ - !!python/object:rldx.data.types.ActionConfig
1773
+ format: *id001
1774
+ rep: *id004
1775
+ state_key: null
1776
+ type: *id005
1777
+ - !!python/object:rldx.data.types.ActionConfig
1778
+ format: *id001
1779
+ rep: *id004
1780
+ state_key: null
1781
+ type: *id005
1782
+ - !!python/object:rldx.data.types.ActionConfig
1783
+ format: *id001
1784
+ rep: *id002
1785
+ state_key: null
1786
+ type: *id003
1787
+ delta_indices:
1788
+ - 0
1789
+ - 1
1790
+ - 2
1791
+ - 3
1792
+ - 4
1793
+ - 5
1794
+ - 6
1795
+ - 7
1796
+ - 8
1797
+ - 9
1798
+ - 10
1799
+ - 11
1800
+ - 12
1801
+ - 13
1802
+ - 14
1803
+ - 15
1804
+ mean_std_embedding_keys: null
1805
+ modality_keys:
1806
+ - end_effector_position
1807
+ - end_effector_rotation
1808
+ - gripper_close
1809
+ sin_cos_embedding_keys: null
1810
+ language: !!python/object:rldx.data.types.ModalityConfig
1811
+ action_configs: null
1812
+ delta_indices:
1813
+ - 0
1814
+ mean_std_embedding_keys: null
1815
+ modality_keys:
1816
+ - annotation.human.action.task_description
1817
+ sin_cos_embedding_keys: null
1818
+ state: !!python/object:rldx.data.types.ModalityConfig
1819
+ action_configs: null
1820
+ delta_indices:
1821
+ - 0
1822
+ mean_std_embedding_keys: null
1823
+ modality_keys:
1824
+ - end_effector_position
1825
+ - end_effector_rotation
1826
+ - gripper_position
1827
+ sin_cos_embedding_keys: null
1828
+ video: !!python/object:rldx.data.types.ModalityConfig
1829
+ action_configs: null
1830
+ delta_indices:
1831
+ - 0
1832
+ mean_std_embedding_keys: null
1833
+ modality_keys:
1834
+ - primary
1835
+ - wrist
1836
+ sin_cos_embedding_keys: null
1837
+ kuka:
1838
+ action: !!python/object:rldx.data.types.ModalityConfig
1839
+ action_configs:
1840
+ - !!python/object:rldx.data.types.ActionConfig
1841
+ format: *id001
1842
+ rep: *id004
1843
+ state_key: null
1844
+ type: *id005
1845
+ - !!python/object:rldx.data.types.ActionConfig
1846
+ format: *id001
1847
+ rep: *id004
1848
+ state_key: null
1849
+ type: *id005
1850
+ - !!python/object:rldx.data.types.ActionConfig
1851
+ format: *id001
1852
+ rep: *id002
1853
+ state_key: null
1854
+ type: *id003
1855
+ delta_indices:
1856
+ - 0
1857
+ - 1
1858
+ - 2
1859
+ - 3
1860
+ - 4
1861
+ - 5
1862
+ - 6
1863
+ - 7
1864
+ - 8
1865
+ - 9
1866
+ - 10
1867
+ - 11
1868
+ - 12
1869
+ - 13
1870
+ - 14
1871
+ - 15
1872
+ mean_std_embedding_keys: null
1873
+ modality_keys:
1874
+ - end_effector_position
1875
+ - end_effector_rotation
1876
+ - gripper_close
1877
+ sin_cos_embedding_keys: null
1878
+ language: !!python/object:rldx.data.types.ModalityConfig
1879
+ action_configs: null
1880
+ delta_indices:
1881
+ - 0
1882
+ mean_std_embedding_keys: null
1883
+ modality_keys:
1884
+ - annotation.human.action.task_description
1885
+ sin_cos_embedding_keys: null
1886
+ state: !!python/object:rldx.data.types.ModalityConfig
1887
+ action_configs: null
1888
+ delta_indices:
1889
+ - 0
1890
+ mean_std_embedding_keys: null
1891
+ modality_keys:
1892
+ - end_effector_position
1893
+ - end_effector_rotation
1894
+ - gripper_position
1895
+ sin_cos_embedding_keys: null
1896
+ video: !!python/object:rldx.data.types.ModalityConfig
1897
+ action_configs: null
1898
+ delta_indices:
1899
+ - 0
1900
+ mean_std_embedding_keys: null
1901
+ modality_keys:
1902
+ - primary
1903
+ sin_cos_embedding_keys: null
1904
+ language_table:
1905
+ action: !!python/object:rldx.data.types.ModalityConfig
1906
+ action_configs:
1907
+ - !!python/object:rldx.data.types.ActionConfig
1908
+ format: *id001
1909
+ rep: *id004
1910
+ state_key: null
1911
+ type: *id005
1912
+ delta_indices:
1913
+ - 0
1914
+ - 1
1915
+ - 2
1916
+ - 3
1917
+ - 4
1918
+ - 5
1919
+ - 6
1920
+ - 7
1921
+ - 8
1922
+ - 9
1923
+ - 10
1924
+ - 11
1925
+ - 12
1926
+ - 13
1927
+ - 14
1928
+ - 15
1929
+ mean_std_embedding_keys: null
1930
+ modality_keys:
1931
+ - end_effector_position
1932
+ sin_cos_embedding_keys: null
1933
+ language: !!python/object:rldx.data.types.ModalityConfig
1934
+ action_configs: null
1935
+ delta_indices:
1936
+ - 0
1937
+ mean_std_embedding_keys: null
1938
+ modality_keys:
1939
+ - annotation.human.action.task_description
1940
+ sin_cos_embedding_keys: null
1941
+ state: !!python/object:rldx.data.types.ModalityConfig
1942
+ action_configs: null
1943
+ delta_indices:
1944
+ - 0
1945
+ mean_std_embedding_keys: null
1946
+ modality_keys:
1947
+ - end_effector_position
1948
+ sin_cos_embedding_keys: null
1949
+ video: !!python/object:rldx.data.types.ModalityConfig
1950
+ action_configs: null
1951
+ delta_indices:
1952
+ - 0
1953
+ mean_std_embedding_keys: null
1954
+ modality_keys:
1955
+ - primary
1956
+ sin_cos_embedding_keys: null
1957
+ neural_gr1:
1958
+ action: !!python/object:rldx.data.types.ModalityConfig
1959
+ action_configs:
1960
+ - !!python/object:rldx.data.types.ActionConfig
1961
+ format: *id001
1962
+ rep: *id002
1963
+ state_key: null
1964
+ type: *id003
1965
+ - !!python/object:rldx.data.types.ActionConfig
1966
+ format: *id001
1967
+ rep: *id002
1968
+ state_key: null
1969
+ type: *id003
1970
+ - !!python/object:rldx.data.types.ActionConfig
1971
+ format: *id001
1972
+ rep: *id002
1973
+ state_key: null
1974
+ type: *id003
1975
+ - !!python/object:rldx.data.types.ActionConfig
1976
+ format: *id001
1977
+ rep: *id002
1978
+ state_key: null
1979
+ type: *id003
1980
+ - !!python/object:rldx.data.types.ActionConfig
1981
+ format: *id001
1982
+ rep: *id002
1983
+ state_key: null
1984
+ type: *id003
1985
+ - !!python/object:rldx.data.types.ActionConfig
1986
+ format: *id001
1987
+ rep: *id002
1988
+ state_key: null
1989
+ type: *id003
1990
+ - !!python/object:rldx.data.types.ActionConfig
1991
+ format: *id001
1992
+ rep: *id002
1993
+ state_key: null
1994
+ type: *id003
1995
+ - !!python/object:rldx.data.types.ActionConfig
1996
+ format: *id001
1997
+ rep: *id002
1998
+ state_key: null
1999
+ type: *id003
2000
+ delta_indices:
2001
+ - 0
2002
+ - 1
2003
+ - 2
2004
+ - 3
2005
+ - 4
2006
+ - 5
2007
+ - 6
2008
+ - 7
2009
+ - 8
2010
+ - 9
2011
+ - 10
2012
+ - 11
2013
+ - 12
2014
+ - 13
2015
+ - 14
2016
+ - 15
2017
+ mean_std_embedding_keys: null
2018
+ modality_keys:
2019
+ - left_arm
2020
+ - left_hand
2021
+ - left_leg
2022
+ - neck
2023
+ - right_arm
2024
+ - right_hand
2025
+ - right_leg
2026
+ - waist
2027
+ sin_cos_embedding_keys: null
2028
+ language: !!python/object:rldx.data.types.ModalityConfig
2029
+ action_configs: null
2030
+ delta_indices:
2031
+ - 0
2032
+ mean_std_embedding_keys: null
2033
+ modality_keys:
2034
+ - annotation.human.action.task_description
2035
+ sin_cos_embedding_keys: null
2036
+ state: !!python/object:rldx.data.types.ModalityConfig
2037
+ action_configs: null
2038
+ delta_indices:
2039
+ - 0
2040
+ mean_std_embedding_keys: null
2041
+ modality_keys:
2042
+ - left_arm
2043
+ - left_hand
2044
+ - left_leg
2045
+ - neck
2046
+ - right_arm
2047
+ - right_hand
2048
+ - right_leg
2049
+ - waist
2050
+ sin_cos_embedding_keys: null
2051
+ video: !!python/object:rldx.data.types.ModalityConfig
2052
+ action_configs: null
2053
+ delta_indices:
2054
+ - 0
2055
+ mean_std_embedding_keys: null
2056
+ modality_keys:
2057
+ - ego_view
2058
+ sin_cos_embedding_keys: null
2059
+ nyu_franka_play_dataset_converted_externally_to_rlds:
2060
+ action: !!python/object:rldx.data.types.ModalityConfig
2061
+ action_configs:
2062
+ - !!python/object:rldx.data.types.ActionConfig
2063
+ format: *id001
2064
+ rep: *id004
2065
+ state_key: null
2066
+ type: *id005
2067
+ - !!python/object:rldx.data.types.ActionConfig
2068
+ format: *id001
2069
+ rep: *id004
2070
+ state_key: null
2071
+ type: *id005
2072
+ - !!python/object:rldx.data.types.ActionConfig
2073
+ format: *id001
2074
+ rep: *id002
2075
+ state_key: null
2076
+ type: *id003
2077
+ delta_indices:
2078
+ - 0
2079
+ - 1
2080
+ - 2
2081
+ - 3
2082
+ - 4
2083
+ - 5
2084
+ - 6
2085
+ - 7
2086
+ - 8
2087
+ - 9
2088
+ - 10
2089
+ - 11
2090
+ - 12
2091
+ - 13
2092
+ - 14
2093
+ - 15
2094
+ mean_std_embedding_keys: null
2095
+ modality_keys:
2096
+ - end_effector_position
2097
+ - end_effector_rotation
2098
+ - gripper_close
2099
+ sin_cos_embedding_keys: null
2100
+ language: !!python/object:rldx.data.types.ModalityConfig
2101
+ action_configs: null
2102
+ delta_indices:
2103
+ - 0
2104
+ mean_std_embedding_keys: null
2105
+ modality_keys:
2106
+ - annotation.human.action.task_description
2107
+ sin_cos_embedding_keys: null
2108
+ state: !!python/object:rldx.data.types.ModalityConfig
2109
+ action_configs: null
2110
+ delta_indices:
2111
+ - 0
2112
+ mean_std_embedding_keys: null
2113
+ modality_keys:
2114
+ - end_effector_position
2115
+ - end_effector_rotation
2116
+ - gripper_position
2117
+ sin_cos_embedding_keys: null
2118
+ video: !!python/object:rldx.data.types.ModalityConfig
2119
+ action_configs: null
2120
+ delta_indices:
2121
+ - 0
2122
+ mean_std_embedding_keys: null
2123
+ modality_keys:
2124
+ - primary
2125
+ - secondary
2126
+ sin_cos_embedding_keys: null
2127
+ roboturk:
2128
+ action: !!python/object:rldx.data.types.ModalityConfig
2129
+ action_configs:
2130
+ - !!python/object:rldx.data.types.ActionConfig
2131
+ format: *id001
2132
+ rep: *id004
2133
+ state_key: null
2134
+ type: *id005
2135
+ - !!python/object:rldx.data.types.ActionConfig
2136
+ format: *id001
2137
+ rep: *id004
2138
+ state_key: null
2139
+ type: *id005
2140
+ - !!python/object:rldx.data.types.ActionConfig
2141
+ format: *id001
2142
+ rep: *id002
2143
+ state_key: null
2144
+ type: *id003
2145
+ delta_indices:
2146
+ - 0
2147
+ - 1
2148
+ - 2
2149
+ - 3
2150
+ - 4
2151
+ - 5
2152
+ - 6
2153
+ - 7
2154
+ - 8
2155
+ - 9
2156
+ - 10
2157
+ - 11
2158
+ - 12
2159
+ - 13
2160
+ - 14
2161
+ - 15
2162
+ mean_std_embedding_keys: null
2163
+ modality_keys:
2164
+ - end_effector_position
2165
+ - end_effector_rotation
2166
+ - gripper_close
2167
+ sin_cos_embedding_keys: null
2168
+ language: !!python/object:rldx.data.types.ModalityConfig
2169
+ action_configs: null
2170
+ delta_indices:
2171
+ - 0
2172
+ mean_std_embedding_keys: null
2173
+ modality_keys:
2174
+ - annotation.human.action.task_description
2175
+ sin_cos_embedding_keys: null
2176
+ state: !!python/object:rldx.data.types.ModalityConfig
2177
+ action_configs: null
2178
+ delta_indices:
2179
+ - 0
2180
+ mean_std_embedding_keys: null
2181
+ modality_keys:
2182
+ - none
2183
+ sin_cos_embedding_keys: null
2184
+ video: !!python/object:rldx.data.types.ModalityConfig
2185
+ action_configs: null
2186
+ delta_indices:
2187
+ - 0
2188
+ mean_std_embedding_keys: null
2189
+ modality_keys:
2190
+ - primary
2191
+ sin_cos_embedding_keys: null
2192
+ stanford_hydra_dataset_converted_externally_to_rlds:
2193
+ action: !!python/object:rldx.data.types.ModalityConfig
2194
+ action_configs:
2195
+ - !!python/object:rldx.data.types.ActionConfig
2196
+ format: *id001
2197
+ rep: *id004
2198
+ state_key: null
2199
+ type: *id005
2200
+ - !!python/object:rldx.data.types.ActionConfig
2201
+ format: *id001
2202
+ rep: *id004
2203
+ state_key: null
2204
+ type: *id005
2205
+ - !!python/object:rldx.data.types.ActionConfig
2206
+ format: *id001
2207
+ rep: *id002
2208
+ state_key: null
2209
+ type: *id003
2210
+ delta_indices:
2211
+ - 0
2212
+ - 1
2213
+ - 2
2214
+ - 3
2215
+ - 4
2216
+ - 5
2217
+ - 6
2218
+ - 7
2219
+ - 8
2220
+ - 9
2221
+ - 10
2222
+ - 11
2223
+ - 12
2224
+ - 13
2225
+ - 14
2226
+ - 15
2227
+ mean_std_embedding_keys: null
2228
+ modality_keys:
2229
+ - end_effector_position
2230
+ - end_effector_rotation
2231
+ - gripper_close
2232
+ sin_cos_embedding_keys: null
2233
+ language: !!python/object:rldx.data.types.ModalityConfig
2234
+ action_configs: null
2235
+ delta_indices:
2236
+ - 0
2237
+ mean_std_embedding_keys: null
2238
+ modality_keys:
2239
+ - annotation.human.action.task_description
2240
+ sin_cos_embedding_keys: null
2241
+ state: !!python/object:rldx.data.types.ModalityConfig
2242
+ action_configs: null
2243
+ delta_indices:
2244
+ - 0
2245
+ mean_std_embedding_keys: null
2246
+ modality_keys:
2247
+ - end_effector_position
2248
+ - end_effector_rotation
2249
+ - gripper_position
2250
+ sin_cos_embedding_keys: null
2251
+ video: !!python/object:rldx.data.types.ModalityConfig
2252
+ action_configs: null
2253
+ delta_indices:
2254
+ - 0
2255
+ mean_std_embedding_keys: null
2256
+ modality_keys:
2257
+ - primary
2258
+ - wrist
2259
+ sin_cos_embedding_keys: null
2260
+ taco_play:
2261
+ action: !!python/object:rldx.data.types.ModalityConfig
2262
+ action_configs:
2263
+ - !!python/object:rldx.data.types.ActionConfig
2264
+ format: *id001
2265
+ rep: *id004
2266
+ state_key: null
2267
+ type: *id005
2268
+ - !!python/object:rldx.data.types.ActionConfig
2269
+ format: *id001
2270
+ rep: *id004
2271
+ state_key: null
2272
+ type: *id005
2273
+ - !!python/object:rldx.data.types.ActionConfig
2274
+ format: *id001
2275
+ rep: *id002
2276
+ state_key: null
2277
+ type: *id003
2278
+ delta_indices:
2279
+ - 0
2280
+ - 1
2281
+ - 2
2282
+ - 3
2283
+ - 4
2284
+ - 5
2285
+ - 6
2286
+ - 7
2287
+ - 8
2288
+ - 9
2289
+ - 10
2290
+ - 11
2291
+ - 12
2292
+ - 13
2293
+ - 14
2294
+ - 15
2295
+ mean_std_embedding_keys: null
2296
+ modality_keys:
2297
+ - end_effector_position
2298
+ - end_effector_rotation
2299
+ - gripper_close
2300
+ sin_cos_embedding_keys: null
2301
+ language: !!python/object:rldx.data.types.ModalityConfig
2302
+ action_configs: null
2303
+ delta_indices:
2304
+ - 0
2305
+ mean_std_embedding_keys: null
2306
+ modality_keys:
2307
+ - annotation.human.action.task_description
2308
+ sin_cos_embedding_keys: null
2309
+ state: !!python/object:rldx.data.types.ModalityConfig
2310
+ action_configs: null
2311
+ delta_indices:
2312
+ - 0
2313
+ mean_std_embedding_keys: null
2314
+ modality_keys:
2315
+ - end_effector_position
2316
+ - end_effector_rotation
2317
+ - gripper_position
2318
+ sin_cos_embedding_keys: null
2319
+ video: !!python/object:rldx.data.types.ModalityConfig
2320
+ action_configs: null
2321
+ delta_indices:
2322
+ - 0
2323
+ mean_std_embedding_keys: null
2324
+ modality_keys:
2325
+ - primary
2326
+ - wrist
2327
+ sin_cos_embedding_keys: null
2328
+ toto:
2329
+ action: !!python/object:rldx.data.types.ModalityConfig
2330
+ action_configs:
2331
+ - !!python/object:rldx.data.types.ActionConfig
2332
+ format: *id001
2333
+ rep: *id004
2334
+ state_key: null
2335
+ type: *id005
2336
+ - !!python/object:rldx.data.types.ActionConfig
2337
+ format: *id001
2338
+ rep: *id004
2339
+ state_key: null
2340
+ type: *id005
2341
+ - !!python/object:rldx.data.types.ActionConfig
2342
+ format: *id001
2343
+ rep: *id002
2344
+ state_key: null
2345
+ type: *id003
2346
+ delta_indices:
2347
+ - 0
2348
+ - 1
2349
+ - 2
2350
+ - 3
2351
+ - 4
2352
+ - 5
2353
+ - 6
2354
+ - 7
2355
+ - 8
2356
+ - 9
2357
+ - 10
2358
+ - 11
2359
+ - 12
2360
+ - 13
2361
+ - 14
2362
+ - 15
2363
+ mean_std_embedding_keys: null
2364
+ modality_keys:
2365
+ - end_effector_position
2366
+ - end_effector_rotation
2367
+ - gripper_close
2368
+ sin_cos_embedding_keys: null
2369
+ language: !!python/object:rldx.data.types.ModalityConfig
2370
+ action_configs: null
2371
+ delta_indices:
2372
+ - 0
2373
+ mean_std_embedding_keys: null
2374
+ modality_keys:
2375
+ - annotation.human.action.task_description
2376
+ sin_cos_embedding_keys: null
2377
+ state: !!python/object:rldx.data.types.ModalityConfig
2378
+ action_configs: null
2379
+ delta_indices:
2380
+ - 0
2381
+ mean_std_embedding_keys: null
2382
+ modality_keys:
2383
+ - joint_position
2384
+ - gripper_position
2385
+ sin_cos_embedding_keys: null
2386
+ video: !!python/object:rldx.data.types.ModalityConfig
2387
+ action_configs: null
2388
+ delta_indices:
2389
+ - 0
2390
+ mean_std_embedding_keys: null
2391
+ modality_keys:
2392
+ - primary
2393
+ sin_cos_embedding_keys: null
2394
+ ucsd_kitchen_dataset_converted_externally_to_rlds:
2395
+ action: !!python/object:rldx.data.types.ModalityConfig
2396
+ action_configs:
2397
+ - !!python/object:rldx.data.types.ActionConfig
2398
+ format: *id001
2399
+ rep: *id004
2400
+ state_key: null
2401
+ type: *id005
2402
+ - !!python/object:rldx.data.types.ActionConfig
2403
+ format: *id001
2404
+ rep: *id004
2405
+ state_key: null
2406
+ type: *id005
2407
+ - !!python/object:rldx.data.types.ActionConfig
2408
+ format: *id001
2409
+ rep: *id002
2410
+ state_key: null
2411
+ type: *id003
2412
+ delta_indices:
2413
+ - 0
2414
+ - 1
2415
+ - 2
2416
+ - 3
2417
+ - 4
2418
+ - 5
2419
+ - 6
2420
+ - 7
2421
+ - 8
2422
+ - 9
2423
+ - 10
2424
+ - 11
2425
+ - 12
2426
+ - 13
2427
+ - 14
2428
+ - 15
2429
+ mean_std_embedding_keys: null
2430
+ modality_keys:
2431
+ - end_effector_position
2432
+ - end_effector_rotation
2433
+ - gripper_close
2434
+ sin_cos_embedding_keys: null
2435
+ language: !!python/object:rldx.data.types.ModalityConfig
2436
+ action_configs: null
2437
+ delta_indices:
2438
+ - 0
2439
+ mean_std_embedding_keys: null
2440
+ modality_keys:
2441
+ - annotation.human.action.task_description
2442
+ sin_cos_embedding_keys: null
2443
+ state: !!python/object:rldx.data.types.ModalityConfig
2444
+ action_configs: null
2445
+ delta_indices:
2446
+ - 0
2447
+ mean_std_embedding_keys: null
2448
+ modality_keys:
2449
+ - joint_position
2450
+ sin_cos_embedding_keys: null
2451
+ video: !!python/object:rldx.data.types.ModalityConfig
2452
+ action_configs: null
2453
+ delta_indices:
2454
+ - 0
2455
+ mean_std_embedding_keys: null
2456
+ modality_keys:
2457
+ - primary
2458
+ sin_cos_embedding_keys: null
2459
+ utaustin_mutex:
2460
+ action: !!python/object:rldx.data.types.ModalityConfig
2461
+ action_configs:
2462
+ - !!python/object:rldx.data.types.ActionConfig
2463
+ format: *id001
2464
+ rep: *id004
2465
+ state_key: null
2466
+ type: *id005
2467
+ - !!python/object:rldx.data.types.ActionConfig
2468
+ format: *id001
2469
+ rep: *id004
2470
+ state_key: null
2471
+ type: *id005
2472
+ - !!python/object:rldx.data.types.ActionConfig
2473
+ format: *id001
2474
+ rep: *id002
2475
+ state_key: null
2476
+ type: *id003
2477
+ delta_indices:
2478
+ - 0
2479
+ - 1
2480
+ - 2
2481
+ - 3
2482
+ - 4
2483
+ - 5
2484
+ - 6
2485
+ - 7
2486
+ - 8
2487
+ - 9
2488
+ - 10
2489
+ - 11
2490
+ - 12
2491
+ - 13
2492
+ - 14
2493
+ - 15
2494
+ mean_std_embedding_keys: null
2495
+ modality_keys:
2496
+ - end_effector_position
2497
+ - end_effector_rotation
2498
+ - gripper_close
2499
+ sin_cos_embedding_keys: null
2500
+ language: !!python/object:rldx.data.types.ModalityConfig
2501
+ action_configs: null
2502
+ delta_indices:
2503
+ - 0
2504
+ mean_std_embedding_keys: null
2505
+ modality_keys:
2506
+ - annotation.human.action.task_description
2507
+ sin_cos_embedding_keys: null
2508
+ state: !!python/object:rldx.data.types.ModalityConfig
2509
+ action_configs: null
2510
+ delta_indices:
2511
+ - 0
2512
+ mean_std_embedding_keys: null
2513
+ modality_keys:
2514
+ - joint_position
2515
+ - gripper_position
2516
+ sin_cos_embedding_keys: null
2517
+ video: !!python/object:rldx.data.types.ModalityConfig
2518
+ action_configs: null
2519
+ delta_indices:
2520
+ - 0
2521
+ mean_std_embedding_keys: null
2522
+ modality_keys:
2523
+ - primary
2524
+ - wrist
2525
+ sin_cos_embedding_keys: null
2526
+ viola:
2527
+ action: !!python/object:rldx.data.types.ModalityConfig
2528
+ action_configs:
2529
+ - !!python/object:rldx.data.types.ActionConfig
2530
+ format: *id001
2531
+ rep: *id004
2532
+ state_key: null
2533
+ type: *id005
2534
+ - !!python/object:rldx.data.types.ActionConfig
2535
+ format: *id001
2536
+ rep: *id004
2537
+ state_key: null
2538
+ type: *id005
2539
+ - !!python/object:rldx.data.types.ActionConfig
2540
+ format: *id001
2541
+ rep: *id002
2542
+ state_key: null
2543
+ type: *id003
2544
+ delta_indices:
2545
+ - 0
2546
+ - 1
2547
+ - 2
2548
+ - 3
2549
+ - 4
2550
+ - 5
2551
+ - 6
2552
+ - 7
2553
+ - 8
2554
+ - 9
2555
+ - 10
2556
+ - 11
2557
+ - 12
2558
+ - 13
2559
+ - 14
2560
+ - 15
2561
+ mean_std_embedding_keys: null
2562
+ modality_keys:
2563
+ - end_effector_position
2564
+ - end_effector_rotation
2565
+ - gripper_close
2566
+ sin_cos_embedding_keys: null
2567
+ language: !!python/object:rldx.data.types.ModalityConfig
2568
+ action_configs: null
2569
+ delta_indices:
2570
+ - 0
2571
+ mean_std_embedding_keys: null
2572
+ modality_keys:
2573
+ - annotation.human.action.task_description
2574
+ sin_cos_embedding_keys: null
2575
+ state: !!python/object:rldx.data.types.ModalityConfig
2576
+ action_configs: null
2577
+ delta_indices:
2578
+ - 0
2579
+ mean_std_embedding_keys: null
2580
+ modality_keys:
2581
+ - joint_position
2582
+ - gripper_position
2583
+ sin_cos_embedding_keys: null
2584
+ video: !!python/object:rldx.data.types.ModalityConfig
2585
+ action_configs: null
2586
+ delta_indices:
2587
+ - 0
2588
+ mean_std_embedding_keys: null
2589
+ modality_keys:
2590
+ - primary
2591
+ - wrist
2592
+ sin_cos_embedding_keys: null
2593
+ mode: single_turn
2594
+ multiprocessing_context: fork
2595
+ num_shards_per_epoch: 100000
2596
+ override_pretraining_statistics: false
2597
+ random_chop: 0.0
2598
+ seed: 42
2599
+ shard_size: 1024
2600
+ shuffle: true
2601
+ subsample_ratio: 1.0
2602
+ video_backend: torchcodec
2603
+ load_config_path: null
2604
+ model: !!python/object:rldx.configs.model.rldx.RLDXConfig
2605
+ _attn_implementation_internal: null
2606
+ _commit_hash: null
2607
+ _name_or_path: ''
2608
+ _output_attentions: false
2609
+ action_horizon: 16
2610
+ action_model_lora_alpha: 32
2611
+ action_model_lora_dropout: 0.0
2612
+ action_model_lora_rank: 16
2613
+ action_model_lora_target_modules:
2614
+ - vl_qkv
2615
+ - vl_proj
2616
+ - sa_qkv
2617
+ - sa_proj
2618
+ - p_qkv
2619
+ - p_proj
2620
+ - linear1
2621
+ - linear2
2622
+ action_model_use_lora: false
2623
+ add_cross_attention: false
2624
+ architectures: null
2625
+ backbone_lora_alpha: 32
2626
+ backbone_lora_dropout: 0.0
2627
+ backbone_lora_num_layers: -1
2628
+ backbone_lora_rank: 16
2629
+ backbone_lora_target_modules:
2630
+ - q_proj
2631
+ - k_proj
2632
+ - v_proj
2633
+ - o_proj
2634
+ - gate_proj
2635
+ - up_proj
2636
+ - down_proj
2637
+ backbone_use_lora: false
2638
+ bad_words_ids: null
2639
+ begin_suppress_tokens: null
2640
+ bos_token_id: null
2641
+ chunk_size_feed_forward: 0
2642
+ color_jitter_params:
2643
+ brightness: 0.3
2644
+ contrast: 0.4
2645
+ hue: 0.08
2646
+ saturation: 0.5
2647
+ conversation_image_first: false
2648
+ cross_attention_hidden_size: null
2649
+ decoder_start_token_id: null
2650
+ diffusion_model_cfg:
2651
+ action_model_max_seq_len: 512
2652
+ attention_head_dim: 64
2653
+ depth_multi_stream: 4
2654
+ depth_single_stream: 8
2655
+ dropout: 0.2
2656
+ final_dropout: true
2657
+ num_attention_heads: 24
2658
+ output_dim: 1024
2659
+ positional_embeddings: rope_sa_only
2660
+ pre_norm: layer_norm
2661
+ qk_norm: rms_norm
2662
+ rope_theta: 10000.0
2663
+ temb_type: input_token
2664
+ use_swiglu: true
2665
+ diversity_penalty: 0.0
2666
+ do_sample: false
2667
+ dtype: null
2668
+ early_stopping: false
2669
+ encoder_no_repeat_ngram_size: 0
2670
+ eos_token_id: null
2671
+ exponential_decay_length_penalty: null
2672
+ finetuning_task: null
2673
+ forced_bos_token_id: null
2674
+ forced_eos_token_id: null
2675
+ freeze_cog_tokens: false
2676
+ general_embodiment_train_ratio: 0.02
2677
+ id2label:
2678
+ 0: LABEL_0
2679
+ 1: LABEL_1
2680
+ image_max_area: 65536
2681
+ image_resize_m: 32
2682
+ is_decoder: false
2683
+ is_encoder_decoder: false
2684
+ label2id:
2685
+ LABEL_0: 0
2686
+ LABEL_1: 1
2687
+ length_penalty: 1.0
2688
+ max_length: 20
2689
+ memory_cfg:
2690
+ hidden_size: 4096
2691
+ intermediate_size: 16384
2692
+ max_position_embeddings: 32
2693
+ num_attention_heads: 16
2694
+ num_hidden_layers: 2
2695
+ num_key_value_heads: 16
2696
+ rms_norm_eps: 1.0e-05
2697
+ use_causal_attn: true
2698
+ use_rope: true
2699
+ min_length: 0
2700
+ model_name: /data/taeyoung/models/RLDX-1-VLM
2701
+ model_revision: null
2702
+ model_type: RLDX-1
2703
+ n_cog_tokens: 64
2704
+ no_repeat_ngram_size: 0
2705
+ num_beam_groups: 1
2706
+ num_beams: 1
2707
+ num_return_sequences: 1
2708
+ output_hidden_states: false
2709
+ output_scores: false
2710
+ pad_token_id: null
2711
+ physics_dims: []
2712
+ physics_keys: []
2713
+ prefix: null
2714
+ problem_type: null
2715
+ pruned_heads: {}
2716
+ random_crop_fraction: null
2717
+ random_rotation_angle: null
2718
+ remove_invalid_values: false
2719
+ repetition_penalty: 1.0
2720
+ return_dict: true
2721
+ return_dict_in_generate: false
2722
+ rtc_inference_delay: 0
2723
+ rtc_inference_exec_horizon: 0
2724
+ rtc_inference_mode: none
2725
+ rtc_jacobian_steps_only: 3
2726
+ rtc_training_max_delay: 0
2727
+ sep_token_id: null
2728
+ state_dropout_prob: 0.0
2729
+ suppress_tokens: null
2730
+ task_specific_params: null
2731
+ temperature: 1.0
2732
+ tf_legacy_loss: false
2733
+ tie_encoder_decoder: false
2734
+ tie_word_embeddings: true
2735
+ tokenizer_class: null
2736
+ top_k: 50
2737
+ top_p: 1.0
2738
+ torchscript: false
2739
+ transformers_version: null
2740
+ tune_diffusion_model: true
2741
+ tune_llm: false
2742
+ tune_projector: true
2743
+ tune_top_llm_layers: 4
2744
+ tune_visual: false
2745
+ typical_p: 1.0
2746
+ use_bfloat16: false
2747
+ use_memory: false
2748
+ use_motion: false
2749
+ use_physics: false
2750
+ use_video: true
2751
+ video_length: 1
2752
+ video_stride: 2
2753
+ training: !!python/object:rldx.configs.training.training_config.TrainingConfig
2754
+ add_rl_callback: false
2755
+ assert_loss_less_than: null
2756
+ batch_size: null
2757
+ bf16: true
2758
+ dataloader_num_workers: 40
2759
+ ddp_bucket_cap_mb: 100
2760
+ deepspeed_stage: 2
2761
+ enable_open_loop_eval: false
2762
+ enable_profiling: false
2763
+ eval_batch_size: 2
2764
+ eval_bf16: true
2765
+ eval_set_split_ratio: 0.1
2766
+ eval_steps: 500
2767
+ eval_strategy: 'no'
2768
+ experiment_name: rldx1_image_pt_mixv5_bsz8192_100k
2769
+ fp16: false
2770
+ global_batch_size: 4096
2771
+ gradient_accumulation_steps: 2
2772
+ gradient_checkpointing: false
2773
+ learning_rate: 0.0001
2774
+ logging_steps: 10
2775
+ lr_scheduler_type: constant_with_warmup
2776
+ max_concurrent_uploads: 2
2777
+ max_grad_norm: 1.0
2778
+ max_retries: 3
2779
+ max_steps: 100000
2780
+ new_param_warmup_steps: 0
2781
+ num_gpus: 64
2782
+ open_loop_eval_plot_indices: null
2783
+ open_loop_eval_steps_per_traj: 100
2784
+ open_loop_eval_traj_ids:
2785
+ - 0
2786
+ optim: adamw_torch_fused
2787
+ output_dir: /data/taeyoung/workspace/RLDX-1/ckpt/rldx1/pretrained/rldx1_image_pt_mixv5_bsz8192_100k
2788
+ remove_unused_columns: false
2789
+ save_best_eval_metric_greater_is_better: true
2790
+ save_best_eval_metric_name: ''
2791
+ save_steps: 1000
2792
+ save_total_limit: 40
2793
+ save_vl_model: false
2794
+ start_from_checkpoint: null
2795
+ tf32: true
2796
+ transformers_access_token: null
2797
+ transformers_cache_dir: null
2798
+ transformers_local_files_only: false
2799
+ transformers_trust_remote_code: true
2800
+ upload_checkpoints: false
2801
+ upload_every: 1000
2802
+ upload_last_n_checkpoints: 5
2803
+ use_ddp: false
2804
+ use_wandb: true
2805
+ wandb_project: rldx-pretrain
2806
+ warmup_ratio: 0.05
2807
+ warmup_steps: 0
2808
+ weight_decay: 1.0e-05
experiment_cfg/dataset_statistics.json ADDED
The diff for this file is too large to render. See raw diff
 
experiment_cfg/final_model_config.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "RLDX-1",
3
+ "model_dtype": "bfloat16",
4
+ "model_name": "/data/taeyoung/models/RLDX-1-VLM",
5
+ "backbone_model_type": "vtc_qwen3_vl",
6
+ "model_revision": null,
7
+ "tune_top_llm_layers": 4,
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.02,
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
+ "attention_head_dim": 64,
36
+ "depth_multi_stream": 4,
37
+ "depth_single_stream": 8,
38
+ "dropout": 0.2,
39
+ "final_dropout": true,
40
+ "num_attention_heads": 24,
41
+ "output_dim": 1024,
42
+ "positional_embeddings": "rope_sa_only",
43
+ "rope_theta": 10000.0,
44
+ "temb_type": "input_token",
45
+ "use_swiglu": true,
46
+ "action_model_max_seq_len": 512,
47
+ "pre_norm": "layer_norm",
48
+ "qk_norm": "rms_norm",
49
+ "sa_dim": 1536,
50
+ "vl_dim": 4096,
51
+ "use_physics": false,
52
+ "physics_dim": 0
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.0,
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
+ "num_hidden_layers": 2,
107
+ "num_attention_heads": 16,
108
+ "num_key_value_heads": 16,
109
+ "max_position_embeddings": 32,
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
+ "max_num_embodiments": 36
153
+ }
experiment_cfg/final_processor_config.json ADDED
The diff for this file is too large to render. See raw diff
 
model-00001-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43e94d619d95fdac2559c90c232c1c235e626f058903fd181330a1a9efbf84d3
3
+ size 4912540968
model-00002-of-00003.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-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a46476ee80d5a18cc2e952e5bc81de530a5f6a7d627850a006a1addf59b95b9
3
+ size 4467155576
model.safetensors.index.json ADDED
@@ -0,0 +1,730 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_parameters": 6912894784,
4
+ "total_size": 13825789568
5
+ },
6
+ "weight_map": {
7
+ "action_model.action_decoder.layer1.W": "model-00003-of-00003.safetensors",
8
+ "action_model.action_decoder.layer1.b": "model-00003-of-00003.safetensors",
9
+ "action_model.action_decoder.layer2.W": "model-00003-of-00003.safetensors",
10
+ "action_model.action_decoder.layer2.b": "model-00003-of-00003.safetensors",
11
+ "action_model.action_encoder.W1.W": "model-00003-of-00003.safetensors",
12
+ "action_model.action_encoder.W1.b": "model-00003-of-00003.safetensors",
13
+ "action_model.action_encoder.W2.W": "model-00003-of-00003.safetensors",
14
+ "action_model.action_encoder.W2.b": "model-00003-of-00003.safetensors",
15
+ "action_model.action_encoder.W3.W": "model-00003-of-00003.safetensors",
16
+ "action_model.action_encoder.W3.b": "model-00003-of-00003.safetensors",
17
+ "action_model.model.double_blocks.0.k_norm_sa.weight": "model-00003-of-00003.safetensors",
18
+ "action_model.model.double_blocks.0.k_norm_vl.weight": "model-00003-of-00003.safetensors",
19
+ "action_model.model.double_blocks.0.q_norm_sa.weight": "model-00003-of-00003.safetensors",
20
+ "action_model.model.double_blocks.0.q_norm_vl.weight": "model-00003-of-00003.safetensors",
21
+ "action_model.model.double_blocks.0.sa_mlp.w12.bias": "model-00003-of-00003.safetensors",
22
+ "action_model.model.double_blocks.0.sa_mlp.w12.weight": "model-00003-of-00003.safetensors",
23
+ "action_model.model.double_blocks.0.sa_mlp.w3.bias": "model-00003-of-00003.safetensors",
24
+ "action_model.model.double_blocks.0.sa_mlp.w3.weight": "model-00003-of-00003.safetensors",
25
+ "action_model.model.double_blocks.0.sa_proj.bias": "model-00003-of-00003.safetensors",
26
+ "action_model.model.double_blocks.0.sa_proj.weight": "model-00003-of-00003.safetensors",
27
+ "action_model.model.double_blocks.0.sa_qkv.bias": "model-00003-of-00003.safetensors",
28
+ "action_model.model.double_blocks.0.sa_qkv.weight": "model-00003-of-00003.safetensors",
29
+ "action_model.model.double_blocks.0.vl_mlp.w12.bias": "model-00003-of-00003.safetensors",
30
+ "action_model.model.double_blocks.0.vl_mlp.w12.weight": "model-00003-of-00003.safetensors",
31
+ "action_model.model.double_blocks.0.vl_mlp.w3.bias": "model-00003-of-00003.safetensors",
32
+ "action_model.model.double_blocks.0.vl_mlp.w3.weight": "model-00003-of-00003.safetensors",
33
+ "action_model.model.double_blocks.0.vl_proj.bias": "model-00003-of-00003.safetensors",
34
+ "action_model.model.double_blocks.0.vl_proj.weight": "model-00003-of-00003.safetensors",
35
+ "action_model.model.double_blocks.0.vl_qkv.bias": "model-00003-of-00003.safetensors",
36
+ "action_model.model.double_blocks.0.vl_qkv.weight": "model-00003-of-00003.safetensors",
37
+ "action_model.model.double_blocks.1.k_norm_sa.weight": "model-00003-of-00003.safetensors",
38
+ "action_model.model.double_blocks.1.k_norm_vl.weight": "model-00003-of-00003.safetensors",
39
+ "action_model.model.double_blocks.1.q_norm_sa.weight": "model-00003-of-00003.safetensors",
40
+ "action_model.model.double_blocks.1.q_norm_vl.weight": "model-00003-of-00003.safetensors",
41
+ "action_model.model.double_blocks.1.sa_mlp.w12.bias": "model-00003-of-00003.safetensors",
42
+ "action_model.model.double_blocks.1.sa_mlp.w12.weight": "model-00003-of-00003.safetensors",
43
+ "action_model.model.double_blocks.1.sa_mlp.w3.bias": "model-00003-of-00003.safetensors",
44
+ "action_model.model.double_blocks.1.sa_mlp.w3.weight": "model-00003-of-00003.safetensors",
45
+ "action_model.model.double_blocks.1.sa_proj.bias": "model-00003-of-00003.safetensors",
46
+ "action_model.model.double_blocks.1.sa_proj.weight": "model-00003-of-00003.safetensors",
47
+ "action_model.model.double_blocks.1.sa_qkv.bias": "model-00003-of-00003.safetensors",
48
+ "action_model.model.double_blocks.1.sa_qkv.weight": "model-00003-of-00003.safetensors",
49
+ "action_model.model.double_blocks.1.vl_mlp.w12.bias": "model-00003-of-00003.safetensors",
50
+ "action_model.model.double_blocks.1.vl_mlp.w12.weight": "model-00003-of-00003.safetensors",
51
+ "action_model.model.double_blocks.1.vl_mlp.w3.bias": "model-00003-of-00003.safetensors",
52
+ "action_model.model.double_blocks.1.vl_mlp.w3.weight": "model-00003-of-00003.safetensors",
53
+ "action_model.model.double_blocks.1.vl_proj.bias": "model-00003-of-00003.safetensors",
54
+ "action_model.model.double_blocks.1.vl_proj.weight": "model-00003-of-00003.safetensors",
55
+ "action_model.model.double_blocks.1.vl_qkv.bias": "model-00003-of-00003.safetensors",
56
+ "action_model.model.double_blocks.1.vl_qkv.weight": "model-00003-of-00003.safetensors",
57
+ "action_model.model.double_blocks.2.k_norm_sa.weight": "model-00003-of-00003.safetensors",
58
+ "action_model.model.double_blocks.2.k_norm_vl.weight": "model-00003-of-00003.safetensors",
59
+ "action_model.model.double_blocks.2.q_norm_sa.weight": "model-00003-of-00003.safetensors",
60
+ "action_model.model.double_blocks.2.q_norm_vl.weight": "model-00003-of-00003.safetensors",
61
+ "action_model.model.double_blocks.2.sa_mlp.w12.bias": "model-00003-of-00003.safetensors",
62
+ "action_model.model.double_blocks.2.sa_mlp.w12.weight": "model-00003-of-00003.safetensors",
63
+ "action_model.model.double_blocks.2.sa_mlp.w3.bias": "model-00003-of-00003.safetensors",
64
+ "action_model.model.double_blocks.2.sa_mlp.w3.weight": "model-00003-of-00003.safetensors",
65
+ "action_model.model.double_blocks.2.sa_proj.bias": "model-00003-of-00003.safetensors",
66
+ "action_model.model.double_blocks.2.sa_proj.weight": "model-00003-of-00003.safetensors",
67
+ "action_model.model.double_blocks.2.sa_qkv.bias": "model-00003-of-00003.safetensors",
68
+ "action_model.model.double_blocks.2.sa_qkv.weight": "model-00003-of-00003.safetensors",
69
+ "action_model.model.double_blocks.2.vl_mlp.w12.bias": "model-00003-of-00003.safetensors",
70
+ "action_model.model.double_blocks.2.vl_mlp.w12.weight": "model-00003-of-00003.safetensors",
71
+ "action_model.model.double_blocks.2.vl_mlp.w3.bias": "model-00003-of-00003.safetensors",
72
+ "action_model.model.double_blocks.2.vl_mlp.w3.weight": "model-00003-of-00003.safetensors",
73
+ "action_model.model.double_blocks.2.vl_proj.bias": "model-00003-of-00003.safetensors",
74
+ "action_model.model.double_blocks.2.vl_proj.weight": "model-00003-of-00003.safetensors",
75
+ "action_model.model.double_blocks.2.vl_qkv.bias": "model-00003-of-00003.safetensors",
76
+ "action_model.model.double_blocks.2.vl_qkv.weight": "model-00003-of-00003.safetensors",
77
+ "action_model.model.double_blocks.3.k_norm_sa.weight": "model-00003-of-00003.safetensors",
78
+ "action_model.model.double_blocks.3.k_norm_vl.weight": "model-00003-of-00003.safetensors",
79
+ "action_model.model.double_blocks.3.q_norm_sa.weight": "model-00003-of-00003.safetensors",
80
+ "action_model.model.double_blocks.3.q_norm_vl.weight": "model-00003-of-00003.safetensors",
81
+ "action_model.model.double_blocks.3.sa_mlp.w12.bias": "model-00003-of-00003.safetensors",
82
+ "action_model.model.double_blocks.3.sa_mlp.w12.weight": "model-00003-of-00003.safetensors",
83
+ "action_model.model.double_blocks.3.sa_mlp.w3.bias": "model-00003-of-00003.safetensors",
84
+ "action_model.model.double_blocks.3.sa_mlp.w3.weight": "model-00003-of-00003.safetensors",
85
+ "action_model.model.double_blocks.3.sa_proj.bias": "model-00003-of-00003.safetensors",
86
+ "action_model.model.double_blocks.3.sa_proj.weight": "model-00003-of-00003.safetensors",
87
+ "action_model.model.double_blocks.3.sa_qkv.bias": "model-00003-of-00003.safetensors",
88
+ "action_model.model.double_blocks.3.sa_qkv.weight": "model-00003-of-00003.safetensors",
89
+ "action_model.model.double_blocks.3.vl_mlp.w12.bias": "model-00003-of-00003.safetensors",
90
+ "action_model.model.double_blocks.3.vl_mlp.w12.weight": "model-00003-of-00003.safetensors",
91
+ "action_model.model.double_blocks.3.vl_mlp.w3.bias": "model-00003-of-00003.safetensors",
92
+ "action_model.model.double_blocks.3.vl_mlp.w3.weight": "model-00003-of-00003.safetensors",
93
+ "action_model.model.double_blocks.3.vl_proj.bias": "model-00003-of-00003.safetensors",
94
+ "action_model.model.double_blocks.3.vl_proj.weight": "model-00003-of-00003.safetensors",
95
+ "action_model.model.double_blocks.3.vl_qkv.bias": "model-00003-of-00003.safetensors",
96
+ "action_model.model.double_blocks.3.vl_qkv.weight": "model-00003-of-00003.safetensors",
97
+ "action_model.model.proj_out_1.bias": "model-00003-of-00003.safetensors",
98
+ "action_model.model.proj_out_1.weight": "model-00003-of-00003.safetensors",
99
+ "action_model.model.proj_out_2.bias": "model-00003-of-00003.safetensors",
100
+ "action_model.model.proj_out_2.weight": "model-00003-of-00003.safetensors",
101
+ "action_model.model.single_blocks.0.k_norm.weight": "model-00003-of-00003.safetensors",
102
+ "action_model.model.single_blocks.0.linear1.bias": "model-00003-of-00003.safetensors",
103
+ "action_model.model.single_blocks.0.linear1.weight": "model-00003-of-00003.safetensors",
104
+ "action_model.model.single_blocks.0.linear2.bias": "model-00003-of-00003.safetensors",
105
+ "action_model.model.single_blocks.0.linear2.weight": "model-00003-of-00003.safetensors",
106
+ "action_model.model.single_blocks.0.mlp_proj.bias": "model-00003-of-00003.safetensors",
107
+ "action_model.model.single_blocks.0.mlp_proj.weight": "model-00003-of-00003.safetensors",
108
+ "action_model.model.single_blocks.0.q_norm.weight": "model-00003-of-00003.safetensors",
109
+ "action_model.model.single_blocks.1.k_norm.weight": "model-00003-of-00003.safetensors",
110
+ "action_model.model.single_blocks.1.linear1.bias": "model-00003-of-00003.safetensors",
111
+ "action_model.model.single_blocks.1.linear1.weight": "model-00003-of-00003.safetensors",
112
+ "action_model.model.single_blocks.1.linear2.bias": "model-00003-of-00003.safetensors",
113
+ "action_model.model.single_blocks.1.linear2.weight": "model-00003-of-00003.safetensors",
114
+ "action_model.model.single_blocks.1.mlp_proj.bias": "model-00003-of-00003.safetensors",
115
+ "action_model.model.single_blocks.1.mlp_proj.weight": "model-00003-of-00003.safetensors",
116
+ "action_model.model.single_blocks.1.q_norm.weight": "model-00003-of-00003.safetensors",
117
+ "action_model.model.single_blocks.2.k_norm.weight": "model-00003-of-00003.safetensors",
118
+ "action_model.model.single_blocks.2.linear1.bias": "model-00003-of-00003.safetensors",
119
+ "action_model.model.single_blocks.2.linear1.weight": "model-00003-of-00003.safetensors",
120
+ "action_model.model.single_blocks.2.linear2.bias": "model-00003-of-00003.safetensors",
121
+ "action_model.model.single_blocks.2.linear2.weight": "model-00003-of-00003.safetensors",
122
+ "action_model.model.single_blocks.2.mlp_proj.bias": "model-00003-of-00003.safetensors",
123
+ "action_model.model.single_blocks.2.mlp_proj.weight": "model-00003-of-00003.safetensors",
124
+ "action_model.model.single_blocks.2.q_norm.weight": "model-00003-of-00003.safetensors",
125
+ "action_model.model.single_blocks.3.k_norm.weight": "model-00003-of-00003.safetensors",
126
+ "action_model.model.single_blocks.3.linear1.bias": "model-00003-of-00003.safetensors",
127
+ "action_model.model.single_blocks.3.linear1.weight": "model-00003-of-00003.safetensors",
128
+ "action_model.model.single_blocks.3.linear2.bias": "model-00003-of-00003.safetensors",
129
+ "action_model.model.single_blocks.3.linear2.weight": "model-00003-of-00003.safetensors",
130
+ "action_model.model.single_blocks.3.mlp_proj.bias": "model-00003-of-00003.safetensors",
131
+ "action_model.model.single_blocks.3.mlp_proj.weight": "model-00003-of-00003.safetensors",
132
+ "action_model.model.single_blocks.3.q_norm.weight": "model-00003-of-00003.safetensors",
133
+ "action_model.model.single_blocks.4.k_norm.weight": "model-00003-of-00003.safetensors",
134
+ "action_model.model.single_blocks.4.linear1.bias": "model-00003-of-00003.safetensors",
135
+ "action_model.model.single_blocks.4.linear1.weight": "model-00003-of-00003.safetensors",
136
+ "action_model.model.single_blocks.4.linear2.bias": "model-00003-of-00003.safetensors",
137
+ "action_model.model.single_blocks.4.linear2.weight": "model-00003-of-00003.safetensors",
138
+ "action_model.model.single_blocks.4.mlp_proj.bias": "model-00003-of-00003.safetensors",
139
+ "action_model.model.single_blocks.4.mlp_proj.weight": "model-00003-of-00003.safetensors",
140
+ "action_model.model.single_blocks.4.q_norm.weight": "model-00003-of-00003.safetensors",
141
+ "action_model.model.single_blocks.5.k_norm.weight": "model-00003-of-00003.safetensors",
142
+ "action_model.model.single_blocks.5.linear1.bias": "model-00003-of-00003.safetensors",
143
+ "action_model.model.single_blocks.5.linear1.weight": "model-00003-of-00003.safetensors",
144
+ "action_model.model.single_blocks.5.linear2.bias": "model-00003-of-00003.safetensors",
145
+ "action_model.model.single_blocks.5.linear2.weight": "model-00003-of-00003.safetensors",
146
+ "action_model.model.single_blocks.5.mlp_proj.bias": "model-00003-of-00003.safetensors",
147
+ "action_model.model.single_blocks.5.mlp_proj.weight": "model-00003-of-00003.safetensors",
148
+ "action_model.model.single_blocks.5.q_norm.weight": "model-00003-of-00003.safetensors",
149
+ "action_model.model.single_blocks.6.k_norm.weight": "model-00003-of-00003.safetensors",
150
+ "action_model.model.single_blocks.6.linear1.bias": "model-00003-of-00003.safetensors",
151
+ "action_model.model.single_blocks.6.linear1.weight": "model-00003-of-00003.safetensors",
152
+ "action_model.model.single_blocks.6.linear2.bias": "model-00003-of-00003.safetensors",
153
+ "action_model.model.single_blocks.6.linear2.weight": "model-00003-of-00003.safetensors",
154
+ "action_model.model.single_blocks.6.mlp_proj.bias": "model-00003-of-00003.safetensors",
155
+ "action_model.model.single_blocks.6.mlp_proj.weight": "model-00003-of-00003.safetensors",
156
+ "action_model.model.single_blocks.6.q_norm.weight": "model-00003-of-00003.safetensors",
157
+ "action_model.model.single_blocks.7.k_norm.weight": "model-00003-of-00003.safetensors",
158
+ "action_model.model.single_blocks.7.linear1.bias": "model-00003-of-00003.safetensors",
159
+ "action_model.model.single_blocks.7.linear1.weight": "model-00003-of-00003.safetensors",
160
+ "action_model.model.single_blocks.7.linear2.bias": "model-00003-of-00003.safetensors",
161
+ "action_model.model.single_blocks.7.linear2.weight": "model-00003-of-00003.safetensors",
162
+ "action_model.model.single_blocks.7.mlp_proj.bias": "model-00003-of-00003.safetensors",
163
+ "action_model.model.single_blocks.7.mlp_proj.weight": "model-00003-of-00003.safetensors",
164
+ "action_model.model.single_blocks.7.q_norm.weight": "model-00003-of-00003.safetensors",
165
+ "action_model.model.timestep_encoder.timestep_embedder.linear_1.bias": "model-00003-of-00003.safetensors",
166
+ "action_model.model.timestep_encoder.timestep_embedder.linear_1.weight": "model-00003-of-00003.safetensors",
167
+ "action_model.model.timestep_encoder.timestep_embedder.linear_2.bias": "model-00003-of-00003.safetensors",
168
+ "action_model.model.timestep_encoder.timestep_embedder.linear_2.weight": "model-00003-of-00003.safetensors",
169
+ "action_model.model.vl_proj_to_sa.bias": "model-00003-of-00003.safetensors",
170
+ "action_model.model.vl_proj_to_sa.weight": "model-00003-of-00003.safetensors",
171
+ "action_model.position_embedding.weight": "model-00003-of-00003.safetensors",
172
+ "action_model.state_encoder.layer1.W": "model-00003-of-00003.safetensors",
173
+ "action_model.state_encoder.layer1.b": "model-00003-of-00003.safetensors",
174
+ "action_model.state_encoder.layer2.W": "model-00003-of-00003.safetensors",
175
+ "action_model.state_encoder.layer2.b": "model-00003-of-00003.safetensors",
176
+ "backbone.cog_emb": "model-00001-of-00003.safetensors",
177
+ "backbone.qwen_model.lm_head.weight": "model-00003-of-00003.safetensors",
178
+ "backbone.qwen_model.model.language_model.embed_tokens.weight": "model-00001-of-00003.safetensors",
179
+ "backbone.qwen_model.model.language_model.layers.0.layer.input_layernorm.weight": "model-00001-of-00003.safetensors",
180
+ "backbone.qwen_model.model.language_model.layers.0.layer.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
181
+ "backbone.qwen_model.model.language_model.layers.0.layer.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
182
+ "backbone.qwen_model.model.language_model.layers.0.layer.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
183
+ "backbone.qwen_model.model.language_model.layers.0.layer.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
184
+ "backbone.qwen_model.model.language_model.layers.0.layer.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
185
+ "backbone.qwen_model.model.language_model.layers.0.layer.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
186
+ "backbone.qwen_model.model.language_model.layers.0.layer.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
187
+ "backbone.qwen_model.model.language_model.layers.0.layer.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
188
+ "backbone.qwen_model.model.language_model.layers.0.layer.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
189
+ "backbone.qwen_model.model.language_model.layers.0.layer.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
190
+ "backbone.qwen_model.model.language_model.layers.1.layer.input_layernorm.weight": "model-00001-of-00003.safetensors",
191
+ "backbone.qwen_model.model.language_model.layers.1.layer.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
192
+ "backbone.qwen_model.model.language_model.layers.1.layer.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
193
+ "backbone.qwen_model.model.language_model.layers.1.layer.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
194
+ "backbone.qwen_model.model.language_model.layers.1.layer.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
195
+ "backbone.qwen_model.model.language_model.layers.1.layer.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
196
+ "backbone.qwen_model.model.language_model.layers.1.layer.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
197
+ "backbone.qwen_model.model.language_model.layers.1.layer.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
198
+ "backbone.qwen_model.model.language_model.layers.1.layer.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
199
+ "backbone.qwen_model.model.language_model.layers.1.layer.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
200
+ "backbone.qwen_model.model.language_model.layers.1.layer.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
201
+ "backbone.qwen_model.model.language_model.layers.10.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
202
+ "backbone.qwen_model.model.language_model.layers.10.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
203
+ "backbone.qwen_model.model.language_model.layers.10.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
204
+ "backbone.qwen_model.model.language_model.layers.10.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
205
+ "backbone.qwen_model.model.language_model.layers.10.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
206
+ "backbone.qwen_model.model.language_model.layers.10.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
207
+ "backbone.qwen_model.model.language_model.layers.10.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
208
+ "backbone.qwen_model.model.language_model.layers.10.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
209
+ "backbone.qwen_model.model.language_model.layers.10.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
210
+ "backbone.qwen_model.model.language_model.layers.10.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
211
+ "backbone.qwen_model.model.language_model.layers.10.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
212
+ "backbone.qwen_model.model.language_model.layers.11.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
213
+ "backbone.qwen_model.model.language_model.layers.11.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
214
+ "backbone.qwen_model.model.language_model.layers.11.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
215
+ "backbone.qwen_model.model.language_model.layers.11.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
216
+ "backbone.qwen_model.model.language_model.layers.11.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
217
+ "backbone.qwen_model.model.language_model.layers.11.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
218
+ "backbone.qwen_model.model.language_model.layers.11.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
219
+ "backbone.qwen_model.model.language_model.layers.11.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
220
+ "backbone.qwen_model.model.language_model.layers.11.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
221
+ "backbone.qwen_model.model.language_model.layers.11.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
222
+ "backbone.qwen_model.model.language_model.layers.11.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
223
+ "backbone.qwen_model.model.language_model.layers.12.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
224
+ "backbone.qwen_model.model.language_model.layers.12.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
225
+ "backbone.qwen_model.model.language_model.layers.12.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
226
+ "backbone.qwen_model.model.language_model.layers.12.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
227
+ "backbone.qwen_model.model.language_model.layers.12.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
228
+ "backbone.qwen_model.model.language_model.layers.12.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
229
+ "backbone.qwen_model.model.language_model.layers.12.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
230
+ "backbone.qwen_model.model.language_model.layers.12.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
231
+ "backbone.qwen_model.model.language_model.layers.12.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
232
+ "backbone.qwen_model.model.language_model.layers.12.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
233
+ "backbone.qwen_model.model.language_model.layers.12.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
234
+ "backbone.qwen_model.model.language_model.layers.13.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
235
+ "backbone.qwen_model.model.language_model.layers.13.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
236
+ "backbone.qwen_model.model.language_model.layers.13.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
237
+ "backbone.qwen_model.model.language_model.layers.13.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
238
+ "backbone.qwen_model.model.language_model.layers.13.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
239
+ "backbone.qwen_model.model.language_model.layers.13.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
240
+ "backbone.qwen_model.model.language_model.layers.13.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
241
+ "backbone.qwen_model.model.language_model.layers.13.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
242
+ "backbone.qwen_model.model.language_model.layers.13.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
243
+ "backbone.qwen_model.model.language_model.layers.13.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
244
+ "backbone.qwen_model.model.language_model.layers.13.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
245
+ "backbone.qwen_model.model.language_model.layers.14.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
246
+ "backbone.qwen_model.model.language_model.layers.14.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
247
+ "backbone.qwen_model.model.language_model.layers.14.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
248
+ "backbone.qwen_model.model.language_model.layers.14.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
249
+ "backbone.qwen_model.model.language_model.layers.14.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
250
+ "backbone.qwen_model.model.language_model.layers.14.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
251
+ "backbone.qwen_model.model.language_model.layers.14.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
252
+ "backbone.qwen_model.model.language_model.layers.14.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
253
+ "backbone.qwen_model.model.language_model.layers.14.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
254
+ "backbone.qwen_model.model.language_model.layers.14.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
255
+ "backbone.qwen_model.model.language_model.layers.14.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
256
+ "backbone.qwen_model.model.language_model.layers.15.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
257
+ "backbone.qwen_model.model.language_model.layers.15.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
258
+ "backbone.qwen_model.model.language_model.layers.15.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
259
+ "backbone.qwen_model.model.language_model.layers.15.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
260
+ "backbone.qwen_model.model.language_model.layers.15.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
261
+ "backbone.qwen_model.model.language_model.layers.15.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
262
+ "backbone.qwen_model.model.language_model.layers.15.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
263
+ "backbone.qwen_model.model.language_model.layers.15.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
264
+ "backbone.qwen_model.model.language_model.layers.15.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
265
+ "backbone.qwen_model.model.language_model.layers.15.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
266
+ "backbone.qwen_model.model.language_model.layers.15.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
267
+ "backbone.qwen_model.model.language_model.layers.16.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
268
+ "backbone.qwen_model.model.language_model.layers.16.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
269
+ "backbone.qwen_model.model.language_model.layers.16.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
270
+ "backbone.qwen_model.model.language_model.layers.16.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
271
+ "backbone.qwen_model.model.language_model.layers.16.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
272
+ "backbone.qwen_model.model.language_model.layers.16.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
273
+ "backbone.qwen_model.model.language_model.layers.16.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
274
+ "backbone.qwen_model.model.language_model.layers.16.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
275
+ "backbone.qwen_model.model.language_model.layers.16.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
276
+ "backbone.qwen_model.model.language_model.layers.16.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
277
+ "backbone.qwen_model.model.language_model.layers.16.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
278
+ "backbone.qwen_model.model.language_model.layers.17.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
279
+ "backbone.qwen_model.model.language_model.layers.17.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
280
+ "backbone.qwen_model.model.language_model.layers.17.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
281
+ "backbone.qwen_model.model.language_model.layers.17.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
282
+ "backbone.qwen_model.model.language_model.layers.17.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
283
+ "backbone.qwen_model.model.language_model.layers.17.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
284
+ "backbone.qwen_model.model.language_model.layers.17.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
285
+ "backbone.qwen_model.model.language_model.layers.17.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
286
+ "backbone.qwen_model.model.language_model.layers.17.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
287
+ "backbone.qwen_model.model.language_model.layers.17.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
288
+ "backbone.qwen_model.model.language_model.layers.17.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
289
+ "backbone.qwen_model.model.language_model.layers.2.layer.input_layernorm.weight": "model-00001-of-00003.safetensors",
290
+ "backbone.qwen_model.model.language_model.layers.2.layer.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
291
+ "backbone.qwen_model.model.language_model.layers.2.layer.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
292
+ "backbone.qwen_model.model.language_model.layers.2.layer.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
293
+ "backbone.qwen_model.model.language_model.layers.2.layer.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
294
+ "backbone.qwen_model.model.language_model.layers.2.layer.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
295
+ "backbone.qwen_model.model.language_model.layers.2.layer.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
296
+ "backbone.qwen_model.model.language_model.layers.2.layer.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
297
+ "backbone.qwen_model.model.language_model.layers.2.layer.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
298
+ "backbone.qwen_model.model.language_model.layers.2.layer.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
299
+ "backbone.qwen_model.model.language_model.layers.2.layer.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
300
+ "backbone.qwen_model.model.language_model.layers.3.layer.input_layernorm.weight": "model-00001-of-00003.safetensors",
301
+ "backbone.qwen_model.model.language_model.layers.3.layer.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
302
+ "backbone.qwen_model.model.language_model.layers.3.layer.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
303
+ "backbone.qwen_model.model.language_model.layers.3.layer.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
304
+ "backbone.qwen_model.model.language_model.layers.3.layer.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
305
+ "backbone.qwen_model.model.language_model.layers.3.layer.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
306
+ "backbone.qwen_model.model.language_model.layers.3.layer.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
307
+ "backbone.qwen_model.model.language_model.layers.3.layer.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
308
+ "backbone.qwen_model.model.language_model.layers.3.layer.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
309
+ "backbone.qwen_model.model.language_model.layers.3.layer.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
310
+ "backbone.qwen_model.model.language_model.layers.3.layer.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
311
+ "backbone.qwen_model.model.language_model.layers.4.layer.input_layernorm.weight": "model-00001-of-00003.safetensors",
312
+ "backbone.qwen_model.model.language_model.layers.4.layer.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
313
+ "backbone.qwen_model.model.language_model.layers.4.layer.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
314
+ "backbone.qwen_model.model.language_model.layers.4.layer.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
315
+ "backbone.qwen_model.model.language_model.layers.4.layer.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
316
+ "backbone.qwen_model.model.language_model.layers.4.layer.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
317
+ "backbone.qwen_model.model.language_model.layers.4.layer.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
318
+ "backbone.qwen_model.model.language_model.layers.4.layer.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
319
+ "backbone.qwen_model.model.language_model.layers.4.layer.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
320
+ "backbone.qwen_model.model.language_model.layers.4.layer.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
321
+ "backbone.qwen_model.model.language_model.layers.4.layer.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
322
+ "backbone.qwen_model.model.language_model.layers.5.layer.input_layernorm.weight": "model-00001-of-00003.safetensors",
323
+ "backbone.qwen_model.model.language_model.layers.5.layer.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
324
+ "backbone.qwen_model.model.language_model.layers.5.layer.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
325
+ "backbone.qwen_model.model.language_model.layers.5.layer.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
326
+ "backbone.qwen_model.model.language_model.layers.5.layer.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
327
+ "backbone.qwen_model.model.language_model.layers.5.layer.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
328
+ "backbone.qwen_model.model.language_model.layers.5.layer.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
329
+ "backbone.qwen_model.model.language_model.layers.5.layer.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
330
+ "backbone.qwen_model.model.language_model.layers.5.layer.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
331
+ "backbone.qwen_model.model.language_model.layers.5.layer.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
332
+ "backbone.qwen_model.model.language_model.layers.5.layer.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
333
+ "backbone.qwen_model.model.language_model.layers.6.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
334
+ "backbone.qwen_model.model.language_model.layers.6.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
335
+ "backbone.qwen_model.model.language_model.layers.6.layer.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
336
+ "backbone.qwen_model.model.language_model.layers.6.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
337
+ "backbone.qwen_model.model.language_model.layers.6.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
338
+ "backbone.qwen_model.model.language_model.layers.6.layer.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
339
+ "backbone.qwen_model.model.language_model.layers.6.layer.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
340
+ "backbone.qwen_model.model.language_model.layers.6.layer.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
341
+ "backbone.qwen_model.model.language_model.layers.6.layer.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
342
+ "backbone.qwen_model.model.language_model.layers.6.layer.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
343
+ "backbone.qwen_model.model.language_model.layers.6.layer.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
344
+ "backbone.qwen_model.model.language_model.layers.7.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
345
+ "backbone.qwen_model.model.language_model.layers.7.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
346
+ "backbone.qwen_model.model.language_model.layers.7.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
347
+ "backbone.qwen_model.model.language_model.layers.7.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
348
+ "backbone.qwen_model.model.language_model.layers.7.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
349
+ "backbone.qwen_model.model.language_model.layers.7.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
350
+ "backbone.qwen_model.model.language_model.layers.7.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
351
+ "backbone.qwen_model.model.language_model.layers.7.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
352
+ "backbone.qwen_model.model.language_model.layers.7.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
353
+ "backbone.qwen_model.model.language_model.layers.7.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
354
+ "backbone.qwen_model.model.language_model.layers.7.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
355
+ "backbone.qwen_model.model.language_model.layers.8.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
356
+ "backbone.qwen_model.model.language_model.layers.8.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
357
+ "backbone.qwen_model.model.language_model.layers.8.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
358
+ "backbone.qwen_model.model.language_model.layers.8.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
359
+ "backbone.qwen_model.model.language_model.layers.8.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
360
+ "backbone.qwen_model.model.language_model.layers.8.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
361
+ "backbone.qwen_model.model.language_model.layers.8.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
362
+ "backbone.qwen_model.model.language_model.layers.8.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
363
+ "backbone.qwen_model.model.language_model.layers.8.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
364
+ "backbone.qwen_model.model.language_model.layers.8.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
365
+ "backbone.qwen_model.model.language_model.layers.8.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
366
+ "backbone.qwen_model.model.language_model.layers.9.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
367
+ "backbone.qwen_model.model.language_model.layers.9.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
368
+ "backbone.qwen_model.model.language_model.layers.9.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
369
+ "backbone.qwen_model.model.language_model.layers.9.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
370
+ "backbone.qwen_model.model.language_model.layers.9.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
371
+ "backbone.qwen_model.model.language_model.layers.9.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
372
+ "backbone.qwen_model.model.language_model.layers.9.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
373
+ "backbone.qwen_model.model.language_model.layers.9.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
374
+ "backbone.qwen_model.model.language_model.layers.9.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
375
+ "backbone.qwen_model.model.language_model.layers.9.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
376
+ "backbone.qwen_model.model.language_model.layers.9.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
377
+ "backbone.qwen_model.model.language_model.norm.weight": "model-00002-of-00003.safetensors",
378
+ "backbone.qwen_model.model.visual.blocks.0.attn.proj.bias": "model-00001-of-00003.safetensors",
379
+ "backbone.qwen_model.model.visual.blocks.0.attn.proj.weight": "model-00001-of-00003.safetensors",
380
+ "backbone.qwen_model.model.visual.blocks.0.attn.qkv.bias": "model-00001-of-00003.safetensors",
381
+ "backbone.qwen_model.model.visual.blocks.0.attn.qkv.weight": "model-00001-of-00003.safetensors",
382
+ "backbone.qwen_model.model.visual.blocks.0.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
383
+ "backbone.qwen_model.model.visual.blocks.0.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
384
+ "backbone.qwen_model.model.visual.blocks.0.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
385
+ "backbone.qwen_model.model.visual.blocks.0.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
386
+ "backbone.qwen_model.model.visual.blocks.0.norm1.bias": "model-00001-of-00003.safetensors",
387
+ "backbone.qwen_model.model.visual.blocks.0.norm1.weight": "model-00001-of-00003.safetensors",
388
+ "backbone.qwen_model.model.visual.blocks.0.norm2.bias": "model-00001-of-00003.safetensors",
389
+ "backbone.qwen_model.model.visual.blocks.0.norm2.weight": "model-00001-of-00003.safetensors",
390
+ "backbone.qwen_model.model.visual.blocks.1.attn.proj.bias": "model-00001-of-00003.safetensors",
391
+ "backbone.qwen_model.model.visual.blocks.1.attn.proj.weight": "model-00001-of-00003.safetensors",
392
+ "backbone.qwen_model.model.visual.blocks.1.attn.qkv.bias": "model-00001-of-00003.safetensors",
393
+ "backbone.qwen_model.model.visual.blocks.1.attn.qkv.weight": "model-00001-of-00003.safetensors",
394
+ "backbone.qwen_model.model.visual.blocks.1.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
395
+ "backbone.qwen_model.model.visual.blocks.1.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
396
+ "backbone.qwen_model.model.visual.blocks.1.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
397
+ "backbone.qwen_model.model.visual.blocks.1.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
398
+ "backbone.qwen_model.model.visual.blocks.1.norm1.bias": "model-00001-of-00003.safetensors",
399
+ "backbone.qwen_model.model.visual.blocks.1.norm1.weight": "model-00001-of-00003.safetensors",
400
+ "backbone.qwen_model.model.visual.blocks.1.norm2.bias": "model-00001-of-00003.safetensors",
401
+ "backbone.qwen_model.model.visual.blocks.1.norm2.weight": "model-00001-of-00003.safetensors",
402
+ "backbone.qwen_model.model.visual.blocks.10.attn.proj.bias": "model-00001-of-00003.safetensors",
403
+ "backbone.qwen_model.model.visual.blocks.10.attn.proj.weight": "model-00001-of-00003.safetensors",
404
+ "backbone.qwen_model.model.visual.blocks.10.attn.qkv.bias": "model-00001-of-00003.safetensors",
405
+ "backbone.qwen_model.model.visual.blocks.10.attn.qkv.weight": "model-00001-of-00003.safetensors",
406
+ "backbone.qwen_model.model.visual.blocks.10.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
407
+ "backbone.qwen_model.model.visual.blocks.10.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
408
+ "backbone.qwen_model.model.visual.blocks.10.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
409
+ "backbone.qwen_model.model.visual.blocks.10.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
410
+ "backbone.qwen_model.model.visual.blocks.10.norm1.bias": "model-00001-of-00003.safetensors",
411
+ "backbone.qwen_model.model.visual.blocks.10.norm1.weight": "model-00001-of-00003.safetensors",
412
+ "backbone.qwen_model.model.visual.blocks.10.norm2.bias": "model-00001-of-00003.safetensors",
413
+ "backbone.qwen_model.model.visual.blocks.10.norm2.weight": "model-00001-of-00003.safetensors",
414
+ "backbone.qwen_model.model.visual.blocks.11.attn.proj.bias": "model-00001-of-00003.safetensors",
415
+ "backbone.qwen_model.model.visual.blocks.11.attn.proj.weight": "model-00001-of-00003.safetensors",
416
+ "backbone.qwen_model.model.visual.blocks.11.attn.qkv.bias": "model-00001-of-00003.safetensors",
417
+ "backbone.qwen_model.model.visual.blocks.11.attn.qkv.weight": "model-00001-of-00003.safetensors",
418
+ "backbone.qwen_model.model.visual.blocks.11.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
419
+ "backbone.qwen_model.model.visual.blocks.11.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
420
+ "backbone.qwen_model.model.visual.blocks.11.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
421
+ "backbone.qwen_model.model.visual.blocks.11.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
422
+ "backbone.qwen_model.model.visual.blocks.11.norm1.bias": "model-00001-of-00003.safetensors",
423
+ "backbone.qwen_model.model.visual.blocks.11.norm1.weight": "model-00001-of-00003.safetensors",
424
+ "backbone.qwen_model.model.visual.blocks.11.norm2.bias": "model-00001-of-00003.safetensors",
425
+ "backbone.qwen_model.model.visual.blocks.11.norm2.weight": "model-00001-of-00003.safetensors",
426
+ "backbone.qwen_model.model.visual.blocks.12.attn.proj.bias": "model-00001-of-00003.safetensors",
427
+ "backbone.qwen_model.model.visual.blocks.12.attn.proj.weight": "model-00001-of-00003.safetensors",
428
+ "backbone.qwen_model.model.visual.blocks.12.attn.qkv.bias": "model-00001-of-00003.safetensors",
429
+ "backbone.qwen_model.model.visual.blocks.12.attn.qkv.weight": "model-00001-of-00003.safetensors",
430
+ "backbone.qwen_model.model.visual.blocks.12.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
431
+ "backbone.qwen_model.model.visual.blocks.12.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
432
+ "backbone.qwen_model.model.visual.blocks.12.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
433
+ "backbone.qwen_model.model.visual.blocks.12.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
434
+ "backbone.qwen_model.model.visual.blocks.12.norm1.bias": "model-00001-of-00003.safetensors",
435
+ "backbone.qwen_model.model.visual.blocks.12.norm1.weight": "model-00001-of-00003.safetensors",
436
+ "backbone.qwen_model.model.visual.blocks.12.norm2.bias": "model-00001-of-00003.safetensors",
437
+ "backbone.qwen_model.model.visual.blocks.12.norm2.weight": "model-00001-of-00003.safetensors",
438
+ "backbone.qwen_model.model.visual.blocks.13.attn.proj.bias": "model-00001-of-00003.safetensors",
439
+ "backbone.qwen_model.model.visual.blocks.13.attn.proj.weight": "model-00001-of-00003.safetensors",
440
+ "backbone.qwen_model.model.visual.blocks.13.attn.qkv.bias": "model-00001-of-00003.safetensors",
441
+ "backbone.qwen_model.model.visual.blocks.13.attn.qkv.weight": "model-00001-of-00003.safetensors",
442
+ "backbone.qwen_model.model.visual.blocks.13.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
443
+ "backbone.qwen_model.model.visual.blocks.13.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
444
+ "backbone.qwen_model.model.visual.blocks.13.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
445
+ "backbone.qwen_model.model.visual.blocks.13.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
446
+ "backbone.qwen_model.model.visual.blocks.13.norm1.bias": "model-00001-of-00003.safetensors",
447
+ "backbone.qwen_model.model.visual.blocks.13.norm1.weight": "model-00001-of-00003.safetensors",
448
+ "backbone.qwen_model.model.visual.blocks.13.norm2.bias": "model-00001-of-00003.safetensors",
449
+ "backbone.qwen_model.model.visual.blocks.13.norm2.weight": "model-00001-of-00003.safetensors",
450
+ "backbone.qwen_model.model.visual.blocks.14.attn.proj.bias": "model-00001-of-00003.safetensors",
451
+ "backbone.qwen_model.model.visual.blocks.14.attn.proj.weight": "model-00001-of-00003.safetensors",
452
+ "backbone.qwen_model.model.visual.blocks.14.attn.qkv.bias": "model-00001-of-00003.safetensors",
453
+ "backbone.qwen_model.model.visual.blocks.14.attn.qkv.weight": "model-00001-of-00003.safetensors",
454
+ "backbone.qwen_model.model.visual.blocks.14.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
455
+ "backbone.qwen_model.model.visual.blocks.14.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
456
+ "backbone.qwen_model.model.visual.blocks.14.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
457
+ "backbone.qwen_model.model.visual.blocks.14.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
458
+ "backbone.qwen_model.model.visual.blocks.14.norm1.bias": "model-00001-of-00003.safetensors",
459
+ "backbone.qwen_model.model.visual.blocks.14.norm1.weight": "model-00001-of-00003.safetensors",
460
+ "backbone.qwen_model.model.visual.blocks.14.norm2.bias": "model-00001-of-00003.safetensors",
461
+ "backbone.qwen_model.model.visual.blocks.14.norm2.weight": "model-00001-of-00003.safetensors",
462
+ "backbone.qwen_model.model.visual.blocks.15.attn.proj.bias": "model-00001-of-00003.safetensors",
463
+ "backbone.qwen_model.model.visual.blocks.15.attn.proj.weight": "model-00001-of-00003.safetensors",
464
+ "backbone.qwen_model.model.visual.blocks.15.attn.qkv.bias": "model-00001-of-00003.safetensors",
465
+ "backbone.qwen_model.model.visual.blocks.15.attn.qkv.weight": "model-00001-of-00003.safetensors",
466
+ "backbone.qwen_model.model.visual.blocks.15.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
467
+ "backbone.qwen_model.model.visual.blocks.15.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
468
+ "backbone.qwen_model.model.visual.blocks.15.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
469
+ "backbone.qwen_model.model.visual.blocks.15.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
470
+ "backbone.qwen_model.model.visual.blocks.15.norm1.bias": "model-00001-of-00003.safetensors",
471
+ "backbone.qwen_model.model.visual.blocks.15.norm1.weight": "model-00001-of-00003.safetensors",
472
+ "backbone.qwen_model.model.visual.blocks.15.norm2.bias": "model-00001-of-00003.safetensors",
473
+ "backbone.qwen_model.model.visual.blocks.15.norm2.weight": "model-00001-of-00003.safetensors",
474
+ "backbone.qwen_model.model.visual.blocks.16.attn.proj.bias": "model-00001-of-00003.safetensors",
475
+ "backbone.qwen_model.model.visual.blocks.16.attn.proj.weight": "model-00001-of-00003.safetensors",
476
+ "backbone.qwen_model.model.visual.blocks.16.attn.qkv.bias": "model-00001-of-00003.safetensors",
477
+ "backbone.qwen_model.model.visual.blocks.16.attn.qkv.weight": "model-00001-of-00003.safetensors",
478
+ "backbone.qwen_model.model.visual.blocks.16.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
479
+ "backbone.qwen_model.model.visual.blocks.16.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
480
+ "backbone.qwen_model.model.visual.blocks.16.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
481
+ "backbone.qwen_model.model.visual.blocks.16.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
482
+ "backbone.qwen_model.model.visual.blocks.16.norm1.bias": "model-00001-of-00003.safetensors",
483
+ "backbone.qwen_model.model.visual.blocks.16.norm1.weight": "model-00001-of-00003.safetensors",
484
+ "backbone.qwen_model.model.visual.blocks.16.norm2.bias": "model-00001-of-00003.safetensors",
485
+ "backbone.qwen_model.model.visual.blocks.16.norm2.weight": "model-00001-of-00003.safetensors",
486
+ "backbone.qwen_model.model.visual.blocks.17.attn.proj.bias": "model-00001-of-00003.safetensors",
487
+ "backbone.qwen_model.model.visual.blocks.17.attn.proj.weight": "model-00001-of-00003.safetensors",
488
+ "backbone.qwen_model.model.visual.blocks.17.attn.qkv.bias": "model-00001-of-00003.safetensors",
489
+ "backbone.qwen_model.model.visual.blocks.17.attn.qkv.weight": "model-00001-of-00003.safetensors",
490
+ "backbone.qwen_model.model.visual.blocks.17.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
491
+ "backbone.qwen_model.model.visual.blocks.17.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
492
+ "backbone.qwen_model.model.visual.blocks.17.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
493
+ "backbone.qwen_model.model.visual.blocks.17.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
494
+ "backbone.qwen_model.model.visual.blocks.17.norm1.bias": "model-00001-of-00003.safetensors",
495
+ "backbone.qwen_model.model.visual.blocks.17.norm1.weight": "model-00001-of-00003.safetensors",
496
+ "backbone.qwen_model.model.visual.blocks.17.norm2.bias": "model-00001-of-00003.safetensors",
497
+ "backbone.qwen_model.model.visual.blocks.17.norm2.weight": "model-00001-of-00003.safetensors",
498
+ "backbone.qwen_model.model.visual.blocks.18.attn.proj.bias": "model-00001-of-00003.safetensors",
499
+ "backbone.qwen_model.model.visual.blocks.18.attn.proj.weight": "model-00001-of-00003.safetensors",
500
+ "backbone.qwen_model.model.visual.blocks.18.attn.qkv.bias": "model-00001-of-00003.safetensors",
501
+ "backbone.qwen_model.model.visual.blocks.18.attn.qkv.weight": "model-00001-of-00003.safetensors",
502
+ "backbone.qwen_model.model.visual.blocks.18.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
503
+ "backbone.qwen_model.model.visual.blocks.18.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
504
+ "backbone.qwen_model.model.visual.blocks.18.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
505
+ "backbone.qwen_model.model.visual.blocks.18.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
506
+ "backbone.qwen_model.model.visual.blocks.18.norm1.bias": "model-00001-of-00003.safetensors",
507
+ "backbone.qwen_model.model.visual.blocks.18.norm1.weight": "model-00001-of-00003.safetensors",
508
+ "backbone.qwen_model.model.visual.blocks.18.norm2.bias": "model-00001-of-00003.safetensors",
509
+ "backbone.qwen_model.model.visual.blocks.18.norm2.weight": "model-00001-of-00003.safetensors",
510
+ "backbone.qwen_model.model.visual.blocks.19.attn.proj.bias": "model-00001-of-00003.safetensors",
511
+ "backbone.qwen_model.model.visual.blocks.19.attn.proj.weight": "model-00001-of-00003.safetensors",
512
+ "backbone.qwen_model.model.visual.blocks.19.attn.qkv.bias": "model-00001-of-00003.safetensors",
513
+ "backbone.qwen_model.model.visual.blocks.19.attn.qkv.weight": "model-00001-of-00003.safetensors",
514
+ "backbone.qwen_model.model.visual.blocks.19.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
515
+ "backbone.qwen_model.model.visual.blocks.19.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
516
+ "backbone.qwen_model.model.visual.blocks.19.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
517
+ "backbone.qwen_model.model.visual.blocks.19.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
518
+ "backbone.qwen_model.model.visual.blocks.19.norm1.bias": "model-00001-of-00003.safetensors",
519
+ "backbone.qwen_model.model.visual.blocks.19.norm1.weight": "model-00001-of-00003.safetensors",
520
+ "backbone.qwen_model.model.visual.blocks.19.norm2.bias": "model-00001-of-00003.safetensors",
521
+ "backbone.qwen_model.model.visual.blocks.19.norm2.weight": "model-00001-of-00003.safetensors",
522
+ "backbone.qwen_model.model.visual.blocks.2.attn.proj.bias": "model-00001-of-00003.safetensors",
523
+ "backbone.qwen_model.model.visual.blocks.2.attn.proj.weight": "model-00001-of-00003.safetensors",
524
+ "backbone.qwen_model.model.visual.blocks.2.attn.qkv.bias": "model-00001-of-00003.safetensors",
525
+ "backbone.qwen_model.model.visual.blocks.2.attn.qkv.weight": "model-00001-of-00003.safetensors",
526
+ "backbone.qwen_model.model.visual.blocks.2.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
527
+ "backbone.qwen_model.model.visual.blocks.2.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
528
+ "backbone.qwen_model.model.visual.blocks.2.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
529
+ "backbone.qwen_model.model.visual.blocks.2.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
530
+ "backbone.qwen_model.model.visual.blocks.2.norm1.bias": "model-00001-of-00003.safetensors",
531
+ "backbone.qwen_model.model.visual.blocks.2.norm1.weight": "model-00001-of-00003.safetensors",
532
+ "backbone.qwen_model.model.visual.blocks.2.norm2.bias": "model-00001-of-00003.safetensors",
533
+ "backbone.qwen_model.model.visual.blocks.2.norm2.weight": "model-00001-of-00003.safetensors",
534
+ "backbone.qwen_model.model.visual.blocks.20.attn.proj.bias": "model-00001-of-00003.safetensors",
535
+ "backbone.qwen_model.model.visual.blocks.20.attn.proj.weight": "model-00001-of-00003.safetensors",
536
+ "backbone.qwen_model.model.visual.blocks.20.attn.qkv.bias": "model-00001-of-00003.safetensors",
537
+ "backbone.qwen_model.model.visual.blocks.20.attn.qkv.weight": "model-00001-of-00003.safetensors",
538
+ "backbone.qwen_model.model.visual.blocks.20.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
539
+ "backbone.qwen_model.model.visual.blocks.20.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
540
+ "backbone.qwen_model.model.visual.blocks.20.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
541
+ "backbone.qwen_model.model.visual.blocks.20.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
542
+ "backbone.qwen_model.model.visual.blocks.20.norm1.bias": "model-00001-of-00003.safetensors",
543
+ "backbone.qwen_model.model.visual.blocks.20.norm1.weight": "model-00001-of-00003.safetensors",
544
+ "backbone.qwen_model.model.visual.blocks.20.norm2.bias": "model-00001-of-00003.safetensors",
545
+ "backbone.qwen_model.model.visual.blocks.20.norm2.weight": "model-00001-of-00003.safetensors",
546
+ "backbone.qwen_model.model.visual.blocks.21.attn.proj.bias": "model-00001-of-00003.safetensors",
547
+ "backbone.qwen_model.model.visual.blocks.21.attn.proj.weight": "model-00001-of-00003.safetensors",
548
+ "backbone.qwen_model.model.visual.blocks.21.attn.qkv.bias": "model-00001-of-00003.safetensors",
549
+ "backbone.qwen_model.model.visual.blocks.21.attn.qkv.weight": "model-00001-of-00003.safetensors",
550
+ "backbone.qwen_model.model.visual.blocks.21.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
551
+ "backbone.qwen_model.model.visual.blocks.21.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
552
+ "backbone.qwen_model.model.visual.blocks.21.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
553
+ "backbone.qwen_model.model.visual.blocks.21.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
554
+ "backbone.qwen_model.model.visual.blocks.21.norm1.bias": "model-00001-of-00003.safetensors",
555
+ "backbone.qwen_model.model.visual.blocks.21.norm1.weight": "model-00001-of-00003.safetensors",
556
+ "backbone.qwen_model.model.visual.blocks.21.norm2.bias": "model-00001-of-00003.safetensors",
557
+ "backbone.qwen_model.model.visual.blocks.21.norm2.weight": "model-00001-of-00003.safetensors",
558
+ "backbone.qwen_model.model.visual.blocks.22.attn.proj.bias": "model-00001-of-00003.safetensors",
559
+ "backbone.qwen_model.model.visual.blocks.22.attn.proj.weight": "model-00001-of-00003.safetensors",
560
+ "backbone.qwen_model.model.visual.blocks.22.attn.qkv.bias": "model-00001-of-00003.safetensors",
561
+ "backbone.qwen_model.model.visual.blocks.22.attn.qkv.weight": "model-00001-of-00003.safetensors",
562
+ "backbone.qwen_model.model.visual.blocks.22.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
563
+ "backbone.qwen_model.model.visual.blocks.22.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
564
+ "backbone.qwen_model.model.visual.blocks.22.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
565
+ "backbone.qwen_model.model.visual.blocks.22.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
566
+ "backbone.qwen_model.model.visual.blocks.22.norm1.bias": "model-00001-of-00003.safetensors",
567
+ "backbone.qwen_model.model.visual.blocks.22.norm1.weight": "model-00001-of-00003.safetensors",
568
+ "backbone.qwen_model.model.visual.blocks.22.norm2.bias": "model-00001-of-00003.safetensors",
569
+ "backbone.qwen_model.model.visual.blocks.22.norm2.weight": "model-00001-of-00003.safetensors",
570
+ "backbone.qwen_model.model.visual.blocks.23.attn.proj.bias": "model-00001-of-00003.safetensors",
571
+ "backbone.qwen_model.model.visual.blocks.23.attn.proj.weight": "model-00001-of-00003.safetensors",
572
+ "backbone.qwen_model.model.visual.blocks.23.attn.qkv.bias": "model-00001-of-00003.safetensors",
573
+ "backbone.qwen_model.model.visual.blocks.23.attn.qkv.weight": "model-00001-of-00003.safetensors",
574
+ "backbone.qwen_model.model.visual.blocks.23.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
575
+ "backbone.qwen_model.model.visual.blocks.23.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
576
+ "backbone.qwen_model.model.visual.blocks.23.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
577
+ "backbone.qwen_model.model.visual.blocks.23.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
578
+ "backbone.qwen_model.model.visual.blocks.23.norm1.bias": "model-00001-of-00003.safetensors",
579
+ "backbone.qwen_model.model.visual.blocks.23.norm1.weight": "model-00001-of-00003.safetensors",
580
+ "backbone.qwen_model.model.visual.blocks.23.norm2.bias": "model-00001-of-00003.safetensors",
581
+ "backbone.qwen_model.model.visual.blocks.23.norm2.weight": "model-00001-of-00003.safetensors",
582
+ "backbone.qwen_model.model.visual.blocks.24.attn.proj.bias": "model-00001-of-00003.safetensors",
583
+ "backbone.qwen_model.model.visual.blocks.24.attn.proj.weight": "model-00001-of-00003.safetensors",
584
+ "backbone.qwen_model.model.visual.blocks.24.attn.qkv.bias": "model-00001-of-00003.safetensors",
585
+ "backbone.qwen_model.model.visual.blocks.24.attn.qkv.weight": "model-00001-of-00003.safetensors",
586
+ "backbone.qwen_model.model.visual.blocks.24.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
587
+ "backbone.qwen_model.model.visual.blocks.24.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
588
+ "backbone.qwen_model.model.visual.blocks.24.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
589
+ "backbone.qwen_model.model.visual.blocks.24.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
590
+ "backbone.qwen_model.model.visual.blocks.24.norm1.bias": "model-00001-of-00003.safetensors",
591
+ "backbone.qwen_model.model.visual.blocks.24.norm1.weight": "model-00001-of-00003.safetensors",
592
+ "backbone.qwen_model.model.visual.blocks.24.norm2.bias": "model-00001-of-00003.safetensors",
593
+ "backbone.qwen_model.model.visual.blocks.24.norm2.weight": "model-00001-of-00003.safetensors",
594
+ "backbone.qwen_model.model.visual.blocks.25.attn.proj.bias": "model-00001-of-00003.safetensors",
595
+ "backbone.qwen_model.model.visual.blocks.25.attn.proj.weight": "model-00001-of-00003.safetensors",
596
+ "backbone.qwen_model.model.visual.blocks.25.attn.qkv.bias": "model-00001-of-00003.safetensors",
597
+ "backbone.qwen_model.model.visual.blocks.25.attn.qkv.weight": "model-00001-of-00003.safetensors",
598
+ "backbone.qwen_model.model.visual.blocks.25.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
599
+ "backbone.qwen_model.model.visual.blocks.25.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
600
+ "backbone.qwen_model.model.visual.blocks.25.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
601
+ "backbone.qwen_model.model.visual.blocks.25.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
602
+ "backbone.qwen_model.model.visual.blocks.25.norm1.bias": "model-00001-of-00003.safetensors",
603
+ "backbone.qwen_model.model.visual.blocks.25.norm1.weight": "model-00001-of-00003.safetensors",
604
+ "backbone.qwen_model.model.visual.blocks.25.norm2.bias": "model-00001-of-00003.safetensors",
605
+ "backbone.qwen_model.model.visual.blocks.25.norm2.weight": "model-00001-of-00003.safetensors",
606
+ "backbone.qwen_model.model.visual.blocks.26.attn.proj.bias": "model-00001-of-00003.safetensors",
607
+ "backbone.qwen_model.model.visual.blocks.26.attn.proj.weight": "model-00001-of-00003.safetensors",
608
+ "backbone.qwen_model.model.visual.blocks.26.attn.qkv.bias": "model-00001-of-00003.safetensors",
609
+ "backbone.qwen_model.model.visual.blocks.26.attn.qkv.weight": "model-00001-of-00003.safetensors",
610
+ "backbone.qwen_model.model.visual.blocks.26.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
611
+ "backbone.qwen_model.model.visual.blocks.26.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
612
+ "backbone.qwen_model.model.visual.blocks.26.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
613
+ "backbone.qwen_model.model.visual.blocks.26.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
614
+ "backbone.qwen_model.model.visual.blocks.26.norm1.bias": "model-00001-of-00003.safetensors",
615
+ "backbone.qwen_model.model.visual.blocks.26.norm1.weight": "model-00001-of-00003.safetensors",
616
+ "backbone.qwen_model.model.visual.blocks.26.norm2.bias": "model-00001-of-00003.safetensors",
617
+ "backbone.qwen_model.model.visual.blocks.26.norm2.weight": "model-00001-of-00003.safetensors",
618
+ "backbone.qwen_model.model.visual.blocks.3.attn.proj.bias": "model-00001-of-00003.safetensors",
619
+ "backbone.qwen_model.model.visual.blocks.3.attn.proj.weight": "model-00001-of-00003.safetensors",
620
+ "backbone.qwen_model.model.visual.blocks.3.attn.qkv.bias": "model-00001-of-00003.safetensors",
621
+ "backbone.qwen_model.model.visual.blocks.3.attn.qkv.weight": "model-00001-of-00003.safetensors",
622
+ "backbone.qwen_model.model.visual.blocks.3.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
623
+ "backbone.qwen_model.model.visual.blocks.3.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
624
+ "backbone.qwen_model.model.visual.blocks.3.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
625
+ "backbone.qwen_model.model.visual.blocks.3.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
626
+ "backbone.qwen_model.model.visual.blocks.3.norm1.bias": "model-00001-of-00003.safetensors",
627
+ "backbone.qwen_model.model.visual.blocks.3.norm1.weight": "model-00001-of-00003.safetensors",
628
+ "backbone.qwen_model.model.visual.blocks.3.norm2.bias": "model-00001-of-00003.safetensors",
629
+ "backbone.qwen_model.model.visual.blocks.3.norm2.weight": "model-00001-of-00003.safetensors",
630
+ "backbone.qwen_model.model.visual.blocks.4.attn.proj.bias": "model-00001-of-00003.safetensors",
631
+ "backbone.qwen_model.model.visual.blocks.4.attn.proj.weight": "model-00001-of-00003.safetensors",
632
+ "backbone.qwen_model.model.visual.blocks.4.attn.qkv.bias": "model-00001-of-00003.safetensors",
633
+ "backbone.qwen_model.model.visual.blocks.4.attn.qkv.weight": "model-00001-of-00003.safetensors",
634
+ "backbone.qwen_model.model.visual.blocks.4.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
635
+ "backbone.qwen_model.model.visual.blocks.4.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
636
+ "backbone.qwen_model.model.visual.blocks.4.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
637
+ "backbone.qwen_model.model.visual.blocks.4.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
638
+ "backbone.qwen_model.model.visual.blocks.4.norm1.bias": "model-00001-of-00003.safetensors",
639
+ "backbone.qwen_model.model.visual.blocks.4.norm1.weight": "model-00001-of-00003.safetensors",
640
+ "backbone.qwen_model.model.visual.blocks.4.norm2.bias": "model-00001-of-00003.safetensors",
641
+ "backbone.qwen_model.model.visual.blocks.4.norm2.weight": "model-00001-of-00003.safetensors",
642
+ "backbone.qwen_model.model.visual.blocks.5.attn.proj.bias": "model-00001-of-00003.safetensors",
643
+ "backbone.qwen_model.model.visual.blocks.5.attn.proj.weight": "model-00001-of-00003.safetensors",
644
+ "backbone.qwen_model.model.visual.blocks.5.attn.qkv.bias": "model-00001-of-00003.safetensors",
645
+ "backbone.qwen_model.model.visual.blocks.5.attn.qkv.weight": "model-00001-of-00003.safetensors",
646
+ "backbone.qwen_model.model.visual.blocks.5.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
647
+ "backbone.qwen_model.model.visual.blocks.5.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
648
+ "backbone.qwen_model.model.visual.blocks.5.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
649
+ "backbone.qwen_model.model.visual.blocks.5.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
650
+ "backbone.qwen_model.model.visual.blocks.5.norm1.bias": "model-00001-of-00003.safetensors",
651
+ "backbone.qwen_model.model.visual.blocks.5.norm1.weight": "model-00001-of-00003.safetensors",
652
+ "backbone.qwen_model.model.visual.blocks.5.norm2.bias": "model-00001-of-00003.safetensors",
653
+ "backbone.qwen_model.model.visual.blocks.5.norm2.weight": "model-00001-of-00003.safetensors",
654
+ "backbone.qwen_model.model.visual.blocks.6.attn.proj.bias": "model-00001-of-00003.safetensors",
655
+ "backbone.qwen_model.model.visual.blocks.6.attn.proj.weight": "model-00001-of-00003.safetensors",
656
+ "backbone.qwen_model.model.visual.blocks.6.attn.qkv.bias": "model-00001-of-00003.safetensors",
657
+ "backbone.qwen_model.model.visual.blocks.6.attn.qkv.weight": "model-00001-of-00003.safetensors",
658
+ "backbone.qwen_model.model.visual.blocks.6.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
659
+ "backbone.qwen_model.model.visual.blocks.6.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
660
+ "backbone.qwen_model.model.visual.blocks.6.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
661
+ "backbone.qwen_model.model.visual.blocks.6.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
662
+ "backbone.qwen_model.model.visual.blocks.6.norm1.bias": "model-00001-of-00003.safetensors",
663
+ "backbone.qwen_model.model.visual.blocks.6.norm1.weight": "model-00001-of-00003.safetensors",
664
+ "backbone.qwen_model.model.visual.blocks.6.norm2.bias": "model-00001-of-00003.safetensors",
665
+ "backbone.qwen_model.model.visual.blocks.6.norm2.weight": "model-00001-of-00003.safetensors",
666
+ "backbone.qwen_model.model.visual.blocks.7.attn.proj.bias": "model-00001-of-00003.safetensors",
667
+ "backbone.qwen_model.model.visual.blocks.7.attn.proj.weight": "model-00001-of-00003.safetensors",
668
+ "backbone.qwen_model.model.visual.blocks.7.attn.qkv.bias": "model-00001-of-00003.safetensors",
669
+ "backbone.qwen_model.model.visual.blocks.7.attn.qkv.weight": "model-00001-of-00003.safetensors",
670
+ "backbone.qwen_model.model.visual.blocks.7.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
671
+ "backbone.qwen_model.model.visual.blocks.7.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
672
+ "backbone.qwen_model.model.visual.blocks.7.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
673
+ "backbone.qwen_model.model.visual.blocks.7.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
674
+ "backbone.qwen_model.model.visual.blocks.7.norm1.bias": "model-00001-of-00003.safetensors",
675
+ "backbone.qwen_model.model.visual.blocks.7.norm1.weight": "model-00001-of-00003.safetensors",
676
+ "backbone.qwen_model.model.visual.blocks.7.norm2.bias": "model-00001-of-00003.safetensors",
677
+ "backbone.qwen_model.model.visual.blocks.7.norm2.weight": "model-00001-of-00003.safetensors",
678
+ "backbone.qwen_model.model.visual.blocks.8.attn.proj.bias": "model-00001-of-00003.safetensors",
679
+ "backbone.qwen_model.model.visual.blocks.8.attn.proj.weight": "model-00001-of-00003.safetensors",
680
+ "backbone.qwen_model.model.visual.blocks.8.attn.qkv.bias": "model-00001-of-00003.safetensors",
681
+ "backbone.qwen_model.model.visual.blocks.8.attn.qkv.weight": "model-00001-of-00003.safetensors",
682
+ "backbone.qwen_model.model.visual.blocks.8.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
683
+ "backbone.qwen_model.model.visual.blocks.8.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
684
+ "backbone.qwen_model.model.visual.blocks.8.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
685
+ "backbone.qwen_model.model.visual.blocks.8.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
686
+ "backbone.qwen_model.model.visual.blocks.8.norm1.bias": "model-00001-of-00003.safetensors",
687
+ "backbone.qwen_model.model.visual.blocks.8.norm1.weight": "model-00001-of-00003.safetensors",
688
+ "backbone.qwen_model.model.visual.blocks.8.norm2.bias": "model-00001-of-00003.safetensors",
689
+ "backbone.qwen_model.model.visual.blocks.8.norm2.weight": "model-00001-of-00003.safetensors",
690
+ "backbone.qwen_model.model.visual.blocks.9.attn.proj.bias": "model-00001-of-00003.safetensors",
691
+ "backbone.qwen_model.model.visual.blocks.9.attn.proj.weight": "model-00001-of-00003.safetensors",
692
+ "backbone.qwen_model.model.visual.blocks.9.attn.qkv.bias": "model-00001-of-00003.safetensors",
693
+ "backbone.qwen_model.model.visual.blocks.9.attn.qkv.weight": "model-00001-of-00003.safetensors",
694
+ "backbone.qwen_model.model.visual.blocks.9.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
695
+ "backbone.qwen_model.model.visual.blocks.9.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
696
+ "backbone.qwen_model.model.visual.blocks.9.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
697
+ "backbone.qwen_model.model.visual.blocks.9.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
698
+ "backbone.qwen_model.model.visual.blocks.9.norm1.bias": "model-00001-of-00003.safetensors",
699
+ "backbone.qwen_model.model.visual.blocks.9.norm1.weight": "model-00001-of-00003.safetensors",
700
+ "backbone.qwen_model.model.visual.blocks.9.norm2.bias": "model-00001-of-00003.safetensors",
701
+ "backbone.qwen_model.model.visual.blocks.9.norm2.weight": "model-00001-of-00003.safetensors",
702
+ "backbone.qwen_model.model.visual.deepstack_merger_list.0.linear_fc1.bias": "model-00001-of-00003.safetensors",
703
+ "backbone.qwen_model.model.visual.deepstack_merger_list.0.linear_fc1.weight": "model-00001-of-00003.safetensors",
704
+ "backbone.qwen_model.model.visual.deepstack_merger_list.0.linear_fc2.bias": "model-00001-of-00003.safetensors",
705
+ "backbone.qwen_model.model.visual.deepstack_merger_list.0.linear_fc2.weight": "model-00001-of-00003.safetensors",
706
+ "backbone.qwen_model.model.visual.deepstack_merger_list.0.norm.bias": "model-00001-of-00003.safetensors",
707
+ "backbone.qwen_model.model.visual.deepstack_merger_list.0.norm.weight": "model-00001-of-00003.safetensors",
708
+ "backbone.qwen_model.model.visual.deepstack_merger_list.1.linear_fc1.bias": "model-00001-of-00003.safetensors",
709
+ "backbone.qwen_model.model.visual.deepstack_merger_list.1.linear_fc1.weight": "model-00001-of-00003.safetensors",
710
+ "backbone.qwen_model.model.visual.deepstack_merger_list.1.linear_fc2.bias": "model-00001-of-00003.safetensors",
711
+ "backbone.qwen_model.model.visual.deepstack_merger_list.1.linear_fc2.weight": "model-00001-of-00003.safetensors",
712
+ "backbone.qwen_model.model.visual.deepstack_merger_list.1.norm.bias": "model-00001-of-00003.safetensors",
713
+ "backbone.qwen_model.model.visual.deepstack_merger_list.1.norm.weight": "model-00001-of-00003.safetensors",
714
+ "backbone.qwen_model.model.visual.deepstack_merger_list.2.linear_fc1.bias": "model-00001-of-00003.safetensors",
715
+ "backbone.qwen_model.model.visual.deepstack_merger_list.2.linear_fc1.weight": "model-00001-of-00003.safetensors",
716
+ "backbone.qwen_model.model.visual.deepstack_merger_list.2.linear_fc2.bias": "model-00001-of-00003.safetensors",
717
+ "backbone.qwen_model.model.visual.deepstack_merger_list.2.linear_fc2.weight": "model-00001-of-00003.safetensors",
718
+ "backbone.qwen_model.model.visual.deepstack_merger_list.2.norm.bias": "model-00001-of-00003.safetensors",
719
+ "backbone.qwen_model.model.visual.deepstack_merger_list.2.norm.weight": "model-00001-of-00003.safetensors",
720
+ "backbone.qwen_model.model.visual.merger.linear_fc1.bias": "model-00001-of-00003.safetensors",
721
+ "backbone.qwen_model.model.visual.merger.linear_fc1.weight": "model-00001-of-00003.safetensors",
722
+ "backbone.qwen_model.model.visual.merger.linear_fc2.bias": "model-00001-of-00003.safetensors",
723
+ "backbone.qwen_model.model.visual.merger.linear_fc2.weight": "model-00001-of-00003.safetensors",
724
+ "backbone.qwen_model.model.visual.merger.norm.bias": "model-00001-of-00003.safetensors",
725
+ "backbone.qwen_model.model.visual.merger.norm.weight": "model-00001-of-00003.safetensors",
726
+ "backbone.qwen_model.model.visual.patch_embed.proj.bias": "model-00001-of-00003.safetensors",
727
+ "backbone.qwen_model.model.visual.patch_embed.proj.weight": "model-00001-of-00003.safetensors",
728
+ "backbone.qwen_model.model.visual.pos_embed.weight": "model-00001-of-00003.safetensors"
729
+ }
730
+ }
processor/embodiment_id.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }
processor/processor_config.json ADDED
@@ -0,0 +1,2878 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
2851
+ "image_max_area": 65536,
2852
+ "image_resize_m": 32,
2853
+ "random_crop_fraction": null,
2854
+ "random_rotation_angle": null,
2855
+ "color_jitter_params": {
2856
+ "brightness": 0.3,
2857
+ "contrast": 0.4,
2858
+ "saturation": 0.5,
2859
+ "hue": 0.08
2860
+ },
2861
+ "model_name": "/data/taeyoung/models/RLDX-1-VLM",
2862
+ "model_type": "vtc_qwen3_vl",
2863
+ "formalize_language": true,
2864
+ "max_state_dim": 64,
2865
+ "max_action_dim": 64,
2866
+ "max_action_horizon": 16,
2867
+ "use_percentiles": true,
2868
+ "clip_outliers": true,
2869
+ "apply_sincos_state_encoding": false,
2870
+ "use_relative_action": true,
2871
+ "memory_length": 1,
2872
+ "general_embodiment_train_ratio": 0.02,
2873
+ "allow_missing_physics": false,
2874
+ "physics_keys": null,
2875
+ "physics_dims": null,
2876
+ "conversation_image_first": false
2877
+ }
2878
+ }
processor/statistics.json ADDED
The diff for this file is too large to render. See raw diff
 
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37e8ff7d0b1e021327b09e1c7ddaa4170cfac8aa4db96e9aacd1a519ecd567a9
3
+ size 8017
wandb_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"project": "rldx-pretrain", "run_id": "rldx1_image_pt_mixv5_bsz8192_100k"}
zero_to_fp32.py ADDED
@@ -0,0 +1,760 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python
2
+
3
+ # Copyright (c) Microsoft Corporation.
4
+ # SPDX-License-Identifier: Apache-2.0
5
+
6
+ # DeepSpeed Team
7
+
8
+ # This script extracts fp32 consolidated weights from a zero 1, 2 and 3 DeepSpeed checkpoints. It gets
9
+ # copied into the top level checkpoint dir, so the user can easily do the conversion at any point in
10
+ # the future. Once extracted, the weights don't require DeepSpeed and can be used in any
11
+ # application.
12
+ #
13
+ # example:
14
+ # python zero_to_fp32.py . output_dir/
15
+ # or
16
+ # python zero_to_fp32.py . output_dir/ --safe_serialization
17
+
18
+ import argparse
19
+ import torch
20
+ import glob
21
+ import math
22
+ import os
23
+ import re
24
+ import gc
25
+ import json
26
+ import numpy as np
27
+ from tqdm import tqdm
28
+ from collections import OrderedDict
29
+ from dataclasses import dataclass
30
+
31
+ # while this script doesn't use deepspeed to recover data, since the checkpoints are pickled with
32
+ # DeepSpeed data structures it has to be available in the current python environment.
33
+ from deepspeed.utils import logger
34
+ from deepspeed.checkpoint.constants import (DS_VERSION, OPTIMIZER_STATE_DICT, SINGLE_PARTITION_OF_FP32_GROUPS,
35
+ FP32_FLAT_GROUPS, ZERO_STAGE, PARTITION_COUNT, PARAM_SHAPES, BUFFER_NAMES,
36
+ FROZEN_PARAM_SHAPES, FROZEN_PARAM_FRAGMENTS)
37
+
38
+
39
+ @dataclass
40
+ class zero_model_state:
41
+ buffers: dict()
42
+ param_shapes: dict()
43
+ shared_params: list
44
+ ds_version: int
45
+ frozen_param_shapes: dict()
46
+ frozen_param_fragments: dict()
47
+
48
+
49
+ debug = 0
50
+
51
+ # load to cpu
52
+ device = torch.device('cpu')
53
+
54
+
55
+ def atoi(text):
56
+ return int(text) if text.isdigit() else text
57
+
58
+
59
+ def natural_keys(text):
60
+ '''
61
+ alist.sort(key=natural_keys) sorts in human order
62
+ http://nedbatchelder.com/blog/200712/human_sorting.html
63
+ (See Toothy's implementation in the comments)
64
+ '''
65
+ return [atoi(c) for c in re.split(r'(\d+)', text)]
66
+
67
+
68
+ def get_model_state_file(checkpoint_dir, zero_stage):
69
+ if not os.path.isdir(checkpoint_dir):
70
+ raise FileNotFoundError(f"Directory '{checkpoint_dir}' doesn't exist")
71
+
72
+ # there should be only one file
73
+ if zero_stage <= 2:
74
+ file = os.path.join(checkpoint_dir, "mp_rank_00_model_states.pt")
75
+ elif zero_stage == 3:
76
+ file = os.path.join(checkpoint_dir, "zero_pp_rank_0_mp_rank_00_model_states.pt")
77
+
78
+ if not os.path.exists(file):
79
+ raise FileNotFoundError(f"can't find model states file at '{file}'")
80
+
81
+ return file
82
+
83
+
84
+ def get_checkpoint_files(checkpoint_dir, glob_pattern):
85
+ # XXX: need to test that this simple glob rule works for multi-node setup too
86
+ ckpt_files = sorted(glob.glob(os.path.join(checkpoint_dir, glob_pattern)), key=natural_keys)
87
+
88
+ if len(ckpt_files) == 0:
89
+ raise FileNotFoundError(f"can't find {glob_pattern} files in directory '{checkpoint_dir}'")
90
+
91
+ return ckpt_files
92
+
93
+
94
+ def get_optim_files(checkpoint_dir):
95
+ return get_checkpoint_files(checkpoint_dir, "*_optim_states.pt")
96
+
97
+
98
+ def get_model_state_files(checkpoint_dir):
99
+ return get_checkpoint_files(checkpoint_dir, "*_model_states.pt")
100
+
101
+
102
+ def parse_model_states(files):
103
+ zero_model_states = []
104
+ for file in files:
105
+ state_dict = torch.load(file, map_location=device, weights_only=False)
106
+
107
+ if BUFFER_NAMES not in state_dict:
108
+ raise ValueError(f"{file} is not a model state checkpoint")
109
+ buffer_names = state_dict[BUFFER_NAMES]
110
+ if debug:
111
+ print("Found buffers:", buffer_names)
112
+
113
+ # recover just the buffers while restoring them to fp32 if they were saved in fp16
114
+ buffers = {k: v.float() for k, v in state_dict["module"].items() if k in buffer_names}
115
+ param_shapes = state_dict[PARAM_SHAPES]
116
+
117
+ # collect parameters that are included in param_shapes
118
+ param_names = []
119
+ for s in param_shapes:
120
+ for name in s.keys():
121
+ param_names.append(name)
122
+
123
+ # update with frozen parameters
124
+ frozen_param_shapes = state_dict.get(FROZEN_PARAM_SHAPES, None)
125
+ if frozen_param_shapes is not None:
126
+ if debug:
127
+ print(f"Found frozen_param_shapes: {frozen_param_shapes}")
128
+ param_names += list(frozen_param_shapes.keys())
129
+
130
+ # handle shared params
131
+ shared_params = [[k, v] for k, v in state_dict["shared_params"].items()]
132
+
133
+ ds_version = state_dict.get(DS_VERSION, None)
134
+
135
+ frozen_param_fragments = state_dict.get(FROZEN_PARAM_FRAGMENTS, None)
136
+
137
+ z_model_state = zero_model_state(buffers=buffers,
138
+ param_shapes=param_shapes,
139
+ shared_params=shared_params,
140
+ ds_version=ds_version,
141
+ frozen_param_shapes=frozen_param_shapes,
142
+ frozen_param_fragments=frozen_param_fragments)
143
+ zero_model_states.append(z_model_state)
144
+
145
+ return zero_model_states
146
+
147
+
148
+ def parse_optim_states(files, ds_checkpoint_dir):
149
+ total_files = len(files)
150
+ state_dicts = []
151
+ for f in tqdm(files, desc='Loading checkpoint shards'):
152
+ state_dict = torch.load(f, map_location=device, mmap=True, weights_only=False)
153
+ # immediately discard the potentially huge 2 optimizer states as we only care for fp32 master weights
154
+ # and also handle the case where it was already removed by another helper script
155
+ state_dict["optimizer_state_dict"].pop("optimizer_state_dict", None)
156
+ state_dicts.append(state_dict)
157
+
158
+ if ZERO_STAGE not in state_dicts[0][OPTIMIZER_STATE_DICT]:
159
+ raise ValueError(f"{files[0]} is not a zero checkpoint")
160
+ zero_stage = state_dicts[0][OPTIMIZER_STATE_DICT][ZERO_STAGE]
161
+ world_size = state_dicts[0][OPTIMIZER_STATE_DICT][PARTITION_COUNT]
162
+
163
+ # For ZeRO-2 each param group can have different partition_count as data parallelism for expert
164
+ # parameters can be different from data parallelism for non-expert parameters. So we can just
165
+ # use the max of the partition_count to get the dp world_size.
166
+
167
+ if type(world_size) is list:
168
+ world_size = max(world_size)
169
+
170
+ if world_size != total_files:
171
+ raise ValueError(
172
+ f"Expected {world_size} of '*_optim_states.pt' under '{ds_checkpoint_dir}' but found {total_files} files. "
173
+ "Possibly due to an overwrite of an old checkpoint, or a checkpoint didn't get saved by one or more processes."
174
+ )
175
+
176
+ # the groups are named differently in each stage
177
+ if zero_stage <= 2:
178
+ fp32_groups_key = SINGLE_PARTITION_OF_FP32_GROUPS
179
+ elif zero_stage == 3:
180
+ fp32_groups_key = FP32_FLAT_GROUPS
181
+ else:
182
+ raise ValueError(f"unknown zero stage {zero_stage}")
183
+
184
+ fp32_flat_groups = [state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key] for i in range(len(state_dicts))]
185
+ return zero_stage, world_size, fp32_flat_groups
186
+
187
+
188
+ def _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters):
189
+ """
190
+ Returns fp32 state_dict reconstructed from ds checkpoint
191
+
192
+ Args:
193
+ - ``ds_checkpoint_dir``: path to the deepspeed checkpoint folder (where the optimizer files are)
194
+
195
+ """
196
+ print(f"Processing zero checkpoint '{ds_checkpoint_dir}'")
197
+
198
+ optim_files = get_optim_files(ds_checkpoint_dir)
199
+ zero_stage, world_size, fp32_flat_groups = parse_optim_states(optim_files, ds_checkpoint_dir)
200
+ print(f"Detected checkpoint of type zero stage {zero_stage}, world_size: {world_size}")
201
+
202
+ model_files = get_model_state_files(ds_checkpoint_dir)
203
+
204
+ zero_model_states = parse_model_states(model_files)
205
+ print(f'Parsing checkpoint created by deepspeed=={zero_model_states[0].ds_version}')
206
+
207
+ if zero_stage <= 2:
208
+ return _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
209
+ exclude_frozen_parameters)
210
+ elif zero_stage == 3:
211
+ return _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
212
+ exclude_frozen_parameters)
213
+
214
+
215
+ def _zero2_merge_frozen_params(state_dict, zero_model_states):
216
+ if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
217
+ return
218
+
219
+ frozen_param_shapes = zero_model_states[0].frozen_param_shapes
220
+ frozen_param_fragments = zero_model_states[0].frozen_param_fragments
221
+
222
+ if debug:
223
+ num_elem = sum(s.numel() for s in frozen_param_shapes.values())
224
+ print(f'rank 0: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
225
+
226
+ wanted_params = len(frozen_param_shapes)
227
+ wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
228
+ avail_numel = sum([p.numel() for p in frozen_param_fragments.values()])
229
+ print(f'Frozen params: Have {avail_numel} numels to process.')
230
+ print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
231
+
232
+ total_params = 0
233
+ total_numel = 0
234
+ for name, shape in frozen_param_shapes.items():
235
+ total_params += 1
236
+ unpartitioned_numel = shape.numel()
237
+ total_numel += unpartitioned_numel
238
+
239
+ state_dict[name] = frozen_param_fragments[name]
240
+
241
+ if debug:
242
+ print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
243
+
244
+ print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
245
+
246
+
247
+ def _has_callable(obj, fn):
248
+ attr = getattr(obj, fn, None)
249
+ return callable(attr)
250
+
251
+
252
+ def _zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
253
+ param_shapes = zero_model_states[0].param_shapes
254
+
255
+ # Reconstruction protocol:
256
+ #
257
+ # XXX: document this
258
+
259
+ if debug:
260
+ for i in range(world_size):
261
+ for j in range(len(fp32_flat_groups[0])):
262
+ print(f"{FP32_FLAT_GROUPS}[{i}][{j}].shape={fp32_flat_groups[i][j].shape}")
263
+
264
+ # XXX: memory usage doubles here (zero2)
265
+ num_param_groups = len(fp32_flat_groups[0])
266
+ merged_single_partition_of_fp32_groups = []
267
+ for i in range(num_param_groups):
268
+ merged_partitions = [sd[i] for sd in fp32_flat_groups]
269
+ full_single_fp32_vector = torch.cat(merged_partitions, 0)
270
+ merged_single_partition_of_fp32_groups.append(full_single_fp32_vector)
271
+ avail_numel = sum(
272
+ [full_single_fp32_vector.numel() for full_single_fp32_vector in merged_single_partition_of_fp32_groups])
273
+
274
+ if debug:
275
+ wanted_params = sum([len(shapes) for shapes in param_shapes])
276
+ wanted_numel = sum([sum(shape.numel() for shape in shapes.values()) for shapes in param_shapes])
277
+ # not asserting if there is a mismatch due to possible padding
278
+ print(f"Have {avail_numel} numels to process.")
279
+ print(f"Need {wanted_numel} numels in {wanted_params} params.")
280
+
281
+ # params
282
+ # XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
283
+ # out-of-core computing solution
284
+ total_numel = 0
285
+ total_params = 0
286
+ for shapes, full_single_fp32_vector in zip(param_shapes, merged_single_partition_of_fp32_groups):
287
+ offset = 0
288
+ avail_numel = full_single_fp32_vector.numel()
289
+ for name, shape in shapes.items():
290
+
291
+ unpartitioned_numel = shape.numel() if _has_callable(shape, 'numel') else math.prod(shape)
292
+ total_numel += unpartitioned_numel
293
+ total_params += 1
294
+
295
+ if debug:
296
+ print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
297
+ state_dict[name] = full_single_fp32_vector.narrow(0, offset, unpartitioned_numel).view(shape)
298
+ offset += unpartitioned_numel
299
+
300
+ # Z2 started to align to 2*world_size to improve nccl performance. Therefore both offset and
301
+ # avail_numel can differ by anywhere between 0..2*world_size. Due to two unrelated complex
302
+ # paddings performed in the code it's almost impossible to predict the exact numbers w/o the
303
+ # live optimizer object, so we are checking that the numbers are within the right range
304
+ align_to = 2 * world_size
305
+
306
+ def zero2_align(x):
307
+ return align_to * math.ceil(x / align_to)
308
+
309
+ if debug:
310
+ print(f"original offset={offset}, avail_numel={avail_numel}")
311
+
312
+ offset = zero2_align(offset)
313
+ avail_numel = zero2_align(avail_numel)
314
+
315
+ if debug:
316
+ print(f"aligned offset={offset}, avail_numel={avail_numel}")
317
+
318
+ # Sanity check
319
+ if offset != avail_numel:
320
+ raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
321
+
322
+ print(f"Reconstructed fp32 state dict with {total_params} params {total_numel} elements")
323
+
324
+
325
+ def _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
326
+ exclude_frozen_parameters):
327
+ state_dict = OrderedDict()
328
+
329
+ # buffers
330
+ buffers = zero_model_states[0].buffers
331
+ state_dict.update(buffers)
332
+ if debug:
333
+ print(f"added {len(buffers)} buffers")
334
+
335
+ if not exclude_frozen_parameters:
336
+ _zero2_merge_frozen_params(state_dict, zero_model_states)
337
+
338
+ _zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
339
+
340
+ # recover shared parameters
341
+ for pair in zero_model_states[0].shared_params:
342
+ if pair[1] in state_dict:
343
+ state_dict[pair[0]] = state_dict[pair[1]]
344
+
345
+ return state_dict
346
+
347
+
348
+ def zero3_partitioned_param_info(unpartitioned_numel, world_size):
349
+ remainder = unpartitioned_numel % world_size
350
+ padding_numel = (world_size - remainder) if remainder else 0
351
+ partitioned_numel = math.ceil(unpartitioned_numel / world_size)
352
+ return partitioned_numel, padding_numel
353
+
354
+
355
+ def _zero3_merge_frozen_params(state_dict, world_size, zero_model_states):
356
+ if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
357
+ return
358
+
359
+ if debug:
360
+ for i in range(world_size):
361
+ num_elem = sum(s.numel() for s in zero_model_states[i].frozen_param_fragments.values())
362
+ print(f'rank {i}: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
363
+
364
+ frozen_param_shapes = zero_model_states[0].frozen_param_shapes
365
+ wanted_params = len(frozen_param_shapes)
366
+ wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
367
+ avail_numel = sum([p.numel() for p in zero_model_states[0].frozen_param_fragments.values()]) * world_size
368
+ print(f'Frozen params: Have {avail_numel} numels to process.')
369
+ print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
370
+
371
+ total_params = 0
372
+ total_numel = 0
373
+ for name, shape in zero_model_states[0].frozen_param_shapes.items():
374
+ total_params += 1
375
+ unpartitioned_numel = shape.numel()
376
+ total_numel += unpartitioned_numel
377
+
378
+ param_frags = tuple(model_state.frozen_param_fragments[name] for model_state in zero_model_states)
379
+ state_dict[name] = torch.cat(param_frags, 0).narrow(0, 0, unpartitioned_numel).view(shape)
380
+
381
+ partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
382
+
383
+ if debug:
384
+ print(
385
+ f"Frozen params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
386
+ )
387
+
388
+ print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
389
+
390
+
391
+ class GatheredTensor:
392
+ """
393
+ A pseudo tensor that collects partitioned weights.
394
+ It is more memory efficient when there are multiple groups.
395
+ """
396
+
397
+ def __init__(self, flat_groups, flat_groups_offset, offset, partitioned_numel, shape):
398
+ self.flat_groups = flat_groups
399
+ self.flat_groups_offset = flat_groups_offset
400
+ self.offset = offset
401
+ self.partitioned_numel = partitioned_numel
402
+ self.shape = shape
403
+ self.dtype = self.flat_groups[0][0].dtype
404
+
405
+ def contiguous(self):
406
+ """
407
+ Merge partitioned weights from flat_groups into a single tensor.
408
+ """
409
+ end_idx = self.offset + self.partitioned_numel
410
+ world_size = len(self.flat_groups)
411
+ pad_flat_param_chunks = []
412
+
413
+ for rank_i in range(world_size):
414
+ # for each rank, we need to collect weights from related group/groups
415
+ flat_groups_at_rank_i = self.flat_groups[rank_i]
416
+ start_group_id = None
417
+ end_group_id = None
418
+ for group_id in range(len(self.flat_groups_offset)):
419
+ if self.flat_groups_offset[group_id] <= self.offset < self.flat_groups_offset[group_id + 1]:
420
+ start_group_id = group_id
421
+ if self.flat_groups_offset[group_id] < end_idx <= self.flat_groups_offset[group_id + 1]:
422
+ end_group_id = group_id
423
+ break
424
+ # collect weights from related group/groups
425
+ for group_id in range(start_group_id, end_group_id + 1):
426
+ flat_tensor = flat_groups_at_rank_i[group_id]
427
+ start_offset = self.offset - self.flat_groups_offset[group_id]
428
+ end_offset = min(end_idx, self.flat_groups_offset[group_id + 1]) - self.flat_groups_offset[group_id]
429
+ pad_flat_param_chunks.append(flat_tensor[start_offset:end_offset])
430
+
431
+ # collect weights from all ranks
432
+ pad_flat_param = torch.cat(pad_flat_param_chunks, dim=0)
433
+ param = pad_flat_param[:self.shape.numel()].view(self.shape).contiguous()
434
+ return param
435
+
436
+
437
+ def _zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
438
+ param_shapes = zero_model_states[0].param_shapes
439
+ avail_numel = sum([flat_group.numel() for flat_group in fp32_flat_groups[0]]) * world_size
440
+
441
+ # Reconstruction protocol: For zero3 we need to zip the partitions together at boundary of each
442
+ # param, re-consolidating each param, while dealing with padding if any
443
+
444
+ # merge list of dicts, preserving order
445
+ param_shapes = {k: v for d in param_shapes for k, v in d.items()}
446
+
447
+ if debug:
448
+ for i in range(world_size):
449
+ print(f"{FP32_FLAT_GROUPS}[{i}].shape={fp32_flat_groups[i].shape}")
450
+
451
+ wanted_params = len(param_shapes)
452
+ wanted_numel = sum(shape.numel() for shape in param_shapes.values())
453
+ # not asserting if there is a mismatch due to possible padding
454
+ avail_numel = fp32_flat_groups[0].numel() * world_size
455
+ print(f"Trainable params: Have {avail_numel} numels to process.")
456
+ print(f"Trainable params: Need {wanted_numel} numels in {wanted_params} params.")
457
+
458
+ # params
459
+ # XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
460
+ # out-of-core computing solution
461
+ offset = 0
462
+ total_numel = 0
463
+ total_params = 0
464
+ flat_groups_offset = [0] + list(np.cumsum([flat_tensor.numel() for flat_tensor in fp32_flat_groups[0]]))
465
+ for name, shape in tqdm(param_shapes.items(), desc='Gathering sharded weights'):
466
+ unpartitioned_numel = shape.numel()
467
+ total_numel += unpartitioned_numel
468
+ total_params += 1
469
+ partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
470
+
471
+ if debug:
472
+ print(
473
+ f"Trainable params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
474
+ )
475
+
476
+ # memory efficient tensor
477
+ tensor = GatheredTensor(fp32_flat_groups, flat_groups_offset, offset, partitioned_numel, shape)
478
+ state_dict[name] = tensor
479
+ offset += partitioned_numel
480
+
481
+ offset *= world_size
482
+
483
+ # Sanity check
484
+ if offset != avail_numel:
485
+ raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
486
+
487
+ print(f"Reconstructed Trainable fp32 state dict with {total_params} params {total_numel} elements")
488
+
489
+
490
+ def _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
491
+ exclude_frozen_parameters):
492
+ state_dict = OrderedDict()
493
+
494
+ # buffers
495
+ buffers = zero_model_states[0].buffers
496
+ state_dict.update(buffers)
497
+ if debug:
498
+ print(f"added {len(buffers)} buffers")
499
+
500
+ if not exclude_frozen_parameters:
501
+ _zero3_merge_frozen_params(state_dict, world_size, zero_model_states)
502
+
503
+ _zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
504
+
505
+ # recover shared parameters
506
+ for pair in zero_model_states[0].shared_params:
507
+ if pair[1] in state_dict:
508
+ state_dict[pair[0]] = state_dict[pair[1]]
509
+
510
+ return state_dict
511
+
512
+
513
+ def to_torch_tensor(state_dict, return_empty_tensor=False):
514
+ """
515
+ Convert state_dict of GatheredTensor to torch tensor
516
+ """
517
+ torch_state_dict = {}
518
+ converted_tensors = {}
519
+ for name, tensor in state_dict.items():
520
+ tensor_id = id(tensor)
521
+ if tensor_id in converted_tensors: # shared tensors
522
+ shared_tensor = torch_state_dict[converted_tensors[tensor_id]]
523
+ torch_state_dict[name] = shared_tensor
524
+ else:
525
+ converted_tensors[tensor_id] = name
526
+ if return_empty_tensor:
527
+ torch_state_dict[name] = torch.empty(tensor.shape, dtype=tensor.dtype)
528
+ else:
529
+ torch_state_dict[name] = tensor.contiguous()
530
+ return torch_state_dict
531
+
532
+
533
+ def get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir,
534
+ tag=None,
535
+ exclude_frozen_parameters=False,
536
+ lazy_mode=False):
537
+ """
538
+ Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated state_dict that can be loaded with
539
+ ``load_state_dict()`` and used for training without DeepSpeed or shared with others, for example
540
+ via a model hub.
541
+
542
+ Args:
543
+ - ``checkpoint_dir``: path to the desired checkpoint folder
544
+ - ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in 'latest' file. e.g., ``global_step14``
545
+ - ``exclude_frozen_parameters``: exclude frozen parameters
546
+ - ``lazy_mode``: get state_dict in lazy mode. It returns a dict of pesduo tensor instead of torch tensor, which is more memory efficient.
547
+ Convert the pesduo tensor to torch tensor by ``.contiguous()``
548
+
549
+ Returns:
550
+ - pytorch ``state_dict``
551
+
552
+ A typical usage might be ::
553
+
554
+ from deepspeed.utils.zero_to_fp32 import get_fp32_state_dict_from_zero_checkpoint
555
+ # do the training and checkpoint saving
556
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir) # already on cpu
557
+ model = model.cpu() # move to cpu
558
+ model.load_state_dict(state_dict)
559
+ # submit to model hub or save the model to share with others
560
+
561
+ In this example the ``model`` will no longer be usable in the deepspeed context of the same
562
+ application. i.e. you will need to re-initialize the deepspeed engine, since
563
+ ``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
564
+
565
+ If you want it all done for you, use ``load_state_dict_from_zero_checkpoint`` instead.
566
+
567
+ Note: the above usage may not work if your application doesn't have sufficient free CPU memory.
568
+ You may need to use the offline approach using the ``zero_to_fp32.py`` script that is saved with
569
+ the checkpoint. Or you can load state_dict in lazy mode ::
570
+
571
+ from deepspeed.utils.zero_to_fp32 import get_fp32_state_dict_from_zero_checkpoint
572
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, lazy_mode=True) # not on cpu
573
+ for name, lazy_tensor in state_dict.item():
574
+ tensor = lazy_tensor.contiguous() # to cpu
575
+ print(name, tensor)
576
+ # del tensor to release memory if it no longer in use
577
+ """
578
+ if tag is None:
579
+ latest_path = os.path.join(checkpoint_dir, 'latest')
580
+ if os.path.isfile(latest_path):
581
+ with open(latest_path, 'r') as fd:
582
+ tag = fd.read().strip()
583
+ else:
584
+ raise ValueError(f"Unable to find 'latest' file at {latest_path}")
585
+
586
+ ds_checkpoint_dir = os.path.join(checkpoint_dir, tag)
587
+
588
+ if not os.path.isdir(ds_checkpoint_dir):
589
+ raise FileNotFoundError(f"Directory '{ds_checkpoint_dir}' doesn't exist")
590
+
591
+ state_dict = _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters)
592
+ if lazy_mode:
593
+ return state_dict
594
+ else:
595
+ return to_torch_tensor(state_dict)
596
+
597
+
598
+ def convert_zero_checkpoint_to_fp32_state_dict(checkpoint_dir,
599
+ output_dir,
600
+ max_shard_size="5GB",
601
+ safe_serialization=False,
602
+ tag=None,
603
+ exclude_frozen_parameters=False):
604
+ """
605
+ Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict`` file that can be
606
+ loaded with ``torch.load(file)`` + ``load_state_dict()`` and used for training without DeepSpeed.
607
+
608
+ Args:
609
+ - ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
610
+ - ``output_dir``: directory to the pytorch fp32 state_dict output files
611
+ - ``max_shard_size``: the maximum size for a checkpoint before being sharded, default value is 5GB
612
+ - ``safe_serialization``: whether to save the model using `safetensors` or the traditional PyTorch way (that uses `pickle`).
613
+ - ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in the file named ``latest`` in the checkpoint folder, e.g., ``global_step14``
614
+ - ``exclude_frozen_parameters``: exclude frozen parameters
615
+ """
616
+
617
+ # Dependency pre-check
618
+ if safe_serialization:
619
+ try:
620
+ from safetensors.torch import save_file
621
+ except ImportError:
622
+ print('If you want to use `safe_serialization`, please `pip install safetensors`')
623
+ raise
624
+ if max_shard_size is not None:
625
+ try:
626
+ from huggingface_hub import split_torch_state_dict_into_shards
627
+ except ImportError:
628
+ print('If you want to use `max_shard_size`, please `pip install huggingface_hub`')
629
+ raise
630
+
631
+ # Convert zero checkpoint to state_dict
632
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir,
633
+ tag,
634
+ exclude_frozen_parameters,
635
+ lazy_mode=True)
636
+
637
+ # Shard the model if it is too big.
638
+ weights_name = "model.safetensors" if safe_serialization else "pytorch_model.bin"
639
+ if max_shard_size is not None:
640
+ filename_pattern = weights_name.replace(".bin", "{suffix}.bin").replace(".safetensors", "{suffix}.safetensors")
641
+ # an memory-efficient approach for sharding
642
+ empty_state_dict = to_torch_tensor(state_dict, return_empty_tensor=True)
643
+ state_dict_split = split_torch_state_dict_into_shards(empty_state_dict,
644
+ filename_pattern=filename_pattern,
645
+ max_shard_size=max_shard_size)
646
+ else:
647
+ from collections import namedtuple
648
+ StateDictSplit = namedtuple("StateDictSplit", ["is_sharded", "filename_to_tensors"])
649
+ state_dict_split = StateDictSplit(is_sharded=False,
650
+ filename_to_tensors={weights_name: list(state_dict.keys())})
651
+
652
+ # Save the model by shard
653
+ os.makedirs(output_dir, exist_ok=True)
654
+ filename_to_tensors = state_dict_split.filename_to_tensors.items()
655
+ for shard_file, tensors in tqdm(filename_to_tensors, desc="Saving checkpoint shards"):
656
+ shard_state_dict = {tensor_name: state_dict[tensor_name] for tensor_name in tensors}
657
+ shard_state_dict = to_torch_tensor(shard_state_dict)
658
+ output_path = os.path.join(output_dir, shard_file)
659
+ if safe_serialization:
660
+ save_file(shard_state_dict, output_path, metadata={"format": "pt"})
661
+ else:
662
+ torch.save(shard_state_dict, output_path)
663
+ # release the memory of current shard
664
+ for tensor_name in list(shard_state_dict.keys()):
665
+ del state_dict[tensor_name]
666
+ del shard_state_dict[tensor_name]
667
+ del shard_state_dict
668
+ gc.collect()
669
+
670
+ # Save index if sharded
671
+ if state_dict_split.is_sharded:
672
+ index = {
673
+ "metadata": state_dict_split.metadata,
674
+ "weight_map": state_dict_split.tensor_to_filename,
675
+ }
676
+ save_index_file = "model.safetensors.index.json" if safe_serialization else "pytorch_model.bin.index.json"
677
+ save_index_file = os.path.join(output_dir, save_index_file)
678
+ with open(save_index_file, "w", encoding="utf-8") as f:
679
+ content = json.dumps(index, indent=2, sort_keys=True) + "\n"
680
+ f.write(content)
681
+
682
+
683
+ def load_state_dict_from_zero_checkpoint(model, checkpoint_dir, tag=None):
684
+ """
685
+ 1. Put the provided model to cpu
686
+ 2. Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict``
687
+ 3. Load it into the provided model
688
+
689
+ Args:
690
+ - ``model``: the model object to update
691
+ - ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
692
+ - ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in the file named ``latest`` in the checkpoint folder, e.g., ``global_step14``
693
+
694
+ Returns:
695
+ - ``model`: modified model
696
+
697
+ Make sure you have plenty of CPU memory available before you call this function. If you don't
698
+ have enough use the ``zero_to_fp32.py`` utility to do the conversion. You will find it
699
+ conveniently placed for you in the checkpoint folder.
700
+
701
+ A typical usage might be ::
702
+
703
+ from deepspeed.utils.zero_to_fp32 import load_state_dict_from_zero_checkpoint
704
+ model = load_state_dict_from_zero_checkpoint(trainer.model, checkpoint_dir)
705
+ # submit to model hub or save the model to share with others
706
+
707
+ Note, that once this was run, the ``model`` will no longer be usable in the deepspeed context
708
+ of the same application. i.e. you will need to re-initialize the deepspeed engine, since
709
+ ``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
710
+
711
+ """
712
+ logger.info("Extracting fp32 weights")
713
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag)
714
+
715
+ logger.info("Overwriting model with fp32 weights")
716
+ model = model.cpu()
717
+ model.load_state_dict(state_dict, strict=False)
718
+
719
+ return model
720
+
721
+
722
+ if __name__ == "__main__":
723
+ parser = argparse.ArgumentParser()
724
+ parser.add_argument("checkpoint_dir",
725
+ type=str,
726
+ help="path to the desired checkpoint folder, e.g., path/checkpoint-12")
727
+ parser.add_argument("output_dir",
728
+ type=str,
729
+ help="directory to the pytorch fp32 state_dict output files"
730
+ "(e.g. path/checkpoint-12-output/)")
731
+ parser.add_argument(
732
+ "--max_shard_size",
733
+ type=str,
734
+ default="5GB",
735
+ help="The maximum size for a checkpoint before being sharded. Checkpoints shard will then be each of size"
736
+ "lower than this size. If expressed as a string, needs to be digits followed by a unit (like `5MB`"
737
+ "We default it to 5GB in order for models to be able to run easily on free-tier google colab instances"
738
+ "without CPU OOM issues.")
739
+ parser.add_argument(
740
+ "--safe_serialization",
741
+ default=False,
742
+ action='store_true',
743
+ help="Whether to save the model using `safetensors` or the traditional PyTorch way (that uses `pickle`).")
744
+ parser.add_argument("-t",
745
+ "--tag",
746
+ type=str,
747
+ default=None,
748
+ help="checkpoint tag used as a unique identifier for checkpoint. e.g., global_step1")
749
+ parser.add_argument("--exclude_frozen_parameters", action='store_true', help="exclude frozen parameters")
750
+ parser.add_argument("-d", "--debug", action='store_true', help="enable debug")
751
+ args = parser.parse_args()
752
+
753
+ debug = args.debug
754
+
755
+ convert_zero_checkpoint_to_fp32_state_dict(args.checkpoint_dir,
756
+ args.output_dir,
757
+ max_shard_size=args.max_shard_size,
758
+ safe_serialization=args.safe_serialization,
759
+ tag=args.tag,
760
+ exclude_frozen_parameters=args.exclude_frozen_parameters)