paper-with-me

홈 › Papers

Novelty Heuristics, Multi-Queue Search, and Portfolios for Numeric Planning

2024-04-08 · Dillon Z. Chen, Sylvie Thiébaux

Heuristic search is a powerful approach for solving planning problems and numeric planning is no exception. In this paper, we boost the performance of heuristic search for numeric planning with various powerful techniques orthogonal to improving heuristic informedness: numeric novelty heuristics, the Manhattan distance heuristic, and exploring the use of multi-queue search and portfolios for combining heuristics.

📄 PDF Abstract BibTeX arXiv:2404.05235

Code (0)

등록된 구현이 없습니다.

Tasks

Heuristic Search

Similar Papers 제목 키워드 기반

Symmetry-Invariant Novelty Heuristics via Unsupervised Weisfeiler-Leman Features

2025-08-25 · Dillon Z. Chen arxiv

Novelty heuristics aid heuristic search by exploring states that exhibit novel atoms. However, novelty heuristics are not symmetry invariant and hence may sometimes lead to redundant exploration. In this preliminary repo…

Queueing games with an endogenous number of machines

2022-07-14 · Ata Atay, Christian Trudeau

This paper studies queueing problems with an endogenous number of machines with and without an initial queue, the novelty being that coalitions not only choose how to queue, but also on how many machines. For a given pro…

Learning Optimal Admission Control in Partially Observable Queueing Networks

2023-08-04 · Jonatha Anselmi, Bruno Gaujal, Louis-Sébastien Rebuffi

We present an efficient reinforcement learning algorithm that learns the optimal admission control policy in a partially observable queueing network. Specifically, only the arrival and departure times from the network ar…

reinforcement-learningReinforcement Learning

Novelty and Lifted Helpful Actions in Generalized Planning

2023-07-03 · Chao Lei, Nir Lipovetzky, Krista A. Ehinger

It has been shown recently that successful techniques in classical planning, such as goal-oriented heuristics and landmarks, can improve the ability to compute planning programs for generalized planning (GP) problems. In…

Count-based Novelty Exploration in Classical Planning

2024-08-25 · Giacomo Rosa, Nir Lipovetzky

Count-based exploration methods are widely employed to improve the exploratory behavior of learning agents over sequential decision problems. Meanwhile, Novelty search has achieved success in Classical Planning through r…