RSIAgent:在新环境中通过自主记忆构建实现递归自我改进

HuggingFace Daily Papers(社区热门论文)·2026-09-14 08:00·1天前
AI 导读

RSIAgent 是一个免训练的多智能体框架,通过协调课程、执行与验证智能体自主探索环境、验证结果并构建可复用的环境记忆,采用先广后深的探索策略发现隐藏约束与因果依赖。在 OSWorld-v2 和 Agent's Last Exam 上,该框架显著提升开源模型表现,使 Kimi-K3 和 GLM-5.3 超越包括 GPT-6 在内的前沿闭源模型。

HuggingFace Daily Papers(社区热门论文)
45AI 编辑部评分,满分 100

RSIAgent:在新环境中通过自主记忆构建实现递归自我改进

2026-09-14 08:00· 1天前
AI 导读

RSIAgent 是一个免训练的多智能体框架,通过协调课程、执行与验证智能体自主探索环境、验证结果并构建可复用的环境记忆,采用先广后深的探索策略发现隐藏约束与因果依赖。在 OSWorld-v2 和 Agent's Last Exam 上,该框架显著提升开源模型表现,使 Kimi-K3 和 GLM-5.3 超越包括 GPT-6 在内的前沿闭源模型。

Digital agents must often adapt to new environments whose interfaces, tools, and failure modes are not fully captured by pretrained models. We introduce RSIAgent, a training-free multi-agent framework for recursive self-improvement through autonomous memory construction. RSIAgent coordinates curriculum, actor, and verifier agents to continually explore the environment, validate outcomes, and retain environment-specific knowledge, including reusable causal relationships between actions, conditions, and consequences. It further adopts a broad-then-deep exploration strategy, combining parallel broad recursive self-exploration for discovering diverse environment structures with focused deep self-exploration for uncovering hard cases, hidden constraints, boundary conditions, and previously unknown causal dependencies.

The resulting memory is frozen and can be directly reused for downstream tasks without updating model parameters. Experiments on OSWorld-v2 and Agent's Last Exam show that RSIAgent substantially improves strong open-source models, enabling Kimi-K3 and GLM-5.3 to outperform frontier closed-source models including GPT-6.

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org