Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2019-06-04 15:33:31
Size: 1801
Editor: MalteHelmert
Comment: draft version of release page for 19.06 (currently private)
Revision 10 as of 2023-10-12 12:19:01
Size: 2686
Comment: fix link to build instructions
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl All:
Line 7: Line 5:
Fast Downward 19.06 was released on June 5, 2019. Fast Downward 19.06 was released on June 11, 2019.
Line 11: Line 9:
 * source tarball: [[attachment:fast-downward-19.06.tar.gz]]
 * Docker container: TBD
 * Singularity container: TBD
 * Vagrantfile: TBD
 * source tarball: [[attachment:fast-downward-19.06.tar.gz||&do=get]]
 * Singularity container: [[https://www.singularity-hub.org/collections/3944|aibasel/downward:19.06 on Singularity Hub]]
 * Docker container: [[https://hub.docker.com/r/aibasel/downward|aibasel/downward:19.06 on Docker Hub]]
 * Vagrantfile: [[attachment:Vagrantfile||&do=get]] for Fast Downward 19.06
Line 16: Line 14:
/!\ TODO: Add basic instructions on how to build and run the planner, or provide a pointer to a page that does. If we have specific instructions for the various distribution models, we could link them directly from the above list of downloads. For Singularity, Docker 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:
{{{#!bash
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 [[https://github.com/aibasel/downward/blob/main/BUILD.md|the build instructions]].
Line 23: Line 31:
See [[LPBuildInstructions]] for more information. See [[https://github.com/aibasel/downward/blob/main/BUILD.md#optional-linear-programming-solvers|LP build instructions]] for more information.

Back to Releases.

Fast Downward 19.06

Fast Downward 19.06 was released on June 11, 2019.

Downloads

For Singularity, Docker 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 the build instructions.

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 LP build instructions 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)