File size: 2,497 Bytes
989037c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
  "action_model_lora_alpha": 32,
  "action_model_lora_dropout": 0.0,
  "action_model_lora_rank": 16,
  "action_model_lora_target_modules": [
    "vl_qkv",
    "vl_proj",
    "sa_qkv",
    "sa_proj",
    "p_qkv",
    "p_proj",
    "linear1",
    "linear2"
  ],
  "action_model_use_lora": false,
  "architectures": [
    "RLDX"
  ],
  "attn_implementation": null,
  "backbone_lora_alpha": 32,
  "backbone_lora_dropout": 0.0,
  "backbone_lora_num_layers": -1,
  "backbone_lora_rank": 16,
  "backbone_lora_target_modules": [
    "q_proj",
    "k_proj",
    "v_proj",
    "o_proj",
    "gate_proj",
    "up_proj",
    "down_proj"
  ],
  "backbone_model_type": "vtc_qwen3_vl",
  "backbone_trainable_params_fp32": true,
  "backbone_use_lora": false,
  "color_jitter_params": {
    "brightness": 0.3,
    "contrast": 0.4,
    "hue": 0.08,
    "saturation": 0.5
  },
  "conversation_image_first": false,
  "diffusion_model_cfg": {
    "action_model_max_seq_len": 512,
    "attention_head_dim": 64,
    "depth_multi_stream": 4,
    "depth_single_stream": 8,
    "dropout": 0.2,
    "final_dropout": true,
    "num_attention_heads": 24,
    "output_dim": 1024,
    "physics_dim": 0,
    "positional_embeddings": "rope_sa_only",
    "pre_norm": "layer_norm",
    "qk_norm": "rms_norm",
    "rope_theta": 10000.0,
    "sa_dim": 1536,
    "temb_type": "input_token",
    "use_physics": false,
    "use_swiglu": true,
    "vl_dim": 4096
  },
  "dtype": "bfloat16",
  "freeze_cog_tokens": false,
  "load_bf16": true,
  "memory_cfg": {
    "hidden_size": 4096,
    "intermediate_size": 16384,
    "max_position_embeddings": 32,
    "num_attention_heads": 16,
    "num_hidden_layers": 2,
    "num_key_value_heads": 16,
    "rms_norm_eps": 1e-05,
    "use_causal_attn": true,
    "use_rope": true
  },
  "memory_video_delta_indices": [
    -48,
    -32,
    -16,
    0
  ],
  "model_name": "RLWRLD/RLDX-1-VLM",
  "model_type": "RLDX-1",
  "n_cog_tokens": 64,
  "general_embodiment_train_ratio": 0,
  "physics_delta_indices": null,
  "physics_dims": [],
  "physics_keys": [],
  "physics_use_flow_matching": true,
  "qwen3_collator": true,
  "random_rotation_angle": null,
  "reproject_vision": false,
  "state_dropout_prob": 0.0,
  "transformers_version": "4.57.0",
  "tune_diffusion_model": true,
  "tune_llm": false,
  "tune_projector": true,
  "tune_top_llm_layers": 4,
  "tune_visual": false,
  "tune_vlln": true,
  "use_physics": false,
  "use_relative_action": true,
  "use_video": true,
  "video_length": 4
}