Instructions to use HuskyMango/act-red-block-7-7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use HuskyMango/act-red-block-7-7 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
|
@@ -6,8 +6,8 @@ model_name: act
|
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
- act
|
| 9 |
-
- robotics
|
| 10 |
- lerobot
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for act
|
|
|
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
- act
|
|
|
|
| 9 |
- lerobot
|
| 10 |
+
- robotics
|
| 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 206724328
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:185e1191230723f16f17cd865a9abb22374637e9df666685ccbdffa4468f354e
|
| 3 |
size 206724328
|
train_config.json
CHANGED
|
@@ -166,7 +166,7 @@
|
|
| 166 |
"cudnn_deterministic": false,
|
| 167 |
"num_workers": 16,
|
| 168 |
"batch_size": 32,
|
| 169 |
-
"steps":
|
| 170 |
"eval_freq": 5000,
|
| 171 |
"log_freq": 200,
|
| 172 |
"tolerance_s": 0.0001,
|
|
|
|
| 166 |
"cudnn_deterministic": false,
|
| 167 |
"num_workers": 16,
|
| 168 |
"batch_size": 32,
|
| 169 |
+
"steps": 100000,
|
| 170 |
"eval_freq": 5000,
|
| 171 |
"log_freq": 200,
|
| 172 |
"tolerance_s": 0.0001,
|