arXiv:2608.23831cs.ROcs.LG2026-08

解决机器人模型推理延迟下的强化学习优化难题

Learning to Act While Waiting: RL Finetuning of Generalist Robot Policies Under Inference Latency

论文配图:Learning to Act While Waiting: RL Finetuning of Generalist Robot Policies Under Inference Latency
图 1 · 摘自论文原文
  • 提出异步推理框架ARLI,用状态增强和中间观测恢复马尔可夫性
  • 在延迟环境下实现有效微调,性能媲美无延迟理想情况
  • 适合需要实时响应的通用机器人策略优化场景

尽管强化学习(RL)能让通用机器人策略在部署中持续改进,但现代通用策略(如VLAs)的巨大模型规模带来了严重的推理延迟——可能导致动作暂停或抖动,改变实际环境动态。若不妥善处理,将破坏RL依赖的马尔可夫假设,导致标准算法完全失效。本文提出一种延迟感知框架ARLI,基于异步推理思想,在动作生成与执行间穿插以隐藏延迟,并通过两项贡献解决其与RL不兼容的问题:一是通过引入已承诺动作的状态增强,恢复近似马尔可夫结构;二是设计中段推理观测。我们在模拟与真实世界操作任务中验证该方法,结果表明,在标准RL完全失效的延迟环境下,ARLI仍能实现有效微调,性能甚至达到或超过无延迟理想设置下的标准RL。

原文摘要 · Abstract (English)

While reinforcement learning (RL) allows generalist robot policies to continually improve during deployment, the large model size of modern generalist policies, such as VLAs, poses a fundamental obstacle to effective RL improvement. In particular, their severe inference latency---which can lead to pauses or jerky movements---can alter the effective environment dynamics and, if not correctly accounted for, break the Markov assumption that RL relies on, causing standard RL algorithms to fail completely. In this work, we introduce a latency-aware framework, Asynchronous RL with Intermediate Information (ARLI), that enables RL-based improvement of generalist policies under inference delays. Our framework builds on asynchronous inference approaches, which interleave action generation with execution to hide latency, and addresses its incompatibility with RL by providing a low-latency RL policy design that maximizes reactivity within the inference window through two contributions: state augmentations that restore near-Markovian structure by incorporating committed actions and a mid-inference observation. We evaluate our approach across simulated and real-world manipulation tasks, and find that it enables effective finetuning under inference delays where standard RL fails entirely, even matching or exceeding the performance of standard RL in idealized no-latency settings.

强化学习机器人推理延迟异步控制

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。