Robotics
LeRobot
Safetensors
diffusion
KeWangRobotics commited on
Commit
37f86c9
·
verified ·
1 Parent(s): 32a10af

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +2 -2
  3. model.safetensors +1 -1
  4. train_config.json +6 -6
README.md CHANGED
@@ -5,8 +5,8 @@ license: apache-2.0
5
  model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
8
- - lerobot
9
  - diffusion
 
10
  - robotics
11
  ---
12
 
 
5
  model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
 
8
  - diffusion
9
+ - lerobot
10
  - robotics
11
  ---
12
 
config.json CHANGED
@@ -37,8 +37,8 @@
37
  "n_action_steps": 40,
38
  "normalization_mapping": {
39
  "VISUAL": "MEAN_STD",
40
- "STATE": "MIN_MAX",
41
- "ACTION": "MIN_MAX"
42
  },
43
  "drop_n_last_frames": 7,
44
  "vision_backbone": "resnet18",
 
37
  "n_action_steps": 40,
38
  "normalization_mapping": {
39
  "VISUAL": "MEAN_STD",
40
+ "STATE": "MEAN_STD",
41
+ "ACTION": "MEAN_STD"
42
  },
43
  "drop_n_last_frames": 7,
44
  "vision_backbone": "resnet18",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d157ee1296eccfe73a375eb1c7901e74679126e20bf1d6804c4ed7d35458af6c
3
  size 1053786048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1242264780feec1c8008f10c227d43499590983984145652b3c76594f64438ce
3
  size 1053786048
train_config.json CHANGED
@@ -158,8 +158,8 @@
158
  "n_action_steps": 40,
159
  "normalization_mapping": {
160
  "VISUAL": "MEAN_STD",
161
- "STATE": "MIN_MAX",
162
- "ACTION": "MIN_MAX"
163
  },
164
  "drop_n_last_frames": 7,
165
  "vision_backbone": "resnet18",
@@ -201,13 +201,13 @@
201
  "scheduler_name": "cosine",
202
  "scheduler_warmup_steps": 500
203
  },
204
- "output_dir": "outputs/train/diffusion_policy_aloha_transfer",
205
  "job_name": "aloha_diffusion",
206
  "resume": false,
207
  "seed": 1000,
208
  "num_workers": 4,
209
- "batch_size": 8,
210
- "steps": 100000,
211
  "eval_freq": 20000,
212
  "log_freq": 200,
213
  "save_checkpoint": true,
@@ -240,7 +240,7 @@
240
  "project": "lerobot",
241
  "entity": null,
242
  "notes": null,
243
- "run_id": "977qb3p3",
244
  "mode": null
245
  },
246
  "checkpoint_path": null,
 
158
  "n_action_steps": 40,
159
  "normalization_mapping": {
160
  "VISUAL": "MEAN_STD",
161
+ "STATE": "MEAN_STD",
162
+ "ACTION": "MEAN_STD"
163
  },
164
  "drop_n_last_frames": 7,
165
  "vision_backbone": "resnet18",
 
201
  "scheduler_name": "cosine",
202
  "scheduler_warmup_steps": 500
203
  },
204
+ "output_dir": "outputs/train/diffusion_policy_aloha_transfer_1",
205
  "job_name": "aloha_diffusion",
206
  "resume": false,
207
  "seed": 1000,
208
  "num_workers": 4,
209
+ "batch_size": 16,
210
+ "steps": 60000,
211
  "eval_freq": 20000,
212
  "log_freq": 200,
213
  "save_checkpoint": true,
 
240
  "project": "lerobot",
241
  "entity": null,
242
  "notes": null,
243
+ "run_id": "zuq9to3v",
244
  "mode": null
245
  },
246
  "checkpoint_path": null,