Robotics
LeRobot
Safetensors
act
exaFLOPs09 commited on
Commit
f3a135c
·
verified ·
1 Parent(s): ab38167

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +6 -12
  3. model.safetensors +1 -1
  4. train_config.json +10 -16
README.md CHANGED
@@ -5,9 +5,9 @@ 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
 
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
@@ -2,12 +2,6 @@
2
  "type": "act",
3
  "n_obs_steps": 1,
4
  "input_features": {
5
- "observation.language": {
6
- "type": "STATE",
7
- "shape": [
8
- 1
9
- ]
10
- },
11
  "observation.state": {
12
  "type": "STATE",
13
  "shape": [
@@ -18,24 +12,24 @@
18
  "type": "VISUAL",
19
  "shape": [
20
  3,
21
- 480,
22
- 640
23
  ]
24
  },
25
  "observation.images.wrist_left": {
26
  "type": "VISUAL",
27
  "shape": [
28
  3,
29
- 480,
30
- 640
31
  ]
32
  },
33
  "observation.images.wrist_right": {
34
  "type": "VISUAL",
35
  "shape": [
36
  3,
37
- 480,
38
- 640
39
  ]
40
  }
41
  },
 
2
  "type": "act",
3
  "n_obs_steps": 1,
4
  "input_features": {
 
 
 
 
 
 
5
  "observation.state": {
6
  "type": "STATE",
7
  "shape": [
 
12
  "type": "VISUAL",
13
  "shape": [
14
  3,
15
+ 224,
16
+ 224
17
  ]
18
  },
19
  "observation.images.wrist_left": {
20
  "type": "VISUAL",
21
  "shape": [
22
  3,
23
+ 224,
24
+ 224
25
  ]
26
  },
27
  "observation.images.wrist_right": {
28
  "type": "VISUAL",
29
  "shape": [
30
  3,
31
+ 224,
32
+ 224
33
  ]
34
  }
35
  },
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:06011135958afa49ef333627f394e2cd77c5ecee837473fca7661b69130fb3e7
3
  size 206839068
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88f0ad45ed8d8ba90ad55109d7020991fa16534975b421b2e6842f88401349b2
3
  size 206839068
train_config.json CHANGED
@@ -84,12 +84,6 @@
84
  "type": "act",
85
  "n_obs_steps": 1,
86
  "input_features": {
87
- "observation.language": {
88
- "type": "STATE",
89
- "shape": [
90
- 1
91
- ]
92
- },
93
  "observation.state": {
94
  "type": "STATE",
95
  "shape": [
@@ -100,24 +94,24 @@
100
  "type": "VISUAL",
101
  "shape": [
102
  3,
103
- 480,
104
- 640
105
  ]
106
  },
107
  "observation.images.wrist_left": {
108
  "type": "VISUAL",
109
  "shape": [
110
  3,
111
- 480,
112
- 640
113
  ]
114
  },
115
  "observation.images.wrist_right": {
116
  "type": "VISUAL",
117
  "shape": [
118
  3,
119
- 480,
120
- 640
121
  ]
122
  }
123
  },
@@ -164,8 +158,8 @@
164
  "optimizer_weight_decay": 0.0001,
165
  "optimizer_lr_backbone": 1e-05
166
  },
167
- "output_dir": "outputs/train/act_1103_00_sub0",
168
- "job_name": "act_training",
169
  "resume": false,
170
  "seed": 1000,
171
  "num_workers": 4,
@@ -195,11 +189,11 @@
195
  },
196
  "wandb": {
197
  "enable": true,
198
- "disable_artifact": false,
199
  "project": "lerobot",
200
  "entity": null,
201
  "notes": null,
202
- "run_id": "qnrsvanc",
203
  "mode": null
204
  },
205
  "checkpoint_path": null,
 
84
  "type": "act",
85
  "n_obs_steps": 1,
86
  "input_features": {
 
 
 
 
 
 
87
  "observation.state": {
88
  "type": "STATE",
89
  "shape": [
 
94
  "type": "VISUAL",
95
  "shape": [
96
  3,
97
+ 224,
98
+ 224
99
  ]
100
  },
101
  "observation.images.wrist_left": {
102
  "type": "VISUAL",
103
  "shape": [
104
  3,
105
+ 224,
106
+ 224
107
  ]
108
  },
109
  "observation.images.wrist_right": {
110
  "type": "VISUAL",
111
  "shape": [
112
  3,
113
+ 224,
114
+ 224
115
  ]
116
  }
117
  },
 
158
  "optimizer_weight_decay": 0.0001,
159
  "optimizer_lr_backbone": 1e-05
160
  },
161
+ "output_dir": "outputs/train/act/1103_00_sub0",
162
+ "job_name": "act_sub0_4090",
163
  "resume": false,
164
  "seed": 1000,
165
  "num_workers": 4,
 
189
  },
190
  "wandb": {
191
  "enable": true,
192
+ "disable_artifact": true,
193
  "project": "lerobot",
194
  "entity": null,
195
  "notes": null,
196
+ "run_id": "bfxs3vv1",
197
  "mode": null
198
  },
199
  "checkpoint_path": null,