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 +2 -2
- train_config.json +6 -6
config.json
CHANGED
|
@@ -33,7 +33,7 @@
|
|
| 33 |
"private": null,
|
| 34 |
"tags": null,
|
| 35 |
"license": null,
|
| 36 |
-
"pretrained_path":
|
| 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": null,
|
| 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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07a988061168166bf852bd1d5cee2f6ac1f105abeca4424273d6c314138cde07
|
| 3 |
+
size 346244600
|
train_config.json
CHANGED
|
@@ -154,7 +154,7 @@
|
|
| 154 |
"private": null,
|
| 155 |
"tags": null,
|
| 156 |
"license": null,
|
| 157 |
-
"pretrained_path":
|
| 158 |
"n_obs_frames": 1,
|
| 159 |
"obs_frame_skip": 5,
|
| 160 |
"pred_frame_skip": 50,
|
|
@@ -196,12 +196,12 @@
|
|
| 196 |
},
|
| 197 |
"output_dir": "outputs/train/wam_aloha_cosine_sim",
|
| 198 |
"job_name": "aloha_wam",
|
| 199 |
-
"resume":
|
| 200 |
"seed": 1000,
|
| 201 |
"cudnn_deterministic": false,
|
| 202 |
-
"num_workers":
|
| 203 |
"batch_size": 8,
|
| 204 |
-
"steps":
|
| 205 |
"eval_freq": 2000,
|
| 206 |
"log_freq": 200,
|
| 207 |
"tolerance_s": 0.0001,
|
|
@@ -237,7 +237,7 @@
|
|
| 237 |
"project": "lerobot",
|
| 238 |
"entity": null,
|
| 239 |
"notes": null,
|
| 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":
|
| 252 |
}
|
|
|
|
| 154 |
"private": null,
|
| 155 |
"tags": null,
|
| 156 |
"license": null,
|
| 157 |
+
"pretrained_path": null,
|
| 158 |
"n_obs_frames": 1,
|
| 159 |
"obs_frame_skip": 5,
|
| 160 |
"pred_frame_skip": 50,
|
|
|
|
| 196 |
},
|
| 197 |
"output_dir": "outputs/train/wam_aloha_cosine_sim",
|
| 198 |
"job_name": "aloha_wam",
|
| 199 |
+
"resume": false,
|
| 200 |
"seed": 1000,
|
| 201 |
"cudnn_deterministic": false,
|
| 202 |
+
"num_workers": 8,
|
| 203 |
"batch_size": 8,
|
| 204 |
+
"steps": 10000,
|
| 205 |
"eval_freq": 2000,
|
| 206 |
"log_freq": 200,
|
| 207 |
"tolerance_s": 0.0001,
|
|
|
|
| 237 |
"project": "lerobot",
|
| 238 |
"entity": null,
|
| 239 |
"notes": null,
|
| 240 |
+
"run_id": "ll7e7h3r",
|
| 241 |
"mode": null,
|
| 242 |
"add_tags": true
|
| 243 |
},
|
|
|
|
| 248 |
"rabc_epsilon": 1e-06,
|
| 249 |
"rabc_head_mode": "sparse",
|
| 250 |
"rename_map": {},
|
| 251 |
+
"checkpoint_path": null
|
| 252 |
}
|