Skip to content

Using the graphplan algorithm on a self-defined planning problem #1136

Description

@sarahsa

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 :))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions