Differences between revisions 11 and 61 (spanning 50 versions)
Revision 11 as of 2010-09-24 18:04:56
Size: 1463
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 well-hidden Fast Downward home page! Right now, there isn't a whole lot of information available here, but we hope that this might change eventually. The wiki of the Fast Downward planning system.
Line 5: Line 5:
== Hotlinks ==
Line 7: Line 6:
 * NewToTheRepository
 * CodingConventions
 * PlannerUsage
 * HeuristicSpecification
 * OpenList
 * ScalarEvaluator
 * SearchEngine
 * ReusingHeuristics
<<Anchor(contact)>>
== Contact & other Fast Downward resources ==

 * '''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
 * '''issue tracker (for bugs and other issues):''' http://issues.fast-downward.org
 * '''public Git repository:''' https://github.com/aibasel/downward


== Wiki hotlinks ==

 * QuickStart
 * [[Releases]]
 * ObtainingAndRunningFastDownward
 * 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 16: Line 35:
 * [[Literature]]
Line 18: Line 38:
== History and credits == == Contributions ==
Line 20: 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 22: 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 26: 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, and Erez Karpas.

== Contact ==

 * '''general questions:''' <<MailTo(helmert@informatik.uni-freiburg.de, Malte Helmert)>>
 * '''bugs''' and other issues: use our issue tracker at http://issues.fast-downward.org
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)