rodrigo-paganini commited on
Commit
6c1be78
·
verified ·
1 Parent(s): 25dd210

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
@@ -5,8 +5,8 @@ license: apache-2.0
5
  model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
8
- - diffusion
9
  - lerobot
 
10
  - robotics
11
  ---
12
 
 
5
  model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
 
8
  - lerobot
9
+ - diffusion
10
  - robotics
11
  ---
12
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:50bf490156b7224b1e1d82b7c8b88e4ef8b76e79f45d968020b9cd74bcc32f64
3
  size 1066516384
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc99e2e4eadc2670536541296c5315de92b157faaf5f03ce5484686a5b306dd5
3
  size 1066516384
train_config.json CHANGED
@@ -176,11 +176,11 @@
176
  "seed": 42,
177
  "num_workers": 4,
178
  "batch_size": 64,
179
- "steps": 100,
180
- "eval_freq": 20,
181
- "log_freq": 10,
182
  "save_checkpoint": true,
183
- "save_freq": 20,
184
  "use_policy_training_preset": true,
185
  "optimizer": {
186
  "type": "adam",
@@ -209,7 +209,7 @@
209
  "project": "lerobot",
210
  "entity": null,
211
  "notes": null,
212
- "run_id": "7ufxlxj1",
213
  "mode": null
214
  },
215
  "checkpoint_path": null,
 
176
  "seed": 42,
177
  "num_workers": 4,
178
  "batch_size": 64,
179
+ "steps": 20,
180
+ "eval_freq": 5,
181
+ "log_freq": 200,
182
  "save_checkpoint": true,
183
+ "save_freq": 5,
184
  "use_policy_training_preset": true,
185
  "optimizer": {
186
  "type": "adam",
 
209
  "project": "lerobot",
210
  "entity": null,
211
  "notes": null,
212
+ "run_id": "q49nvdou",
213
  "mode": null
214
  },
215
  "checkpoint_path": null,