RSIAgent: Autonomous Exploration for Recursive Self-improvement in New Environments

Sibo Zhu, Shicheng Fan, Xinyue Wang, Wenyi Wu, Kun Zhou, Biwei Huang

arXiv:2609.15364 · 2026-09-16 공개 · arXiv · PDF

training-free curriculum-learning multi-agent-framework open-source-models recursive-self-improvement memory-construction autonomous-exploration osworld-v2

Abstract

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.

한국어 요약

한 줄 요약

RSIAgent는 새로운 환경에서 모델 파라미터 업데이트 없이 자율적으로 메모리를 구축하고 재사용하는 다중 에이전트 프레임워크이다.

핵심 기여도

핵심 아이디어

기존 디지털 에이전트는 새로운 환경에 적응하기 위해 추가 학습 데이터를 수집하거나 인간의 도움을 필요로 하지만, RSIAgent는 **모델 파라미터를 업데이트하지 않고도 자율적으로 메모리를 구축**하여 이를 재사용하는 방식을 제안한다. 이는 인간이 새로운 소프트웨어를 배우는 방식—탐색, 경험, 인과 관계 추출—을 모방한 것이다.

RSIAgent는 **3가지 역할의 에이전트**(curriculum, actor, verifier)를 조율하여 **자체적으로 탐색하고, 결과를 검증하며, 인과 관계를 메모리에 저장**한다. 특히, **BRS**는 다양한 환경 구조를 병렬적으로 탐색하여 전체적인 이해를 구축하고, **DRS**는 어려운 사례와 숨겨진 제약 조건을 집중적으로 탐색하여 세부적인 인과 관계를 발견한다. 이는 **coarse-to-fine 방식**으로, 전체적인 지식을 확보한 후 세부 사항을 정제하는 과정이다.

기술적 접근법

주요 결과

의의 및 한계

RSIAgent는 **모델 파라미터 업데이트 없이도 환경별 지식을 자율적으로 학습하고 재사용**할 수 있는 **training-free** 프레임워크로, 기존 학습 기반 접근법의 비용과 제약을 극복한다. 특히, **인과 관계를 추출하고 재사용하는 메커니즘**은 디지털 에이전트의 **자체적 개선 능력**을 강화하며, **오픈소스 모델이 폐쇄형 모델을 초과하는 가능성을 열어준다**.

그러나, **초기 탐색 단계에서의 오류 누적**이나 **복잡한 환경에서의 메모리 관리 효율성**은 아직 명시되지 않았으며, **장기적 탐색과 적응 능력**에 대한 추가 연구가 필요하다. 또한, **복잡한 게임 환경에서의 확장성**도 향후 연구 주제로 제시된다.

실용적 활용

RSIAgent는 **OSWorld와 같은 디지털 환경**, **게임 개발**, **AI for Science** 등에서 **자율적 탐색과 지식 재사용이 필요한 시스템**에 적용 가능하다. 특히, **사용자 인터페이스가 자주 변화하는 환경**이나 **인간의 개입 없이도 지속적으로 개선해야 하는 시스템**에서 유용하다.