paper-with-me

홈 › 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 problems, ASNets are able to adopt a weight-sharing scheme which allows the network to be applied to any problem from a given planning domain. This allows the cost of training the network to be amortised over all problems in that domain. Further, we propose a training method which balances exploration and supervised training on small problems to produce a policy which remains robust when evaluated on larger problems. In experiments, we show that ASNet's learning capability allows it to significantly outperform traditional non-learning planners in several challenging domains.

📄 PDF Abstract BibTeX arXiv:1709.04271

Code (1)

qxcv/asnets 공식 구현

Tasks

Deep Learning

Similar 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 relatio…

Deep LearningHeuristic Search

Generalised Winograd Schema and its Contextuality

2023-08-31 · Kin Ian Lo, Mehrnoosh Sadrzadeh, Shane Mansfield

Ambiguities in natural language give rise to probability distributions over interpretations. The distributions are often over multiple ambiguous words at a time; a multiplicity which makes them a suitable topic for sheaf…

coreference-resolutionCoreference ResolutionMultiple-choice

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…

Language Models For Generalised PDDL Planning: Synthesising Sound and Programmatic Policies

2025-08-25 · Dillon Z. Chen, Johannes Zenn, Tristan Cinquin, Sheila A. McIlraith arxiv

We study the usage of language models (LMs) for planning over world models specified in the Planning Domain Definition Language (PDDL). We prompt LMs to generate Python programs that serve as generalised policies for sol…

A Policy Editor for Semantic Sensor Networks

2019-11-15 · Paolo Pareti, George Konstantinidis, Timothy J. Norman

An important use of sensors and actuator networks is to comply with health and safety policies in hazardous environments. In order to deal with increasingly large and dynamic environments, and to quickly react to emergen…