Robotics
LeRobot
Safetensors
act
bborncr commited on
Commit
5ff0d7c
·
verified ·
1 Parent(s): e0a34b7

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. README.md +6 -6
  2. model.safetensors +1 -1
  3. train_config.json +2 -2
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- datasets: bborncr/first_test_20260712_132807
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/first_test_20260712_132807](https://huggingface.co/datasets/bborncr/first_test_20260712_132807)
66
- - **Episodes:** 5
67
- - **Frames:** 1067
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/first_test_20260712_132807">
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:ce776856cc9237bcfe8be687ae847dacf0141a48ba24a07ccb619b69222cf7e2
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/first_test_20260712_132807",
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-first-policy",
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,