There is an open issue [1] in the unified-planning library integration of Fast Downward, related to a naming conflict for a 'pddl' module. The integration uses the one stemming from Fast Downward but the core unified planning library now wants to use one of the same name from AI-Planning [2].
I would like to make the translator a proper python package, so that I can reference the pddl part as a submodule (so that names no longer conflict).
[1] https://github.com/aiplan4eu/up-fast-downward/issues/36
[2] https://github.com/AI-Planning/pddl
|