paper-with-me

홈 › Papers

Policy-Guided Heuristic Search with Guarantees

2021-03-21 · Laurent Orseau, Levi H. S. Lelis

The use of a policy and a heuristic function for guiding search can be quite effective in adversarial problems, as demonstrated by AlphaGo and its successors, which are based on the PUCT search algorithm. While PUCT can also be used to solve single-agent deterministic problems, it lacks guarantees on its search effort and it can be computationally inefficient in practice. Combining the A* algorithm with a learned heuristic function tends to work better in these domains, but A* and its variants do not use a policy. Moreover, the purpose of using A* is to find solutions of minimum cost, while we seek instead to minimize the search loss (e.g., the number of search steps). LevinTS is guided by a policy and provides guarantees on the number of search steps that relate to the quality of the policy, but it does not make use of a heuristic function. In this work we introduce Policy-guided Heuristic Search (PHS), a novel search algorithm that uses both a heuristic function and a policy and has theoretical guarantees on the search loss that relates to both the quality of the heuristic and of the policy. We show empirically on the sliding-tile puzzle, Sokoban, and a puzzle from the commercial game `The Witness' that PHS enables the rapid learning of both a policy and a heuristic function and compares favorably with A*, Weighted A*, Greedy Best-First Search, LevinTS, and PUCT in terms of number of problems solved and search time in all three domains tested.

📄 PDF Abstract BibTeX arXiv:2103.11505

Code (1)

levilelis/h-levin 공식 구현

Tasks

Heuristic SearchSokoban

Similar Papers 제목 키워드 기반

Guided Policy Search via Approximate Mirror Descent

2016-12-01 · NeurIPS 2016 12 · William H. Montgomery, Sergey Levine

Guided policy search algorithms can be used to optimize complex nonlinear policies, such as deep neural networks, without directly computing policy gradients in the high-dimensional parameter space. Instead, these method…

Reinforcement Learning

Guided Policy Search as Approximate Mirror Descent

2016-07-15 · William Montgomery, Sergey Levine

Guided policy search algorithms can be used to optimize complex nonlinear policies, such as deep neural networks, without directly computing policy gradients in the high-dimensional parameter space. Instead, these method…

Reinforcement Learning

Policy Guided Tree Search for Enhanced LLM Reasoning

2025-02-04 · Yang Li

Despite their remarkable capabilities, large language models often struggle with tasks requiring complex reasoning and planning. While existing approaches like Chain-of-Thought prompting and tree search techniques show p…

Mathematical ReasoningNavigate

Simulation-guided Beam Search for Neural Combinatorial Optimization

2022-07-13 · Jinho Choo, Yeong-Dae Kwon, Jihoon Kim, Jeongwoo Jae 외

Neural approaches for combinatorial optimization (CO) equip a learning mechanism to discover powerful heuristics for solving complex real-world problems. While neural approaches capable of high-quality solutions in a sin…

Combinatorial Optimization

Softstar: Heuristic-Guided Probabilistic Inference

2015-12-01 · NeurIPS 2015 12 · Mathew Monfort, Brenden M. Lake, Brian Ziebart, Patrick Lucey 외

Recent machine learning methods for sequential behavior prediction estimate the motives of behavior rather than the behavior itself. This higher-level abstraction improves generalization in different prediction settings,…

BIG-bench Machine LearningPrediction