Robotics
LeRobot
Safetensors
act
Ev3Dev commited on
Commit
08dad58
·
verified ·
1 Parent(s): 22c63d9

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +2 -2
  3. model.safetensors +1 -1
  4. train_config.json +6 -6
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- datasets: Ev3Dev/sock_perfect_data
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: Ev3Dev/human_sock_agi
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,7 +8,7 @@
8
  6
9
  ]
10
  },
11
- "observation.images.top": {
12
  "type": "VISUAL",
13
  "shape": [
14
  3,
@@ -16,7 +16,7 @@
16
  640
17
  ]
18
  },
19
- "observation.images.side": {
20
  "type": "VISUAL",
21
  "shape": [
22
  3,
 
8
  6
9
  ]
10
  },
11
+ "observation.images.camera1": {
12
  "type": "VISUAL",
13
  "shape": [
14
  3,
 
16
  640
17
  ]
18
  },
19
+ "observation.images.camera2": {
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:369ba7533ceea430b211108f47420d6b44ef0471b6ea2d3c3fd7821d71334f5e
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e382f8e242e086ac3d87564e8a2049ef6543c131122a299f1aa328e8a6b58ce4
3
  size 206699736
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "Ev3Dev/sock_perfect_data",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -90,7 +90,7 @@
90
  6
91
  ]
92
  },
93
- "observation.images.top": {
94
  "type": "VISUAL",
95
  "shape": [
96
  3,
@@ -98,7 +98,7 @@
98
  640
99
  ]
100
  },
101
- "observation.images.side": {
102
  "type": "VISUAL",
103
  "shape": [
104
  3,
@@ -150,13 +150,13 @@
150
  "optimizer_weight_decay": 0.0001,
151
  "optimizer_lr_backbone": 1e-05
152
  },
153
- "output_dir": "outputs/train/act_so101_sock_15ksteps",
154
- "job_name": "act_so101_sock_15ksteps",
155
  "resume": false,
156
  "seed": 1000,
157
  "num_workers": 4,
158
  "batch_size": 64,
159
- "steps": 1500,
160
  "eval_freq": 20000,
161
  "log_freq": 200,
162
  "save_checkpoint": true,
 
1
  {
2
  "dataset": {
3
+ "repo_id": "Ev3Dev/human_sock_agi",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
90
  6
91
  ]
92
  },
93
+ "observation.images.camera1": {
94
  "type": "VISUAL",
95
  "shape": [
96
  3,
 
98
  640
99
  ]
100
  },
101
+ "observation.images.camera2": {
102
  "type": "VISUAL",
103
  "shape": [
104
  3,
 
150
  "optimizer_weight_decay": 0.0001,
151
  "optimizer_lr_backbone": 1e-05
152
  },
153
+ "output_dir": "outputs/train/act_so101_sock_6ksteps",
154
+ "job_name": "act_so101_sock_6ksteps",
155
  "resume": false,
156
  "seed": 1000,
157
  "num_workers": 4,
158
  "batch_size": 64,
159
+ "steps": 6000,
160
  "eval_freq": 20000,
161
  "log_freq": 200,
162
  "save_checkpoint": true,