Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

V-Sekai/godot_hierarchical_task_network

 
 

Repository files navigation

Total-order Forward Decomposition Algorithm: an HTN Planner library

This library provides the TFD algorithm - an HTN Planner so that developers can focus on writing Planning Domain and Planning Problem for their applications.

Book and Python Implementation

The implementation of this algorithm is based on Total-order STN Planning in "Automated Planning: Theory & Practice" book.

This library is a C++17 version of Pyhop implementation.

The application that uses this library must implement the following:

  • Planning Domain which has all methods and operators
  • Planning Problem which has the initial state of the world and the task to be solved

If you're interested in understanding the concepts and algorithm you can read the blog post here.

About

Total-order Forward Decomposition Algorithm: HTN Planning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.2%
  • Other 1.8%