IBM / Parameter-Seed-Set

Planning tasks succinctly represent labeled transition systems, with each ground action corresponding to a label. This granularity, however, is not necessary for solving planning tasks and can be harmful, especially for model-free methods. In this work, we propose automatic approach to reduce the label sets for planning domains.
https://ibm.github.io/Parameter-Seed-Set/
Eclipse Public License 1.0
4 stars 0 forks source link

about file "blocks.pddl" #1

Open isugar3412 opened 11 months ago

isugar3412 commented 11 months ago

I can't find "/downward-benchmark/blocks.pddl" in the source code

harshakokel commented 11 months ago

Hello @isugar3412,

The PDDL domain and problem files can be found in the Downward Benchmark github repository.

We recommend keeping all the problem files in a single directory and providing the path to that directory as follows:

$ python ./runner.py \
--domain-file  <domain-file-path> \
--problem-dir <problem-dir-path> \
--use-grounding

Hope this helps. Harsha