Instructions to use abdul004/pi05_so101_multitask_checkpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use abdul004/pi05_so101_multitask_checkpoint with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Remove internal episode wording from journey doc
Browse files
pi0_so101/MULTITASK_INFERENCE_AND_COMPRESSION_JOURNEY.md
CHANGED
|
@@ -38,9 +38,9 @@ Representative demo artifacts:
|
|
| 38 |
- Whistle to green bin: `eval_pi05_multitask_whistle_green/eval_demo.gif`
|
| 39 |
- Lego/block to yellow-blue target: `eval_pi05_multitask_lego_yellow_bluen/eval_demo.gif`
|
| 40 |
|
| 41 |
-
Representative successful whistle/green-bin rollout from
|
| 42 |
|
| 43 |
-

|
| 287 |
|
|
|
|
| 38 |
- Whistle to green bin: `eval_pi05_multitask_whistle_green/eval_demo.gif`
|
| 39 |
- Lego/block to yellow-blue target: `eval_pi05_multitask_lego_yellow_bluen/eval_demo.gif`
|
| 40 |
|
| 41 |
+
Representative successful whistle/green-bin rollout from live direct inference:
|
| 42 |
|
| 43 |
+

|
| 44 |
|
| 45 |
## 2. Direct Remote Inference
|
| 46 |
|
|
|
|
| 59 |
--policy.dir=/workspace/checkpoint/4999
|
| 60 |
```
|
| 61 |
|
| 62 |
+
On the Mac, `experiments/policy_trace/record.py` records a full closed-loop trace while controlling the robot. For a clean run, we first move the robot to a fixed start pose:
|
| 63 |
|
| 64 |
```bash
|
| 65 |
PYTHONPATH=. python experiments/policy_trace/move_to_start_pose.py \
|
|
|
|
| 85 |
--max-relative-target 15 \
|
| 86 |
--jpeg-quality 80 \
|
| 87 |
--frame-quality 92 \
|
| 88 |
+
--start-pose "saved_start_pose"
|
| 89 |
```
|
| 90 |
|
| 91 |
This answered the first practical question:
|
|
|
|
| 163 |
- jerk amplification,
|
| 164 |
- and eventually real robot rollouts.
|
| 165 |
|
| 166 |
+
The decoder-only robot replay is a good example: it showed the idea could work, but it also exposed the high-jerk behavior that made action-level evaluation necessary.
|
| 167 |
|
| 168 |
+

|
| 169 |
|
| 170 |
## 5. Real Encoder-Decoder: Global Latents
|
| 171 |
|
|
|
|
| 281 |
- bin edges and small object/gripper structure were softened,
|
| 282 |
- and the policy likely lost important spatial cues.
|
| 283 |
|
| 284 |
+
The comparison below shows local camera frames against the server-decoded latent frames from a live latent rollout:
|
| 285 |
|
| 286 |

|
| 287 |
|