paper-with-me

홈 › Papers

Heuristic Search Planning with Deep Neural Networks using Imitation, Attention and Curriculum Learning

2021-12-03 · Leah Chrestien, Tomas Pevny, Antonin Komenda, Stefan Edelkamp

Learning a well-informed heuristic function for hard task planning domains is an elusive problem. Although there are known neural network architectures to represent such heuristic knowledge, it is not obvious what concrete information is learned and whether techniques aimed at understanding the structure help in improving the quality of the heuristics. This paper presents a network model to learn a heuristic capable of relating distant parts of the state space via optimal plan imitation using the attention mechanism, which drastically improves the learning of a good heuristic function. To counter the limitation of the method in the creation of problems of increasing difficulty, we demonstrate the use of curriculum learning, where newly solved problem instances are added to the training set, which, in turn, helps to solve problems of higher complexities and far exceeds the performances of all existing baselines including classical planning heuristics. We demonstrate its effectiveness for grid-type PDDL domains.

📄 PDF Abstract BibTeX arXiv:2112.01918

Code (0)

등록된 구현이 없습니다.

Tasks

Heuristic SearchTask Planning

Similar Papers 제목 키워드 기반

Graph Value Iteration

2022-09-20 · Dieqiao Feng, Carla P. Gomes, Bart Selman

In recent years, deep Reinforcement Learning (RL) has been successful in various combinatorial search domains, such as two-player games and scientific discovery. However, directly applying deep RL in planning domains is …

Deep Reinforcement LearningReinforcement Learning (RL)scientific discovery

Gradient-Based Data Valuation Improves Curriculum Learning for Game-Theoretic Motion Planning

2026-04-01 · Shihao Li, Jiachen Li, Dongmei Chen arxiv

We demonstrate that gradient-based data valuation produces curriculum orderings that significantly outperform metadata-based heuristics for training game-theoretic motion planners. Specifically, we apply TracIn gradient-…

Motion Planning

Efficient Black-Box Planning Using Macro-Actions with Focused Effects

2020-04-28 · Cameron Allen, Michael Katz, Tim Klinger, George Konidaris 외

The difficulty of deterministic planning increases exponentially with search-tree depth. Black-box planning presents an even greater challenge, since planners must operate without an explicit model of the domain. Heurist…

Self-Evolving Curriculum for LLM Reasoning

2025-05-20 · Xiaoyin Chen, Jiarui Lu, Minsu Kim, Dinghuai Zhang 외

Reinforcement learning (RL) has proven effective for fine-tuning large language models (LLMs), significantly enhancing their reasoning abilities in domains such as mathematics and code generation. A crucial factor influe…

Code GenerationPolicy Gradient MethodsReinforcement Learning (RL)

Multi-Dimensional AGV Path Planning in 3D Warehouses Using Ant Colony Optimization and Advanced Neural Networks

2025-03-30 · Bo Zhang, Xiubo Liang, Wei Song, Yulu Chen

Within modern warehouse scenarios, the rapid expansion of e-commerce and increasingly complex, multi-level storage environments have exposed the limitations of traditional AGV (Automated Guided Vehicle) path planning met…