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

Output not parsed by the PDDL library #255

Closed
francescofuggitti opened this issue Jul 6, 2023 · 0 comments
Closed

Output not parsed by the PDDL library #255

francescofuggitti opened this issue Jul 6, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@francescofuggitti
Copy link
Member

Parsing the compiled domain with pddl throws an error. In particular, the error is on action effects. The compilation produces the following formula.

(and (and <previous effects>) (when ... ....) (when ... ....) ...

The double (and (and ...)) is not allowed by the pddl grammar.

@francescofuggitti francescofuggitti added the bug Something isn't working label Jul 6, 2023
@francescofuggitti francescofuggitti self-assigned this Jul 6, 2023
francescofuggitti added a commit that referenced this issue Jul 6, 2023
Signed-off-by: Francesco Fuggitti <francesco.fuggitti@gmail.com>
francescofuggitti added a commit that referenced this issue Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant