Instructions to use bborncr/my-first-policy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use bborncr/my-first-policy with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload policy weights, train config and readme
Browse files- README.md +6 -6
- model.safetensors +1 -1
- train_config.json +2 -2
README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
datasets: bborncr/
|
| 3 |
library_name: lerobot
|
| 4 |
license: apache-2.0
|
| 5 |
model_name: act
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
-
- act
|
| 9 |
- lerobot
|
| 10 |
- robotics
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for act
|
|
@@ -62,13 +62,13 @@ The policy consumes these observation features and produces these action feature
|
|
| 62 |
|
| 63 |
## Training Dataset
|
| 64 |
|
| 65 |
-
- **Repository:** [bborncr/
|
| 66 |
-
- **Episodes:**
|
| 67 |
-
- **Frames:**
|
| 68 |
- **Frame rate:** 30 FPS
|
| 69 |
- **Task(s):** "move wheel from position 1 to position 2"
|
| 70 |
|
| 71 |
-
<a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=bborncr/
|
| 72 |
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
|
| 73 |
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
|
| 74 |
</a>
|
|
|
|
| 1 |
---
|
| 2 |
+
datasets: bborncr/second_test_20260713_143816
|
| 3 |
library_name: lerobot
|
| 4 |
license: apache-2.0
|
| 5 |
model_name: act
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
| 8 |
- lerobot
|
| 9 |
- robotics
|
| 10 |
+
- act
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for act
|
|
|
|
| 62 |
|
| 63 |
## Training Dataset
|
| 64 |
|
| 65 |
+
- **Repository:** [bborncr/second_test_20260713_143816](https://huggingface.co/datasets/bborncr/second_test_20260713_143816)
|
| 66 |
+
- **Episodes:** 20
|
| 67 |
+
- **Frames:** 4340
|
| 68 |
- **Frame rate:** 30 FPS
|
| 69 |
- **Task(s):** "move wheel from position 1 to position 2"
|
| 70 |
|
| 71 |
+
<a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=bborncr/second_test_20260713_143816">
|
| 72 |
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
|
| 73 |
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
|
| 74 |
</a>
|
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:1295bebc060f15be166582ad89943ebd6ad6ac237e1031774fdc234401e96282
|
| 3 |
size 206699736
|
train_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
-
"repo_id": "bborncr/
|
| 4 |
"root": null,
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
|
@@ -156,7 +156,7 @@
|
|
| 156 |
"optimizer_lr_backbone": 1e-05
|
| 157 |
},
|
| 158 |
"reward_model": null,
|
| 159 |
-
"output_dir": "outputs/train/my-
|
| 160 |
"job_name": "act",
|
| 161 |
"resume": false,
|
| 162 |
"seed": 1000,
|
|
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
+
"repo_id": "bborncr/second_test_20260713_143816",
|
| 4 |
"root": null,
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
|
|
|
| 156 |
"optimizer_lr_backbone": 1e-05
|
| 157 |
},
|
| 158 |
"reward_model": null,
|
| 159 |
+
"output_dir": "outputs/train/my-second-policy",
|
| 160 |
"job_name": "act",
|
| 161 |
"resume": false,
|
| 162 |
"seed": 1000,
|