Views
No views yet
| Folder | Task | Notes |
|---|---|---|
dreamtacvla_gearassemb_1107/ | Gear assembly | full training run |
dreamtacvla_peginhole_1107/ | Peg-in-hole | full training run |
dreamtacvla_usb_vitg_1107/ | USB insertion | ViT-G encoder variant |
config.pkl — training configdataset_stats.pkl — normalization stats from the training datasetpolicy_step_*_seed_42.ckpt — checkpoints at various training stepspolicy_last.ckpt — last checkpoint (where available)1from huggingface_hub import snapshot_download
2path = snapshot_download(
3 repo_id="michaelyeah7/dreamtacvla",
4 allow_patterns="dreamtacvla_peginhole_1107/*", # or any other subfolder
5)