Instructions to use bluephysi01/act_so101_test42 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use bluephysi01/act_so101_test42 with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload policy weights, train config and readme
Browse files- README.md +1 -1
- model.safetensors +1 -1
- train_config.json +4 -4
README.md
CHANGED
|
@@ -5,9 +5,9 @@ license: apache-2.0
|
|
| 5 |
model_name: act
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
-
- act
|
| 9 |
- robotics
|
| 10 |
- lerobot
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for act
|
|
|
|
| 5 |
model_name: act
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
| 8 |
- robotics
|
| 9 |
- lerobot
|
| 10 |
+
- act
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for act
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 206748912
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ad57e0ea4129556a12a894248a2fadd0fc5dd65a5ed791c6071af5b4e4dabe5
|
| 3 |
size 206748912
|
train_config.json
CHANGED
|
@@ -159,18 +159,18 @@
|
|
| 159 |
"optimizer_weight_decay": 0.0001,
|
| 160 |
"optimizer_lr_backbone": 1e-05
|
| 161 |
},
|
| 162 |
-
"output_dir": "outputs/train/2026-02-
|
| 163 |
-
"job_name": "act_so101_test42-
|
| 164 |
"resume": false,
|
| 165 |
"seed": 1000,
|
| 166 |
"num_workers": 4,
|
| 167 |
"batch_size": 8,
|
| 168 |
-
"steps":
|
| 169 |
"eval_freq": 20000,
|
| 170 |
"log_freq": 200,
|
| 171 |
"tolerance_s": 0.0001,
|
| 172 |
"save_checkpoint": true,
|
| 173 |
-
"save_freq":
|
| 174 |
"use_policy_training_preset": true,
|
| 175 |
"optimizer": {
|
| 176 |
"type": "adamw",
|
|
|
|
| 159 |
"optimizer_weight_decay": 0.0001,
|
| 160 |
"optimizer_lr_backbone": 1e-05
|
| 161 |
},
|
| 162 |
+
"output_dir": "outputs/train/2026-02-06/12-16-45_act_so101_test42-2",
|
| 163 |
+
"job_name": "act_so101_test42-2",
|
| 164 |
"resume": false,
|
| 165 |
"seed": 1000,
|
| 166 |
"num_workers": 4,
|
| 167 |
"batch_size": 8,
|
| 168 |
+
"steps": 1000,
|
| 169 |
"eval_freq": 20000,
|
| 170 |
"log_freq": 200,
|
| 171 |
"tolerance_s": 0.0001,
|
| 172 |
"save_checkpoint": true,
|
| 173 |
+
"save_freq": 500,
|
| 174 |
"use_policy_training_preset": true,
|
| 175 |
"optimizer": {
|
| 176 |
"type": "adamw",
|