File size: 1,551 Bytes
a931b3a
 
 
 
 
 
19f97da
a931b3a
 
 
 
 
 
 
 
 
 
 
 
 
e5aca07
a931b3a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e5aca07
a931b3a
 
 
 
 
 
 
 
de0484a
a931b3a
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
{
    "n_obs_steps": 1,
    "device": "cuda",
    "use_amp": false,
    "normalization_mode": "mean_std",
    "n_action_steps": 10,
    "model_type": "greenvlapolicy",
    "num_steps": 10,
    "max_state_dim": 48,
    "max_action_dim": 48,
    "map_to_unified_space": false,
    "unified_space_dim": 64,
    "add_action_space_factorization": true,
    "image_keys": [
        "base_0_rgb",
        "left_wrist_0_rgb",
        "right_wrist_0_rgb"
    ],
    "tokenizer_max_length": 356,
    "proj_width": 1280,
    "expert_block_stride": 1,
    "base_vlm_model": "SberRoboticsCenter/Qwen3-VL-4B-Instruct-action",
    "precision": "bfloat16",
    "suffix_attention_mask": "block",
    "model_mode": "flow_matching",
    "inference_mode": "flow_matching",
    "image_shape": [
        448,
        448
    ],
    "default_temperature": 0.7,
    "discrete_state_input": false,
    "continuous_state_input": false,
    "add_state_proj_to_action_expert": true,
    "apply_noise_to_state_for_flow_matching": true,
    "state_noise_amplitude": 0.1,
    "state_dropout_prob": 0.5,
    "attention_implementation": "sdpa",
    "mask_padded_actions": true,
    "enable_learnable_layer_combination": true,
    "layer_combination_init": "identity",
    "is_knowledge_insulation": true,
    "ce_loss_weight": 0.5,
    "state_special_token_id": 228,
    "clip_state": false,
    "freeze_vision_encoder": false,
    "use_cache": false,
    "add_control_mode": true,
    "add_embodiment_name": true,
    "action_head_batch_multiplier": 4,
    "type": "greenvlapolicy"
}