iFaz commited on
Commit
07ca882
·
verified ·
1 Parent(s): 404d27a

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. model.safetensors +1 -1
  3. train_config.json +5 -5
README.md CHANGED
@@ -6,8 +6,8 @@ model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
8
  - lerobot
9
- - diffusion
10
  - robotics
 
11
  ---
12
 
13
  # Model Card for diffusion
 
6
  pipeline_tag: robotics
7
  tags:
8
  - lerobot
 
9
  - robotics
10
+ - diffusion
11
  ---
12
 
13
  # Model Card for diffusion
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3e708f20b1f4cda117a1263b3d108dbc4ff125dc7ddc78fca8d5347aa5657f09
3
  size 1053834112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1031655cd59dfb683ef99f73a4224753419f505104f2f92d5ff8f814f9b5eeb8
3
  size 1053834112
train_config.json CHANGED
@@ -214,12 +214,12 @@
214
  "batch_size": 8,
215
  "prefetch_factor": 4,
216
  "persistent_workers": true,
217
- "steps": 5,
218
- "eval_freq": 2,
219
  "log_freq": 200,
220
  "tolerance_s": 0.0001,
221
  "save_checkpoint": true,
222
- "save_freq": 1,
223
  "use_policy_training_preset": true,
224
  "optimizer": {
225
  "type": "adam",
@@ -245,10 +245,10 @@
245
  "wandb": {
246
  "enable": true,
247
  "disable_artifact": false,
248
- "project": "lerobot",
249
  "entity": null,
250
  "notes": null,
251
- "run_id": "gtb58yra",
252
  "mode": null,
253
  "add_tags": true
254
  },
 
214
  "batch_size": 8,
215
  "prefetch_factor": 4,
216
  "persistent_workers": true,
217
+ "steps": 1000,
218
+ "eval_freq": 500,
219
  "log_freq": 200,
220
  "tolerance_s": 0.0001,
221
  "save_checkpoint": true,
222
+ "save_freq": 500,
223
  "use_policy_training_preset": true,
224
  "optimizer": {
225
  "type": "adam",
 
245
  "wandb": {
246
  "enable": true,
247
  "disable_artifact": false,
248
+ "project": "UADP-baselines-tmp",
249
  "entity": null,
250
  "notes": null,
251
+ "run_id": "diffusion_aloha_transfer_cube_seed42",
252
  "mode": null,
253
  "add_tags": true
254
  },