← Search

Augusto B. Corrêa

5 accepted papers

2025

Classical Planning with LLM-Generated Heuristics: Challenging the State of the Art with Python Code

NeurIPS 2025poster

In recent years, large language models (LLMs) have shown remarkable performance in many problems. However, they fail to plan reliably. Specialized attempts to improve their planning capabilities still produce incorrect plans and fail to generalize to larger tasks. Furthermore, LLMs designed for expl…

Cited by 0SourceScholar
2025

Counting and Reasoning with Plans

AAAI 2025technical

Classical planning asks for a sequence of operators reaching a given goal. While the most common case is to compute a plan, many scenarios require more than that. However, quantitative reasoning on the plan space remains mostly unexplored. A fundamental problem is to count plans, which relates to th…

Cited by 0SourcePDFScholar
2024

Lifted Planning: Recent Advances in Planning Using First-Order Representations

IJCAI 2024poster

Lifted planning is usually defined as planning directly over a first-order representation. From the mid-1990s until the late 2010s, lifted planning was sidelined, as most of the state-of-the-art planners first ground the task and then solve it using a propositional representation. Moreover, it was u…

Cited by 3SourcePDFScholar
2022

The FF Heuristic for Lifted Classical Planning

AAAI 2022technical

Heuristics for lifted planning are not yet as informed as the best heuristics for ground planning. Recent work introduced the idea of using Datalog programs to compute the additive heuristic over lifted tasks. Based on this work, we show how to compute the more informed FF heuristic in a lifted mann…

Cited by 18SourcePDFScholar