Skip to content

Releases: APLA-Toolbox/PythonPDDL

v0.4.1

Choose a tag to compare

@guilyx guilyx released this 21 Jan 11:44
1619cc3
  • Added Critical Path
  • Added Metrics
  • Added Path class

v0.4.0

Choose a tag to compare

@guilyx guilyx released this 05 Jan 11:37
52f5fe5
  • 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

Choose a tag to compare

@guilyx guilyx released this 23 Dec 23:17
61997ca

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

Choose a tag to compare

@guilyx guilyx released this 23 Dec 00:58
5f448a1
Merge pull request #56 from APLA-Toolbox/package-pypi

[Critical Fix] Broken package

v0.2.4

Choose a tag to compare

@guilyx guilyx released this 23 Dec 00:39
783a3c3

Changelogs

  • Packaged with Pypi
  • Improve coverage

v0.2.0

Choose a tag to compare

@guilyx guilyx released this 22 Dec 17:42
35b1d3b

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

Choose a tag to compare

@guilyx guilyx released this 21 Dec 11:17
40b3802

Parse PDDL files and Plan with respects to the Problem.PDDL constraints using DFS, BFS or Dijkstra search algorithms.