What the 32 Hz result measures
TurboVLA is a 0.2-billion-parameter vision-language-action model from Huazhong University of Science and Technology and Huawei that the authors say reaches 97.7 percent average success on LIBERO with 31.2 milliseconds of inference time and 0.9 gigabytes of inference memory on an RTX 4090. The paper reports 2,000 simulation trials across LIBERO’s four task suites. Its public repository released training and evaluation code on July 30 under Apache-2.0.[1,2,3]
The decision delta is in the unit of speed. TurboVLA’s 31.2-millisecond number is the time to produce one action chunk, not a claim that the robot re-observes and replans 32 times a second. The released LIBERO recipe sets both the chunk size and open-loop execution length to 12 steps. That is still an important resource result for on-robot compute, but it changes the operational question from raw inference latency to how the policy behaves between high-level visual updates.[1,2,3]
What the hardware test can establish
The authors also tested an AgileX Piper arm on four tasks: grabbing a roller, moving a playing card, pressing a stapler and stacking bowls. Each task was fine-tuned with 65 teleoperated demonstrations and evaluated over 40 trials against pi-zero-point-five on the same platform. Those experiments support a bounded hardware result, not a general claim of out-of-distribution robustness, unattended operation or broad robot transfer. The real-world data and procedure are not part of the published code recipe.[1,2]
The reproduction checkpoint
The code release makes the simulation path more inspectable: it names separate LIBERO and RoboTwin environments, data formats and evaluation commands. But the repository says model weights and benchmark datasets are external assets, and its documented recipes cover those simulation stacks rather than a downloadable TurboVLA checkpoint or hardware protocol. The next meaningful test is an independent team running the released approach on a physical task with raw sensory disturbance, longer horizons and disclosed intervention rules. Until then, the evidence supports an efficient benchmark-and-lab result, not deployment readiness.[2,3,4]