AI-Planning / AI-Planning/cloud-solver

Return all of the ground actions possible instead of failing for just one

未關閉
#2 8 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
26
分支
8
PR 合併指標
30 天內沒有已合併 PR

描述

When I use solver API, the following case happens. I didn't have any action named ```reach-goal```. Here is the return json:
```
{
"status": "ok",
"result": {
"parse_status": "ok",
"length": 7,
"plan": [
"(move a1 b1)",
"(move b1 b2)",
"(move b2 b3)",
"(move b3 a3)",
"(move a3 a4)",
"(move a4 a5)",
"(reach-goal)"
],
"error": "'reach-goal'",
"output": "\n\ntask contains conditional effects. turning off state domination.\n\n --- OK.\n Match tree built with 19 nodes.\n\nPDDL problem description loaded: \n\tDomain: PACMAN_MID\n\tProblem: PACMAN-LEVEL-1\n\t#Actions: 19\n\t#Fluents: 20\nLandmarks found: 1\nStarting search with IW (time budget is 60 secs)...\nrel_plan size: 6\n#RP_fluents 10\nCaption\n{#goals, #UNnachieved, #Achieved} -> IW(max_w)\n\n{1/1/0}:IW(1) -> [2][3][4][5][6][7][8]rel_plan size: 0\n#RP_fluents 0Plan found with cost: 7\nTotal time: -1.07288e-09\nNodes generated during search: 42\nNodes expanded during search: 34\nIW search completed\n",
"type": "simple",
"planPath": "/tmp/solver_planning_domains_tmp_4CKg1JPQfz3GC/plan",
"logPath": "/tmp/solver_planning_domains_tmp_4CKg1JPQfz3GC/log"
}
}
```
Could you please help me out on figure out how could this happened?

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。