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
Where my_problem.pddl holds hello-world-functions/p0.pddl, modified to use an argument for the numeric:
(define (problem hello-3-times)
(:domain hello-world-functions)
(:init; if this was undefined, some planners would not assumed `0`
(= (hello_counter jimmy) 0)
)
(:goal
(>= (hello_counter jimmy) 3)
)
)
Subject of the issue
The problem parser seems unable to parse goals which use numerics with arguments.
Your environment
Steps to reproduce
Where
my_problem.pddl
holdshello-world-functions/p0.pddl
, modified to use an argument for the numeric:Expected behaviour
The problem should be parsed.
Actual behaviour
I get this error:
The text was updated successfully, but these errors were encountered: