Differences between revisions 22 and 61 (spanning 39 versions)
Revision 22 as of 2010-11-24 17:57:17
Size: 2164
Editor: MalteHelmert
Comment:
Revision 61 as of 2022-06-22 14:17:19
Size: 2305
Comment: Add link to Discord server
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Fast Downward home page = {{attachment:fast-downward-logo.png|Fast Downward logo|width=300}}
Line 3: Line 3:
Congratulations, you have found the somewhat poorly hidden Fast Downward home page! There isn't as much information available here yet as we hope to have eventually, but it's a start. The wiki of the Fast Downward planning system.
Line 5: Line 5:

<<Anchor(contact)>>
Line 7: Line 9:
 * '''public mailing list:''' [[http://groups.google.com/group/fast-downward/topics|Google group fast-downward]] (intended for users and non-core developers)
 * '''internal mailing list:''' [[http://lists.informatik.uni-freiburg.de/cgi-bin/mailman/listinfo/downward-dev|downward-dev]] (intended for internal discussions between the core developers)
 * '''general questions:''' <<MailTo(helmert@informatik.uni-freiburg.de, Malte Helmert)>>
 * '''public Discord server:''' [[https://discord.gg/8zxvSchDS6|Fast Downward Discord server]] (for users and non-core developers)
 * '''public mailing list:''' [[http
://groups.google.com/group/fast-downward/topics|Google group fast-downward]] (for users and non-core developers)
 * '''internal mailing list:''' [[https://www.maillist.unibas.ch/mailman/listinfo/downward-dev|downward-dev]] (for internal discussions among the core developers)
 * '''general questions:''' please write to the public mailing list or ask on the Discord server if at all possible; this helps spread the load on answering questions and makes it possible for others to benefit from the answer
   * in exceptional cases, you can email
<<MailTo(malte.helmert@unibas.ch, Malte Helmert)>>, but please note that Malte is overloaded with emails
Line 11: Line 15:
 * '''public Mercurial repository:''' http://hg.fast-downward.org (includes '''Atom feed''' and '''RSS feed''' that update on every commit)
 * '''buildbot:''' http://buildbot.fast-downward.org
 * '''public Git repository:''' https://github.com/aibasel/downward
Line 16: Line 20:
 * QuickStart
 * [[Releases]]
Line 17: Line 23:
 * ForDevelopers (Mercurial workflow, uncrustify, coding conventions, etc.)
 * DocumentationStyle
 * PlannerUsage
 * HeuristicSpecification
 * OpenList
 * ScalarEvaluator
 * SearchEngine
 * ReusingHeuristics
 * IpcPlanners (how to run one of the Fast-Downward-related planners from IPC 2011)
 * ForDevelopers (Git workflow, development setup, coding conventions, etc.)
 * PddlSupport (Which fragment of PDDL does Fast Downward support?)
 * ExitCodes (Documentation of exit codes as returned by the planner)
 * Documentation for the search component:
   * OptionSyntax
   * PlannerUsage
   * OptionCaveats
 <<Include(Doc/Overview)>>
 * Documentation for internal file formats:
   * TranslatorOutputFormat
Line 29: Line 38:
== History and credits == == Contributions ==
Line 31: Line 40:
The current version of Fast Downward is the merger of three different projects: For a brief history of the project and a list of contributors, please see [[https://github.com/aibasel/downward/blob/main/README.md|README file]].
Line 33: Line 42:
 * The original version of Fast Downward developed by Malte Helmert and Silvia Richter
 * LAMA, developed by Silvia Richter and Matthias Westphal based on the original Fast Downward
 * FD-Tech, a modified version of Fast Downward developed by Erez Karpas and Michael Katz based on the original code
== License ==
Line 37: Line 44:
In addition to these three main sources, the codebase incorporates code and features from numerous branches of the Fast Downward codebase developed for various research papers. The main contributors to these branches are Malte Helmert, Gabi Röger and Silvia Richter.

Since the codebases have been merged, the principal people who have developed the code further are Malte Helmert, Gabi Röger, Erez Karpas, and Jendrik Seipp.
Fast Downward is licensed under the GNU Public License (GPL), as described in [[https://github.com/aibasel/downward/blob/main/README.md|the main repository]].
If you want to use the planner in any way that is not compatible with the GPL (v3 or newer), you will have to get permission from us.

Fast Downward logo

The wiki of the Fast Downward planning system.

Contact & other Fast Downward resources

  • public Discord server: Fast Downward Discord server (for users and non-core developers)

  • public mailing list: Google group fast-downward (for users and non-core developers)

  • internal mailing list: downward-dev (for internal discussions among the core developers)

  • general questions: please write to the public mailing list or ask on the Discord server if at all possible; this helps spread the load on answering questions and makes it possible for others to benefit from the answer

    • in exceptional cases, you can email Malte Helmert <malte.helmert@unibas.ch>, but please note that Malte is overloaded with emails

  • issue tracker (for bugs and other issues): http://issues.fast-downward.org

  • public Git repository: https://github.com/aibasel/downward

Contributions

For a brief history of the project and a list of contributors, please see README file.

License

Fast Downward is licensed under the GNU Public License (GPL), as described in the main repository. If you want to use the planner in any way that is not compatible with the GPL (v3 or newer), you will have to get permission from us.

FastDownward: HomePage (last edited 2023-10-12 12:23:06 by GabiRoeger)