paper-with-me

홈 › Papers

Test-Time Graph Search for Goal-Conditioned Reinforcement Learning

2025-10-08 · Evgenii Opryshko, Junwei Quan, Claas Voelcker, Yilun Du, Igor Gilitschenski arxiv

Offline goal-conditioned reinforcement learning (GCRL) often struggles with long-horizon tasks, where errors in value estimation accumulate and produce unreliable policies. It is typically assumed that effective long-term planning is infeasible without specialized training. In contrast, our work demonstrates that existing GCRL policies can complete long-horizon tasks when combined with a lightweight, training-free planning wrapper. We find that standard goal-conditioned value functions encode locally consistent geometric structure sufficient for planning. Our approach, Test-Time Graph Search (TTGS), constructs a graph over the offline dataset and employs an adaptive subgoal selection strategy. To address unreliable value estimates during shortest-path search, we propose a novel mechanism that softly penalizes long-distance transitions. Our method incurs negligible computational overhead and requires no additional supervision or parameter updates. On the OGBench benchmark, TTGS significantly boosts success rates across multiple base learners and tasks, with primary gains on challenging long-horizon locomotion tasks where some success rates are improved from near-zero to over 90\%, often matching or outperforming methods that require complex auxiliary training. Code and videos can be found at https://ktolnos.github.io/ttgs.

📄 PDF Abstract BibTeX arXiv:2510.07257

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

C-Planning: An Automatic Curriculum for Learning Goal-Reaching Tasks

2021-10-22 · ICLR 2022 4 · Tianjun Zhang, Benjamin Eysenbach, Ruslan Salakhutdinov, Sergey Levine 외

Goal-conditioned reinforcement learning (RL) can solve tasks in a wide range of domains, including navigation and manipulation, but learning to reach distant goals remains a central challenge to the field. Learning to re…

Reinforcement Learning (RL)

Imitating Graph-Based Planning with Goal-Conditioned Policies

2023-03-20 · Junsu Kim, Younggyo Seo, Sungsoo Ahn, Kyunghwan Son 외

Recently, graph-based planning algorithms have gained much attention to solve goal-conditioned reinforcement learning (RL) tasks: they provide a sequence of subgoals to reach the target-goal, and the agents learn to exec…

Reinforcement Learning (RL)

Test-time Offline Reinforcement Learning on Goal-related Experience

2025-07-24 · Marco Bagatella, Mert Albaba, Jonas Hübotter, Georg Martius 외 arxiv

Foundation models compress a large amount of information in a single, large neural network, which can then be queried for individual tasks. There are strong parallels between this widespread framework and offline goal-co…

Reinforcement Learning

Safe Multi-Agent Navigation guided by Goal-Conditioned Safe Reinforcement Learning

2025-02-25 · Meng Feng, Viraj Parimi, Brian Williams

Safe navigation is essential for autonomous systems operating in hazardous environments. Traditional planning methods excel at long-horizon tasks but rely on a predefined graph with fixed distance metrics. In contrast, s…

BenchmarkingReinforcement Learning (RL)Safe Reinforcement Learning

Functional Graphs for Predicting and Explaining Goal Failure in Sparse Goal-Conditioned RL

2026-05-10 · Shalley Dash arxiv

Sparse goal-conditioned reinforcement learning can produce policies whose failures are hidden by aggregate success rates. We analyze trained goal-conditioned value policies through the deterministic functional graphs ind…

Reinforcement Learning