-
Notifications
You must be signed in to change notification settings - Fork 18
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
Proposals #3
Comments
Couldn't we accomplish the same for 2/3 if 1 included specification of the running/generation? Reason I ask is because this will likely be nestled in |
I think all three points would be nice to have, though 1 is definitely higher-priority than 2 and 3. And I agree with Christian that probably it's easiest to put everything into the specification. |
Ya, so give us a chance to take a crack at the sophisticated manifest, and see how much of 1-2-3 we can knock off. @jendrikseipp : What's the easiest way to start plugging away at 1? Just check into the source for things like this? |
For our benchmarks generation paper, we have looked into parameter ranges a bit and I think Alvaro added some notes to README files. We'll try to integrate those soon. This should make it a bit easier to get started with some domains. But apart from that, yes, invoking the generator without arguments and hoping it prints a help message :-) |
I started a project with similar goals: https://github.com/rleap-project/batch-pddl-generator It allows to define parameter ranges and then generate the Cartesian product of PDDL files. Importantly, the specification of each domain uses Python code. This allows to programmatically check for valid parameter combinations. |
I would much prefer one that is language-agnostic. |
The text was updated successfully, but these errors were encountered: