Upload policy weights, train config and readme
Browse files- README.md +1 -1
- config.json +1 -1
- model.safetensors +2 -2
- train_config.json +7 -7
README.md
CHANGED
|
@@ -5,9 +5,9 @@ license: apache-2.0
|
|
| 5 |
model_name: jit
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
| 8 |
- jit
|
| 9 |
- lerobot
|
| 10 |
-
- robotics
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for jit
|
|
|
|
| 5 |
model_name: jit
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
+
- robotics
|
| 9 |
- jit
|
| 10 |
- lerobot
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for jit
|
config.json
CHANGED
|
@@ -59,7 +59,7 @@
|
|
| 59 |
"dropout": 0.1,
|
| 60 |
"dim_feedforward": 4096,
|
| 61 |
"activation": "gelu",
|
| 62 |
-
"training_noise_sampling": "
|
| 63 |
"clip_sample": true,
|
| 64 |
"clip_sample_range": 1.0,
|
| 65 |
"num_inference_steps": 100,
|
|
|
|
| 59 |
"dropout": 0.1,
|
| 60 |
"dim_feedforward": 4096,
|
| 61 |
"activation": "gelu",
|
| 62 |
+
"training_noise_sampling": "beta",
|
| 63 |
"clip_sample": true,
|
| 64 |
"clip_sample_range": 1.0,
|
| 65 |
"num_inference_steps": 100,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52e646f6e7bc2bf165657cfd8264b75c01b46128e62485192ad4219faf7dfaec
|
| 3 |
+
size 260841784
|
train_config.json
CHANGED
|
@@ -182,7 +182,7 @@
|
|
| 182 |
"dropout": 0.1,
|
| 183 |
"dim_feedforward": 4096,
|
| 184 |
"activation": "gelu",
|
| 185 |
-
"training_noise_sampling": "
|
| 186 |
"clip_sample": true,
|
| 187 |
"clip_sample_range": 1.0,
|
| 188 |
"num_inference_steps": 100,
|
|
@@ -197,18 +197,18 @@
|
|
| 197 |
"scheduler_name": "cosine",
|
| 198 |
"scheduler_warmup_steps": 500
|
| 199 |
},
|
| 200 |
-
"output_dir": "outputs/train/2026-01-
|
| 201 |
"job_name": "pusht_jit",
|
| 202 |
"resume": false,
|
| 203 |
-
"seed":
|
| 204 |
"num_workers": 4,
|
| 205 |
"batch_size": 64,
|
| 206 |
"steps": 200000,
|
| 207 |
-
"eval_freq":
|
| 208 |
"log_freq": 200,
|
| 209 |
"tolerance_s": 0.0001,
|
| 210 |
"save_checkpoint": true,
|
| 211 |
-
"save_freq":
|
| 212 |
"use_policy_training_preset": true,
|
| 213 |
"optimizer": {
|
| 214 |
"type": "adam",
|
|
@@ -234,10 +234,10 @@
|
|
| 234 |
"wandb": {
|
| 235 |
"enable": true,
|
| 236 |
"disable_artifact": false,
|
| 237 |
-
"project": "
|
| 238 |
"entity": null,
|
| 239 |
"notes": null,
|
| 240 |
-
"run_id": "
|
| 241 |
"mode": null
|
| 242 |
},
|
| 243 |
"use_rabc": false,
|
|
|
|
| 182 |
"dropout": 0.1,
|
| 183 |
"dim_feedforward": 4096,
|
| 184 |
"activation": "gelu",
|
| 185 |
+
"training_noise_sampling": "beta",
|
| 186 |
"clip_sample": true,
|
| 187 |
"clip_sample_range": 1.0,
|
| 188 |
"num_inference_steps": 100,
|
|
|
|
| 197 |
"scheduler_name": "cosine",
|
| 198 |
"scheduler_warmup_steps": 500
|
| 199 |
},
|
| 200 |
+
"output_dir": "outputs/train/2026-01-22/20-09-50_pusht_jit",
|
| 201 |
"job_name": "pusht_jit",
|
| 202 |
"resume": false,
|
| 203 |
+
"seed": 10000,
|
| 204 |
"num_workers": 4,
|
| 205 |
"batch_size": 64,
|
| 206 |
"steps": 200000,
|
| 207 |
+
"eval_freq": 25000,
|
| 208 |
"log_freq": 200,
|
| 209 |
"tolerance_s": 0.0001,
|
| 210 |
"save_checkpoint": true,
|
| 211 |
+
"save_freq": 25000,
|
| 212 |
"use_policy_training_preset": true,
|
| 213 |
"optimizer": {
|
| 214 |
"type": "adam",
|
|
|
|
| 234 |
"wandb": {
|
| 235 |
"enable": true,
|
| 236 |
"disable_artifact": false,
|
| 237 |
+
"project": "incontext",
|
| 238 |
"entity": null,
|
| 239 |
"notes": null,
|
| 240 |
+
"run_id": "2flhsfw9",
|
| 241 |
"mode": null
|
| 242 |
},
|
| 243 |
"use_rabc": false,
|