Hi!
I am trying to use the Graphplan to solve a self-defined planning problem. As per now, I am creating an object of type "PlanningProblem" with the initial state, goal state and possible actions. Each of the actions consist of "preconditions" and "effects". I've seen that in some of the examples, such as "spare_tire" and "three_block_tower" do have a defined domain as well while "simple_blocks_world" does not. What does the domain actually mean, and how does it impact the solving of the planning problem?
When running the the Graphplan algorithm on my planning problem, it only returns "No Solution" and I am not able to figure out why.
Any suggestions/tips are greatly appreciated :))
Hi!
I am trying to use the Graphplan to solve a self-defined planning problem. As per now, I am creating an object of type "PlanningProblem" with the initial state, goal state and possible actions. Each of the actions consist of "preconditions" and "effects". I've seen that in some of the examples, such as "spare_tire" and "three_block_tower" do have a defined domain as well while "simple_blocks_world" does not. What does the domain actually mean, and how does it impact the solving of the planning problem?
When running the the Graphplan algorithm on my planning problem, it only returns "No Solution" and I am not able to figure out why.
Any suggestions/tips are greatly appreciated :))