Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 363 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 363 Bytes

A Partial Order Causal-Link (POCL) Planner implemented with Python 3. POCL is a search through plan-space where each child node in the search resolves some flaw of its parent node. Program terminates when 'k' leaves are found with no flaws. Each operator from the domain is preprocessed with the problem atoms into ground steps.

--David Winer [email protected]