Dream-RSI:通过演化世界实现递归自我改进

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

Dream-RSI 是一个让 AI 智能体递归自我改进的探索框架,用轻量编排层将探索显式化、可编程化,底层编码智能体保持不变。它用历史发现树构建回放模拟器,在模拟器中"做梦"获得低成本 off-policy 反馈,从而评估和优化探索策略,无需重复昂贵的在线评估。

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

Dream-RSI:通过演化世界实现递归自我改进

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

Dream-RSI 是一个让 AI 智能体递归自我改进的探索框架,用轻量编排层将探索显式化、可编程化,底层编码智能体保持不变。它用历史发现树构建回放模拟器,在模拟器中"做梦"获得低成本 off-policy 反馈,从而评估和优化探索策略,无需重复昂贵的在线评估。

Recursive self-improvement is becoming increasingly vital for autonomous AI agents, where progress hinges on discovering high-value solutions across complex domains. The driver of this process is effective exploration, however, managing and improving exploration strategies remains a major bottleneck. Current systems face a fundamental dilemma: fixed strategies fail to adapt as search spaces scale, while online policy optimization requires navigating vast meta-search spaces under delayed and expensive feedback over long-horizon rollouts. We introduce Dream-RSI, a framework for scalable and recursively self-improving exploration.

A lightweight orchestration layer makes exploration explicit and programmable while leaving the underlying coding agent unchanged. Our key insight is that accumulated discovery history can serve as a replay simulator over the realized search space. By performing dreaming in the replay simulator constructed from historical discovery trees, Dream-RSI secures immediate, low-cost off-policy feedback to evaluate and refine exploration policies without invoking repetitive, expensive online evaluations. The improved policy is subsequently redeployed online to drive further discovery, continuously expanding the simulator pool in a self-improving loop.

Across algorithm engineering, mathematical optimization, and GPU kernel engineering, Dream-RSI achieves competitive or improved discovery quality while substantially reducing discovery cost in several settings.

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