Maumagnaguagno / HTN_Plan_Viewer

:eyeglasses: Graph visualization of HTN plans using IPC output format

Home Page:https://maumagnaguagno.github.io/HTN_Plan_Viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTN Plan Viewer

Graph visualization of HTN plans using IPC output format

Convert a HTN IPC plan into a DOT graph to be client-rendered using d3-graphviz.
Lines that appear before the root top level tasks correspond to the actions from classical plans. Lines after the root correspond to the method decompositions done to achieve the plan. The first symbol of each line is an integer reference and not required to match any order, while the rightmost references, applicable only to methods, refer to their decompositions. The current implementation expects conforming plans, but warns about lines that do not match any of the possible configurations and missing elements.

An URL query can be used to load a planner output file, limited to GitHub.

https://maumagnaguagno.github.io/HTN_Plan_Viewer?from=https://maumagnaguagno.github.io/HTN_Plan_Viewer/plan.txt

This project is the counterpart of Classical Plan Viewer.

About

:eyeglasses: Graph visualization of HTN plans using IPC output format

https://maumagnaguagno.github.io/HTN_Plan_Viewer


Languages

Language:HTML 100.0%