Skip to content

PDDL4J v3.7.0

Compare
Choose a tag to compare
released this 19 Jun 11:56
· 648 commits to master since this release
4fb1214

Update project tools

  • log4j 2.11
  • Checkstyle 8.9
  • SonarQube 2.6.1
  • Javacc 2.4
  • Gradle wrapper 4.8
  • Add Jenkinsfile script for CI

Planner

  • New package: Statespace with HSP and FF planners
  • Add StateSpacePlanner and StateSpacePlannerFactory interfaces
  • Use StateSpacePlannerFactory to create state space planners

State space strategy

  • Search strategies are now independant from planners: Add StateSpaceStrategy interface
  • A*, Greedy Best First Search, Enforced Hill Climbing and Hill Climbing are available
  • Add JUnit tests

Global

  • Add tests
  • Fix bugs and javadoc
  • Memory Agent: PDDL4J could work even if JVM command line is not given
  • Big work on JUnit tests and VAL