paper-with-me

홈 › Papers

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 recording of the first, but not successive, occurrences of tuples. In order to structure the exploration, however, the number of tuples considered needs to grow exponentially as the search progresses. We propose a new novelty technique, classical count-based novelty, which aims to explore the state space with a constant number of tuples, by leveraging the frequency of each tuple's appearance in a search tree. We then justify the mechanisms through which lower tuple counts lead the search towards novel tuples. We also introduce algorithmic contributions in the form of a trimmed open list that maintains a constant size by pruning nodes with bad novelty values. These techniques are shown to complement existing novelty heuristics when integrated in a classical solver, achieving competitive results in challenging benchmarks from recent International Planning Competitions. Moreover, adapting our solver as the frontend planner in dual configurations that utilize both memory and time thresholds demonstrates a significant increase in instance coverage, surpassing current state-of-the-art solvers.

📄 PDF Abstract BibTeX arXiv:2408.13719

Code (1)

grosa97/lapkt-bfnos 공식 구현

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

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…

Consolidating LAMA with Best-First Width Search

2024-04-26 · Augusto B. Corrêa, Jendrik Seipp

One key decision for heuristic search algorithms is how to balance exploration and exploitation. In classical planning, novelty search has come out as the most successful approach in this respect. The idea is to favor st…

Heuristic Search

Unlocking the Power of Representations in Long-term Novelty-based Exploration

2023-05-02 · Alaa Saade, Steven Kapturowski, Daniele Calandriello, Charles Blundell 외

We introduce Robust Exploration via Clustering-based Online Density Estimation (RECODE), a non-parametric method for novelty-based exploration that estimates visitation counts for clusters of states based on their simila…

Atari GamesClusteringDensity Estimation

User Feedback Alignment for LLM-powered Exploration in Large-scale Recommendation Systems

2025-04-07 · Jianling Wang, Yifan Liu, Yinghao Sun, Xuejian Ma 외

Exploration, the act of broadening user experiences beyond their established preferences, is challenging in large-scale recommendation systems due to feedback loops and limited signals on user exploration patterns. Large…

DiversityRecommendation SystemsWorld Knowledge

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…