Code Monkey home page Code Monkey logo

hddl2.1's People

Contributors

albore avatar arbimo avatar fiorinoh avatar pellierd avatar rafael1193 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hddl2.1's Issues

Durative actions start & end times

Reviewer 3.: how durative actions get assigned their starting and end times?

Note: from PDDL2.1 (Fox & Long 2003)

The modelling of temporal relationships in a discretised durative action is done by means of temporally annotated conditions and effects. All conditions and effects of durative actions must be temporally annotated. The annotation of a condition makes explicit whether the associated proposition must hold at the start of the interval (the point at which the action is applied), the end of the interval (the point at which the final effects of the action are asserted) or over the interval from the start to the end (invariant over the duration of the action).

Assumptions

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.

Avoiding incompleteness

In order to avoid incompleteness (as for PDDL2.1), executing timepoints (epochs) i.e. time point when an action is allowed to start execution, must be allowed any time (or by defining time increments between actions(*) as defined by Haslum & Geffner 2001).

(*) The time to wait between the beginning of next action.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.