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

Additional ways of reading the goal formula #247

Open
francescofuggitti opened this issue Jun 8, 2023 · 0 comments
Open

Additional ways of reading the goal formula #247

francescofuggitti opened this issue Jun 8, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@francescofuggitti
Copy link
Member

Currently, the goal formula can only be specified as a string in the CLI tool and the library.

We would like to have a more general and flexible approach. In particular, the following additional options have been identified:

  1. reading from a file
  2. reading directly from the (:goal ... specification in PDDL.

An example of the second case is (:goal (once (and a b))) that corresponds to O(a & b)

@francescofuggitti francescofuggitti changed the title Reading the goal formula Additional ways of reading the goal formula Jun 8, 2023
@francescofuggitti francescofuggitti self-assigned this Jun 8, 2023
@francescofuggitti francescofuggitti added the enhancement New feature or request label Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant