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