notes

VLA

π0

The basis of Vision Embedding + Language prefix backbone + action expert, as the integrated system of V + L + A.

For each decision step, it receive the vision (images from cameras), robot state and instruction, and output an action trajectory (of some fixed size). This then becomes a smooth action that the robot would then execute.

The action are not binned/discretized as it is not done by autoregressive next-token prediction based methods.

RT-2 and OpenVLA are based on autoregressive methods.

π0-FAST

π0 had strong action quality, but flow-matching training was expensive.

π0-FAST tries to use an autoregressive action export, but without the naive action binning, which is too coarse grained for precise action control.

FAST: Frequency-space Action Sequence Tokenization it solves:

π0.5

Introduce staged-training, and the task decomposition.

Essentially it tries to model the semantic part and the motor part separately. Predict a task, and then the action expert generate the low level actions.

It uses a two-stage training, stage 1: autoregressive pretraining. stage 2: continuous posttraining.

π0.6 and π0.6*

Further scaling: