Skip to main content

Showing 1–11 of 11 results for author: Trevizan, F

Searching in archive cs. Search in all archives.
.
  1. arXiv:2504.20318  [pdf, other

    cs.AI

    Leveraging Action Relational Structures for Integrated Learning and Planning

    Authors: Ryan Xiao Wang, Felipe Trevizan

    Abstract: Recent advances in planning have explored using learning methods to help planning. However, little attention has been given to adapting search algorithms to work better with learning systems. In this paper, we introduce partial-space search, a new search space for classical planning that leverages the relational structure of actions given by PDDL action schemas -- a structure overlooked by traditi… ▽ More

    Submitted 28 April, 2025; originally announced April 2025.

    Comments: Extended version of ICAPS 2025 paper

  2. arXiv:2504.19738  [pdf, other

    cs.AI cs.LG

    Learning Efficiency Meets Symmetry Breaking

    Authors: Yingbin Bai, Sylvie Thiebaux, Felipe Trevizan

    Abstract: Learning-based planners leveraging Graph Neural Networks can learn search guidance applicable to large search spaces, yet their potential to address symmetries remains largely unexplored. In this paper, we introduce a graph representation of planning problems allying learning efficiency with the ability to detect symmetries, along with two pruning methods, action pruning and state pruning, designe… ▽ More

    Submitted 28 April, 2025; originally announced April 2025.

  3. arXiv:2412.02136  [pdf, other

    cs.AI

    Graph Learning for Planning: The Story Thus Far and Open Challenges

    Authors: Dillon Z. Chen, Mingyu Hao, Sylvie Thiébaux, Felipe Trevizan

    Abstract: Graph learning is naturally well suited for use in planning due to its ability to exploit relational structures exhibited in planning domains and to take as input planning instances with arbitrary number of objects. In this paper, we study the usage of graph learning for planning thus far by studying the theoretical and empirical effects on learning and planning performance of (1) graph representa… ▽ More

    Submitted 2 December, 2024; originally announced December 2024.

  4. Return to Tradition: Learning Reliable Heuristics with Classical Machine Learning

    Authors: Dillon Z. Chen, Felipe Trevizan, Sylvie Thiébaux

    Abstract: Current approaches for learning for planning have yet to achieve competitive performance against classical planners in several domains, and have poor overall performance. In this work, we construct novel graph representations of lifted planning tasks and use the WL algorithm to generate features from them. These features are used with classical machine learning methods which have up to 2 orders of… ▽ More

    Submitted 25 March, 2024; originally announced March 2024.

    Comments: Extended version of ICAPS 2024 paper

  5. arXiv:2401.14636  [pdf, other

    cs.AI

    Efficient Constraint Generation for Stochastic Shortest Path Problems

    Authors: Johannes Schmalz, Felipe Trevizan

    Abstract: Current methods for solving Stochastic Shortest Path Problems (SSPs) find states' costs-to-go by applying Bellman backups, where state-of-the-art methods employ heuristics to select states to back up and prune. A fundamental limitation of these algorithms is their need to compute the cost-to-go for every applicable action during each state backup, leading to unnecessary computation for actions ide… ▽ More

    Submitted 25 January, 2024; originally announced January 2024.

    Comments: Extended version of AAAI 2024 paper

  6. Learning Domain-Independent Heuristics for Grounded and Lifted Planning

    Authors: Dillon Z. Chen, Sylvie Thiébaux, Felipe Trevizan

    Abstract: We present three novel graph representations of planning tasks suitable for learning domain-independent heuristics using Graph Neural Networks (GNNs) to guide search. In particular, to mitigate the issues caused by large grounded GNNs we present the first method for learning domain-independent heuristics with only the lifted representation of a planning task. We also provide a theoretical analysis… ▽ More

    Submitted 20 December, 2023; v1 submitted 18 December, 2023; originally announced December 2023.

    Comments: Extended version of AAAI 2024 paper

  7. Heuristic Search for Multi-Objective Probabilistic Planning

    Authors: Dillon Chen, Felipe Trevizan, Sylvie Thiébaux

    Abstract: Heuristic search is a powerful approach that has successfully been applied to a broad class of planning problems, including classical planning, multi-objective planning, and probabilistic planning modelled as a stochastic shortest path (SSP) problem. Here, we extend the reach of heuristic search to a more expressive class of problems, namely multi-objective stochastic shortest paths (MOSSPs), whic… ▽ More

    Submitted 25 March, 2023; originally announced March 2023.

    Comments: 11 pages, 4 figures, 3 tables, accepted to AAAI23

  8. arXiv:1911.13101  [pdf, other

    cs.AI cs.LG

    Learning Domain-Independent Planning Heuristics with Hypergraph Networks

    Authors: William Shen, Felipe Trevizan, Sylvie Thiébaux

    Abstract: We present the first approach capable of learning domain-independent planning heuristics entirely from scratch. The heuristics we learn map the hypergraph representation of the delete-relaxation of the planning problem at hand, to a cost estimate that approximates that of the least-cost path from the current state to the goal through the hypergraph. We generalise Graph Networks to obtain a new fra… ▽ More

    Submitted 29 November, 2019; originally announced November 2019.

  9. ASNets: Deep Learning for Generalised Planning

    Authors: Sam Toyer, Felipe Trevizan, Sylvie Thiébaux, Lexing Xie

    Abstract: 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-le… ▽ More

    Submitted 5 May, 2020; v1 submitted 4 August, 2019; originally announced August 2019.

    Comments: Journal extension of AAAI'18 paper (arXiv:1709.04271)

    Journal ref: Journal of Artificial Intelligence Research 68 (2020) 1-68

  10. arXiv:1709.04271  [pdf, other

    cs.AI cs.LG

    Action Schema Networks: Generalised Policies with Deep Learning

    Authors: Sam Toyer, Felipe Trevizan, Sylvie Thiébaux, Lexing Xie

    Abstract: 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 networ… ▽ More

    Submitted 22 December, 2017; v1 submitted 13 September, 2017; originally announced September 2017.

    Comments: Accepted to AAAI 2018

  11. Tableaux for Policy Synthesis for MDPs with PCTL* Constraints

    Authors: Peter Baumgartner, Sylvie Thiébaux, Felipe Trevizan

    Abstract: Markov decision processes (MDPs) are the standard formalism for modelling sequential decision making in stochastic environments. Policy synthesis addresses the problem of how to control or limit the decisions an agent makes so that a given specification is met. In this paper we consider PCTL*, the probabilistic counterpart of CTL*, as the specification language. Because in general the policy synth… ▽ More

    Submitted 5 October, 2017; v1 submitted 30 June, 2017; originally announced June 2017.

    Comments: This is a long version of a conference paper published at TABLEAUX 2017. It contains proofs of the main results and fixes a bug. See the footnote on page 1 for details

    Journal ref: Proceedings of TABLEAUX 2017, pp. 175--192, Springer 2017