Papers › ASNets: Deep Learning for Generalised Planning

ASNets: Deep Learning for Generalised Planning

4 Aug 2019arXiv:1908.01362archive 2025-07-28

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1908.01362")

Code

Syntology Ran 0 of 18 code samples harvested from 1 repository linked to this paper; 18 have no recorded run.

By repository: official repository: 18 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

qxcv/asnets officialmentioned in paperMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 0 ran; 0 honoured the contract we drafted; 18 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

18unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from qxcv/asnets. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

can_profile qxcv/asnets/asnets/asnets/prof_utils.py official repository unverified MIT (permissive) · f3b50583da62f483 · report
extract_all_domains_problems qxcv/asnets/asnets/asnets/pddl_utils.py official repository unverified MIT (permissive) · 1d44813d2c760247 · report
find_tail_cycle qxcv/asnets/asnets/asnets/py_utils.py official repository unverified MIT (permissive) · 01894c8c99a5c3bc · report
format_state_for_ssipp qxcv/asnets/asnets/asnets/ssipp_interface.py official repository unverified MIT (permissive) · ca7dfed8da5f2147 · report
get_plan_file_path qxcv/asnets/asnets/asnets/fd_interface.py official repository unverified MIT (permissive) · d92b7dc4a1776ba4 · report
hlist_to_sexprs qxcv/asnets/asnets/asnets/pddl_utils.py official repository unverified MIT (permissive) · 4460d2adcc6338aa · report
make_bound_prop qxcv/asnets/asnets/asnets/prob_dom_meta.py official repository unverified MIT (permissive) · 8db9068b171ab385 · report
make_unbound_action qxcv/asnets/asnets/asnets/prob_dom_meta.py official repository unverified MIT (permissive) · facfe8f2ba36c6f5 · report
make_unbound_prop qxcv/asnets/asnets/asnets/prob_dom_meta.py official repository unverified MIT (permissive) · c70adc0ea5536072 · report
parse_problem_args qxcv/asnets/asnets/asnets/mdpsim_utils.py official repository unverified MIT (permissive) · fab473cbc462543e · report
parse_sexprs qxcv/asnets/asnets/asnets/pddl_utils.py official repository unverified MIT (permissive) · eba72f2486b730d0 · report
run_fd_or_timeout qxcv/asnets/asnets/asnets/fd_interface.py official repository unverified MIT (permissive) · 5ee146b62834fec7 · report
run_fd_raw qxcv/asnets/asnets/asnets/fd_interface.py official repository unverified MIT (permissive) · 7434fe8e7707e998 · report
set_up_ssipp qxcv/asnets/asnets/asnets/ssipp_interface.py official repository unverified MIT (permissive) · 29bb436de3ba7e0b · report
strip_parens qxcv/asnets/asnets/asnets/py_utils.py official repository unverified MIT (permissive) · 2776f2994efc5176 · report
to_local qxcv/asnets/asnets/asnets/multiprob.py official repository unverified MIT (permissive) · 211a1968113927a3 · report
wait_exists_polling qxcv/asnets/asnets/asnets/multiprob.py official repository unverified MIT (permissive) · 004f8baf6f764d3b · report
weak_ref_to qxcv/asnets/asnets/asnets/py_utils.py official repository unverified MIT (permissive) · ef639be154fac681 · report

Tasks

Deep LearningHeuristic Search

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections