dananau / GTPyhop

A task-planning system based on Pyhop, but generalized to plan for both goals and tasks.
BSD 3-Clause Clear License
60 stars 18 forks source link

GTPyhop

A Goal-Task-Network planning system written in Python

Dana S. Nau
University of Maryland
July 22, 2021

GTPyhop is an automated planning system written in Python, that uses hierarchical planning techniques to construct plans of action for tasks and goals. The way GTPyhop plans for tasks is very similar to the Pyhop planner, and GTPyhop is mostly backward-compatible with Pyhop. The way GTPyhop plans for goals is inspired by the GDP algorithm. However, GTPyhop may use both tasks and goals throughout its planning process.

Here is a brief summary of GTPyhop's features:

For further information, see this overview of GTPyhop and this additional information.

Things in the GTPyhop distribution

Related work