RL Token (RLT) encoder-decoder trained on the 6-dataset build-block-tower mixture, on top of the retain/step_49999/alpha_0.5 checkpoint from pi05-build-block-tower-6mix.
What is this?
This model is a lightweight transformer encoder-decoder which takes inputs from a frozen Pi-05 VLA backbone. The encoder compresses the VLA's final-layer prefix embeddings into a single RL token via a learned query. The decoder autoregressively reconstructs the original embeddings from only this token, forcing it to act as an information bottleneck. See Xu et al. (2026), Precise Manipulation with Efficient Online RL for the method.
This variant uses the retain/alpha_0.5 backbone — a checkpoint produced by applying representation-level retention (alpha=0.5 interpolation toward the pre-fine-tuning weights) to the 6mix baseline at step 49999.
Val loss decreased steadily, reaching a minimum of 414.3 at step 45,000 before beginning to rise. The 45,000 checkpoint is recommended for deployment as it has the lowest validation loss.