Skip to content

Releases: AI-Planning/lifted-pddl

Solved bug when parsing empty action preconditions

17 Dec 18:59
9751fe0

Choose a tag to compare

1.2.7

Update version to 1.2.7 in __init__.py

Solved bug when dumping goal to PDDL

23 Nov 22:40
0cb5a4f

Choose a tag to compare

1.2.6

Update __init__.py

Solved empty goal parsing bug

07 Jul 11:39

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

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

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

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

Choose a tag to compare

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

Initial release

03 Nov 01:27
3eed76b

Choose a tag to compare

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