REVERSAL-BENCH:用可逆性轴与重置预言机测量无重置强化学习的悬崖

Apple Machine Learning Research(RSS)·2026-09-17 08:00·19小时前
AI 导读

Apple 研究团队发布 REVERSAL-BENCH,通过连续参数 ρ∈[0,1] 控制环境可逆性,并提供重置预言机在五种物理引擎的八种操作任务中验证状态可恢复性。评测显示,随着 ρ 升高,无重置智能体被持续吸收进不可恢复状态,而分幕式智能体保持稳定学习,形成明显的"可逆性悬崖"。团队同时开源基准套件、带可恢复性标注的多模拟器数据集与重置预言机,并验证了在不可逆失败前介入的安全护盾。

Apple Machine Learning Research(RSS)
42AI 编辑部评分,满分 100

REVERSAL-BENCH:用可逆性轴与重置预言机测量无重置强化学习的悬崖

2026-09-17 08:00· 19小时前
AI 导读

Apple 研究团队发布 REVERSAL-BENCH,通过连续参数 ρ∈[0,1] 控制环境可逆性,并提供重置预言机在五种物理引擎的八种操作任务中验证状态可恢复性。评测显示,随着 ρ 升高,无重置智能体被持续吸收进不可恢复状态,而分幕式智能体保持稳定学习,形成明显的"可逆性悬崖"。团队同时开源基准套件、带可恢复性标注的多模拟器数据集与重置预言机,并验证了在不可逆失败前介入的安全护盾。

A central goal of autonomous reinforcement learning is continuous policy training without external resets. However, existing paradigms largely depend on underlying environmental reversibility, a property absent in real world manipulation, where events such as pushing objects off tables or spilling granular substances cannot be undone. We introduce REVERSAL-BENCH, a benchmark that controls reversibility via a continuous parameter ρ∈ [0, 1] and provides a reset oracle, a ground-truth verification mechanism to test state recoverability across eight manipulation settings in five physics engines.

Evaluating a broad spectrum of policy architectures—including standard actor-critic algorithms, safe RL, and specialized reset-free frameworks reveals a sharp reversibility cliff: reset-free agents are consistently absorbed into irrecoverable states as ρ increases, whereas episodic agents maintain steady learning. We see this failure mode across autonomous reset-free baselines and constrained RL. Because reset-free agents lack external resets, any transition into an irrecoverable state results in permanent absorption, leaving the agent trapped where further learning halts.

We show that this absorption phenomenon persists in full physics simulations under learned manipulation policies. By evaluating against geometrically identical reversible counterparts, we confirm that this breakdown is causally driven by irreversibility rather than obstacle complexity. We release the benchmark suite, a large multi-simulator dataset labeled with recoverability and a reset oracle. We also evaluate a safety shield that intervenes before irreversible failures occur, showing that while recoverability can be predicted accurately, active recovery primarily succeeds only when the agent can physically steer clear of the trap.

来源:Apple Machine Learning Research(RSS)· machinelearning.apple.com