AI-Planning / planning-as-a-service

The newly improved planner (and more) in the cloud.
Apache License 2.0
30 stars 8 forks source link

Incorrect plan output #55

Closed chillray closed 5 months ago

chillray commented 5 months ago

Describe the Bug: In the Floortile domain, there are only two available colors: black and white. However, the planning output incorrectly includes black2 in the precondition and effect of an action, which is not a defined color in the domain specifications.

image image

To Reproduce: https://editor.planning.domains/#read_session=enUY7oRSpJ Use BWFS to solve the problem

Expected Behavior: The plan should only include the colors "black" and "white" as these are the only two defined in the domain.

Observed Behavior: The action in the generated plan mistakenly includes black2 in its precondition and effect, suggesting an error in the planning editor adaptor.

haz commented 5 months ago

Which problem ID is this from?

chillray commented 5 months ago

Which problem ID is this from?

https://editor.planning.domains/#read_session=enUY7oRSpJSorry for the wrong link, just updated the reproduce session link. The problem id is P01-4-3-2.