To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Procedural reasoning system

From Wikipedia, the free encyclopedia

In artificial intelligence, a procedural reasoning system (PRS) is a framework for constructing real-time reasoning systems that can perform complex tasks in dynamic environments. It is based on the notion of a rational agent or intelligent agent using the belief–desire–intention software model.

A user application is predominately defined, and provided to a PRS system is a set of knowledge areas. Each knowledge area is a piece of procedural knowledge that specifies how to do something, e.g., how to navigate down a corridor, or how to plan a path (in contrast with robotic architectures where the programmer just provides a model of what the states of the world are and how the agent's primitive actions affect them). Such a program, together with a PRS interpreter, is used to control the agent.

The interpreter is responsible for maintaining beliefs about the world state, choosing which goals to attempt to achieve next, and choosing which knowledge area to apply in the current situation. How exactly these operations are performed might depend on domain-specific meta-level knowledge areas. Unlike traditional AI planning systems that generate a complete plan at the beginning, and replan if unexpected things happen, PRS interleaves planning and doing actions in the world. At any point, the system might only have a partially specified plan for the future.

PRS is based on the BDI or belief–desire–intention framework for intelligent agents. Beliefs consist of what the agent believes to be true about the current state of the world, desires consist of the agent's goals, and intentions consist of the agent's current plans for achieving those goals. Furthermore, each of these three components is typically explicitly represented somewhere within the memory of the PRS agent at runtime, which is in contrast to purely reactive systems, such as the subsumption architecture.

YouTube Encyclopedic

  • 1/3
    Views:
    8 065
    178 715
    116 268
  • Procedural and Interactive Reasoning
  • Procedural Programming: It's Back? It Never Went Away
  • End-to-End Procedural Generation in Caves of Qud

Transcription

History

The PRS concept was developed by the Artificial Intelligence Center at SRI International during the 1980s, by many workers including Michael Georgeff, Amy L. Lansky, and François Félix Ingrand. Their framework was responsible for exploiting and popularizing the BDI model in software for control of an intelligent agent. The seminal application of the framework was a fault detection system for the reaction control system of the NASA Space Shuttle Discovery. Development on this PRS continued at the Australian Artificial Intelligence Institute through to the late 1990s, which led to the development of a C++ implementation and extension called dMARS.

Architecture

Depiction of the PRS architecture

The system architecture of SRI's PRS includes the following components:

  • Database for beliefs about the world, represented using first order predicate calculus.
  • Goals to be realized by the system as conditions over an interval of time on internal and external state descriptions (desires).
  • Knowledge areas (KAs) or plans that define sequences of low-level actions toward achieving a goal in specific situations.
  • Intentions that include those KAs that have been selected for current and eventual execution.
  • Interpreter or inference mechanism that manages the system.

Features

SRI's PRS was developed for embedded application in dynamic and real-time environments. As such it specifically addressed the limitations of other contemporary control and reasoning architectures like expert systems and the blackboard system. The following define the general requirements for the development of their PRS:[1]

  • asynchronous event handling
  • guaranteed reaction and response types
  • procedural representation of knowledge
  • handling of multiple problems
  • reactive and goal-directed behavior
  • focus of attention
  • reflective reasoning capabilities
  • continuous embedded operation
  • handling of incomplete or inaccurate data
  • handling of transients
  • modeling delayed feedback
  • operator control

Applications

The seminal application of SRI's PRS was a monitoring and fault detection system for the reaction control system (RCS) on the NASA space shuttle.[2] The RCS provides propulsive forces from a collection of jet thrusters and controls altitude of the space shuttle. A PRS-based fault diagnostic system was developed and tested using a simulator. It included over 100 KAs and over 25 meta level KAs. RCS specific KAs were written by space shuttle mission controllers. It was implemented on the Symbolics 3600 Series LISP machine and used multiple communicating instances of PRS. The system maintained over 1000 facts about the RCS, over 650 facts for the forward RCS alone and half of which are updated continuously during the mission. A version of the PRS was used to monitor the reaction control system on the NASA Space Shuttle Discovery.

PRS was tested on Shakey the robot including navigational and simulated jet malfunction scenarios based on the space shuttle.[3] Later applications included a network management monitor called the Interactive Real-time Telecommunications Network Management System (IRTNMS) for Telecom Australia.[4]

Extensions

The following list the major implementations and extensions of the PRS architecture.[5]

See also

References

  1. ^ Ingrand, F.; M. Georgeff; A Rao (1992). "An architecture for real-time reasoning and system control". IEEE Expert. 7 (6): 34–44. doi:10.1109/64.180407. S2CID 2406220.
  2. ^ Georgeff, M. P.; F. F. Ingrand (1990). "Real-time reasoning: the monitoring and control of spacecraft systems". Proceedings of the sixth conference on Artificial intelligence applications. pp. 198–204.
  3. ^ Georgeff, M. P.; A. L. Lansky (1987). "Reactive reasoning and planning" (PDF). Proceedings of the Sixth National Conference on Artificial Intelligence (AAAI-87). Artificial Intelligence Center. SRI International. pp. 198–204.
  4. ^ Rao, Anand S.; Michael P. Georgeff (1991). "Intelligent Real-Time Network Management". Australian Artificial Intelligence Institute, Technical Note 15. CiteSeerX 10.1.1.48.3297.
  5. ^ Wobcke, W. R. (2007). "Reasoning about BDI Agents from a Programming Languages Perspective" (PDF). Proceedings of the AAAI 2007 Spring Symposium on Intentions in Intelligent Systems.
  6. ^ "I.R.S. Downloads".
  7. ^ "PRS, C-PRS, Propice, OpenPRS | Félix Ingrand". www.laas.fr. Archived from the original on 2007-11-11.
  8. ^ "Archived copy". Archived from the original on 2008-12-03. Retrieved 2009-07-09.{{cite web}}: CS1 maint: archived copy as title (link)
  9. ^ "I.R.S. Downloads".
  10. ^ "Index of /~spark".
  11. ^ "PRS-CL".

Further reading

External links

This page was last edited on 18 February 2024, at 16:18
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.