Differences between revisions 2 and 3
Revision 2 as of 2019-06-07 13:29:52
Size: 2537
Editor: MalteHelmert
Comment: Polished release page a bit more.
Revision 3 as of 2019-06-11 15:51:17
Size: 2538
Comment: Update Singularity Hub link
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
 * Singularity container: [[https://www.singularity-hub.org/containers/9593|aibasel/downward:19.06 on Singularity Hub]]  * Singularity container: [[https://www.singularity-hub.org/collections/3112|aibasel/downward:19.06 on Singularity Hub]]

Back to Releases.

Fast Downward 19.06

Fast Downward 19.06 was released on June 11, 2019.

Downloads

For Docker, Singularity and Vagrant, see QuickStart for instructions on how to run the planner. That page explains how to run the latest release of Fast Downward, so you have to amend the instructions if you want to run an older release.

For the tarball, if you have satisfied all dependencies, the following should build and run the planner with configuration alias lama-first on PDDL files /path/to/domain.pddl and /path/to/problem.pddl on a Linux or macOS system:

tar -xvzf fast-downward-19.06.tar.gz
cd fast-downward-19.06
./build.py
./fast-downward.py --alias lama-first /path/to/domain.pddl /path/to/problem.pddl

For dependencies and more advanced information (including Windows builds), see ObtainingAndRunningFastDownward.

Limitations

For licensing reasons, features related to LP solvers are unavailable in the released version if you use Docker, Singularity or Vagrant. We hope to improve integration of LP solvers into the releases in the future.

The source tarball release will use an LP solver if it has been appropriately configured at build time. See LPBuildInstructions for more information.

Referencing Fast Downward 19.06

If you use this version of Fast Downward in a scientific publication, we encourage you to mention the version number, as in "We ran experiments with Fast Downward 19.06." The canonical reference for citing Fast Downward is the following journal paper:

@Article{helmert-jair2006,
  author =  "Malte Helmert",
  title =   "The {Fast} {Downward} Planning System",
  journal = "Journal of Artificial Intelligence Research",
  year =    "2006",
  volume =  "26",
  pages =   "191--246"
}

Changes in Fast Downward 19.06

Prior to Fast Downward 19.06, Fast Downward did not have official releases. Instead, we encouraged users to directly track the project repository. For this reason, we do not provide a change log here. Future releases of Fast Downward will include a list of changes since the last release.

FastDownward: Releases/19.06 (last edited 2023-10-12 12:19:01 by FlorianPommerening)