Closed rpgoldman closed 1 year ago
I was implementing the plan repair by rewriting algorithm and in the process created the attached domain file. It has the following task definitions (one from the original domain, and two from the plan repair algorithm):
(:task move :parameters (?l1 ?l2 - location)) (:task drive-2-prime :parameters (?l1 ?l2 - location)) (:task drive-ta-3-prime :parameters (?l1 ?l2 - location))
When I run the pandaPIparser on this domain, I get this error:
pandaPIparser
$ pandaPIparser repair-domain.hddl repair-problem.hddl >translated.htn Duplicate abstract task drive-2-prime Duplicate abstract task drive-ta-3-prime
Indeed, there do appear to be duplicated abstract tasks in the output.
This is not a valid report -- I made a mistake in how I read the paper describing the repair algorithm.
I was implementing the plan repair by rewriting algorithm and in the process created the attached domain file. It has the following task definitions (one from the original domain, and two from the plan repair algorithm):
When I run the
pandaPIparser
on this domain, I get this error:Indeed, there do appear to be duplicated abstract tasks in the output.