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

Manifest for the planner features #13

Open
JamieYuu opened this issue Nov 9, 2020 · 0 comments
Open

Manifest for the planner features #13

JamieYuu opened this issue Nov 9, 2020 · 0 comments
Assignees

Comments

@JamieYuu
Copy link

JamieYuu commented Nov 9, 2020

Currently, the planning-as-a-service is using lama and bfws as planners (According to the deployment record: https://drive.google.com/file/d/1El1v53_h5BlfT0K3PaCIgr_oBSmPRpbT/view?usp=sharing).

The lama planner will return and store the plan results to the "sas_plan.ipc" files. When dealing with the PDDL problem with cost syntax, the results can be multiple with different total cost. Please check the demonstration section of this video: https://www.youtube.com/watch?v=-nD5qpk508w

It would be great to have a manifest for what features the planner can provide, so that the user can choose what kind of result they want. For example, all plans will be returned if users want all results, and if users want the optimal result, the plan with minimum total cost will be returned.

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

3 participants