中文
相关论文

相关论文: Consolidating LAMA with Best-First Width Search

200 篇论文

Width-based search algorithms seek plans by prioritizing states according to a suitably defined measure of novelty, that maps states into a set of novelty categories. Space and time complexity to evaluate state novelty is known to be…

人工智能 · 计算机科学 2021-05-18 Anubhav Singh , Nir Lipovetzky , Miquel Ramirez , Javier Segovia-Aguas

LAMA is a classical planning system based on heuristic forward search. Its core feature is the use of a pseudo-heuristic derived from landmarks, propositional formulas that must be true in every solution of a planning task. LAMA builds on…

人工智能 · 计算机科学 2014-01-17 Silvia Richter , Matthias Westphal

The integration of Large Language Models (LLMs) into optimization has created a powerful synergy, opening exciting research opportunities. This paper investigates how LLMs can enhance existing optimization algorithms. Using their…

人工智能 · 计算机科学 2025-02-13 Camilo Chacón Sartori , Christian Blum

We present a new algorithm A*+BFHS for solving problems with unit-cost operators where A* and IDA* fail due to memory limitations and/or the existence of many distinct paths between the same pair of nodes. A*+BFHS is based on A* and…

人工智能 · 计算机科学 2021-12-17 Zhaoxing Bu , Richard E. Korf

Large Language Models (LLMs) have demonstrated remarkable improvements in reasoning and planning through increased test-time compute, often by framing problem-solving as a search process. While methods like Monte Carlo Tree Search (MCTS)…

人工智能 · 计算机科学 2025-06-06 Nathan Herr , Tim Rocktäschel , Roberta Raileanu

In multi-agent planning, preserving the agents' privacy has become an increasingly popular research topic. For preserving the agents' privacy, agents jointly compute a plan that achieves mutual goals by keeping certain information private…

人工智能 · 计算机科学 2019-06-11 Alfonso E. Gerevini , Nir Lipovetzky , Francesco Percassi , Alessandro Saetti , Ivan Serina

Heuristic forward search is currently the dominant paradigm in classical planning. Forward search algorithms typically rely on a single, relatively simple variation of best-first search and remain fixed throughout the process of solving a…

人工智能 · 计算机科学 2019-11-28 Pawel Gomoluch , Dalal Alrajeh , Alessandra Russo , Antonio Bucchiarone

Anytime heuristic search algorithms try to find a (potentially suboptimal) solution as quickly as possible and then work to find better and better solutions until an optimal solution is obtained or time is exhausted. The most widely-known…

人工智能 · 计算机科学 2023-12-21 Sofia Lemons , Wheeler Ruml , Robert C. Holte , Carlos Linares López

Recent results have shown that the MCTS algorithm (a new, adaptive, randomized optimization algorithm) is effective in a remarkably diverse set of applications in Artificial Intelligence, Operations Research, and High Energy Physics. MCTS…

人工智能 · 计算机科学 2015-09-29 S. Ali Mirsoleimani , Aske Plaat , Jaap van den Herik

Although heuristic search is one of the most successful approaches to classical planning, this planning paradigm does not apply straightforwardly to Generalized Planning (GP). Planning as heuristic search traditionally addresses the…

人工智能 · 计算机科学 2021-03-29 Javier Segovia-Aguas , Sergio Jiménez , Anders Jonsson

A key challenge in satisficing planning is to use multiple heuristics within one heuristic search. An aggregation of multiple heuristic estimates, for example by taking the maximum, has the disadvantage that bad estimates of a single…

人工智能 · 计算机科学 2021-04-13 David Speck , André Biedenkapp , Frank Hutter , Robert Mattmüller , Marius Lindauer

Planning as heuristic search is one of the most successful approaches to classical planning but unfortunately, it does not extend trivially to Generalized Planning (GP). GP aims to compute algorithmic solutions that are valid for a set of…

人工智能 · 计算机科学 2023-01-27 Javier Segovia-Aguas , Sergio Jiménez , Anders Jonsson

Limited Discrepancy Search (LDS) is a popular algorithm to search a state space with a heuristic to order the possible actions. Nested Search (NS) is another algorithm to search a state space with the same heuristic. NS spends more time on…

人工智能 · 计算机科学 2022-10-04 Tristan Cazenave

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…

人工智能 · 计算机科学 2024-10-29 Dillon Z. Chen , Sylvie Thiébaux

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 recording of the…

人工智能 · 计算机科学 2024-08-27 Giacomo Rosa , Nir Lipovetzky

It is well-known that any admissible unidirectional heuristic search algorithm must expand all states whose $f$-value is smaller than the optimal solution cost when using a consistent heuristic. Such states are called "surely expanded"…

人工智能 · 计算机科学 2017-05-24 Jingwei Chen , Robert C. Holte , Sandra Zilles , Nathan R. Sturtevant

Current approaches for learning for planning have yet to achieve competitive performance against classical planners in several domains, and have poor overall performance. In this work, we construct novel graph representations of lifted…

人工智能 · 计算机科学 2024-10-29 Dillon Z. Chen , Felipe Trevizan , Sylvie Thiébaux

The integration of Large Language Models (LLMs) into evolutionary frameworks has established a new paradigm for automated heuristic discovery. Despite their promise, these methods typically search in the discrete space of program syntax,…

人工智能 · 计算机科学 2026-05-19 Cheikh Ahmed , Mahdi Mostajabdaveh , Zirui Zhou

Beam search and exhaustive search are two extreme ends of text decoding algorithms with respect to the search depth. Beam search is limited in both search width and depth, whereas exhaustive search is a global search that has no such…

计算与语言 · 计算机科学 2023-08-29 Yuu Jinnai , Tetsuro Morimura , Ukyo Honda

We describe and evaluate the algorithmic techniques that are used in the FF planning system. Like the HSP system, FF relies on forward state space search, using a heuristic that estimates goal distances by ignoring delete lists. Unlike…

人工智能 · 计算机科学 2011-06-06 J. Hoffmann , B. Nebel
‹ 上一页 1 2 3 10 下一页 ›