An open API service indexing awesome lists of open source software.

https://github.com/shilpakancharla/graphplan

Graphplan is an automated planning algorithm that takes as input a planning problem expressed in STRIPS and produces, if one is possible, a sequence of operations for reaching a goal state. I have implemented it here, alongside a few problem examples.
https://github.com/shilpakancharla/graphplan

algorithms-and-data-structures artificial-intelligence artificial-intelligence-algorithms artificial-intelligence-application automated-planning graphplan-algorithm java-application

Last synced: about 2 months ago
JSON representation

Graphplan is an automated planning algorithm that takes as input a planning problem expressed in STRIPS and produces, if one is possible, a sequence of operations for reaching a goal state. I have implemented it here, alongside a few problem examples.

Awesome Lists containing this project

README

        

# graphplan
Graphplan algorithm (artificial intelligence algorithm) for planning events and finding inconsistencies in Java.