Robotics
LeRobot
Safetensors
diffusion
paragon7060 commited on
Commit
9786855
·
verified ·
1 Parent(s): 5693bfc

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. model.safetensors +2 -2
  3. train_config.json +4 -4
config.json CHANGED
@@ -10,7 +10,7 @@
10
  "observation.state": {
11
  "type": "STATE",
12
  "shape": [
13
- 8
14
  ]
15
  },
16
  "observation.images.wrist": {
 
10
  "observation.state": {
11
  "type": "STATE",
12
  "shape": [
13
+ 16
14
  ]
15
  },
16
  "observation.images.wrist": {
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3ee3524afa5dbaec7723876f3d727878787c3682a7c0b708764df0184bcda1c0
3
- size 319767864
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65da6d432d9c9ccd6e9d8c5b786aea89c5578f03291011083f9cb2a970831b93
3
+ size 320685432
train_config.json CHANGED
@@ -77,7 +77,7 @@
77
  "observation.state": {
78
  "type": "STATE",
79
  "shape": [
80
- 8
81
  ]
82
  },
83
  "observation.images.wrist": {
@@ -180,11 +180,11 @@
180
  "seed": 0,
181
  "num_workers": 4,
182
  "batch_size": 16,
183
- "steps": 20000,
184
  "eval_freq": 20000,
185
  "log_freq": 200,
186
  "save_checkpoint": true,
187
- "save_freq": 2500,
188
  "use_policy_training_preset": true,
189
  "optimizer": {
190
  "type": "adam",
@@ -213,7 +213,7 @@
213
  "project": "diffusion-door",
214
  "entity": "RwHlabs",
215
  "notes": null,
216
- "run_id": "7s4vkdyy",
217
  "mode": null
218
  }
219
  }
 
77
  "observation.state": {
78
  "type": "STATE",
79
  "shape": [
80
+ 16
81
  ]
82
  },
83
  "observation.images.wrist": {
 
180
  "seed": 0,
181
  "num_workers": 4,
182
  "batch_size": 16,
183
+ "steps": 50000,
184
  "eval_freq": 20000,
185
  "log_freq": 200,
186
  "save_checkpoint": true,
187
+ "save_freq": 10000,
188
  "use_policy_training_preset": true,
189
  "optimizer": {
190
  "type": "adam",
 
213
  "project": "diffusion-door",
214
  "entity": "RwHlabs",
215
  "notes": null,
216
+ "run_id": "d50bk84x",
217
  "mode": null
218
  }
219
  }