Releases: APLA-Toolbox/PythonPDDL
Releases · APLA-Toolbox/PythonPDDL
v0.4.1
Compare
Sorry, something went wrong.
No results found
guilyx
released this
21 Jan 11:44
Added Critical Path
Added Metrics
Added Path class
v0.4.0
Compare
Sorry, something went wrong.
No results found
guilyx
released this
05 Jan 11:37
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
Compare
Sorry, something went wrong.
No results found
guilyx
released this
23 Dec 23:17
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
Compare
Sorry, something went wrong.
No results found
guilyx
released this
23 Dec 00:58
Merge pull request #56 from APLA-Toolbox/package-pypi
[Critical Fix] Broken package
v0.2.4
Compare
Sorry, something went wrong.
No results found
guilyx
released this
23 Dec 00:39
Changelogs
Packaged with Pypi
Improve coverage
v0.2.0
Compare
Sorry, something went wrong.
No results found
guilyx
released this
22 Dec 17:42
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
Compare
Sorry, something went wrong.
No results found
guilyx
released this
21 Dec 11:17
Parse PDDL files and Plan with respects to the Problem.PDDL constraints using DFS, BFS or Dijkstra search algorithms.