Robotics
LeRobot
Safetensors
act
Fyifty commited on
Commit
3fc2d6b
·
verified ·
1 Parent(s): 3cc0251

Upload policy weights, train config and readme

Browse files
Files changed (2) hide show
  1. model.safetensors +1 -1
  2. train_config.json +3 -3
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c1ff9757dc8aa51bc468a0040769058ef3c6765127f3191e54b72b074eae8342
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c167626cb0322162b12c87ec74088ff269bfdcb780710d893e753ce735dbff1c
3
  size 206699736
train_config.json CHANGED
@@ -148,7 +148,7 @@
148
  "seed": 1000,
149
  "num_workers": 4,
150
  "batch_size": 8,
151
- "steps": 100000,
152
  "eval_freq": 20000,
153
  "log_freq": 200,
154
  "save_checkpoint": true,
@@ -172,12 +172,12 @@
172
  "use_async_envs": false
173
  },
174
  "wandb": {
175
- "enable": false,
176
  "disable_artifact": false,
177
  "project": "lerobot",
178
  "entity": null,
179
  "notes": null,
180
- "run_id": null,
181
  "mode": null
182
  },
183
  "checkpoint_path": null,
 
148
  "seed": 1000,
149
  "num_workers": 4,
150
  "batch_size": 8,
151
+ "steps": 200000,
152
  "eval_freq": 20000,
153
  "log_freq": 200,
154
  "save_checkpoint": true,
 
172
  "use_async_envs": false
173
  },
174
  "wandb": {
175
+ "enable": true,
176
  "disable_artifact": false,
177
  "project": "lerobot",
178
  "entity": null,
179
  "notes": null,
180
+ "run_id": "71kyknu4",
181
  "mode": null
182
  },
183
  "checkpoint_path": null,