Hi all,
we have found out that the translator script fails to parse actions with empty
preconditions like this:
(:action action-name
:parameters ()
:precondition ()
:effect (something)
)
It produces the following error message:
File "src/translate/pddl/conditions.py", line 17, in parse_condition_aux
tag = alist[0]
IndexError: list index out of range
It seems to us that an empty precondition list is a valid PDDL syntax. We have
created a patch that you can find attached. Use it at your will.
Sincerely,
yan
|