justinstrong commited on
Commit
a9a8dc6
·
verified ·
1 Parent(s): f9d2d27

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +8 -3
  3. model.safetensors +1 -1
  4. train_config.json +20 -15
README.md CHANGED
@@ -4,9 +4,9 @@ license: apache-2.0
4
  model_name: pi05
5
  pipeline_tag: robotics
6
  tags:
7
- - pi05
8
  - lerobot
9
  - robotics
 
10
  ---
11
 
12
  # Model Card for pi05
 
4
  model_name: pi05
5
  pipeline_tag: robotics
6
  tags:
 
7
  - lerobot
8
  - robotics
9
+ - pi05
10
  ---
11
 
12
  # Model Card for pi05
config.json CHANGED
@@ -49,7 +49,7 @@
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
- "pretrained_path": "lerobot/pi05_base",
53
  "paligemma_variant": "gemma_2b",
54
  "action_expert_variant": "gemma_300m",
55
  "dtype": "bfloat16",
@@ -64,6 +64,11 @@
64
  "time_sampling_offset": 0.001,
65
  "min_period": 0.004,
66
  "max_period": 4.0,
 
 
 
 
 
67
  "rtc_config": null,
68
  "image_resolution": [
69
  224,
@@ -89,7 +94,7 @@
89
  "optimizer_eps": 1e-08,
90
  "optimizer_weight_decay": 0.01,
91
  "optimizer_grad_clip_norm": 1.0,
92
- "scheduler_warmup_steps": 1,
93
- "scheduler_decay_steps": 1,
94
  "scheduler_decay_lr": 2.5e-06
95
  }
 
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
+ "pretrained_path": "/ephemeral/production_run_/checkpoints/075000/pretrained_model",
53
  "paligemma_variant": "gemma_2b",
54
  "action_expert_variant": "gemma_300m",
55
  "dtype": "bfloat16",
 
64
  "time_sampling_offset": 0.001,
65
  "min_period": 0.004,
66
  "max_period": 4.0,
67
+ "use_relative_actions": false,
68
+ "relative_exclude_joints": [
69
+ "gripper"
70
+ ],
71
+ "action_feature_names": null,
72
  "rtc_config": null,
73
  "image_resolution": [
74
  224,
 
94
  "optimizer_eps": 1e-08,
95
  "optimizer_weight_decay": 0.01,
96
  "optimizer_grad_clip_norm": 1.0,
97
+ "scheduler_warmup_steps": 1000,
98
+ "scheduler_decay_steps": 96097,
99
  "scheduler_decay_lr": 2.5e-06
100
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:44a40d674c772eca872d6cdcb784f04189fdaf9678a09150c7983a2d2c9624be
3
  size 9354050752
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89b8d5771878e4ce8f817f0f1179e56d4428f4c833d18064cff33ed70ccb9264
3
  size 9354050752
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "so100:/tmp/pi05_chain_smoke_out/community_dataset_v3:/tmp/pi05_chain_smoke_repo/filtered_index_inplace_new_convention_train.remote_ready.json:/tmp/pi05_chain_smoke_repo/norm_stats_inplace_new_quantiles_train_split.remote_ready.json",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -131,7 +131,7 @@
131
  "private": null,
132
  "tags": null,
133
  "license": null,
134
- "pretrained_path": "lerobot/pi05_base",
135
  "paligemma_variant": "gemma_2b",
136
  "action_expert_variant": "gemma_300m",
137
  "dtype": "bfloat16",
@@ -146,6 +146,11 @@
146
  "time_sampling_offset": 0.001,
147
  "min_period": 0.004,
148
  "max_period": 4.0,
 
 
 
 
 
149
  "rtc_config": null,
150
  "image_resolution": [
151
  224,
@@ -171,23 +176,23 @@
171
  "optimizer_eps": 1e-08,
172
  "optimizer_weight_decay": 0.01,
173
  "optimizer_grad_clip_norm": 1.0,
174
- "scheduler_warmup_steps": 1,
175
- "scheduler_decay_steps": 1,
176
  "scheduler_decay_lr": 2.5e-06
177
  },
178
- "output_dir": "/tmp/pi05_chain_smoke_out/train4",
179
  "job_name": "pi05",
180
- "resume": false,
181
  "seed": 1000,
182
  "cudnn_deterministic": false,
183
- "num_workers": 0,
184
- "batch_size": 1,
185
- "steps": 1,
186
  "eval_freq": 20000,
187
- "log_freq": 1,
188
  "tolerance_s": 0.0001,
189
  "save_checkpoint": true,
190
- "save_freq": 1,
191
  "use_policy_training_preset": true,
192
  "optimizer": {
193
  "type": "adamw",
@@ -202,8 +207,8 @@
202
  },
203
  "scheduler": {
204
  "type": "cosine_decay_with_warmup",
205
- "num_warmup_steps": 1,
206
- "num_decay_steps": 1,
207
  "peak_lr": 2.5e-05,
208
  "decay_lr": 2.5e-06
209
  },
@@ -218,7 +223,7 @@
218
  "project": "pi05-so100-diverse",
219
  "entity": null,
220
  "notes": null,
221
- "run_id": "93gm3uds",
222
  "mode": null,
223
  "add_tags": true
224
  },
@@ -232,5 +237,5 @@
232
  "observation.images.image": "observation.images.base_0_rgb",
233
  "observation.images.image2": "observation.images.left_wrist_0_rgb"
234
  },
235
- "checkpoint_path": null
236
  }
 
1
  {
2
  "dataset": {
3
+ "repo_id": "so100:/ephemeral/community_dataset_v3:/home/nvidia/pi05-so100-diverse/filtered_index_inplace_new_convention_train.remote_ready.json:/home/nvidia/pi05-so100-diverse/norm_stats_inplace_new_quantiles_train_split.remote_ready.json",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
131
  "private": null,
132
  "tags": null,
133
  "license": null,
134
+ "pretrained_path": "/ephemeral/production_run_/checkpoints/075000/pretrained_model",
135
  "paligemma_variant": "gemma_2b",
136
  "action_expert_variant": "gemma_300m",
137
  "dtype": "bfloat16",
 
146
  "time_sampling_offset": 0.001,
147
  "min_period": 0.004,
148
  "max_period": 4.0,
149
+ "use_relative_actions": false,
150
+ "relative_exclude_joints": [
151
+ "gripper"
152
+ ],
153
+ "action_feature_names": null,
154
  "rtc_config": null,
155
  "image_resolution": [
156
  224,
 
176
  "optimizer_eps": 1e-08,
177
  "optimizer_weight_decay": 0.01,
178
  "optimizer_grad_clip_norm": 1.0,
179
+ "scheduler_warmup_steps": 1000,
180
+ "scheduler_decay_steps": 96097,
181
  "scheduler_decay_lr": 2.5e-06
182
  },
183
+ "output_dir": "/data/pi05_runs/production_run_resume_075000",
184
  "job_name": "pi05",
185
+ "resume": true,
186
  "seed": 1000,
187
  "cudnn_deterministic": false,
188
+ "num_workers": 4,
189
+ "batch_size": 24,
190
+ "steps": 96097,
191
  "eval_freq": 20000,
192
+ "log_freq": 50,
193
  "tolerance_s": 0.0001,
194
  "save_checkpoint": true,
195
+ "save_freq": 1000,
196
  "use_policy_training_preset": true,
197
  "optimizer": {
198
  "type": "adamw",
 
207
  },
208
  "scheduler": {
209
  "type": "cosine_decay_with_warmup",
210
+ "num_warmup_steps": 1000,
211
+ "num_decay_steps": 96097,
212
  "peak_lr": 2.5e-05,
213
  "decay_lr": 2.5e-06
214
  },
 
223
  "project": "pi05-so100-diverse",
224
  "entity": null,
225
  "notes": null,
226
+ "run_id": "ilp46xxp",
227
  "mode": null,
228
  "add_tags": true
229
  },
 
237
  "observation.images.image": "observation.images.base_0_rgb",
238
  "observation.images.image2": "observation.images.left_wrist_0_rgb"
239
  },
240
+ "checkpoint_path": "/ephemeral/production_run_/checkpoints/075000"
241
  }