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

command line execution -- interview #81

Open
ClemensBuechner opened this issue Jun 29, 2022 · 0 comments
Open

command line execution -- interview #81

ClemensBuechner opened this issue Jun 29, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ClemensBuechner
Copy link
Contributor

I think this would make sense. We could even make this interactive (in addition, not instead), so users don't have to remember complicated command lines:

$ machetli pddl
Please enter the filepath to a PDDL domain file
> /benchmarks/bugged_domain.pddl
Please enter the filepath to a PDDL problem file
> /benchmarks/bugged_problem.pddl 
How can I recognize the behavior you are interested in?
(1) string in the output (exception, error message, etc.)
(2) exit code
(3) different value than reference planner
(4) something else
> 1
Where is the string printed?
(1) stdout
(2) stderr
(3) file created by the planner
> 2
What string should I look for?
> Chocolate generation out of memory
OK, starting search
...
I found a smaller task and wrote it to output_domain.pddl/output_problem.pddl
@ClemensBuechner ClemensBuechner added the enhancement New feature or request label Jun 29, 2022
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