Robotics
LeRobot
Safetensors
rewind
rewind_anubis / train_config.json
chomeed's picture
Upload policy weights, train config and readme
f0b3762 verified
{
"dataset": {
"repo_id": "chomeed/anubis_pick_carrot_out_of_pot_randomized_train_for_rewind",
"root": null,
"episodes": null,
"image_transforms": {
"enable": false,
"max_num_transforms": 3,
"random_order": false,
"tfs": {
"brightness": {
"weight": 1.0,
"type": "ColorJitter",
"kwargs": {
"brightness": [
0.8,
1.2
]
}
},
"contrast": {
"weight": 1.0,
"type": "ColorJitter",
"kwargs": {
"contrast": [
0.8,
1.2
]
}
},
"saturation": {
"weight": 1.0,
"type": "ColorJitter",
"kwargs": {
"saturation": [
0.5,
1.5
]
}
},
"hue": {
"weight": 1.0,
"type": "ColorJitter",
"kwargs": {
"hue": [
-0.05,
0.05
]
}
},
"sharpness": {
"weight": 1.0,
"type": "SharpnessJitter",
"kwargs": {
"sharpness": [
0.5,
1.5
]
}
},
"affine": {
"weight": 1.0,
"type": "RandomAffine",
"kwargs": {
"degrees": [
-5.0,
5.0
],
"translate": [
0.05,
0.05
]
}
}
}
},
"revision": null,
"use_imagenet_stats": true,
"video_backend": "torchcodec",
"streaming": false,
"cf_aug": false
},
"env": null,
"policy": {
"type": "rewind",
"n_obs_steps": 1,
"input_features": {
"observation.state": {
"type": "STATE",
"shape": [
14
]
},
"observation.images.front": {
"type": "VISUAL",
"shape": [
3,
240,
320
]
},
"observation.images.wrist_left": {
"type": "VISUAL",
"shape": [
3,
240,
320
]
},
"observation.images.wrist_right": {
"type": "VISUAL",
"shape": [
3,
240,
320
]
},
"observation.dinov2.front": {
"type": "STATE",
"shape": [
768
]
},
"observation.dinov2.wrist_left": {
"type": "STATE",
"shape": [
768
]
},
"observation.dinov2.wrist_right": {
"type": "STATE",
"shape": [
768
]
}
},
"output_features": {
"action": {
"type": "ACTION",
"shape": [
23
]
},
"action_quat": {
"type": "ACTION",
"shape": [
19
]
}
},
"device": "cuda",
"use_amp": false,
"use_peft": false,
"push_to_hub": true,
"repo_id": "chomeed/rewind_anubis",
"private": null,
"tags": null,
"license": null,
"pretrained_path": null,
"d_model": 512,
"vis_emb_dim": 768,
"text_emb_dim": 384,
"n_layers": 4,
"n_heads": 8,
"dropout": 0.1,
"num_cameras": 3,
"optimizer_lr": 0.0001,
"optimizer_betas": [
0.9,
0.95
],
"optimizer_eps": 1e-08,
"optimizer_weight_decay": 1e-10,
"optimizer_grad_clip_norm": 10.0,
"scheduler_warmup_steps": 1000,
"scheduler_decay_steps": 5000,
"scheduler_decay_lr": 2.5e-06,
"scheduler_peak_lr": 5e-05,
"normalization_mapping": {
"VISUAL": "IDENTITY",
"STATE": "MEAN_STD",
"LANGUAGE": "IDENTITY",
"REWARD": "IDENTITY"
}
},
"output_dir": "outputs/train/2026-04-10/17-02-53_rewind_anubis",
"job_name": "rewind_anubis",
"resume": false,
"seed": 1000,
"num_workers": 16,
"batch_size": 16,
"steps": 5000,
"eval_freq": 500,
"log_freq": 50,
"tolerance_s": 0.0001,
"save_checkpoint": true,
"save_freq": 500,
"use_policy_training_preset": true,
"optimizer": {
"type": "adamw",
"lr": 0.0001,
"weight_decay": 1e-10,
"grad_clip_norm": 10.0,
"betas": [
0.9,
0.95
],
"eps": 1e-08
},
"scheduler": {
"type": "cosine_decay_with_warmup",
"num_warmup_steps": 1000,
"num_decay_steps": 5000,
"peak_lr": 5e-05,
"decay_lr": 2.5e-06
},
"val": {
"repo_id": "chomeed/anubis_pick_carrot_out_of_pot_randomized_val_for_rewind",
"root": null,
"episodes": null,
"image_transforms": {
"enable": false,
"max_num_transforms": 3,
"random_order": false,
"tfs": {
"brightness": {
"weight": 1.0,
"type": "ColorJitter",
"kwargs": {
"brightness": [
0.8,
1.2
]
}
},
"contrast": {
"weight": 1.0,
"type": "ColorJitter",
"kwargs": {
"contrast": [
0.8,
1.2
]
}
},
"saturation": {
"weight": 1.0,
"type": "ColorJitter",
"kwargs": {
"saturation": [
0.5,
1.5
]
}
},
"hue": {
"weight": 1.0,
"type": "ColorJitter",
"kwargs": {
"hue": [
-0.05,
0.05
]
}
},
"sharpness": {
"weight": 1.0,
"type": "SharpnessJitter",
"kwargs": {
"sharpness": [
0.5,
1.5
]
}
},
"affine": {
"weight": 1.0,
"type": "RandomAffine",
"kwargs": {
"degrees": [
-5.0,
5.0
],
"translate": [
0.05,
0.05
]
}
}
}
},
"revision": null,
"use_imagenet_stats": true,
"video_backend": "torchcodec",
"streaming": false
},
"test": {
"repo_id": [
"chomeed/aloha_static_coffee_single",
"jellyho/aloha_handover_box_single"
],
"root": null,
"episodes": null,
"image_transforms": {
"enable": false,
"max_num_transforms": 3,
"random_order": false,
"tfs": {
"brightness": {
"weight": 1.0,
"type": "ColorJitter",
"kwargs": {
"brightness": [
0.8,
1.2
]
}
},
"contrast": {
"weight": 1.0,
"type": "ColorJitter",
"kwargs": {
"contrast": [
0.8,
1.2
]
}
},
"saturation": {
"weight": 1.0,
"type": "ColorJitter",
"kwargs": {
"saturation": [
0.5,
1.5
]
}
},
"hue": {
"weight": 1.0,
"type": "ColorJitter",
"kwargs": {
"hue": [
-0.05,
0.05
]
}
},
"sharpness": {
"weight": 1.0,
"type": "SharpnessJitter",
"kwargs": {
"sharpness": [
0.5,
1.5
]
}
},
"affine": {
"weight": 1.0,
"type": "RandomAffine",
"kwargs": {
"degrees": [
-5.0,
5.0
],
"translate": [
0.05,
0.05
]
}
}
}
},
"revision": null,
"use_imagenet_stats": true,
"video_backend": "torchcodec",
"streaming": false
},
"wandb": {
"enable": true,
"disable_artifact": true,
"project": "long_horizon_reward_modeling",
"entity": null,
"notes": null,
"run_id": "in2wo6j7",
"mode": null
},
"peft": null,
"use_rabc": false,
"rabc_progress_path": null,
"rabc_kappa": 0.01,
"rabc_epsilon": 1e-06,
"rabc_head_mode": "sparse",
"rename_map": {},
"checkpoint_path": null
}