Robotics
LeRobot
Safetensors
diffusion
draketm commited on
Commit
5cb92d3
·
verified ·
1 Parent(s): 7d3a491

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. train_config.json +4 -4
README.md CHANGED
@@ -5,8 +5,8 @@ license: apache-2.0
5
  model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
8
- - lerobot
9
  - diffusion
 
10
  - robotics
11
  ---
12
 
 
5
  model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
 
8
  - diffusion
9
+ - lerobot
10
  - robotics
11
  ---
12
 
config.json CHANGED
@@ -33,7 +33,7 @@
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
- "pretrained_path": null,
37
  "horizon": 64,
38
  "n_action_steps": 32,
39
  "normalization_mapping": {
 
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
+ "pretrained_path": "outputs/train/diffusion_insertion_scripted/bimanual_reference/checkpoints/last/pretrained_model",
37
  "horizon": 64,
38
  "n_action_steps": 32,
39
  "normalization_mapping": {
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c2688d8e1e60b9e65eeba28caf2df885225c82e13d94dce56d6745e09f5111bd
3
  size 1053834112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:888941d92b9b70331cd652701dfcb7cfaf239e25cfad67f89f90588f6474fa36
3
  size 1053834112
train_config.json CHANGED
@@ -155,7 +155,7 @@
155
  "private": null,
156
  "tags": null,
157
  "license": null,
158
- "pretrained_path": null,
159
  "horizon": 64,
160
  "n_action_steps": 32,
161
  "normalization_mapping": {
@@ -207,14 +207,14 @@
207
  "reward_model": null,
208
  "output_dir": "outputs/train/diffusion_insertion_scripted/bimanual_reference",
209
  "job_name": "aloha_diffusion",
210
- "resume": false,
211
  "seed": 1000,
212
  "cudnn_deterministic": false,
213
  "num_workers": 4,
214
  "batch_size": 64,
215
  "prefetch_factor": 4,
216
  "persistent_workers": true,
217
- "steps": 5000,
218
  "eval_freq": 0,
219
  "log_freq": 200,
220
  "tolerance_s": 0.0001,
@@ -255,5 +255,5 @@
255
  "peft": null,
256
  "sample_weighting": null,
257
  "rename_map": {},
258
- "checkpoint_path": null
259
  }
 
155
  "private": null,
156
  "tags": null,
157
  "license": null,
158
+ "pretrained_path": "outputs/train/diffusion_insertion_scripted/bimanual_reference/checkpoints/last/pretrained_model",
159
  "horizon": 64,
160
  "n_action_steps": 32,
161
  "normalization_mapping": {
 
207
  "reward_model": null,
208
  "output_dir": "outputs/train/diffusion_insertion_scripted/bimanual_reference",
209
  "job_name": "aloha_diffusion",
210
+ "resume": true,
211
  "seed": 1000,
212
  "cudnn_deterministic": false,
213
  "num_workers": 4,
214
  "batch_size": 64,
215
  "prefetch_factor": 4,
216
  "persistent_workers": true,
217
+ "steps": 10000,
218
  "eval_freq": 0,
219
  "log_freq": 200,
220
  "tolerance_s": 0.0001,
 
255
  "peft": null,
256
  "sample_weighting": null,
257
  "rename_map": {},
258
+ "checkpoint_path": "outputs/train/diffusion_insertion_scripted/bimanual_reference/checkpoints/last"
259
  }