Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.3 KB

README.md

File metadata and controls

16 lines (9 loc) · 1.3 KB

FOND SAS Translators

This repo contains two SAS-based translators for FOND domains that are modifications of the SAS translator shipped with the Downard planning framework:

  • translate: a minor variant of the original translator that does not simplify any action that was the result of determinizing a FOND problem. These are actions whose names include the string "DETDUP": they will always be kept, even if they are "no-op" actions with no effects.
  • translate-allout: this version first computes the all-outcome determinization for FOND domains and then performs the SAS translation. It is based on the 2011 PRP version but updated to a newer version.

Please refer to the corresponding README files for each version.

Contributors

The codebase is a modification/extension o the translators found in Downward library (which ships the SAS translation) and PRP planner (which added determinization to the original SAS translation).