Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assumptions #4

Open
albore opened this issue Sep 19, 2022 · 0 comments
Open

Assumptions #4

albore opened this issue Sep 19, 2022 · 0 comments

Comments

@albore
Copy link
Collaborator

albore commented Sep 19, 2022

From Smith & Weld, 1999 (i.e. deterministic actions of fixed duration):

  • The effects are realized at some unknown point during action execution, and thus can be used only once the action has completed.
  • The preconditions must hold at the beginning of an action.
  • The preconditions not be deleted by the action itself must hold throughout the duration of the action.

From PDDL2.1 Fox & Long, 2003:

  • The preconditions may need to hold instaneously before the start (at start), before the end (at end) or over the complete execution of the action (over all).
  • The effects are realized instantaneously either (at start) or (at end), i.e., at the beginning or the at the completion of the action (respectively).

From Mausam & Weld 2007:

  • All executing actions terminate before the goal is considered achieved.
  • An action, once started, cannot be terminated prematurely.

From Dvorák et al 2014:

  • The action must always occur in the time interval of its parent action, its parameters are bound to the values defined in the parent, if any.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant