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- README.md +1 -1
- config.json +1 -1
- model.safetensors +1 -1
- train_config.json +4 -4
README.md
CHANGED
|
@@ -5,8 +5,8 @@ license: apache-2.0
|
|
| 5 |
model_name: wam
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
-
- wam
|
| 9 |
- lerobot
|
|
|
|
| 10 |
- robotics
|
| 11 |
---
|
| 12 |
|
|
|
|
| 5 |
model_name: wam
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
| 8 |
- lerobot
|
| 9 |
+
- wam
|
| 10 |
- robotics
|
| 11 |
---
|
| 12 |
|
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": "outputs/train/wam_aloha_single_obs_aw1/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 300706096
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13255821e5570ba8f063069725c799df6e98595c4e3c891884e855451d51a1e4
|
| 3 |
size 300706096
|
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,
|
|
@@ -195,12 +195,12 @@
|
|
| 195 |
},
|
| 196 |
"output_dir": "outputs/train/wam_aloha_single_obs_aw1",
|
| 197 |
"job_name": "aloha_wam",
|
| 198 |
-
"resume":
|
| 199 |
"seed": 1000,
|
| 200 |
"cudnn_deterministic": false,
|
| 201 |
"num_workers": 4,
|
| 202 |
"batch_size": 8,
|
| 203 |
-
"steps":
|
| 204 |
"eval_freq": 2000,
|
| 205 |
"log_freq": 200,
|
| 206 |
"tolerance_s": 0.0001,
|
|
@@ -247,5 +247,5 @@
|
|
| 247 |
"rabc_epsilon": 1e-06,
|
| 248 |
"rabc_head_mode": "sparse",
|
| 249 |
"rename_map": {},
|
| 250 |
-
"checkpoint_path":
|
| 251 |
}
|
|
|
|
| 154 |
"private": null,
|
| 155 |
"tags": null,
|
| 156 |
"license": null,
|
| 157 |
+
"pretrained_path": "outputs/train/wam_aloha_single_obs_aw1/checkpoints/last/pretrained_model",
|
| 158 |
"n_obs_frames": 1,
|
| 159 |
"obs_frame_skip": 5,
|
| 160 |
"pred_frame_skip": 50,
|
|
|
|
| 195 |
},
|
| 196 |
"output_dir": "outputs/train/wam_aloha_single_obs_aw1",
|
| 197 |
"job_name": "aloha_wam",
|
| 198 |
+
"resume": true,
|
| 199 |
"seed": 1000,
|
| 200 |
"cudnn_deterministic": false,
|
| 201 |
"num_workers": 4,
|
| 202 |
"batch_size": 8,
|
| 203 |
+
"steps": 14000,
|
| 204 |
"eval_freq": 2000,
|
| 205 |
"log_freq": 200,
|
| 206 |
"tolerance_s": 0.0001,
|
|
|
|
| 247 |
"rabc_epsilon": 1e-06,
|
| 248 |
"rabc_head_mode": "sparse",
|
| 249 |
"rename_map": {},
|
| 250 |
+
"checkpoint_path": "outputs/train/wam_aloha_single_obs_aw1/checkpoints/last"
|
| 251 |
}
|