Skip to content

Releases: AI-Planning/lifted-pddl

Solved empty goal parsing bug

07 Jul 11:39
Compare
Choose a tag to compare

Solved a bug that occurred when parsing a goal composed of an empty and formula:

(:goal (and))

Solved parsing bug

23 Jun 17:20
Compare
Choose a tag to compare

Solved a bug that occurred when parsing problems whose goal contained a single atom.

Support for modifying the problem and dumping it in PDDL

22 Jun 00:22
Compare
Choose a tag to compare

This release only contains some minimal, incremental changes:

  • Support for changing the current state of the problem
  • Methods for obtaining the names, types and indexes of objects
  • A method for obtaining the PDDL encoding of the entire problem

Support for negative preconditions

30 Nov 15:53
Compare
Choose a tag to compare

Added limited support for negative preconditions, i.e., negated atoms in action preconditions.

Support for existential preconditions.

15 Nov 23:31
544e443
Compare
Choose a tag to compare

Added support for existential preconditions, i.e., exists keyword in action preconditions.

Initial release

03 Nov 01:27
3eed76b
Compare
Choose a tag to compare

Initial version (1.0.1) of the package. See https://pypi.org/project/lifted-pddl/1.0.1