AI-Planning / AI-Planning/planning-as-a-service

Returned plans should be parsed and returned in a well structured way; plan cost including

Đang mở
#36 3 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
43
Fork
13
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

Some planners return their entire diarrheas output into the `result.output.plan` field. Some return a properly formatted plan as text. The original `/solve` interface returned the plan in a rich Json structure. The planutils should be able to parse and standardize the plan structure between temporal and strips planners.

The plan cost is also included in different formats in the planner output. With bit of luck, one can get the plan from `result.output.plan` field and find the cost from the `result.stdout`. But as soon as you have multiple plans, you cannot figure out what belongs to what.

Ideally, `result.output.plan` should be a structured element with `steps` or `actions` if you want as well as `cost` and/or `makespan` and possibly the search stats such as `statesEvaluated`.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.