Prolog-Graphplan icon indicating copy to clipboard operation
Prolog-Graphplan copied to clipboard

The Graphplan algorithm is an automatic planning algorithm that can compute, given a set of rules, a plan of action to go from an initial state to a final state. This project provides an open source...

Results 2 Prolog-Graphplan issues
Sort by recently updated
recently updated
newest added

Hello, I have been downloading and trying your graphplan implementation with the rocket_plan example. But unfortunately it returns thesame plan so many times. For instance test(P) returns the same plan...

Hello, I'd like to solve a variant of your Rocket problem where: - the rockets have a quantifiable amount of fuel (e.g. 1000 units) - moving from a city to...