Learning to Rank for Synthesizing Planning Heuristics

Abstract

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

Cite

Text

Garrett et al. "Learning to Rank for Synthesizing Planning Heuristics." International Joint Conference on Artificial Intelligence, 2016.

Markdown

[Garrett et al. "Learning to Rank for Synthesizing Planning Heuristics." International Joint Conference on Artificial Intelligence, 2016.](https://mlanthology.org/ijcai/2016/garrett2016ijcai-learning/)

BibTeX

@inproceedings{garrett2016ijcai-learning,
  title     = {{Learning to Rank for Synthesizing Planning Heuristics}},
  author    = {Garrett, Caelan Reed and Kaelbling, Leslie Pack and Lozano-Pérez, Tomás},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2016},
  pages     = {3089-3095},
  url       = {https://mlanthology.org/ijcai/2016/garrett2016ijcai-learning/}
}