Action description language

Action description language

Action description language (ADL) is a planning system in particular for robots. It is considered an advancement of STRIPS.

The sense of a planning language is to represent certain conditions in the environment, and, based on these, automatically generate a chain of actions which lead to a desired goal. A goal is a certain partially specified condition. Before an action can be executed, its preconditions must be fulfilled; after the execution, the action yields effects, by which the environment changes. The environment is described by means of certain predicates, which are either fulfilled or not.

Contrary to STRIPS, the principle of the "open world" applies with ADL: everything not occurring in the conditions is unknown (Instead of being assumed false). In addition, while in STRIPS only positive literals and conjunctions are permitted, ADL allows negative literals and disjunctions as well.

Example

Consider the problem of air freight transport, where certain goods must be transported from an airport to another airport by plane and where airplanes need to be loaded and unloaded.

The necessary actions would be "loading", "unloading" and "flying"; over the descriptors one could express "In(c, p)" and "At(x, a)" whether a freight "C" is in an airplane "p" and whether an object "x" is at an airport "A".

The actions could be defined then as follows:

Action ( Load (c: Freight, p: Airplane, A: Airport) Precondition: At(c, A) ^ At(p, A) Effect: ¬At(c, A) ^ In(c, p))
Action ( Unload (c: Freight, p: Airplane, A: Airport) Precondition: In(c, p) ^ At(p, A) Effect: At(c, A) ^ ¬In(c, p))
Action ( Fly (p: Airplane, from: Airport, to: Airport) Precondition: At(p, from) Effect: ¬At(p, from) ^ At(p, to))

Wikimedia Foundation. 2010.

Игры ⚽ Нужно сделать НИР?

Look at other dictionaries:

  • Action Description Language — Die Action Description Language (ADL) ist ein Planungssystem insbesondere für Roboter. Sie gilt als Weiterentwicklung von STRIPS. Der Sinn einer Planungssprache ist es, bestimmte Zustände in der Umwelt darzustellen und darauf basierend… …   Deutsch Wikipedia

  • Action description language — En el campo de la inteligencia artificial, Action description language (ADL) es un lenguaje de planificación automática, particularmente diseñado para robots. Se considerá una mejora de STRIPS. Pednault propuso este idioma en 1987. Pednault… …   Wikipedia Español

  • Compiler Description Language — Compiler Description Language, or CDL, is a Computer language based on affix grammars. It is very similar to Backus–Naur form(BNF) notation. It was designed for the development of compilers. It is very limited in its capabilities and control… …   Wikipedia

  • Choreography Description Language — Web Services Choreography Description Language (abgekürzt als WS CDL) ist der Teil der sogenannten WS * Spezifikationen. Dabei ist sie eine XML basierte Sprache, die peer to peer Kommunikationen zwischen verschiedenen Webserviceakteuren… …   Deutsch Wikipedia

  • Web Services Choreography Description Language — (abgekürzt als WS CDL) ist der Teil der sogenannten WS * Spezifikationen. Dabei ist sie eine XML basierte Sprache, die peer to peer Kommunikationen zwischen verschiedenen Webserviceakteuren beschreibt, indem aus einer Beobachterperspektive (nicht …   Deutsch Wikipedia

  • Action Park — was a waterpark/motor themed park open from 1978 to 1996 in Vernon Township, New Jersey, on the property of the former Vernon Valley / Great Gorge ski area, today Mountain Creek. It featured three separate attraction areas: an alpine slide;… …   Wikipedia

  • Action research — is a reflective process of progressive problem solving led by individuals working with others in teams or as part of a community of practice to improve the way they address issues and solve problems. Action research can also be undertaken by… …   Wikipedia

  • Action selection — is a way of characterizing the most basic problem of intelligent systems: what to do next. In artificial intelligence and computational cognitive science, the action selection problem is typically associated with intelligent agents and animats… …   Wikipedia

  • language — /lang gwij/, n. 1. a body of words and the systems for their use common to a people who are of the same community or nation, the same geographical area, or the same cultural tradition: the two languages of Belgium; a Bantu language; the French… …   Universalium

  • Description — For other uses, see Description (disambiguation). Description is one of four rhetorical modes (also known as modes of discourse), along with exposition, argumentation, and narration. Each of the rhetorical modes is present in a variety of forms… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”