Instructions to use MrPsarik/PaperBalls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use MrPsarik/PaperBalls with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload policy weights, train config and readme
Browse files- README.md +1 -1
- config.json +1 -0
- 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 |
-
- lerobot
|
| 10 |
- robotics
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for act
|
|
|
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
- act
|
|
|
|
| 9 |
- robotics
|
| 10 |
+
- lerobot
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for act
|
config.json
CHANGED
|
@@ -35,6 +35,7 @@
|
|
| 35 |
},
|
| 36 |
"device": "cuda",
|
| 37 |
"use_amp": true,
|
|
|
|
| 38 |
"push_to_hub": true,
|
| 39 |
"repo_id": "MrPsarik/PaperBalls",
|
| 40 |
"private": null,
|
|
|
|
| 35 |
},
|
| 36 |
"device": "cuda",
|
| 37 |
"use_amp": true,
|
| 38 |
+
"use_peft": false,
|
| 39 |
"push_to_hub": true,
|
| 40 |
"repo_id": "MrPsarik/PaperBalls",
|
| 41 |
"private": null,
|
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:f48182fe46f701b2d7892a287fda5c42cd1d54d512fd3dbbf1f1c38e39be0557
|
| 3 |
size 206699736
|
train_config.json
CHANGED
|
@@ -157,7 +157,7 @@
|
|
| 157 |
"seed": 1000,
|
| 158 |
"num_workers": 0,
|
| 159 |
"batch_size": 12,
|
| 160 |
-
"steps":
|
| 161 |
"eval_freq": 20000,
|
| 162 |
"log_freq": 200,
|
| 163 |
"tolerance_s": 0.0001,
|
|
|
|
| 157 |
"seed": 1000,
|
| 158 |
"num_workers": 0,
|
| 159 |
"batch_size": 12,
|
| 160 |
+
"steps": 120000,
|
| 161 |
"eval_freq": 20000,
|
| 162 |
"log_freq": 200,
|
| 163 |
"tolerance_s": 0.0001,
|