Skip to content
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

Planner output is empty when using Fast Downward #128

Open
victorpaleologue opened this issue Jul 13, 2022 · 1 comment
Open

Planner output is empty when using Fast Downward #128

victorpaleologue opened this issue Jul 13, 2022 · 1 comment

Comments

@victorpaleologue
Copy link

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.

@manyworldspublishing
Copy link

I'm also seeing this behavior. The extension reports that a plan was found, but does not display the plan or tell me where (if anywhere) it was written to disk. Can you provide some advice for using Fast Downward with the extension? FD is the basis for many other planners.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants