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
@Framba-Luca can you check if this is supported in our parser?
The UP does not distinguish between domain and problem, so a constant is just another object for us. But indeed I am not sure if this is currently supported by our parser.
Hi @fmrico , so I tested and the problem is not that it's a constant, but that in the grammar that we chose to support constants must be defined before predicates. So, I changed the domain like this:
Hi,
I have found that UP fails to read a problem from a pddl file in the line that contains a constant:
I also don't find a way to define constants directly using the UP API in Python.
Are constants supported in UP? How can I do it?
My use case is the traditional blocks world [domain, problem]
Thanks!!
The text was updated successfully, but these errors were encountered: