Robotics
LeRobot
Safetensors
lingbot_vla_v2
File size: 1,788 Bytes
737cdb0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "policy_preprocessor",
  "steps": [
    {
      "registry_name": "rename_observations_processor",
      "config": {
        "rename_map": {}
      }
    },
    {
      "registry_name": "to_batch_processor",
      "config": {}
    },
    {
      "registry_name": "lingbot_vla_v2_feature_transform",
      "config": {
        "robot_config_path": "/fsx/maxime_ellerbach/robots/runs/lingbot_vla_v2/omx_multicubes_robot_config.yaml",
        "norm_stats_path": "/fsx/maxime_ellerbach/robots/runs/lingbot_vla_v2/omx_multicubes_norm_stats.json",
        "processor_path": "Qwen/Qwen3-VL-4B-Instruct",
        "chunk_size": 50,
        "max_state_dim": 55,
        "max_action_dim": 55,
        "tokenizer_max_length": 72,
        "canonical_joints": {
          "arm.position": 14,
          "end.position": 14,
          "effector.position": 2,
          "hand.position": 12,
          "waist.position": 4,
          "head.position": 2,
          "base.velocity": 3,
          "reserved.slots": 4
        },
        "canonical_norm_type": {
          "arm.position": "meanstd",
          "end.position": "meanstd",
          "effector.position": "meanstd",
          "hand.position": "meanstd",
          "waist.position": "meanstd",
          "head.position": "meanstd",
          "base.velocity": "meanstd",
          "reserved.slots": "meanstd"
        },
        "cameras": [
          "camera_top",
          "camera_wrist_left",
          "camera_wrist_right"
        ],
        "resize_imgs_with_padding": [
          224,
          224
        ],
        "image_max_pixels": 262144,
        "image_min_pixels": 131072
      }
    },
    {
      "registry_name": "device_processor",
      "config": {
        "device": "cuda",
        "float_dtype": null
      }
    }
  ]
}