vscode-pddl icon indicating copy to clipboard operation
vscode-pddl copied to clipboard

Planner output is empty when using Fast Downward

Open victorpaleologue opened this issue 1 year ago • 1 comments

When running the PDDL test using the following planner configuration

        {
            "kind": "COMMAND",
            "path": "/Users/victor.paleologue/Code/Palaio/HTN/downward/fast-downward.py",
            "syntax": "$(planner) --alias=lama $(options) $(domain) $(problem)",
            "title": "fast-downward.py",
            "canConfigure": true
        }

I get the output in a file called sas_plan, but not displayed in the output panel. The VSCode extension does not leverage the --plan-file option, nor has any sort of contract with FD, which is a widely used planner.

victorpaleologue avatar Jul 13 '22 11:07 victorpaleologue