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
Now I am facing a problem when parsing the believes predicate since such predicate's args are (believes <agent> <fact>) (e.g., (not (believes ?character (not (has ?character ?thing))))).
Any advice on parsing this since I am getting the well-formed exception?
User Story
Narrative planning problems have a modified action format (e.g.,
:fail
, ':agents') and keyword predicates such asbelieves
and 'intends'.Here is an example of an action:
I have modified the PDDLGrammar to parse the
:fail
and:agents
by changingaction_def
inPDDLGrammar
:Also modified the requirements:
Now I am facing a problem when parsing the
believes
predicate since such predicate's args are(believes <agent> <fact>)
(e.g.,(not (believes ?character (not (has ?character ?thing))))
).Any advice on parsing this since I am getting the well-formed exception?
rooms-domain-example
The text was updated successfully, but these errors were encountered: