Robotics
LeRobot
Safetensors
act
auarnold commited on
Commit
fc4a6f3
·
verified ·
1 Parent(s): 6ae6d74

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. config.json +2 -2
  2. model.safetensors +2 -2
  3. train_config.json +8 -8
config.json CHANGED
@@ -42,8 +42,8 @@
42
  "tags": null,
43
  "license": null,
44
  "pretrained_path": null,
45
- "chunk_size": 48,
46
- "n_action_steps": 30,
47
  "normalization_mapping": {
48
  "VISUAL": "MEAN_STD",
49
  "STATE": "MEAN_STD",
 
42
  "tags": null,
43
  "license": null,
44
  "pretrained_path": null,
45
+ "chunk_size": 50,
46
+ "n_action_steps": 50,
47
  "normalization_mapping": {
48
  "VISUAL": "MEAN_STD",
49
  "STATE": "MEAN_STD",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:da05a37b717657af6ef30e72c508b7eeb828b6df46cbcd7865ae89b83c6a0172
3
- size 206494932
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67fab521d9a02681829a77213c41d2578ef9e715f68bdbda596f4344b3dbfe08
3
+ size 206503124
train_config.json CHANGED
@@ -124,8 +124,8 @@
124
  "tags": null,
125
  "license": null,
126
  "pretrained_path": null,
127
- "chunk_size": 48,
128
- "n_action_steps": 30,
129
  "normalization_mapping": {
130
  "VISUAL": "MEAN_STD",
131
  "STATE": "MEAN_STD",
@@ -151,14 +151,14 @@
151
  "optimizer_weight_decay": 0.0001,
152
  "optimizer_lr_backbone": 3e-05
153
  },
154
- "output_dir": "outputs/train/cube_stacking_right_v1_act",
155
- "job_name": "cube_stacking_right_v1_act",
156
  "resume": false,
157
  "seed": 1000,
158
  "cudnn_deterministic": false,
159
  "num_workers": 4,
160
  "batch_size": 16,
161
- "steps": 10000,
162
  "eval_freq": 20000,
163
  "log_freq": 100,
164
  "tolerance_s": 0.0001,
@@ -183,12 +183,12 @@
183
  "use_async_envs": true
184
  },
185
  "wandb": {
186
- "enable": false,
187
  "disable_artifact": false,
188
- "project": "lerobot",
189
  "entity": null,
190
  "notes": null,
191
- "run_id": null,
192
  "mode": null,
193
  "add_tags": true
194
  },
 
124
  "tags": null,
125
  "license": null,
126
  "pretrained_path": null,
127
+ "chunk_size": 50,
128
+ "n_action_steps": 50,
129
  "normalization_mapping": {
130
  "VISUAL": "MEAN_STD",
131
  "STATE": "MEAN_STD",
 
151
  "optimizer_weight_decay": 0.0001,
152
  "optimizer_lr_backbone": 3e-05
153
  },
154
+ "output_dir": "outputs/train/cube_stacking_right_v1_act_v2",
155
+ "job_name": "cube_stacking_right_v1_act_v2",
156
  "resume": false,
157
  "seed": 1000,
158
  "cudnn_deterministic": false,
159
  "num_workers": 4,
160
  "batch_size": 16,
161
+ "steps": 20000,
162
  "eval_freq": 20000,
163
  "log_freq": 100,
164
  "tolerance_s": 0.0001,
 
183
  "use_async_envs": true
184
  },
185
  "wandb": {
186
+ "enable": true,
187
  "disable_artifact": false,
188
+ "project": "cube-stacking-act",
189
  "entity": null,
190
  "notes": null,
191
+ "run_id": "bpur799e",
192
  "mode": null,
193
  "add_tags": true
194
  },