Robotics
LeRobot
Safetensors
diffusion
RemkoPr commited on
Commit
aaaade4
·
verified ·
1 Parent(s): cdb0cf4

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
@@ -6,8 +6,8 @@ model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
8
  - robotics
9
- - diffusion
10
  - lerobot
 
11
  ---
12
 
13
  # Model Card for diffusion
 
6
  pipeline_tag: robotics
7
  tags:
8
  - robotics
 
9
  - lerobot
10
+ - diffusion
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": "/project_ghent/lerobot/outputs/train/2026-02-24/13-35-49_b-n150-PREPR-INSTR0/checkpoints/040000/pretrained_model",
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-35-49_b-n150-PREPR-INSTR0/checkpoints/020000/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:f88f9793f56ea00e18f0dafb68f22c548c8458324501519ea08dc7f368bcac80
3
  size 368931004
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67e6591f60a35e6bc3cc396f83a43db2bdf7679a27278132f1b8ce2d44f1bc8a
3
  size 368931004
train_config.json CHANGED
@@ -109,7 +109,7 @@
109
  "private": null,
110
  "tags": null,
111
  "license": null,
112
- "pretrained_path": "/project_ghent/lerobot/outputs/train/2026-02-24/13-35-49_b-n150-PREPR-INSTR0/checkpoints/040000/pretrained_model",
113
  "horizon": 16,
114
  "n_action_steps": 8,
115
  "normalization_mapping": {
@@ -163,12 +163,12 @@
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": false,
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": "/project_ghent/lerobot/outputs/train/2026-02-24/13-35-49_b-n150-PREPR-INSTR0/checkpoints/040000"
211
  }
 
109
  "private": null,
110
  "tags": null,
111
  "license": null,
112
+ "pretrained_path": "/project_ghent/lerobot/outputs/train/2026-02-24/13-35-49_b-n150-PREPR-INSTR0/checkpoints/020000/pretrained_model",
113
  "horizon": 16,
114
  "n_action_steps": 8,
115
  "normalization_mapping": {
 
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": 80000,
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-35-49_b-n150-PREPR-INSTR0/checkpoints/020000"
211
  }