Instructions to use maximellerbach/act_aloha_transfer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use maximellerbach/act_aloha_transfer with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload policy weights, train config and readme
Browse files- config.json +1 -1
- model.safetensors +1 -1
- train_config.json +5 -5
config.json
CHANGED
|
@@ -33,7 +33,7 @@
|
|
| 33 |
"private": null,
|
| 34 |
"tags": null,
|
| 35 |
"license": null,
|
| 36 |
-
"pretrained_path": "outputs/train/
|
| 37 |
"n_obs_frames": 1,
|
| 38 |
"obs_frame_skip": 5,
|
| 39 |
"pred_frame_skip": 50,
|
|
|
|
| 33 |
"private": null,
|
| 34 |
"tags": null,
|
| 35 |
"license": null,
|
| 36 |
+
"pretrained_path": "outputs/train/wam_aloha_cosine_sim/checkpoints/last/pretrained_model",
|
| 37 |
"n_obs_frames": 1,
|
| 38 |
"obs_frame_skip": 5,
|
| 39 |
"pred_frame_skip": 50,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 346253912
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a83d3670113067ad49ff966d1775e3c0001f04db5ff300b9649e0c00a5e4400e
|
| 3 |
size 346253912
|
train_config.json
CHANGED
|
@@ -154,7 +154,7 @@
|
|
| 154 |
"private": null,
|
| 155 |
"tags": null,
|
| 156 |
"license": null,
|
| 157 |
-
"pretrained_path": "outputs/train/
|
| 158 |
"n_obs_frames": 1,
|
| 159 |
"obs_frame_skip": 5,
|
| 160 |
"pred_frame_skip": 50,
|
|
@@ -194,7 +194,7 @@
|
|
| 194 |
"scheduler_warmup_steps": 500,
|
| 195 |
"scheduler_decay_steps": 5000
|
| 196 |
},
|
| 197 |
-
"output_dir": "outputs/train/
|
| 198 |
"job_name": "aloha_wam",
|
| 199 |
"resume": true,
|
| 200 |
"seed": 1000,
|
|
@@ -236,8 +236,8 @@
|
|
| 236 |
"disable_artifact": false,
|
| 237 |
"project": "lerobot",
|
| 238 |
"entity": null,
|
| 239 |
-
"notes":
|
| 240 |
-
"run_id": "
|
| 241 |
"mode": null,
|
| 242 |
"add_tags": true
|
| 243 |
},
|
|
@@ -248,5 +248,5 @@
|
|
| 248 |
"rabc_epsilon": 1e-06,
|
| 249 |
"rabc_head_mode": "sparse",
|
| 250 |
"rename_map": {},
|
| 251 |
-
"checkpoint_path": "outputs/train/
|
| 252 |
}
|
|
|
|
| 154 |
"private": null,
|
| 155 |
"tags": null,
|
| 156 |
"license": null,
|
| 157 |
+
"pretrained_path": "outputs/train/wam_aloha_cosine_sim/checkpoints/last/pretrained_model",
|
| 158 |
"n_obs_frames": 1,
|
| 159 |
"obs_frame_skip": 5,
|
| 160 |
"pred_frame_skip": 50,
|
|
|
|
| 194 |
"scheduler_warmup_steps": 500,
|
| 195 |
"scheduler_decay_steps": 5000
|
| 196 |
},
|
| 197 |
+
"output_dir": "outputs/train/wam_aloha_cosine_sim",
|
| 198 |
"job_name": "aloha_wam",
|
| 199 |
"resume": true,
|
| 200 |
"seed": 1000,
|
|
|
|
| 236 |
"disable_artifact": false,
|
| 237 |
"project": "lerobot",
|
| 238 |
"entity": null,
|
| 239 |
+
"notes": null,
|
| 240 |
+
"run_id": "x4vt5npi",
|
| 241 |
"mode": null,
|
| 242 |
"add_tags": true
|
| 243 |
},
|
|
|
|
| 248 |
"rabc_epsilon": 1e-06,
|
| 249 |
"rabc_head_mode": "sparse",
|
| 250 |
"rename_map": {},
|
| 251 |
+
"checkpoint_path": "outputs/train/wam_aloha_cosine_sim/checkpoints/last"
|
| 252 |
}
|