Robotics
LeRobot
Safetensors
act
dopaul commited on
Commit
b888de8
·
verified ·
1 Parent(s): 2eda4c4

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +8 -4
  3. model.safetensors +1 -1
  4. train_config.json +15 -11
README.md CHANGED
@@ -6,8 +6,8 @@ model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
  - robotics
9
- - act
10
  - lerobot
 
11
  ---
12
 
13
  # Model Card for act
 
6
  pipeline_tag: robotics
7
  tags:
8
  - robotics
 
9
  - lerobot
10
+ - act
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -49,7 +49,7 @@
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
- "pretrained_path": "outputs/train/cube_picknplace_baseline_act/checkpoints/last/pretrained_model",
53
  "chunk_size": 50,
54
  "n_action_steps": 50,
55
  "normalization_mapping": {
@@ -59,7 +59,7 @@
59
  },
60
  "vision_backbone": "resnet18",
61
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
62
- "replace_final_stride_with_dilation": 0,
63
  "pre_norm": false,
64
  "dim_model": 512,
65
  "n_heads": 8,
@@ -73,7 +73,11 @@
73
  "temporal_ensemble_coeff": null,
74
  "dropout": 0.1,
75
  "kl_weight": 10.0,
76
- "optimizer_lr": 1e-05,
77
  "optimizer_weight_decay": 0.0001,
78
- "optimizer_lr_backbone": 1e-05
 
 
 
 
79
  }
 
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
+ "pretrained_path": null,
53
  "chunk_size": 50,
54
  "n_action_steps": 50,
55
  "normalization_mapping": {
 
59
  },
60
  "vision_backbone": "resnet18",
61
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
62
+ "replace_final_stride_with_dilation": false,
63
  "pre_norm": false,
64
  "dim_model": 512,
65
  "n_heads": 8,
 
73
  "temporal_ensemble_coeff": null,
74
  "dropout": 0.1,
75
  "kl_weight": 10.0,
76
+ "optimizer_lr": 3e-05,
77
  "optimizer_weight_decay": 0.0001,
78
+ "optimizer_lr_backbone": 3e-05,
79
+ "image_resize_to": [
80
+ 480,
81
+ 640
82
+ ]
83
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:83f6d8a13c99f1db9d4d9cdc9e4848b670faf638923fbf3c74ead864b76f4441
3
  size 206560504
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68b60650f9eff17d6487c2f17e379b58a844278739b6f2386c5b8d5bcb55e4dd
3
  size 206560504
train_config.json CHANGED
@@ -132,7 +132,7 @@
132
  "private": null,
133
  "tags": null,
134
  "license": null,
135
- "pretrained_path": "outputs/train/cube_picknplace_baseline_act/checkpoints/last/pretrained_model",
136
  "chunk_size": 50,
137
  "n_action_steps": 50,
138
  "normalization_mapping": {
@@ -142,7 +142,7 @@
142
  },
143
  "vision_backbone": "resnet18",
144
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
145
- "replace_final_stride_with_dilation": 0,
146
  "pre_norm": false,
147
  "dim_model": 512,
148
  "n_heads": 8,
@@ -156,17 +156,21 @@
156
  "temporal_ensemble_coeff": null,
157
  "dropout": 0.1,
158
  "kl_weight": 10.0,
159
- "optimizer_lr": 1e-05,
160
  "optimizer_weight_decay": 0.0001,
161
- "optimizer_lr_backbone": 1e-05
 
 
 
 
162
  },
163
- "output_dir": "outputs/train/cube_picknplace_baseline_act",
164
- "job_name": "cube_picknplace_baseline_act",
165
- "resume": true,
166
  "seed": 1000,
167
  "cudnn_deterministic": false,
168
  "num_workers": 4,
169
- "batch_size": 8,
170
  "prefetch_factor": 4,
171
  "persistent_workers": true,
172
  "steps": 20000,
@@ -182,7 +186,7 @@
182
  "use_policy_training_preset": true,
183
  "optimizer": {
184
  "type": "adamw",
185
- "lr": 1e-05,
186
  "weight_decay": 0.0001,
187
  "grad_clip_norm": 10.0,
188
  "betas": [
@@ -203,7 +207,7 @@
203
  "project": "cube-picknplace",
204
  "entity": null,
205
  "notes": null,
206
- "run_id": "tqplitay",
207
  "mode": null,
208
  "add_tags": true
209
  },
@@ -214,5 +218,5 @@
214
  "rabc_epsilon": 1e-06,
215
  "rabc_head_mode": "sparse",
216
  "rename_map": {},
217
- "checkpoint_path": "outputs/train/cube_picknplace_baseline_act/checkpoints/last"
218
  }
 
132
  "private": null,
133
  "tags": null,
134
  "license": null,
135
+ "pretrained_path": null,
136
  "chunk_size": 50,
137
  "n_action_steps": 50,
138
  "normalization_mapping": {
 
142
  },
143
  "vision_backbone": "resnet18",
144
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
145
+ "replace_final_stride_with_dilation": false,
146
  "pre_norm": false,
147
  "dim_model": 512,
148
  "n_heads": 8,
 
156
  "temporal_ensemble_coeff": null,
157
  "dropout": 0.1,
158
  "kl_weight": 10.0,
159
+ "optimizer_lr": 3e-05,
160
  "optimizer_weight_decay": 0.0001,
161
+ "optimizer_lr_backbone": 3e-05,
162
+ "image_resize_to": [
163
+ 480,
164
+ 640
165
+ ]
166
  },
167
+ "output_dir": "outputs/train/cube_picknplace_pretrain_act",
168
+ "job_name": "cube_picknplace_pretrain_act",
169
+ "resume": false,
170
  "seed": 1000,
171
  "cudnn_deterministic": false,
172
  "num_workers": 4,
173
+ "batch_size": 32,
174
  "prefetch_factor": 4,
175
  "persistent_workers": true,
176
  "steps": 20000,
 
186
  "use_policy_training_preset": true,
187
  "optimizer": {
188
  "type": "adamw",
189
+ "lr": 3e-05,
190
  "weight_decay": 0.0001,
191
  "grad_clip_norm": 10.0,
192
  "betas": [
 
207
  "project": "cube-picknplace",
208
  "entity": null,
209
  "notes": null,
210
+ "run_id": "7dv57ts7",
211
  "mode": null,
212
  "add_tags": true
213
  },
 
218
  "rabc_epsilon": 1e-06,
219
  "rabc_head_mode": "sparse",
220
  "rename_map": {},
221
+ "checkpoint_path": null
222
  }