Researchers presented Embodied.cpp, a C++ inference runtime designed to enable efficient deployment of vision-language-action (VLA) and world-action models (WAMs) on heterogeneous edge devices and robots.
The runtime organizes execution into five modular layers (input adapters, sequence builders, backbone execution, head plugins, deployment adapters) to solve fragmentation across model-specific Python stacks, supporting multi-rate execution and latency-optimized batch-1 inference.
The infrastructure addresses closed-loop control requirements with real-time responsiveness for embodied AI deployment, a pattern critical to autonomous vehicle perception-action loops.
ACID is a decision-time planning framework for embodied control that uses action-conditioned world models to search over candidate action sequences.
It adds an action consistency cost via inverse dynamics that verifies predicted trajectories are actually realizable in the environment, not just goal-optimized.
Standard planning judges candidates only by terminal state proximity to goal; ACID additionally checks whether intermediate transitions are executable by inferring actions that would explain each predicted transition.
Researchers introduce GigaWorld-1, a systematic study and benchmark (WMBench) using world models to evaluate embodied robot policies, eliminating the need for expensive real-world rollouts.
WMBench uses real-robot teleoperation data across diverse manipulation tasks, analyzing 7 video world models and 4 action representation schemes to understand which properties make world models reliable for policy assessment.
World models address a critical bottleneck in evaluating embodied foundation models—unlike LLMs assessed via digital benchmarks, robot policies traditionally require slow, costly real-world testing constrained by hardware and human supervision.
Researchers introduced the first multiplayer world model for highly dynamic environments governed by complex physical interactions, trained on 10,000 hours of Rocket League gameplay with publicly available bots.
The 5-billion-parameter latent diffusion model generates four-player matches in real time at 20 frames per second, learning to attribute scene changes to the correct agent while maintaining coherence under arbitrary action combinations.
Unlike single-player world models that treat other agents as environmental noise, this system conditions on multiple agents' action streams to predict their interdependent effects in real time.