File size: 1,446 Bytes
af05def | 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 | {
"type": "omy_baseline",
"n_obs_steps": 1,
"normalization_mapping": {
"STATE": "MEAN_STD",
"ENVIRONMENT_STATE": "MEAN_STD",
"ACTION": "MEAN_STD"
},
"input_features": {
"observation.state": {
"type": "STATE",
"shape": [
7
]
},
"observation.image": {
"type": "VISUAL",
"shape": [
3,
256,
256
]
},
"observation.wrist_image": {
"type": "VISUAL",
"shape": [
3,
256,
256
]
}
},
"output_features": {
"action": {
"type": "ACTION",
"shape": [
7
]
}
},
"device": "cuda",
"use_amp": false,
"chunk_size": 10,
"n_action_steps": 10,
"backbone": "mlp",
"vision_backbone": "facebook/dinov3-vitb16-pretrain-lvd1689m",
"projection_dim": 0,
"freeze_backbone": true,
"n_hidden_layers": 10,
"hidden_dim": 512,
"n_heads": 4,
"dim_feedforward": 2048,
"feedforward_activation": "gelu",
"dropout": 0.1,
"pre_norm": true,
"n_encoder_layers": 6,
"optimizer_lr": 0.0005,
"optimizer_weight_decay": 1e-06,
"lr_warmup_steps": 1000,
"total_training_steps": 500000,
"use_policy_training_preset": true
} |