paper-with-me

홈 › Papers

Optimize Planning Heuristics to Rank, not to Estimate Cost-to-Goal

2023-09-21 · NeurIPS 2023 11

In imitation learning for planning, parameters of heuristic functions are optimized against a set of solved problem instances. This work revisits the necessary and sufficient conditions of strictly optimally efficient heuristics for forward search algorithms, mainly A* and greedy best-first search, which expand only states on the returned optimal path. It then proposes a family of loss functions based on ranking tailored for a given variant of the forward search algorithm. Furthermore, from a learning theory point of view, it discusses why optimizing cost-to-goal h* is unnecessarily difficult. The experimental comparison on a diverse set of problems unequivocally supports the derived theory.

📄 PDF Abstract BibTeX

Code (1)

aicenter/optimize-planning-heuristics-to-rank 공식 구현 tf

Similar Papers 제목 키워드 기반

Direction Informed Trees (DIT*): Optimal Path Planning via Direction Filter and Direction Cost Heuristic

2025-08-26 · Liding Zhang, Kejia Chen, Kuanqi Cai, Yu Zhang 외 arxiv

Optimal path planning requires finding a series of feasible states from the starting point to the goal to optimize objectives. Popular path planning algorithms, such as Effort Informed Trees (EIT*), employ effort heurist…

Learning Domain-Independent Planning Heuristics with Hypergraph Networks

2019-11-29 · William Shen, Felipe Trevizan, Sylvie Thiébaux

We present the first approach capable of learning domain-independent planning heuristics entirely from scratch. The heuristics we learn map the hypergraph representation of the delete-relaxation of the planning problem a…

Learning to Rank for Synthesizing Planning Heuristics

2016-08-03 · Caelan Reed Garrett, Leslie Pack Kaelbling, Tomas Lozano-Perez

We investigate learning heuristics for domain-specific planning. Prior work framed learning a heuristic as an ordinary regression problem. However, in a greedy best-first search, the ordering of states induced by a heuri…

Learning-To-Rankregression

Matheuristics to optimize refueling and maintenance planning of nuclear power plants

2018-12-13 · Nicolas Dupin, El-Ghazali Talbi

Planning the maintenance of nuclear power plants is a complex optimization problem, involving a joint optimization of maintenance dates, fuel constraints and power production decisions. This paper investigates Mixed Inte…

Machine Learning Based Path Planning for Improved Rover Navigation (Pre-Print Version)

2020-11-11 · Neil Abcouwer, Shreyansh Daftry, Siddarth Venkatraman, Tyler del Sesto 외

Enhanced AutoNav (ENav), the baseline surface navigation software for NASA's Perseverance rover, sorts a list of candidate paths for the rover to traverse, then uses the Approximate Clearance Evaluation (ACE) algorithm t…

BIG-bench Machine Learning