paper-with-me

홈 › Papers

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 heuristic is more indicative of the resulting planner's performance than mean squared error. Thus, we instead frame learning a heuristic as a learning to rank problem which we solve using a RankSVM formulation. Additionally, we introduce new methods for computing features that capture temporal interactions in an approximate plan. Our experiments on recent International Planning Competition problems show that the RankSVM learned heuristics outperform both the original heuristics and heuristics learned through ordinary regression.

📄 PDF Abstract BibTeX arXiv:1608.01302

Code (0)

등록된 구현이 없습니다.

Tasks

Learning-To-Rankregression

Similar 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 he…

On the Prospects of Incorporating Large Language Models (LLMs) in Automated Planning and Scheduling (APS)

2024-01-04 · Vishal Pallagani, Kaushik Roy, Bharath Muppasani, Francesco Fabiano 외

Automated Planning and Scheduling is among the growing areas in Artificial Intelligence (AI) where mention of LLMs has gained popularity. Based on a comprehensive review of 126 papers, this paper investigates eight categ…

Scheduling

Decentralized Multi-Agent Goal Assignment for Path Planning using Large Language Models

2025-10-27 · Murad Ismayilov, Edwin Meriaux, Shuo Wen, Gregory Dudek arxiv

Coordinating multiple autonomous agents in shared environments under decentralized conditions is a long-standing challenge in robotics and artificial intelligence. This work addresses the problem of decentralized goal as…

Planning as Goal Recognition: Deriving Heuristics from Intention Models -- Extended Version

2026-03-16 · Giacomo Rosa, Jean Honorio, Nir Lipovetzky, Sebastian Sardina arxiv

Classical planning aims to find a sequence of actions, a plan, that maps a starting state into one of the goal states. If a trajectory appears to be leading to the goal, should we prioritise exploring it? Seminal work in…

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…