Robotics
LeRobot
Safetensors
diffusion
isaia-gisler commited on
Commit
0128af3
·
verified ·
1 Parent(s): 02abcec

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 +4 -4
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
8
- - lerobot
9
  - robotics
10
  - diffusion
 
11
  ---
12
 
13
  # Model Card for diffusion
 
5
  model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
 
8
  - robotics
9
  - diffusion
10
+ - lerobot
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:7d446b16968c4860305e397a2d99bb018e6e0de357d5b79cc68cc88c71744197
3
  size 312295392
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45f7ff53af58575adf4dfe09d27c2035a0a5284ae9d2c1c79a4ffe55912fe16e
3
  size 312295392
train_config.json CHANGED
@@ -175,14 +175,14 @@
175
  "resume": false,
176
  "seed": 1000,
177
  "cudnn_deterministic": false,
178
- "num_workers": 24,
179
  "batch_size": 64,
180
- "steps": 200,
181
  "eval_freq": 20000,
182
  "log_freq": 3,
183
  "tolerance_s": 0.0001,
184
  "save_checkpoint": true,
185
- "save_freq": 3284,
186
  "use_policy_training_preset": true,
187
  "optimizer": {
188
  "type": "adam",
@@ -211,7 +211,7 @@
211
  "project": "open-cloth",
212
  "entity": null,
213
  "notes": null,
214
- "run_id": "do8q2lgi",
215
  "mode": null,
216
  "add_tags": true
217
  },
 
175
  "resume": false,
176
  "seed": 1000,
177
  "cudnn_deterministic": false,
178
+ "num_workers": 12,
179
  "batch_size": 64,
180
+ "steps": 98505,
181
  "eval_freq": 20000,
182
  "log_freq": 3,
183
  "tolerance_s": 0.0001,
184
  "save_checkpoint": true,
185
+ "save_freq": 8209,
186
  "use_policy_training_preset": true,
187
  "optimizer": {
188
  "type": "adam",
 
211
  "project": "open-cloth",
212
  "entity": null,
213
  "notes": null,
214
+ "run_id": "h1gajqhp",
215
  "mode": null,
216
  "add_tags": true
217
  },