#28 · Primary category: Robotics & Embodied AI Simulation
lingbot-va
[RSS 2026] Causal video-action world model for generalist robot control
Project last updated:07/09/26
GitHub Stars
1.8K
Forks
164
Contributors
5
License
Apache-2.0
Why we included this project
LingBot-VA tackles the part of generalist robot control that trips up most policies: predicting what happens next in a scene while deciding what to do. It handles both in one autoregressive video-action world model, interleaving visual dynamics and action inference in a single sequence, so the robot can weigh the consequences of its behavior before acting. The repo is set up for real use, with pretrained checkpoints, post-training code, and cleaned datasets in LeRobot format, plus ready-to-run evaluation on RoboTwin-2.0 and LIBERO and a server-client setup that keeps the model separate from the simulator. That makes it a good fit for robotics researchers and embodied-AI engineers who want to reproduce the results, fine-tune on their own manipulation data, or compare a world-model approach against action-only policies. The dual-stream mixture-of-transformers design with KV cache is also worth a look if inference efficiency on long-horizon tasks matters to you.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
genesis-world
Simulation platform for general-purpose robotics & embodied AI learning.
lerobot
🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
AirSim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
carla
Open-source simulator for autonomous driving research.