Robotics
LeRobot
Safetensors
sarm
sarm_28_nov_uni_sample / config.json
pepijn223's picture
pepijn223 HF Staff
Upload policy weights, train config and readme
91e5ce8 verified
{
"type": "sarm",
"n_obs_steps": 1,
"input_features": {
"observation.images.base": {
"type": "VISUAL",
"shape": [
480,
640,
3
]
},
"observation.state": {
"type": "STATE",
"shape": [
32
]
}
},
"output_features": {
"stage": {
"type": "REWARD",
"shape": [
9,
5
]
},
"progress": {
"type": "REWARD",
"shape": [
9,
1
]
}
},
"device": "cuda",
"use_amp": false,
"push_to_hub": true,
"repo_id": "pepijn223/sarm_28_nov_uni_sample",
"private": null,
"tags": null,
"license": null,
"pretrained_path": null,
"image_dim": 512,
"text_dim": 512,
"num_frames": 9,
"frame_gap": 30,
"hidden_dim": 768,
"num_heads": 12,
"num_layers": 8,
"max_state_dim": 32,
"num_stages": 3,
"subtask_names": [
"Do first fold",
"Do second fold",
"Do third fold"
],
"temporal_proportions": [
0.3118674081953519,
0.31722556559883786,
0.37090702620581034
],
"max_length": 9,
"use_temporal_sampler": true,
"batch_size": 64,
"clip_batch_size": 64,
"dropout": 0.1,
"stage_loss_weight": 1.0,
"pretrained_model_path": null,
"image_key": "observation.images.base",
"state_key": "observation.state",
"normalization_mapping": {
"VISUAL": "IDENTITY",
"STATE": "MEAN_STD",
"LANGUAGE": "IDENTITY",
"REWARD": "IDENTITY"
}
}