Skip to content

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.

Notifications You must be signed in to change notification settings

shilpakancharla/graphplan

Repository files navigation

graphplan

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages