You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the paper, you mention and show some examples of using control parameters, so I assume those should be supported with this library, but I'm having trouble getting them to parse. Here's a minimal example that's failing (using a durative action because the example in your paper did, so I'm not sure if you support control parameters on simple actions):
Due to critical errors in the supplied domain/problem file, the planner
has to terminate. The errors encountered are as follows:
Errors: 3, warnings: 0
/domain.pddl: line: 11: Error: Syntax error in durative-action declaration.
/domain.pddl: line: 11: Error: Unreadable structure
/domain.pddl: line: 12: Error: Syntax error in domain
(line 11 is the :control line)
How could I fix this file so the control parameter is parsed correctly?
The text was updated successfully, but these errors were encountered:
In the paper, you mention and show some examples of using control parameters, so I assume those should be supported with this library, but I'm having trouble getting them to parse. Here's a minimal example that's failing (using a durative action because the example in your paper did, so I'm not sure if you support control parameters on simple actions):
Domain
Problem
Error
(line 11 is the
:control
line)How could I fix this file so the control parameter is parsed correctly?
The text was updated successfully, but these errors were encountered: