Robotics
LeRobot
Safetensors
act
kinghanse commited on
Commit
017093d
·
verified ·
1 Parent(s): 749f41c

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +8 -0
  3. model.safetensors +1 -1
  4. train_config.json +13 -5
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- datasets: kinghanse/pick_cube
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - robotics
9
  - lerobot
10
- - act
11
  ---
12
 
13
  # Model Card for act
 
1
  ---
2
+ datasets: kinghanse/pick_cube_ch
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
+ - act
9
  - robotics
10
  - lerobot
 
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -8,6 +8,14 @@
8
  6
9
  ]
10
  },
 
 
 
 
 
 
 
 
11
  "observation.images.wrist": {
12
  "type": "VISUAL",
13
  "shape": [
 
8
  6
9
  ]
10
  },
11
+ "observation.images.top": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ },
19
  "observation.images.wrist": {
20
  "type": "VISUAL",
21
  "shape": [
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc72d0918b64d1c6dc1025282d3eb7eb4a50555a3914374b31ec7a2c1414a341
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e73182c687d149454c739d8cc4c28b4c3a37da2654e95ebc02ba8051b4acef30
3
  size 206699736
train_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "dataset": {
3
- "repo_id": "kinghanse/pick_cube",
4
- "root": null,
5
  "episodes": null,
6
  "image_transforms": {
7
  "enable": false,
@@ -90,6 +90,14 @@
90
  6
91
  ]
92
  },
 
 
 
 
 
 
 
 
93
  "observation.images.wrist": {
94
  "type": "VISUAL",
95
  "shape": [
@@ -142,8 +150,8 @@
142
  "optimizer_weight_decay": 0.0001,
143
  "optimizer_lr_backbone": 1e-05
144
  },
145
- "output_dir": "outputs/train/act_so101/pick_cube",
146
- "job_name": "act_so101",
147
  "resume": false,
148
  "seed": 1000,
149
  "num_workers": 4,
@@ -177,7 +185,7 @@
177
  "project": "lerobot",
178
  "entity": null,
179
  "notes": null,
180
- "run_id": "439eju05",
181
  "mode": null
182
  },
183
  "checkpoint_path": null,
 
1
  {
2
  "dataset": {
3
+ "repo_id": "kinghanse/pick_cube_ch",
4
+ "root": "/home/hanse/.cache/huggingface/lerobot/kinghanse/pick_cube_ch",
5
  "episodes": null,
6
  "image_transforms": {
7
  "enable": false,
 
90
  6
91
  ]
92
  },
93
+ "observation.images.top": {
94
+ "type": "VISUAL",
95
+ "shape": [
96
+ 3,
97
+ 480,
98
+ 640
99
+ ]
100
+ },
101
  "observation.images.wrist": {
102
  "type": "VISUAL",
103
  "shape": [
 
150
  "optimizer_weight_decay": 0.0001,
151
  "optimizer_lr_backbone": 1e-05
152
  },
153
+ "output_dir": "/home/hanse/Documents/lerobot_ch/outputs/train/act_so101/pick_cube",
154
+ "job_name": "act_so101_local",
155
  "resume": false,
156
  "seed": 1000,
157
  "num_workers": 4,
 
185
  "project": "lerobot",
186
  "entity": null,
187
  "notes": null,
188
+ "run_id": "u392b4ab",
189
  "mode": null
190
  },
191
  "checkpoint_path": null,