Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plan accepted while it should not #27

Closed
mabdula opened this issue Jun 3, 2018 · 2 comments
Closed

Plan accepted while it should not #27

mabdula opened this issue Jun 3, 2018 · 2 comments

Comments

@mabdula
Copy link

mabdula commented Jun 3, 2018

Attached is a zip file containing a domain (domain_2.pddl) , an instance (inst_2.pddl) and an incorrect plan (plan_2.pddl). Running the "validate" executable on the three files gives the following output:

Checking plan: plan_2.pddl
Plan executed successfully - checking goal
Plan valid
Final value: 1

Successful plans:
Value: 1
plan_2.pddl 1

bug2.zip

Cheers,
Mohammad

@DerekLong101
Copy link
Contributor

DerekLong101 commented Jun 5, 2018 via email

@jan-dolejsi
Copy link
Contributor

This appears to be fixed in the latest codebase (about to be pushed to the repo). When the PR is accepted, this issue should be closed.

Plan to validate:

Plan size: 1
1:
(a1 oa ob)
 

Plan Validation details
-----------------------

Checking next happening (time 1)
Plan failed because of unsatisfied precondition in:
(a1 oa ob)

Plan failed to execute

Plan Repair Advice:

(a1 oa ob) has an unsatisfied precondition at time 1
(Set (p1 oa ob) to true)


Failed plans:
...plan_2.pddl 

Exit code: 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants