Robotics
LeRobot
Safetensors
diffusion
GaiGae commited on
Commit
77f1adf
·
verified ·
1 Parent(s): b8395ff

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. 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
- - robotics
9
- - lerobot
10
  - diffusion
 
 
11
  ---
12
 
13
  # Model Card for diffusion
 
5
  model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
 
 
8
  - diffusion
9
+ - lerobot
10
+ - robotics
11
  ---
12
 
13
  # Model Card for diffusion
config.json CHANGED
@@ -33,7 +33,7 @@
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
- "pretrained_path": null,
37
  "horizon": 16,
38
  "n_action_steps": 8,
39
  "normalization_mapping": {
 
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
+ "pretrained_path": "outputs/train/hf_diffusion_fast/checkpoints/last/pretrained_model",
37
  "horizon": 16,
38
  "n_action_steps": 8,
39
  "normalization_mapping": {
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:438a5ed08e0f26050d68d56a1b85620072053c44ba0f639c4f01859e08b441ca
3
  size 1050906936
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a7a37fa1c66b31e632a22406f5db5fc0a07c8784709bc04c3ada50abda4985a
3
  size 1050906936
train_config.json CHANGED
@@ -115,7 +115,7 @@
115
  "private": null,
116
  "tags": null,
117
  "license": null,
118
- "pretrained_path": null,
119
  "horizon": 16,
120
  "n_action_steps": 8,
121
  "normalization_mapping": {
@@ -166,12 +166,12 @@
166
  },
167
  "output_dir": "outputs/train/hf_diffusion_fast",
168
  "job_name": "pusht_diffusion_fast",
169
- "resume": false,
170
  "seed": 42,
171
  "cudnn_deterministic": false,
172
  "num_workers": 12,
173
  "batch_size": 64,
174
- "steps": 50000,
175
  "eval_freq": 10000,
176
  "log_freq": 200,
177
  "tolerance_s": 0.0001,
@@ -216,5 +216,5 @@
216
  "rabc_epsilon": 1e-06,
217
  "rabc_head_mode": "sparse",
218
  "rename_map": {},
219
- "checkpoint_path": null
220
  }
 
115
  "private": null,
116
  "tags": null,
117
  "license": null,
118
+ "pretrained_path": "outputs/train/hf_diffusion_fast/checkpoints/last/pretrained_model",
119
  "horizon": 16,
120
  "n_action_steps": 8,
121
  "normalization_mapping": {
 
166
  },
167
  "output_dir": "outputs/train/hf_diffusion_fast",
168
  "job_name": "pusht_diffusion_fast",
169
+ "resume": true,
170
  "seed": 42,
171
  "cudnn_deterministic": false,
172
  "num_workers": 12,
173
  "batch_size": 64,
174
+ "steps": 100000,
175
  "eval_freq": 10000,
176
  "log_freq": 200,
177
  "tolerance_s": 0.0001,
 
216
  "rabc_epsilon": 1e-06,
217
  "rabc_head_mode": "sparse",
218
  "rename_map": {},
219
+ "checkpoint_path": "outputs/train/hf_diffusion_fast/checkpoints/last"
220
  }