Analysis updated 2026-05-18
Train a vision-language-action model steered by World-Action priors on the LIBERO-Plus benchmark.
Evaluate a pretrained WorldPilot model downloaded from Hugging Face without training from scratch.
Reproduce state-of-the-art results on robot manipulation benchmarks using the released code and precomputed cache.
Study how latent scene prediction and motion hints can be added to existing robot-control models.
| zefulin/worldpilot | 920linjerry-stack/capital-studio | adya84/ha-world-cup-2026 | |
|---|---|---|---|
| Stars | 16 | 16 | 16 |
| Language | Python | Python | Python |
| Setup difficulty | hard | easy | easy |
| Complexity | 5/5 | 3/5 | 2/5 |
| Audience | researcher | researcher | general |
Figures from each repo's GitHub metadata at analysis time.
Requires GPU-based training/evaluation setup and following separate installation, training, and evaluation docs.
This repository contains the code for a research project called World Pilot, which is about improving how AI systems control robots. The core idea involves a class of AI models that take in visual and text descriptions of a scene and output robot movements. These are called vision-language-action models, and they are used in robotics to let a robot understand a situation and decide what to do next. World Pilot improves on those models by adding two extra sources of guidance, both coming from a separate component called a World-Action Model. The first type of guidance is called Latent Steering: it generates a prediction of how the current scene is likely to change, and feeds that prediction into the main model's internal reasoning so the model has a sense of where things are heading. The second type is called Action Steering: it produces a high-level motion hint, essentially a rough idea of the trajectory the robot should follow, and passes that to the part of the model that generates the actual movement commands. The result is that the robot's decision-making gets three inputs at once: the normal visual and language understanding of the current scene, an anticipated view of how the scene will evolve, and a motion direction hint. According to the paper, this combination reaches state-of-the-art performance on a standard robot manipulation benchmark called LIBERO-Plus and on real-robot tests. The repository includes code for training the model from scratch and for running evaluations. Pretrained model weights and a precomputed dataset cache are available on Hugging Face for people who want to test the system without training it themselves. Documentation covering environment setup, training steps, and evaluation procedures is split into separate guide files linked from the README. This is academic research code released alongside the paper, which is posted on arXiv. It is intended for researchers working on robot learning and AI-controlled manipulation tasks.
World Pilot is research code that improves robot-control AI models by adding scene-prediction and motion-direction hints from a separate World-Action Model.
Mainly Python. The stack also includes Python, PyTorch, Hugging Face.
No license information is stated in the README.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.