Robotics
LeRobot
Safetensors
diffusion
RemkoPr commited on
Commit
0d048c3
·
verified ·
1 Parent(s): bf3aabb

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 +5 -5
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
8
- - robotics
9
  - diffusion
10
  - lerobot
 
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
@@ -41,7 +41,7 @@
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
- "pretrained_path": null,
45
  "horizon": 16,
46
  "n_action_steps": 8,
47
  "normalization_mapping": {
 
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
+ "pretrained_path": "/project_ghent/lerobot/outputs/train/2026-02-24/13-39-25_b-n150-PREPR-INSTR1/checkpoints/100000/pretrained_model",
45
  "horizon": 16,
46
  "n_action_steps": 8,
47
  "normalization_mapping": {
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ede88f9364dcce3b3caa49d5351e835d71f64b4a92623da9b69058af781e7d88
3
  size 369389756
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4b120ce3883197b5f9090423ddc84a825cd236a75a1b6715311bed4655b636c
3
  size 369389756
train_config.json CHANGED
@@ -109,7 +109,7 @@
109
  "private": null,
110
  "tags": null,
111
  "license": null,
112
- "pretrained_path": null,
113
  "horizon": 16,
114
  "n_action_steps": 8,
115
  "normalization_mapping": {
@@ -159,16 +159,16 @@
159
  },
160
  "output_dir": "outputs/train/2026-02-24/13-39-25_b-n150-PREPR-INSTR1",
161
  "job_name": "b-n150-PREPR-INSTR1",
162
- "resume": false,
163
  "seed": 2025,
164
  "num_workers": 4,
165
  "batch_size": 32,
166
- "steps": 100000,
167
  "eval_freq": 0,
168
  "log_freq": 200,
169
  "tolerance_s": 0.0001,
170
  "save_checkpoint": true,
171
- "save_freq": 20000,
172
  "use_policy_training_preset": true,
173
  "optimizer": {
174
  "type": "adam",
@@ -207,5 +207,5 @@
207
  "rabc_epsilon": 1e-06,
208
  "rabc_head_mode": "sparse",
209
  "rename_map": {},
210
- "checkpoint_path": null
211
  }
 
109
  "private": null,
110
  "tags": null,
111
  "license": null,
112
+ "pretrained_path": "/project_ghent/lerobot/outputs/train/2026-02-24/13-39-25_b-n150-PREPR-INSTR1/checkpoints/100000/pretrained_model",
113
  "horizon": 16,
114
  "n_action_steps": 8,
115
  "normalization_mapping": {
 
159
  },
160
  "output_dir": "outputs/train/2026-02-24/13-39-25_b-n150-PREPR-INSTR1",
161
  "job_name": "b-n150-PREPR-INSTR1",
162
+ "resume": true,
163
  "seed": 2025,
164
  "num_workers": 4,
165
  "batch_size": 32,
166
+ "steps": 150000,
167
  "eval_freq": 0,
168
  "log_freq": 200,
169
  "tolerance_s": 0.0001,
170
  "save_checkpoint": true,
171
+ "save_freq": 50000,
172
  "use_policy_training_preset": true,
173
  "optimizer": {
174
  "type": "adam",
 
207
  "rabc_epsilon": 1e-06,
208
  "rabc_head_mode": "sparse",
209
  "rename_map": {},
210
+ "checkpoint_path": "/project_ghent/lerobot/outputs/train/2026-02-24/13-39-25_b-n150-PREPR-INSTR1/checkpoints/100000"
211
  }