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.
- Host: GitHub
- URL: https://github.com/shilpakancharla/graphplan
- Owner: shilpakancharla
- Created: 2020-11-30T17:01:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-30T17:02:50.000Z (over 4 years ago)
- Last Synced: 2025-01-19T22:49:27.194Z (3 months ago)
- Topics: algorithms-and-data-structures, artificial-intelligence, artificial-intelligence-algorithms, artificial-intelligence-application, automated-planning, graphplan-algorithm, java-application
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphplan
Graphplan algorithm (artificial intelligence algorithm) for planning events and finding inconsistencies in Java.