Instructions to use akimaru/act_so101_10th with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use akimaru/act_so101_10th with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload policy weights, train config and readme
Browse files- README.md +2 -2
- config.json +1 -1
- model.safetensors +1 -1
- train_config.json +3 -3
README.md
CHANGED
|
@@ -6,8 +6,8 @@ model_name: act
|
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
- robotics
|
| 9 |
-
- act
|
| 10 |
- lerobot
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for act
|
|
@@ -80,7 +80,7 @@ The policy consumes these observation features and produces these action feature
|
|
| 80 |
|
| 81 |
| Setting | Value |
|
| 82 |
| --- | --- |
|
| 83 |
-
| Training steps |
|
| 84 |
| Batch size | 24 |
|
| 85 |
| Optimizer | adamw |
|
| 86 |
| Learning rate | 1e-05 |
|
|
|
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
- robotics
|
|
|
|
| 9 |
- lerobot
|
| 10 |
+
- act
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for act
|
|
|
|
| 80 |
|
| 81 |
| Setting | Value |
|
| 82 |
| --- | --- |
|
| 83 |
+
| Training steps | 1500000 |
|
| 84 |
| Batch size | 24 |
|
| 85 |
| Optimizer | adamw |
|
| 86 |
| Learning rate | 1e-05 |
|
config.json
CHANGED
|
@@ -57,7 +57,7 @@
|
|
| 57 |
"private": null,
|
| 58 |
"tags": null,
|
| 59 |
"license": null,
|
| 60 |
-
"pretrained_path": "outputs/train/act_so101_10th/checkpoints/
|
| 61 |
"pretrained_revision": null,
|
| 62 |
"chunk_size": 100,
|
| 63 |
"n_action_steps": 100,
|
|
|
|
| 57 |
"private": null,
|
| 58 |
"tags": null,
|
| 59 |
"license": null,
|
| 60 |
+
"pretrained_path": "outputs/train/act_so101_10th/checkpoints/1435000/pretrained_model",
|
| 61 |
"pretrained_revision": null,
|
| 62 |
"chunk_size": 100,
|
| 63 |
"n_action_steps": 100,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 206699736
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f51a121f7b863c48c231cf33e9d9c03863b2a416b6516b9b4b63c977757f40f
|
| 3 |
size 206699736
|
train_config.json
CHANGED
|
@@ -142,7 +142,7 @@
|
|
| 142 |
"private": null,
|
| 143 |
"tags": null,
|
| 144 |
"license": null,
|
| 145 |
-
"pretrained_path": "outputs/train/act_so101_10th/checkpoints/
|
| 146 |
"pretrained_revision": null,
|
| 147 |
"chunk_size": 100,
|
| 148 |
"n_action_steps": 100,
|
|
@@ -182,7 +182,7 @@
|
|
| 182 |
"prefetch_factor": 4,
|
| 183 |
"persistent_workers": true,
|
| 184 |
"dataloader_multiprocessing_context": "spawn",
|
| 185 |
-
"steps":
|
| 186 |
"env_eval_freq": 20000,
|
| 187 |
"log_freq": 100,
|
| 188 |
"eval_steps": 0,
|
|
@@ -232,5 +232,5 @@
|
|
| 232 |
"save_checkpoint_to_hub": false,
|
| 233 |
"sample_weighting": null,
|
| 234 |
"rename_map": {},
|
| 235 |
-
"checkpoint_path": "outputs/train/act_so101_10th/checkpoints/
|
| 236 |
}
|
|
|
|
| 142 |
"private": null,
|
| 143 |
"tags": null,
|
| 144 |
"license": null,
|
| 145 |
+
"pretrained_path": "outputs/train/act_so101_10th/checkpoints/1435000/pretrained_model",
|
| 146 |
"pretrained_revision": null,
|
| 147 |
"chunk_size": 100,
|
| 148 |
"n_action_steps": 100,
|
|
|
|
| 182 |
"prefetch_factor": 4,
|
| 183 |
"persistent_workers": true,
|
| 184 |
"dataloader_multiprocessing_context": "spawn",
|
| 185 |
+
"steps": 1500000,
|
| 186 |
"env_eval_freq": 20000,
|
| 187 |
"log_freq": 100,
|
| 188 |
"eval_steps": 0,
|
|
|
|
| 232 |
"save_checkpoint_to_hub": false,
|
| 233 |
"sample_weighting": null,
|
| 234 |
"rename_map": {},
|
| 235 |
+
"checkpoint_path": "outputs/train/act_so101_10th/checkpoints/1435000"
|
| 236 |
}
|