File size: 1,706 Bytes
d7bb6b4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "type": "prana_v2",
    "n_obs_steps": 1,
    "input_features": {
        "observation.state": {
            "type": "STATE",
            "shape": [
                6
            ]
        },
        "observation.images.table": {
            "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": false,
    "repo_id": null,
    "private": null,
    "tags": null,
    "license": null,
    "pretrained_path": null,
    "chunk_size": 50,
    "n_action_steps": 40,
    "inpaint_steps": 10,
    "hidden_dim": 256,
    "n_heads": 8,
    "dim_feedforward": 768,
    "n_encoder_layers": 4,
    "n_decoder_layers": 8,
    "dropout": 0.05,
    "num_denoise_steps": 10,
    "noise_beta": 0.5,
    "time_sampling_alpha": 1.5,
    "time_sampling_beta": 1.0,
    "use_delta_actions": true,
    "use_per_timestamp_norm": true,
    "vision_backbone": "vit_tiny_patch16_224",
    "freeze_backbone": true,
    "unfreeze_last_n_blocks": 0,
    "camera_order": [
        "observation.images.table",
        "observation.images.wrist"
    ],
    "normalization_mapping": {
        "VISUAL": "MEAN_STD",
        "STATE": "MEAN_STD",
        "ACTION": "MEAN_STD"
    },
    "optimizer_lr": 0.0001,
    "optimizer_weight_decay": 0.0001
}