Replies: 1 comment 2 replies
-
|
Can you point us to the PDDL you're using? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, first of all thanks for this awesome tool.
I just got into PDDL, and I am running my first plans. I am using PDDL Editor to solve the problems and understand the plan built by different planners.
However, sometimes I get a "Raw Result" with the full plan concatenated as a single string.
Looking into the code, I believe this is happening here:
https://github.com/AI-Planning/planning-as-a-service/blob/main/server/api/adaptor/planning_editor_adaptor/adaptor.py#L75
And the exception that is catch is being raised here:
https://github.com/AI-Planning/planning-as-a-service/blob/main/server/api/adaptor/planning_editor_adaptor/action_plan_parser/parser.py#L329
The trace is fairly understandable:
The types found in the problem file must be a subset of the types listed in the domain file\nHowever I don't see where this is happening, as I don't have any object in the problem "instantiated" as a type that is not defined in my Domain. Is there something basic I am missing?
Plus, I don't understand if I had such a huge mess, how the planner seem to solve the problem
Any idea that what could be happening? Or any advice?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions