Russo0405 commited on
Commit
5d43bf4
·
verified ·
1 Parent(s): 34c6974

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 +2 -2
  4. 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": "uniform",
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:a0b840775799a3b8447df4c63cab612405dafd7cf702f322668e2634d3e46180
3
- size 341370208
 
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": "uniform",
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-10/18-46-38_pusht_jit",
201
  "job_name": "pusht_jit",
202
  "resume": false,
203
- "seed": 1000,
204
  "num_workers": 4,
205
  "batch_size": 64,
206
  "steps": 200000,
207
- "eval_freq": 20000,
208
  "log_freq": 200,
209
  "tolerance_s": 0.0001,
210
  "save_checkpoint": true,
211
- "save_freq": 20000,
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": "Jan",
238
  "entity": null,
239
  "notes": null,
240
- "run_id": "mrjohnkq",
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,