Robotics
LeRobot
Safetensors
act
auarnold commited on
Commit
192c047
·
verified ·
1 Parent(s): e0ecb18

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +2 -2
  3. model.safetensors +1 -1
  4. train_config.json +7 -7
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - robotics
9
  - act
10
  - lerobot
 
11
  ---
12
 
13
  # Model Card for act
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - act
9
  - lerobot
10
+ - robotics
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -65,7 +65,7 @@
65
  "temporal_ensemble_coeff": null,
66
  "dropout": 0.1,
67
  "kl_weight": 10.0,
68
- "optimizer_lr": 3e-05,
69
  "optimizer_weight_decay": 0.0001,
70
- "optimizer_lr_backbone": 3e-05
71
  }
 
65
  "temporal_ensemble_coeff": null,
66
  "dropout": 0.1,
67
  "kl_weight": 10.0,
68
+ "optimizer_lr": 5e-05,
69
  "optimizer_weight_decay": 0.0001,
70
+ "optimizer_lr_backbone": 5e-05
71
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:590238ba99b53d7387f329339e73cbec7b99928d71842fba2d7ee2cd7c8eca82
3
  size 206503124
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:807522199ef9ac05a94865ecafa7ca3e423f0940cddc7da7b3a70e4bda40821a
3
  size 206503124
train_config.json CHANGED
@@ -148,17 +148,17 @@
148
  "temporal_ensemble_coeff": null,
149
  "dropout": 0.1,
150
  "kl_weight": 10.0,
151
- "optimizer_lr": 3e-05,
152
  "optimizer_weight_decay": 0.0001,
153
- "optimizer_lr_backbone": 3e-05
154
  },
155
- "output_dir": "outputs/train/cube_stacking_right_v2_act_v2",
156
- "job_name": "cube_stacking_right_v2_act_v2",
157
  "resume": false,
158
  "seed": 1000,
159
  "cudnn_deterministic": false,
160
  "num_workers": 4,
161
- "batch_size": 16,
162
  "prefetch_factor": 4,
163
  "persistent_workers": true,
164
  "steps": 20000,
@@ -170,7 +170,7 @@
170
  "use_policy_training_preset": true,
171
  "optimizer": {
172
  "type": "adamw",
173
- "lr": 3e-05,
174
  "weight_decay": 0.0001,
175
  "grad_clip_norm": 10.0,
176
  "betas": [
@@ -191,7 +191,7 @@
191
  "project": "cube-stacking-act",
192
  "entity": null,
193
  "notes": null,
194
- "run_id": "ndl7j9dr",
195
  "mode": null,
196
  "add_tags": true
197
  },
 
148
  "temporal_ensemble_coeff": null,
149
  "dropout": 0.1,
150
  "kl_weight": 10.0,
151
+ "optimizer_lr": 5e-05,
152
  "optimizer_weight_decay": 0.0001,
153
+ "optimizer_lr_backbone": 5e-05
154
  },
155
+ "output_dir": "outputs/train/cube_stacking_right_v2_act_v3",
156
+ "job_name": "cube_stacking_right_v2_act_v3",
157
  "resume": false,
158
  "seed": 1000,
159
  "cudnn_deterministic": false,
160
  "num_workers": 4,
161
+ "batch_size": 64,
162
  "prefetch_factor": 4,
163
  "persistent_workers": true,
164
  "steps": 20000,
 
170
  "use_policy_training_preset": true,
171
  "optimizer": {
172
  "type": "adamw",
173
+ "lr": 5e-05,
174
  "weight_decay": 0.0001,
175
  "grad_clip_norm": 10.0,
176
  "betas": [
 
191
  "project": "cube-stacking-act",
192
  "entity": null,
193
  "notes": null,
194
+ "run_id": "3qd7qd08",
195
  "mode": null,
196
  "add_tags": true
197
  },