Instructions to use auarnold/cube_pnp_d0_act with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use auarnold/cube_pnp_d0_act 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 +6 -7
README.md
CHANGED
|
@@ -5,9 +5,9 @@ license: apache-2.0
|
|
| 5 |
model_name: act
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
-
- lerobot
|
| 9 |
- robotics
|
| 10 |
- act
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for act
|
|
|
|
| 5 |
model_name: act
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
| 8 |
- robotics
|
| 9 |
- act
|
| 10 |
+
- lerobot
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for act
|
config.json
CHANGED
|
@@ -49,7 +49,7 @@
|
|
| 49 |
"private": null,
|
| 50 |
"tags": null,
|
| 51 |
"license": null,
|
| 52 |
-
"pretrained_path": "
|
| 53 |
"chunk_size": 50,
|
| 54 |
"n_action_steps": 50,
|
| 55 |
"normalization_mapping": {
|
|
|
|
| 49 |
"private": null,
|
| 50 |
"tags": null,
|
| 51 |
"license": null,
|
| 52 |
+
"pretrained_path": "outputs/train/cube_pnp/d0_act_r1/checkpoints/last/pretrained_model",
|
| 53 |
"chunk_size": 50,
|
| 54 |
"n_action_steps": 50,
|
| 55 |
"normalization_mapping": {
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 206560504
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:179bc00728b9c1a38cabb33217198889cfd74a1488e7ed6eab0893cad35f0611
|
| 3 |
size 206560504
|
train_config.json
CHANGED
|
@@ -132,7 +132,7 @@
|
|
| 132 |
"private": null,
|
| 133 |
"tags": null,
|
| 134 |
"license": null,
|
| 135 |
-
"pretrained_path": "
|
| 136 |
"chunk_size": 50,
|
| 137 |
"n_action_steps": 50,
|
| 138 |
"normalization_mapping": {
|
|
@@ -163,8 +163,8 @@
|
|
| 163 |
"image_resize_to": null
|
| 164 |
},
|
| 165 |
"reward_model": null,
|
| 166 |
-
"output_dir": "
|
| 167 |
-
"job_name": "cube_pnp/
|
| 168 |
"resume": true,
|
| 169 |
"seed": 1000,
|
| 170 |
"cudnn_deterministic": false,
|
|
@@ -173,7 +173,7 @@
|
|
| 173 |
"gradient_accumulation_steps": 1,
|
| 174 |
"prefetch_factor": 4,
|
| 175 |
"persistent_workers": true,
|
| 176 |
-
"steps":
|
| 177 |
"eval_freq": 20000,
|
| 178 |
"val_freq": 0,
|
| 179 |
"val_fraction": 0.0,
|
|
@@ -204,9 +204,8 @@
|
|
| 204 |
"use_async_envs": true
|
| 205 |
},
|
| 206 |
"wandb": {
|
| 207 |
-
"enable":
|
| 208 |
"disable_artifact": true,
|
| 209 |
-
"upload_training_state": true,
|
| 210 |
"project": "cube-pnp",
|
| 211 |
"entity": null,
|
| 212 |
"notes": null,
|
|
@@ -217,5 +216,5 @@
|
|
| 217 |
"peft": null,
|
| 218 |
"sample_weighting": null,
|
| 219 |
"rename_map": {},
|
| 220 |
-
"checkpoint_path": "
|
| 221 |
}
|
|
|
|
| 132 |
"private": null,
|
| 133 |
"tags": null,
|
| 134 |
"license": null,
|
| 135 |
+
"pretrained_path": "outputs/train/cube_pnp/d0_act_r1/checkpoints/last/pretrained_model",
|
| 136 |
"chunk_size": 50,
|
| 137 |
"n_action_steps": 50,
|
| 138 |
"normalization_mapping": {
|
|
|
|
| 163 |
"image_resize_to": null
|
| 164 |
},
|
| 165 |
"reward_model": null,
|
| 166 |
+
"output_dir": "outputs/train/cube_pnp/d0_act_r1",
|
| 167 |
+
"job_name": "cube_pnp/d0_act_r1",
|
| 168 |
"resume": true,
|
| 169 |
"seed": 1000,
|
| 170 |
"cudnn_deterministic": false,
|
|
|
|
| 173 |
"gradient_accumulation_steps": 1,
|
| 174 |
"prefetch_factor": 4,
|
| 175 |
"persistent_workers": true,
|
| 176 |
+
"steps": 320000,
|
| 177 |
"eval_freq": 20000,
|
| 178 |
"val_freq": 0,
|
| 179 |
"val_fraction": 0.0,
|
|
|
|
| 204 |
"use_async_envs": true
|
| 205 |
},
|
| 206 |
"wandb": {
|
| 207 |
+
"enable": true,
|
| 208 |
"disable_artifact": true,
|
|
|
|
| 209 |
"project": "cube-pnp",
|
| 210 |
"entity": null,
|
| 211 |
"notes": null,
|
|
|
|
| 216 |
"peft": null,
|
| 217 |
"sample_weighting": null,
|
| 218 |
"rename_map": {},
|
| 219 |
+
"checkpoint_path": "outputs/train/cube_pnp/d0_act_r1/checkpoints/last"
|
| 220 |
}
|