Skip to content

v0.2.0

Choose a tag to compare

@ztangent ztangent released this 13 Dec 00:14
· 183 commits to master since this release

Changelog / New Features

  • Newly defined method interface and system of abstract datatypes, which support multiple concrete implementations
  • Abstract interpretation of PDDL semantics for use by relaxation-based planning heuristics
  • Domain compilation for increased speed and reduced memory usage
  • Domain grounding and static analysis (supports ADL, universal and existential preconditions)
  • Support for attaching custom theories for new datatypes (e.g. sets, arrays)
  • Support for custom abstractions for PDDL datatypes
  • Significant refactoring to aid extensibility and modularity