Compositional Planning with Jumpy World Models
AI 摘要
提出一种基于跳跃世界模型的组合规划方法,提升长程规划的零样本性能。
主要贡献
- 提出跳跃世界模型,用于学习多步动态预测。
- 引入一致性目标,提升跨时间尺度预测的准确性。
- 验证了组合规划在操作和导航任务中的有效性。
方法论
利用Temporal Difference Flows学习跳跃世界模型,通过一致性目标对齐不同时间尺度的预测,实现组合策略规划。
原文摘要
The ability to plan with temporal abstractions is central to intelligent decision-making. Rather than reasoning over primitive actions, we study agents that compose pre-trained policies as temporally extended actions, enabling solutions to complex tasks that no constituent alone can solve. Such compositional planning remains elusive as compounding errors in long-horizon predictions make it challenging to estimate the visitation distribution induced by sequencing policies. Motivated by the geometric policy composition framework introduced in arXiv:2206.08736, we address these challenges by learning predictive models of multi-step dynamics -- so-called jumpy world models -- that capture state occupancies induced by pre-trained policies across multiple timescales in an off-policy manner. Building on Temporal Difference Flows (arXiv:2503.09817), we enhance these models with a novel consistency objective that aligns predictions across timescales, improving long-horizon predictive accuracy. We further demonstrate how to combine these generative predictions to estimate the value of executing arbitrary sequences of policies over varying timescales. Empirically, we find that compositional planning with jumpy world models significantly improves zero-shot performance across a wide range of base policies on challenging manipulation and navigation tasks, yielding, on average, a 200% relative improvement over planning with primitive actions on long-horizon tasks.