Benchmark your code
Project description
The Downward Lab Python package facilitates running experiments for the Fast Downward planning system. It uses the generic experimentation package Lab.
Lab is a Python package for running code on a large set of benchmarks. Experiments can be conducted on a single machine or on a cluster. The package also contains code for parsing results and creating reports. Currently, Lab comes bundled with Downward Lab.
Code: https://bitbucket.org/jendrikseipp/lab
Documentation: https://lab.readthedocs.io
Cite: please cite Downward Lab by using
@Misc{seipp-et-al-misc2017,
author = "Jendrik Seipp and Florian Pommerening and
Silvan Sievers and Malte Helmert",
title = "{Downward} {Lab}",
year = "2017",
doi = "10.5281/zenodo.790461",
url = "https://doi.org/10.5281/zenodo.790461",
howpublished = "\url{https://doi.org/10.5281/zenodo.790461}"
}
Install Lab
Lab supports Python 2.7 (deprecated) or Python >= 3.5. We recommend installing Lab in a Python virtual environment. This has the advantage that there are no modifications to the system-wide configuration, and that you can create multiple environments with different Lab versions (e.g., for different papers) without conflicts:
# Install required packages, including virtualenv. sudo apt install mercurial python3 python3-venv # Create and activate a Python 3 virtual environment for Lab. python3 -m venv lab-venv # or any other path instead of lab-venv source lab-venv/bin/activate # Install Lab in the virtual environment. pip install lab # or a specific version with lab==x.y
If you want to install the latest development version and/or need to change Lab itself, you can clone the Lab repo and install it in the virtual environment:
hg clone https://bitbucket.org/jendrikseipp/lab /path/to/lab pip install --editable /path/to/lab
The --editable flag installs the project in “editable mode”, which makes any changes under /path/to/lab appear immediately in the installed package.
Please note that before running an experiment script you need to activate the virtual environment with:
source lab-venv/bin/activate
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lab-5.3.tar.gz.
File metadata
- Download URL: lab-5.3.tar.gz
- Upload date:
- Size: 124.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ceacf72e298457b4ace52655df4226e256425da65d6ebe304a1ba058d969035
|
|
| MD5 |
e2fb82da5b6f76ce04bcbd9b5d57176e
|
|
| BLAKE2b-256 |
deea7554ca2ec362e1ac9ddb14a8fab12ede49a6499246a80ccbc4e60914b07a
|
File details
Details for the file lab-5.3-py2.py3-none-any.whl.
File metadata
- Download URL: lab-5.3-py2.py3-none-any.whl
- Upload date:
- Size: 161.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28ec40765a83b80c3651eaacaf53266c85fe09a4fcf6244f9172b6052a106802
|
|
| MD5 |
0f0d87649c9f8bfbc1fd39fbc61f5beb
|
|
| BLAKE2b-256 |
3ead9ea06aab88c7fc5ff06cfefeb4add47a0b7cb23967107af694cd56dbac55
|