AuraTracer智迹闻
中文

EVENT DOSSIER

EvoCUA-1.5: Online Reinforcement Learning for Multi-turn Computer-Use Agents

2026-09-07 12:00 Models 🔥 47.2 heat score
2sources
1days unfolding
47.2heat score
4mentions
SummaryAI generated

The researchers proposed the EvoCUA-1.5 framework, which extends self-evolving computers’ use of agents from offline experience learning to online reinforcement learning. In this executable sandbox environment, the framework addresses the challenges of context management and sparse rewards during multiple rounds of interaction through mechanisms such as Step-Level Policy Optimization, policy-aware filtering, and dynamic adaptive curricula. Experiments show that EvoCUA-1.5 achieves a success rate of 63.2% on the OSWorld-Verified benchmark, outperforming open-source baselines of similar size and approaching the performance of large-parameter models. Additionally, related research proposes an online evolution framework that converts interaction trajectories into persistent process libraries. Results indicate that this mechanism can improve the performance of fixed computer usage stacks, but the benefits are conditional, and repeated revisions cannot guarantee restoring the original task state.

Related eventsRELATED EVENTS
Key entitiesKEY ENTITIES
EvoCUA-1.5GIMPOSWorldarXiv

Coverage · reports per dayLANGUAGE SPLIT

Entity relations
GIMP × OSWorld1GIMP × arXiv1OSWorld × arXiv1

Integrated timelineUNIFIED TIMELINE

  1. 2026-09-07

    EvoCUA-1.5: Online Reinforcement Learni…

    EvoCUA-1.5 将自进化计算机使用代理从离线经验学习扩展至在线强化学习,在可执行沙箱环境中通过可验证任务结果改进策略。该模型针对多轮交互中的上下文管理、稀疏奖励及慢速反馈挑战,采用 Step-Level Policy Optimiz…

    2 reports

SignalsSIGNALS

Keyword heat
  • arXiv1
  • OSWorld1
  • GIMP1
  • EvoCUA-1.51

All reports (2)SOURCES

A arXiv cs.AI en 2026-09-07 12:00

From Interaction Traces to Persistent Skills: Online Evolution for Computer-Use Agents

研究人员提出了一种将交互轨迹和评估反馈转化为持久化、版本化可重用过程库的在线技能演化框架。该框架在每次迭代中针对冻结的库快照执行,证据导向的技能更新可在后续迭代中生效而无需修改模型参数。研究者在四个 OSWorld 应用域内,对比了全演化库系统与空库控制组(配置匹配),结果显示在五次迭代预热后,全演化库系统在四个观测域的运行中均获得了更高的后期评估分数,平均差异范围为 5.7 至 18.6 个百分点,并表现出领域相关的时序稳定性。针对 GIMP 领域的溯源分析揭示了跨任务起源边界的检索及修订波动,表明重复接受的编辑无法恢复原始任务。这些发现将演化技能库定义为可审计、共享的过程记忆,证明其能提升固定计算机使用栈的性能,同时也显示其收益具有条件性且重复修订不能保证恢复。相关代码已发布在 GitHub 上。

A arXiv cs.AI en 2026-09-07 12:00

EvoCUA-1.5: Online Reinforcement Learning for Multi-turn Computer-Use Agents

EvoCUA-1.5 将自进化计算机使用代理从离线经验学习扩展至在线强化学习,在可执行沙箱环境中通过可验证任务结果改进策略。该模型针对多轮交互中的上下文管理、稀疏奖励及慢速反馈挑战,采用 Step-Level Policy Optimization (STEPO)、策略感知过滤与通过率校准、动态三自适应课程(DTAC)以及带过时控制的异步 RL 基础设施。实验显示这些组件提升了训练稳定性与下游性能,EvoCUA-1.5 在 OSWorld-Verified 上取得 63.2% 的成功率,优于同等规模的开源基线并接近参数量更大的模型。