gimarchetti commited on
Commit
ca92ca5
·
verified ·
1 Parent(s): 7717b5e

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. config.json +1 -1
  3. train_config.json +20 -4
README.md CHANGED
@@ -6,8 +6,8 @@ model_name: pi05
6
  pipeline_tag: robotics
7
  tags:
8
  - pi05
9
- - robotics
10
  - lerobot
 
11
  ---
12
 
13
  # Model Card for pi05
 
6
  pipeline_tag: robotics
7
  tags:
8
  - pi05
 
9
  - lerobot
10
+ - robotics
11
  ---
12
 
13
  # Model Card for pi05
config.json CHANGED
@@ -67,7 +67,7 @@
67
  "VISUAL": "IDENTITY"
68
  },
69
  "gradient_checkpointing": true,
70
- "compile_model": true,
71
  "compile_mode": "max-autotune",
72
  "optimizer_lr": 2.5e-05,
73
  "optimizer_betas": [
 
67
  "VISUAL": "IDENTITY"
68
  },
69
  "gradient_checkpointing": true,
70
+ "compile_model": false,
71
  "compile_mode": "max-autotune",
72
  "optimizer_lr": 2.5e-05,
73
  "optimizer_betas": [
train_config.json CHANGED
@@ -57,6 +57,20 @@
57
  1.5
58
  ]
59
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  }
61
  }
62
  },
@@ -135,7 +149,7 @@
135
  "VISUAL": "IDENTITY"
136
  },
137
  "gradient_checkpointing": true,
138
- "compile_model": true,
139
  "compile_mode": "max-autotune",
140
  "optimizer_lr": 2.5e-05,
141
  "optimizer_betas": [
@@ -150,7 +164,7 @@
150
  "scheduler_decay_lr": 2.5e-06
151
  },
152
  "output_dir": "outputs/train/pi05_so101_winnie_us7_nvi",
153
- "job_name": "pi05_so101_winnie_us7_nvi",
154
  "resume": false,
155
  "seed": 1000,
156
  "num_workers": 4,
@@ -190,7 +204,9 @@
190
  "project": "lerobot",
191
  "entity": null,
192
  "notes": null,
193
- "run_id": "z8afkhk1",
194
  "mode": null
195
- }
 
 
196
  }
 
57
  1.5
58
  ]
59
  }
60
+ },
61
+ "affine": {
62
+ "weight": 1.0,
63
+ "type": "RandomAffine",
64
+ "kwargs": {
65
+ "degrees": [
66
+ -5.0,
67
+ 5.0
68
+ ],
69
+ "translate": [
70
+ 0.05,
71
+ 0.05
72
+ ]
73
+ }
74
  }
75
  }
76
  },
 
149
  "VISUAL": "IDENTITY"
150
  },
151
  "gradient_checkpointing": true,
152
+ "compile_model": false,
153
  "compile_mode": "max-autotune",
154
  "optimizer_lr": 2.5e-05,
155
  "optimizer_betas": [
 
164
  "scheduler_decay_lr": 2.5e-06
165
  },
166
  "output_dir": "outputs/train/pi05_so101_winnie_us7_nvi",
167
+ "job_name": "pi05_so101_winnie_us7_nvi32",
168
  "resume": false,
169
  "seed": 1000,
170
  "num_workers": 4,
 
204
  "project": "lerobot",
205
  "entity": null,
206
  "notes": null,
207
+ "run_id": "sl3bt4v1",
208
  "mode": null
209
+ },
210
+ "checkpoint_path": null,
211
+ "rename_map": {}
212
  }