問題タブ [pddl]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
artificial-intelligence - 高速下向きを使用して pddl の問題の因果グラフを取得する方法
ドメインの PDDL と問題の PDDL がある場合、fast down を使用して問題の因果グラフを取得するにはどうすればよいですか?
pddl - マルチレベルタイプの継承、x は y から継承、z から継承
PDDL では、次のように「サブ」タイプを定義できます。
one
であり、two
も異なります。parent
other
同様に、述語はs とs(both ?x - parent)
を受け入れます。one
two
多段継承がしたくてやってみた
私はsprite
とfanta
になりたいfizzy
、fizzy
とwater
は どちらも のタイプdrink
です。
したがって、私の述語(pour ?x - drink)
は を受け入れるはずsprite
ですが、現時点では受け入れません。
このタイプ ツリーを正しく設定するにはどうすればよいですか?