Robotics
LeRobot
Safetensors
act
aryannzzz commited on
Commit
92bfd54
·
verified ·
1 Parent(s): d0870b6

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +8 -1
  3. model.safetensors +2 -2
  4. train_config.json +12 -4
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
- datasets: aryannzzz/metaworld-pick-place-v3-expert
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
 
 
1
  ---
2
+ datasets: aadarshram/metaworld-reach-v3
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
 
config.json CHANGED
@@ -2,7 +2,7 @@
2
  "type": "act",
3
  "n_obs_steps": 1,
4
  "input_features": {
5
- "observation.images.image": {
6
  "type": "VISUAL",
7
  "shape": [
8
  3,
@@ -15,6 +15,12 @@
15
  "shape": [
16
  4
17
  ]
 
 
 
 
 
 
18
  }
19
  },
20
  "output_features": {
@@ -27,6 +33,7 @@
27
  },
28
  "device": "cuda",
29
  "use_amp": false,
 
30
  "push_to_hub": true,
31
  "repo_id": "act-pick-place-v3",
32
  "private": null,
 
2
  "type": "act",
3
  "n_obs_steps": 1,
4
  "input_features": {
5
+ "observation.image": {
6
  "type": "VISUAL",
7
  "shape": [
8
  3,
 
15
  "shape": [
16
  4
17
  ]
18
+ },
19
+ "observation.environment_state": {
20
+ "type": "ENV",
21
+ "shape": [
22
+ 39
23
+ ]
24
  }
25
  },
26
  "output_features": {
 
33
  },
34
  "device": "cuda",
35
  "use_amp": false,
36
+ "use_peft": false,
37
  "push_to_hub": true,
38
  "repo_id": "act-pick-place-v3",
39
  "private": null,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6a9f37b61108230206154ece30e0776b8a9f88830964bd6c1717c78ff803e11e
3
- size 206683328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c539ee79fb40bf2eb1d1f2ffe8c1c4799f3d9f11ddc3d8fab515be3537107f3b
3
+ size 206767520
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "aryannzzz/metaworld-pick-place-v3-expert",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -122,7 +122,7 @@
122
  "type": "act",
123
  "n_obs_steps": 1,
124
  "input_features": {
125
- "observation.images.image": {
126
  "type": "VISUAL",
127
  "shape": [
128
  3,
@@ -135,6 +135,12 @@
135
  "shape": [
136
  4
137
  ]
 
 
 
 
 
 
138
  }
139
  },
140
  "output_features": {
@@ -147,6 +153,7 @@
147
  },
148
  "device": "cuda",
149
  "use_amp": false,
 
150
  "push_to_hub": true,
151
  "repo_id": "act-pick-place-v3",
152
  "private": null,
@@ -191,7 +198,7 @@
191
  "log_freq": 100,
192
  "tolerance_s": 0.0001,
193
  "save_checkpoint": true,
194
- "save_freq": 25000,
195
  "use_policy_training_preset": true,
196
  "optimizer": {
197
  "type": "adamw",
@@ -216,9 +223,10 @@
216
  "project": "metaworld-act-pickplace",
217
  "entity": null,
218
  "notes": null,
219
- "run_id": "naqiyors",
220
  "mode": null
221
  },
 
222
  "use_rabc": false,
223
  "rabc_progress_path": null,
224
  "rabc_kappa": 0.01,
 
1
  {
2
  "dataset": {
3
+ "repo_id": "aadarshram/metaworld-reach-v3",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
122
  "type": "act",
123
  "n_obs_steps": 1,
124
  "input_features": {
125
+ "observation.image": {
126
  "type": "VISUAL",
127
  "shape": [
128
  3,
 
135
  "shape": [
136
  4
137
  ]
138
+ },
139
+ "observation.environment_state": {
140
+ "type": "ENV",
141
+ "shape": [
142
+ 39
143
+ ]
144
  }
145
  },
146
  "output_features": {
 
153
  },
154
  "device": "cuda",
155
  "use_amp": false,
156
+ "use_peft": false,
157
  "push_to_hub": true,
158
  "repo_id": "act-pick-place-v3",
159
  "private": null,
 
198
  "log_freq": 100,
199
  "tolerance_s": 0.0001,
200
  "save_checkpoint": true,
201
+ "save_freq": 2500,
202
  "use_policy_training_preset": true,
203
  "optimizer": {
204
  "type": "adamw",
 
223
  "project": "metaworld-act-pickplace",
224
  "entity": null,
225
  "notes": null,
226
+ "run_id": "vv8rn2g8",
227
  "mode": null
228
  },
229
+ "peft": null,
230
  "use_rabc": false,
231
  "rabc_progress_path": null,
232
  "rabc_kappa": 0.01,