paper-with-me

홈 › Papers

ASNets: Deep Learning for Generalised Planning

2019-08-04 · Sam Toyer, Felipe Trevizan, Sylvie Thiébaux, Lexing Xie

In this paper, we discuss the learning of generalised policies for probabilistic and classical planning problems using Action Schema Networks (ASNets). The ASNet is a neural network architecture that exploits the relational structure of (P)PDDL planning problems to learn a common set of weights that can be applied to any problem in a domain. By mimicking the actions chosen by a traditional, non-learning planner on a handful of small problems in a domain, ASNets are able to learn a generalised reactive policy that can quickly solve much larger instances from the domain. This work extends the ASNet architecture to make it more expressive, while still remaining invariant to a range of symmetries that exist in PPDDL problems. We also present a thorough experimental evaluation of ASNets, including a comparison with heuristic search planners on seven probabilistic and deterministic domains, an extended evaluation on over 18,000 Blocksworld instances, and an ablation study. Finally, we show that sparsity-inducing regularisation can produce ASNets that are compact enough for humans to understand, yielding insights into how the structure of ASNets allows them to generalise across a domain.

📄 PDF Abstract BibTeX arXiv:1908.01362

Code (1)

qxcv/asnets 공식 구현

Tasks

Deep LearningHeuristic Search

Similar Papers 제목 키워드 기반

Action Schema Networks: Generalised Policies with Deep Learning

2017-09-13 · Sam Toyer, Felipe Trevizan, Sylvie Thiébaux, Lexing Xie

In this paper, we introduce the Action Schema Network (ASNet): a neural network architecture for learning generalised policies for probabilistic planning problems. By mimicking the relational structure of planning proble…

Deep Learning

Satisficing and Optimal Generalised Planning via Goal Regression (Extended Version)

2025-11-14 · Dillon Z. Chen, Till Hofmann, Toryn Q. Klassen, Sheila A. McIlraith arxiv

Generalised planning (GP) refers to the task of synthesising programs that solve families of related planning problems. We introduce a novel, yet simple method for GP: given a set of training problems, for each problem, …

Deep Reinforcement Learning for Joint Cruise Control and Intelligent Data Acquisition in UAVs-Assisted Sensor Networks

2023-12-15 · Yousef Emami

Unmanned aerial vehicle (UAV)-assisted sensor networks (UASNets), which play a crucial role in creating new opportunities, are experiencing significant growth in civil applications worldwide. UASNets improve disaster man…

Deep Reinforcement Learning

The Universal PDDL Domain

2024-10-28 · Patrik Haslum, Augusto B. Corrêa

In AI planning, it is common to distinguish between planning domains and problem instances, where a "domain" is generally understood as a set of related problem instances. This distinction is important, for example, in g…

ShuffleNASNets: Efficient CNN models through modified Efficient Neural Architecture Search

2018-12-07 · Kevin Alexander Laube, Andreas Zell

Neural network architectures found by sophistic search algorithms achieve strikingly good test performance, surpassing most human-crafted network models by significant margins. Although computationally efficient, their d…

General ClassificationNeural Architecture Search