Robotics
LeRobot
Safetensors
pistar06
File size: 2,131 Bytes
6ea63ba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "type": "pistar06",
    "n_obs_steps": 1,
    "input_features": {
        "observation.state": {
            "type": "STATE",
            "shape": [
                6
            ]
        },
        "observation.images.top": {
            "type": "VISUAL",
            "shape": [
                3,
                480,
                640
            ]
        },
        "observation.images.wrist": {
            "type": "VISUAL",
            "shape": [
                3,
                480,
                640
            ]
        }
    },
    "output_features": {
        "action": {
            "type": "ACTION",
            "shape": [
                6
            ]
        }
    },
    "device": "cuda",
    "use_amp": false,
    "use_peft": false,
    "push_to_hub": true,
    "repo_id": "Dicomsky/value_human_inloop_grasp",
    "private": null,
    "tags": null,
    "license": null,
    "pretrained_path": null,
    "vision_repo_id": "google/siglip-so400m-patch14-384",
    "language_repo_id": "google/gemma-3-270m",
    "vision_revision": null,
    "language_revision": null,
    "task_field": "task",
    "camera_features": [],
    "state_feature": "observation.state",
    "include_state_in_prompt": true,
    "max_state_dim": 32,
    "state_discretization_bins": 256,
    "target_key": "observation.value_target",
    "loss_weight_key": "observation.value_loss_weight",
    "task_index_feature": "task_index",
    "tokenizer_max_length": 200,
    "state_proj_dim": 512,
    "fusion_hidden_dim": 512,
    "fusion_num_layers": 2,
    "fusion_num_heads": 8,
    "num_bins": 201,
    "bin_min": -1.0,
    "bin_max": 0.0,
    "dropout": 0.1,
    "dtype": "bfloat16",
    "freeze_vision_encoder": true,
    "freeze_language_model": true,
    "use_gradient_checkpointing": false,
    "optimizer_lr": 5e-05,
    "optimizer_weight_decay": 1e-05,
    "optimizer_grad_clip_norm": 10.0,
    "scheduler_warmup_steps": 500,
    "scheduler_decay_steps": 8000,
    "scheduler_decay_lr": 1e-06,
    "normalization_mapping": {
        "VISUAL": "IDENTITY",
        "STATE": "QUANTILES",
        "ACTION": "IDENTITY"
    }
}