Robotics
LeRobot
Safetensors
act
kissyour commited on
Commit
e0b11b6
·
verified ·
1 Parent(s): 1682efa

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +3 -3
  2. config.json +9 -1
  3. model.safetensors +1 -1
  4. train_config.json +12 -4
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- datasets: kissyour/so101-test
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - lerobot
9
- - act
10
  - robotics
 
 
11
  ---
12
 
13
  # Model Card for act
 
1
  ---
2
+ datasets: kissyour/so101-test02
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
 
8
  - robotics
9
+ - act
10
+ - lerobot
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -8,7 +8,15 @@
8
  6
9
  ]
10
  },
11
- "observation.images.front": {
 
 
 
 
 
 
 
 
12
  "type": "VISUAL",
13
  "shape": [
14
  3,
 
8
  6
9
  ]
10
  },
11
+ "observation.images.up": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ },
19
+ "observation.images.side": {
20
  "type": "VISUAL",
21
  "shape": [
22
  3,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a6ac1fc95238cc5f8016720b9f3a96961c1b1bbf978f10933bf6d45c25c9f71
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b474401e81e9f7978d0c26c04a7351a8446d5f7335fd3a243575f088579b1c52
3
  size 206699736
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "kissyour/so101-test",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -90,7 +90,15 @@
90
  6
91
  ]
92
  },
93
- "observation.images.front": {
 
 
 
 
 
 
 
 
94
  "type": "VISUAL",
95
  "shape": [
96
  3,
@@ -143,8 +151,8 @@
143
  "optimizer_weight_decay": 0.0001,
144
  "optimizer_lr_backbone": 1e-05
145
  },
146
- "output_dir": "outputs/train/act_so101_test",
147
- "job_name": "act_so101_test",
148
  "resume": false,
149
  "seed": 1000,
150
  "num_workers": 4,
 
1
  {
2
  "dataset": {
3
+ "repo_id": "kissyour/so101-test02",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
90
  6
91
  ]
92
  },
93
+ "observation.images.up": {
94
+ "type": "VISUAL",
95
+ "shape": [
96
+ 3,
97
+ 480,
98
+ 640
99
+ ]
100
+ },
101
+ "observation.images.side": {
102
  "type": "VISUAL",
103
  "shape": [
104
  3,
 
151
  "optimizer_weight_decay": 0.0001,
152
  "optimizer_lr_backbone": 1e-05
153
  },
154
+ "output_dir": "outputs/train/act_so101_test02",
155
+ "job_name": "act_so101_test02",
156
  "resume": false,
157
  "seed": 1000,
158
  "num_workers": 4,