AI-Planning / planning-as-a-service

The newly improved planner (and more) in the cloud.
Apache License 2.0
30 stars 7 forks source link

Manifest for the planner features #13

Open JamieYuu opened 3 years ago

JamieYuu commented 3 years ago

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.