R-CAST

From Wikipedia, the free encyclopedia

R-CAST is a multi-agent architecture that supports decision-making teams by anticipating information relevant to their decisions based on a shared mental model about the context of decision-makings (DM). More specifically, R-CAST agents share a computational representation of the RPD decision model, which serves as the shared DM process between agents and human decision makers. In addition to anticipating information needed for decision makings, R-CAST agents also collaborate to seek and fuse information in a distributed environment such as Service-oriented architecture. R-CAST is developed at the Intelligent Agents Laboratory in the College of Information Sciences and Technology at Pennsylvania State University, lead by Dr. John Yen.

The R-CAST architecture is component-based and reconfigurable. By selecting components suitable for an application, R-CAST can be configured into a wide range of agents: from simple reflex agents to RPD-enabled agents. Key components of R-CAST include the RPD model interpreter, the knowledge base and reasoning engine, the information manager, the process manager, the communication manager, the task manager, and adapters for various domains. The RPD model interpreter matches the current situation with known experinces, which are organized into a hierarchy. Missing cues relevant to the current decision are identified. The information manager uses the information dependency in the knowledge base to infer missing information that is relevant to the higher-level cues. The communication manager then contact agents that provide the missing information.

R-CAST agents have been used to develop decision-making aids for human teams. They have also be used to study team cognition and human-agent collaboration issues.


The figure below shows an R-CAST decision process model that is composed of a reasoning engine, an RPD model, a task manager, and a process interpreter. Each component has its own parameters that can be adjusted according to interpretation needs. Each component also has its own knowledge representation. To build a model, one has to (a) determine what components are involved to compose the model, (b) analyze tasks and elicit knowledge for each component, and, (c) determine how the components should be configured.

image:decision.png


[edit] Publications

[edit] See also

[edit] External links