The Epistemic Planning Domain Definition Language: Official Guideline
Pith reviewed 2026-05-16 10:25 UTC · model grok-4.3
The pith
EPDDL supplies a PDDL-style language that encodes the full semantics of Dynamic Epistemic Logic for epistemic planning tasks.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
EPDDL provides a unique PDDL-like representation that captures the entire DEL semantics, enabling uniform specification of epistemic planning tasks. The authors develop abstract event models as the semantic foundation for actions and give a complete formal syntax and semantics for the language that stays faithful to DEL. Examples drawn from representative benchmarks demonstrate how the language supports interoperability and reproducible evaluation without the ad hoc extensions common in prior work.
What carries the argument
Abstract event models, a compact representation for epistemic actions that specifies exactly how each action updates agents' knowledge and beliefs while preserving the full expressive power of DEL.
If this is right
- Planners built for different DEL fragments can now accept identical problem files for direct performance comparison.
- Benchmark suites can be written once and reused across research groups without translation layers.
- New epistemic planners can be developed against a single, documented standard rather than against private input formats.
Where Pith is reading between the lines
- A common language makes it feasible to build hybrid systems that combine epistemic planners with classical PDDL solvers on subproblems.
- Standard benchmarks could accelerate the development of planners that handle richer DEL fragments without each group starting from scratch.
- The same abstract event model mechanism might later be extended to continuous or probabilistic belief updates while keeping backward compatibility.
Load-bearing premise
Abstract event models can represent any epistemic action so that the full expressive power of DEL is retained without loss or the need for custom extensions.
What would settle it
An epistemic planning scenario whose action effects on knowledge and belief cannot be expressed inside the abstract event model format without omitting information that DEL would distinguish.
Figures
read the original abstract
Epistemic planning extends (multi-agent) automated planning by making agents' knowledge and beliefs first-class aspects of the planning formalism. One of the most well-known frameworks for epistemic planning is Dynamic Epistemic Logic (DEL), which offers an rich and natural semantics for modelling problems in this setting. The high expressive power provided by DEL make DEL-based epistemic planning a challenging problem to tackle both theoretically, and in practical implementations. As a result, existing epistemic planners often target different DEL fragments, and typically rely on ad hoc languages to represent benchmarks, and sometimes no language at all. This fragmentation hampers comparison, reuse, and systematic benchmark development. We address these issues by introducing the Epistemic Planning Domain Definition Language (EPDDL). EPDDL provides a unique PDDL-like representation that captures the entire DEL semantics, enabling uniform specification of epistemic planning tasks. Our main contributions are: 1. A formal development of abstract event models, a novel representation for epistemic actions used to define the semantics of our language; 2. A formal specification of EPDDL's syntax and semantics grounded in DEL with abstract event models. Through examples of representative benchmarks, we illustrate how EPDDL facilitates interoperability, reproducible evaluation, and future advances in epistemic planning.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces the Epistemic Planning Domain Definition Language (EPDDL), a PDDL-like formalism for specifying epistemic planning tasks. It defines abstract event models as a novel representation for epistemic actions and supplies a formal syntax and semantics grounded in Dynamic Epistemic Logic (DEL), with the goal of enabling uniform task specification, interoperability across planners, and reproducible benchmark evaluation.
Significance. If the central claim holds, EPDDL would address a genuine fragmentation problem in epistemic planning by providing a standardized, DEL-complete representation language. This could support systematic comparisons, shared benchmarks, and progress on implementation challenges that currently arise from ad-hoc encodings of different DEL fragments.
major comments (1)
- [formal development of abstract event models (contribution 1) and semantics specification (contribution 2)] The claim that abstract event models capture the entire DEL semantics (including arbitrary higher-order epistemic updates) is load-bearing for the main contribution, yet the manuscript provides no explicit embedding theorem, bijection, or preservation proof relating abstract event models to standard DEL event models. Without such a result, it remains open whether every DEL construct can be expressed without loss or ad-hoc extensions.
Simulated Author's Rebuttal
We thank the referee for their detailed review and valuable comments on our manuscript introducing EPDDL. We address the major comment regarding the formal development of abstract event models below.
read point-by-point responses
-
Referee: [formal development of abstract event models (contribution 1) and semantics specification (contribution 2)] The claim that abstract event models capture the entire DEL semantics (including arbitrary higher-order epistemic updates) is load-bearing for the main contribution, yet the manuscript provides no explicit embedding theorem, bijection, or preservation proof relating abstract event models to standard DEL event models. Without such a result, it remains open whether every DEL construct can be expressed without loss or ad-hoc extensions.
Authors: We agree that an explicit embedding result would clarify the relationship. Abstract event models are defined to directly mirror the structure of DEL event models, with preconditions, effects, and accessibility relations specified in a way that allows a straightforward translation to standard DEL semantics. The semantics of EPDDL are given by mapping to these models and applying the standard product update from DEL. This ensures by construction that the full DEL semantics, including higher-order epistemic updates, are captured without loss. To address the referee's concern, we will include an explicit theorem stating the equivalence (bijection) between abstract event models and standard DEL event models, along with a preservation proof, in the revised manuscript. revision: yes
Circularity Check
EPDDL is a definitional language specification with no circular derivation
full rationale
The paper introduces EPDDL as a new PDDL-like language by explicitly defining abstract event models as a novel representation and then providing a formal syntax and semantics grounded in DEL. No load-bearing steps reduce by construction to inputs, fitted parameters, or self-citations; the work consists of formal development and specification rather than predictions or uniqueness theorems derived from prior author results. The central claim of capturing DEL semantics uniformly is achieved through direct definitional grounding without any self-referential reduction or renaming of known results.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption Dynamic Epistemic Logic offers rich and natural semantics for modeling epistemic planning problems.
invented entities (1)
-
abstract event models
no independent evidence
Lean theorems connected to this paper
-
IndisputableMonolith/Foundation/RealityFromDistinction.leanreality_from_one_distinction unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
A formal development of abstract event models, a novel representation for epistemic actions used to define the semantics of our language; A formal specification of EPDDL's syntax and semantics grounded in DEL with abstract event models.
-
IndisputableMonolith/Cost/FunctionalEquation.leanwashburn_uniqueness_aczel unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
Abstract epistemic actions... abstractly describe different degrees of observability without explicitly mentioning specific agents.
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
Reference graph
Works this paper leans on
-
[1]
M. Ghallab, D. S. Nau, P. Traverso, Automated planning - theory and practice, Elsevier, 2004
work page 2004
-
[2]
S. Russell, P. Norvig, Artificial Intelligence: A Modern Approach (4th Edition), Pearson,
-
[3]
URL: http://aima.cs.berkeley.edu/
-
[4]
J. Hintikka, Knowledge and belief: An introduction to the logic of the two notions, Studia Logica 16 (1962) 119–122
work page 1962
-
[5]
T. Bolander, M. B. Andersen, Epistemic Planning for Single and Multi-Agent Systems, J. Appl. Non Class. Logics 21 (2011) 9–34. URL: https://doi.org/10.3166/jancl.21.9-34. doi: 10. 3166/jancl.21.9-34
-
[6]
P. Blackburn, M. d. Rijke, Y. Venema, Modal Logic, Cambridge Tracts in Theoretical Computer Science, Cambridge University Press, 2001. doi:10.1017/CBO9781107050884
-
[7]
D. K. Lewis, Convention: A Philosophical Study, Wiley-Blackwell, Cambridge, MA, USA, 1969
work page 1969
-
[8]
R. J. Aumann, Agreeing to disagree, The Annals of Statistics 4 (1976) 1236–1239
work page 1976
-
[9]
L. Lismont, P. Mongin, On the logic of common belief and common knowledge, Theory and Decision 37 (1994) 75–106. doi:10.1007/bf01079206
-
[10]
J. Y. Halpern, Y. Moses, Knowledge and common knowledge in a distributed environment, J. ACM 37 (1990) 549–587. URL: https://doi.org/10.1145/79147.79161. doi:10.1145/79147. 79161
-
[11]
A. Baltag, L. S. Moss, S. Solecki, The Logic of Public Announcements and Common Knowledge and Private Suspicions, in: I. Gilboa (Ed.), Proceedings of the 7th Conference on Theoretical Aspects of Rationality and Knowledge (TARK-98), Evanston, IL, USA, July 22-24, 1998, Morgan Kaufmann, 1998, pp. 43–56
work page 1998
-
[12]
van Eijck, Guarded Actions, 2004
J. van Eijck, Guarded Actions, 2004. Tech. rep., Centrum voor Wiskunde en Informatica, Amsterdam, CWI Report SEN-E0425
work page 2004
-
[13]
J. van Benthem, J. van Eijck, B. P. Kooi, Logics of Communication and Change, Inf. Comput. 204 (2006) 1620–1662. doi:10.1016/j.ic.2006.04.006
-
[14]
H. P. van Ditmarsch, W. van der Hoek, B. P. Kooi, Dynamic Epistemic Logic, volume 337, Springer Netherlands, 2007
work page 2007
-
[15]
G. Aucher, T. Bolander, Undecidability in epistemic planning, in: F. Rossi (Ed.), IJCAI 2013, Proceedings of the 23rd International Joint Conference on Artificial Intelligence, Beijing, China, August 3-9, 2013, IJCAI/AAAI, 2013, pp. 27–33. URL: http://www.aaai.org/ ocs/index.php/IJCAI/IJCAI13/paper/view/6903
work page 2013
-
[16]
D. E. Smith, D. S. Weld, Conformant graphplan, in: J. Mostow, C. Rich (Eds.), Pro- ceedings of the Fifteenth National Conference on Artificial Intelligence and Tenth Inno- vative Applications of Artificial Intelligence Conference, AAAI 98, IAAI 98, July 26-30, 1998, Madison, Wisconsin, USA, AAAI Press / The MIT Press, 1998, pp. 889–896. URL: http://www.aa...
work page 1998
- [17]
-
[18]
M. Ghallab, A. Howe, C. Knoblock, D. Mcdermott, A. Ram, M. Veloso, D. Weld, D. Wilkins, PDDL—The Planning Domain Definition Language, 1998. URL: http://citeseerx.ist.psu.edu/ viewdoc/summary?doi=10.1.1.37.212
work page 1998
-
[19]
J. Plaza, Logics of public announcements, in: Proceedings 4th International Symposium on Methodologies for Intelligent Systems, 1989
work page 1989
-
[20]
Plaza, Logics of public communications, Synth
J. Plaza, Logics of public communications, Synth. 158 (2007) 165–179. URL: https://doi. org/10.1007/s11229-007-9168-7. doi:10.1007/S11229-007-9168-7
-
[21]
F. Kominis, H. Geffner, Beliefs in multiagent planning: From one agent to many, in: R. I. Brafman, C. Domshlak, P. Haslum, S. Zilberstein (Eds.), Proceedings of the Twenty-Fifth International Conference on Automated Planning and Scheduling, ICAPS 2015, Jerusalem, Israel, June 7-11, 2015, AAAI Press, 2015, pp. 147–155. URL: http://www.aaai.org/ocs/index. p...
work page 2015
-
[22]
C. J. Muise, V. Belle, P. Felli, S. A. McIlraith, T. Miller, A. R. Pearce, L. Sonenberg, Plan- ning over multi-agent epistemic states: A classical planning approach, in: B. Bonet, S. Koenig (Eds.), Proceedings of the Twenty-Ninth AAAI Conference on Artificial Intelli- gence, January 25-30, 2015, Austin, Texas, USA, AAAI Press, 2015, pp. 3327–3334. URL: ht...
-
[23]
X. Huang, B. Fang, H. Wan, Y. Liu, A general multi-agent epistemic planner based on higher- order belief change, in: C. Sierra (Ed.), Proceedings of the Twenty-Sixth International Joint Conference on Artificial Intelligence, IJCAI 2017, Melbourne, Australia, August 19-25, 2017, ijcai.org, 2017, pp. 1093–1101. URL: https://doi.org/10.24963/ijcai.2017/152. ...
-
[24]
C. Muise, V. Belle, P. Felli, S. A. McIlraith, T. Miller, A. R. Pearce, L. Sonenberg, Efficient multi-agent epistemic planning: Teaching planners about nested belief, Artif. Intell. 302 (2022) 103605. URL: https://doi.org/10.1016/j.artint.2021.103605. doi:10.1016/J.ARTINT. 2021.103605
-
[25]
T. C. Son, E. Pontelli, C. Baral, G. Gelfond, Finitary s5-theories, in: E. Fermé, J. Leite (Eds.), Logics in Artificial Intelligence - 14th European Conference, JELIA 2014, Funchal, Madeira, Portugal, September 24-26, 2014. Proceedings, volume 8761 ofLecture Notes in Computer Science, Springer, 2014, pp. 239–252. URL: https://doi.org/10.1007/978-3-319-115...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.