Robotics
LeRobot
Safetensors
smolvla
LBST commited on
Commit
2aa0f9d
·
verified ·
1 Parent(s): 9247f5d

Upload policy weights, train config and readme

Browse files
Files changed (2) hide show
  1. model.safetensors +1 -1
  2. train_config.json +5 -5
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:98739b14984d470ca1c85434743056a066858f17cbca7b1b79ab5bceba199078
3
  size 906713296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da948a643e6374c4bbb056e2afbc9d79eda154a9ff153864c1cf41e5c7b71d62
3
  size 906713296
train_config.json CHANGED
@@ -154,16 +154,16 @@
154
  "max_period": 4.0
155
  },
156
  "output_dir": "outputs/train/t06_pick_and_place",
157
- "job_name": "t06_pick_and_place_job",
158
  "resume": false,
159
  "seed": 1000,
160
  "num_workers": 4,
161
  "batch_size": 64,
162
- "steps": 2000,
163
- "eval_freq": 100,
164
  "log_freq": 200,
165
  "save_checkpoint": true,
166
- "save_freq": 250,
167
  "use_policy_training_preset": true,
168
  "optimizer": {
169
  "type": "adamw",
@@ -194,7 +194,7 @@
194
  "project": "lerobot",
195
  "entity": null,
196
  "notes": null,
197
- "run_id": "ifa1ch17",
198
  "mode": null
199
  }
200
  }
 
154
  "max_period": 4.0
155
  },
156
  "output_dir": "outputs/train/t06_pick_and_place",
157
+ "job_name": "t06_pick_and_place_job_2",
158
  "resume": false,
159
  "seed": 1000,
160
  "num_workers": 4,
161
  "batch_size": 64,
162
+ "steps": 6000,
163
+ "eval_freq": 2000,
164
  "log_freq": 200,
165
  "save_checkpoint": true,
166
+ "save_freq": 2000,
167
  "use_policy_training_preset": true,
168
  "optimizer": {
169
  "type": "adamw",
 
194
  "project": "lerobot",
195
  "entity": null,
196
  "notes": null,
197
+ "run_id": "radeyccc",
198
  "mode": null
199
  }
200
  }