-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After this commit, there is no need to provide an explicit mapping, since it is assumed that the propositions *are* the ground fluents. E.g. if previously the formula was specified as follows: formula = "on_b_a & O(ontable_c)" Now we require that the propositions can be interpreted as PDDL predicates, i.e.: formula = '"on b a" & O("ontable c")' Pylogics does not allow spaces in the proposition name; therefore, the double quotes are always required. Only exception is when the predicate is unary: formula = 'Y(O(made-p4)))' (as in openstacks).
- Loading branch information
1 parent
d539ad9
commit 0d19b23
Showing
15 changed files
with
144 additions
and
584 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.