Releases: APLA-Toolbox/PythonPDDL
Releases · APLA-Toolbox/PythonPDDL
v0.4.1
- Added Critical Path
- Added Metrics
- Added Path class
v0.4.0
- Add
DataAnalyst
documentation
- Add
DataAnalyst
heuristics performance comparer
- Improve
DataAnalyst
plots
- Add Delete Relaxation Heuristics
- Add a git submodule for
PDDL
domains and problems
- Overload of str for cleaner string formatting
- Improve coverage
v0.3.0
Changelogs
- Add the DataAnalyst tool
- Pair of problem/domain subfolders in
data/
are now retrievable in a private method
- Run searches on all problem/domain in those subfolders and plot their complexity metrics
- Run searches on a specific problem/domain and plot its complexity metrics
- Exclude some planners when computing the data for complexity metrics
v0.2.5
Merge pull request #56 from APLA-Toolbox/package-pypi
[Critical Fix] Broken package
v0.2.4
Changelogs
- Packaged with Pypi
- Improve coverage
v0.2.0
Changelogs
- Added A*
- Added heuristics registration
- Improved coverage
- Improved DevOps
Next up
- Time optimization
- More heuristics
- More planners
- Better coverage
- More tests
- Package with Pypi
v0.1.0
Parse PDDL files and Plan with respects to the Problem.PDDL constraints using DFS, BFS or Dijkstra search algorithms.