以状态为中心的决策过程 / State-Centric Decision Process
1️⃣ 一句话总结
本文提出了一种名为SDP的运行时框架,它让智能体在语言环境中(如网页或代码终端)通过自然语言谓词逐步构建出状态空间、观测映射和终止条件,从而弥补了传统强化学习所需的完整决策结构,在多个基准测试上取得了无需训练的最佳结果,并支持错误定位和模块替换等深度分析。
Language environments such as web browsers, code terminals, and interactive simulations emit raw text rather than states, and provide none of the runtime structure that MDP analysis requires. No explicit state space, no observation-to-state mapping, no certified transitions, and no termination criterion. We introduce the State-Centric Decision Process (SDP), a runtime framework that constructs these missing inputs by having the agent build them, predicate by predicate, as it acts. At each step the agent commits to a natural-language predicate describing how the world should look, takes an action to make it true, and checks the observation against it. Predicates that pass become certified states, and the resulting trajectory carries the four objects language environments do not provide, namely a task-induced state space, an observation-to-state mapping, certified transitions, and a termination criterion. We evaluate SDP on five benchmarks spanning planning, scientific exploration, web reasoning, and multi-hop question answering. SDP achieves the best training-free results on all five, with the advantage widening as the horizon grows. The certified trajectories additionally support analyses unavailable to reactive agents, including per-predicate credit assignment, failure localization, partial-progress measurement, and modular operator replacement.
以状态为中心的决策过程 / State-Centric Decision Process
本文提出了一种名为SDP的运行时框架,它让智能体在语言环境中(如网页或代码终端)通过自然语言谓词逐步构建出状态空间、观测映射和终止条件,从而弥补了传统强化学习所需的完整决策结构,在多个基准测试上取得了无需训练的最佳结果,并支持错误定位和模块替换等深度分析。
源自 arXiv: 2605.12755