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
I have written a coordinator that checks the KB predicates. Depending on the state, the target should be changed. However, I am not able to remove the current targets. E.g.
it checks that the value is the same, and this is used by remove goal (which, in the case of a function, it checks as if it was a fact, so it only checks for the function name and parameters to be equal).
Hello,
I have written a coordinator that checks the KB predicates. Depending on the state, the target should be changed. However, I am not able to remove the current targets. E.g.
Initial Problem.pddl
I want followig:
Snippet of function, which should remove goals:
The problem instance is getting overwritten. Only the goal does not change.
The text was updated successfully, but these errors were encountered: