lakomchik commited on
Commit
7bfc087
·
verified ·
1 Parent(s): 60297e6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +52 -0
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_obs_steps": 1,
3
+ "device": "cuda",
4
+ "use_amp": false,
5
+ "normalization_mode": "quantile",
6
+ "n_action_steps": 10,
7
+ "model_type": "greenvlapolicy",
8
+ "num_steps": 10,
9
+ "max_state_dim": 48,
10
+ "max_action_dim": 48,
11
+ "map_to_unified_space": false,
12
+ "unified_space_dim": 64,
13
+ "add_action_space_factorization": true,
14
+ "image_keys": [
15
+ "base_0_rgb",
16
+ "left_wrist_0_rgb",
17
+ "right_wrist_0_rgb"
18
+ ],
19
+ "tokenizer_max_length": 832,
20
+ "proj_width": 1280,
21
+ "expert_block_stride": 1,
22
+ "base_vlm_model": "SberRoboticsCenter/Qwen3-VL-4B-Instruct-action",
23
+ "precision": "bfloat16",
24
+ "suffix_attention_mask": "block",
25
+ "model_mode": "flow_matching",
26
+ "inference_mode": "flow_matching",
27
+ "image_shape": [
28
+ 448,
29
+ 448
30
+ ],
31
+ "default_temperature": 0.7,
32
+ "discrete_state_input": false,
33
+ "continuous_state_input": false,
34
+ "add_state_proj_to_action_expert": true,
35
+ "apply_noise_to_state_for_flow_matching": true,
36
+ "state_noise_amplitude": 0.1,
37
+ "state_dropout_prob": 0.5,
38
+ "attention_implementation": "sdpa",
39
+ "mask_padded_actions": true,
40
+ "enable_learnable_layer_combination": true,
41
+ "layer_combination_init": "identity",
42
+ "is_knowledge_insulation": false,
43
+ "ce_loss_weight": 0.5,
44
+ "state_special_token_id": 228,
45
+ "clip_state": false,
46
+ "freeze_vision_encoder": false,
47
+ "use_cache": false,
48
+ "add_control_mode": true,
49
+ "add_embodiment_name": true,
50
+ "action_head_batch_multiplier": 4,
51
+ "type": "greenvlapolicy"
52
+ }