lab icon indicating copy to clipboard operation
lab copied to clipboard

Lab is a framework for evaluating planners and other solvers.

Results 6 lab issues
Sort by recently updated
recently updated
newest added

This is something that came up yesterday when working on the PDDL minimizer. We would like to import the parser class from lab and use it to parse the output...

**[Original report](https://bitbucket.org/jendrikseipp/lab/issue/25) by Florian Pommerening (Bitbucket: [FlorianPommerening](https://bitbucket.org/FlorianPommerening), GitHub: [FlorianPommerening](https://github.com/FlorianPommerening)).** ---------------------------------------- I tried using lab in a python notebook and wanted to create and view a report there. My hope was...

lab
proposal
minor

This is from an old pull request. A plot like this might be useful to have: [cactus.py](https://github.com/aibasel/lab/files/4830430/cactus.py.txt)

Hi there! The FAQ (latest version says): > ### Some runs failed. How can I rerun them? > If the failed runs were never started, for example, due to grid...

Fixes #121. This pull request stores properties in the `Experiment` object, updating it each time the properties file is loaded or a fetcher is executed. This way, the properties file...

Hello. This pull request replaces `simplejson` by `orjson`. The previous JSON files generated by `simplejson` are compatible with `orjson` and, indeed, they seem equal to me, so no breaking changes...