Instructions to use wvangils/act_pick_blue_cube_and_put_in_pink_cup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use wvangils/act_pick_blue_cube_and_put_in_pink_cup 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 +1 -1
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 206699736
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c47a6c2d5b21211a7009fd2f7d547ea53b41242ce66318e41a6591e356570dd6
|
| 3 |
size 206699736
|
train_config.json
CHANGED
|
@@ -156,7 +156,7 @@
|
|
| 156 |
"seed": 1000,
|
| 157 |
"num_workers": 4,
|
| 158 |
"batch_size": 32,
|
| 159 |
-
"steps":
|
| 160 |
"eval_freq": 5000,
|
| 161 |
"log_freq": 200,
|
| 162 |
"save_checkpoint": true,
|
|
|
|
| 156 |
"seed": 1000,
|
| 157 |
"num_workers": 4,
|
| 158 |
"batch_size": 32,
|
| 159 |
+
"steps": 50000,
|
| 160 |
"eval_freq": 5000,
|
| 161 |
"log_freq": 200,
|
| 162 |
"save_checkpoint": true,
|