Skip to content
/ lab Public

Lab is a framework for evaluating planners and other solvers.

License

Notifications You must be signed in to change notification settings

aibasel/lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1277d8d · Jun 20, 2022
Jan 24, 2022
Jun 20, 2022
Jun 20, 2022
May 16, 2022
May 23, 2022
Jun 20, 2022
Nov 6, 2021
Mar 6, 2020
Sep 29, 2020
Sep 29, 2020
Mar 7, 2012
Jul 16, 2020
Oct 20, 2020
Oct 20, 2020
Feb 6, 2021
Apr 22, 2022

Repository files navigation

Lab and Downward Lab

Lab is a Python package for evaluating solvers on benchmark sets. Experiments can run on a single machine or on a computer cluster. The package also contains code for parsing results and creating reports.

The Downward Lab Python package facilitates running experiments for the Fast Downward planning system. It uses the generic experimentation package Lab. Currently, Lab and Downward Lab are distributed together.

Code: https://github.com/aibasel/lab

Documentation: https://lab.readthedocs.io

Cite: please cite Downward Lab by using

@Misc{seipp-et-al-zenodo2017,
  author =       "Jendrik Seipp and Florian Pommerening and
                  Silvan Sievers and Malte Helmert",
  title =        "{Downward} {Lab}",
  publisher =    "Zenodo",
  year =         "2017",
  howpublished = "\url{https://doi.org/10.5281/zenodo.790461}"
}