Views
No views yet
real_pass_knife_sharp| Parameter | Value |
|---|---|
| Base model | pi0.5 (PaliGemma 2B + Gemma 2B action expert) |
| Total parameters | ~3.35B |
| Action dimension | 32 |
| Action horizon | 10 |
| Batch size | 16 |
| Training steps | 5,000 |
| Learning rate | Cosine decay: warmup=500, peak=5e-5, end=5e-6 |
| Optimizer | AdamW (gradient clip norm=1.0) |
| Base weights | gs://openpi-assets/checkpoints/pi05_base/params |
| GPUs | 8x NVIDIA A100 |
| Normalization | Quantile normalization |
| Step | Loss |
|---|---|
| 0 | 0.1074 |
| 1000 | 0.0120 |
| 2000 | 0.0076 |
| 3000 | 0.0052 |
| 4000 | 0.0030 |
| 4900 | 0.0023 |
1# Add config name to openpi training config, then:
2from openpi.training.config import get_config
3config = get_config("pi05_real_pk_sharp")
4
5# For inference, load the params checkpoint:
6# checkpoint_path = "path/to/step_XXXX/params"