Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ confirm the two sides talk to each other, not to train anything.

## A real VLA, end to end

<video src="/media/libero-base.mp4" autoplay loop muted playsinline controls
style="width:360px;max-width:100%"></video>

*The **unmodified** pi0.5, driven through the boundary on `libero_spatial`
task 0 - three episodes, all three successful. This is the observation stream
the policy itself sees, at its native 224x224, not an outside camera. The
fine-tuned policy is the one that scores zero, further down.*

The same two processes carry a full-size pi0.5. The env client steps LIBERO,
the server answers with actions, and FPO trains on the feedback that comes
back. Nothing about the boundary changes; only the policy does.
Expand Down
7 changes: 7 additions & 0 deletions docs/index.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ dummy 算法的 `learn` 是一个 sleep,不会移动任何权重。它用来

## 真实 VLA,端到端

<video src="/media/libero-base.mp4" autoplay loop muted playsinline controls
style="width:360px;max-width:100%"></video>

*画面是**未经微调**的 pi0.5 通过这条边界在 `libero_spatial` 任务 0 上的执行过程——
三个回合,全部成功。这是策略自己看到的观测流,原生 224×224,不是外部机位。
微调之后成功率归零的那个策略,在下文。*

同样的两个进程也能承载一个完整尺寸的 pi0.5:环境端步进 LIBERO,服务端返回动作,
FPO 用回传的反馈训练。边界本身没有任何改动,变的只是策略。

Expand Down
Binary file added docs/media/libero-base.mp4
Binary file not shown.
Binary file added docs/media/libero-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/media/libero-wrist.mp4
Binary file not shown.
Loading