pddl4j
pddl4j copied to clipboard
Documentation example does not work: no function `setDomain` on planner objects
Hello, I am trying out this example from the documentation. But I am stuck when I write:
planner.setDomain(benchmarks + "domain.pddl");
Because there is no such function setDomain
.
It looks like the documentation is for a version 4.0.0, but I cannot find it on MavenCentral.
The code of documentation the for a version 4.0.0 is only available for the moment in the devel branch. Thus if you want to use this documentation, clone the devel branch.
Can I find the documentation for the version 3.8, instead?
All the version of the api documentation are available online.