paper-with-me

홈 › Papers

Fast and Precise: Adjusting Planning Horizon with Adaptive Subgoal Search

2022-06-01 · Michał Zawalski, Michał Tyrolski, Konrad Czechowski, Tomasz Odrzygóźdź, Damian Stachura, Piotr Piękos, Yuhuai Wu, Łukasz Kuciński, Piotr Miłoś

Complex reasoning problems contain states that vary in the computational cost required to determine a good action plan. Taking advantage of this property, we propose Adaptive Subgoal Search (AdaSubS), a search method that adaptively adjusts the planning horizon. To this end, AdaSubS generates diverse sets of subgoals at different distances. A verification mechanism is employed to filter out unreachable subgoals swiftly, allowing to focus on feasible further subgoals. In this way, AdaSubS benefits from the efficiency of planning with longer subgoals and the fine control with the shorter ones, and thus scales well to difficult planning problems. We show that AdaSubS significantly surpasses hierarchical planning algorithms on three complex reasoning tasks: Sokoban, the Rubik's Cube, and inequality proving benchmark INT.

📄 PDF Abstract BibTeX arXiv:2206.00702

Code (1)

adaptivesubgoalsearch/adaptive_subs 공식 구현 pytorch

Tasks

Rubik's CubeSokoban

Similar Papers 제목 키워드 기반

VLingNav: Embodied Navigation with Adaptive Reasoning and Visual-Assisted Linguistic Memory

2026-01-13 · Shaoan Wang, Yuanfei Luo, Xingyu Chen, Aocheng Luo 외 arxiv

VLA models have shown promising potential in embodied navigation by unifying perception and planning while inheriting the strong generalization abilities of large VLMs. However, most existing VLA models rely on reactive …

Reinforcement Learning

Goal2Skill: Long-Horizon Manipulation with Adaptive Planning and Reflection

2026-04-15 · Zhen Liu, Xinyu Ning, Zhe Hu, Xinxin Xie 외 arxiv

Recent vision-language-action (VLA) systems have demonstrated strong capabilities in embodied manipulation. However, most existing VLA policies rely on limited observation windows and end-to-end action prediction, which …

Anticipation-VLA: Solving Long-Horizon Embodied Tasks via Anticipation-based Subgoal Generation

2026-05-03 · Zhilong Zhang, Wenyu Luo, Haonan Wang, Yifei Sheng 외 arxiv

Vision-Language-Action (VLA) models have emerged as a powerful paradigm for embodied intelligence, enabling robots to perform tasks based on natural language instructions and current visual input. However, existing VLA m…

Planning and Learning with Adaptive Lookahead

2022-01-28 · Aviv Rosenberg, Assaf Hallak, Shie Mannor, Gal Chechik 외

Some of the most powerful reinforcement learning frameworks use planning for action selection. Interestingly, their planning horizon is either fixed or determined arbitrarily by the state visitation history. Here, we exp…

Strict Subgoal Execution: Reliable Long-Horizon Planning in Hierarchical Reinforcement Learning

2025-06-26 · Jaebak Hwang, Sanghyeon Lee, Jeongmo Kim, Seungyul Han

Long-horizon goal-conditioned tasks pose fundamental challenges for reinforcement learning (RL), particularly when goals are distant and rewards are sparse. While hierarchical and graph-based methods offer partial soluti…

Decision MakingHierarchical Reinforcement LearningReinforcement Learning (RL)