Distributed artificial intelligence: Difference between revisions

Content deleted Content added
No edit summary
m Reverted 2 edits by 110808028 amol (talk) identified as vandalism to last revision by 220.225.67.36. (TW)
Line 48:
#Collective Robotics
#Kenetic Program Design
 
== Application in Industries ==
=== Demand for multi-agent systems ===
Industries have large number of different environments which are always interacting with each other.There are a number of intelligent agents which communicate with each other. Each agent has its own sphere of influence which is influenced or controlled by that agent.Spheres may be overlapping of some of the agents so there is a need to define dependency relationships between the agents.For achieving agile manufacturing conventional [[Computer integrated manufacturing]] techniques need to be modified.<ref>{{cite book|last=Wooldridge|first=Michael|title=MultiAgent Systems}}</ref>
 
==== Demand of agility ====
Agile is a process of development in which continuous changes appear and process is successful in accommodating those changes. Manufacturers with shorter product cycle are able to keep track of needs in customer needs thus increasing market share.Agility requires system to be low in cost, having quick response, ability to correct itself in presence of faults. Agility has an impact on most part of product manufacture cycle and production system is one of them.
 
 
Characteristics of agility
{| class="wikitable"
|-
! !! Cost !! Response Time !! Quality !! Scope !! Relation to Agility
|-
| '''Agile''' ||Low || Quick || Self-healing || Limitless ||
|-
| '''Flexible''' || Low || Fast || Strong || Limited || Superseded
|-
| '''Lean''' || High || Slow || Fragile || Little || Complemented
|}
 
 
 
 
 
==== Problems with conventional CIM systems ====
Computer integrated manufacturing is a highly centralized system. It has a central computer which has all database and provides overall view of state of system for both internal representation and also interface to rest of environment.It also maintains schedule and is responsible for all activities dispatch, their scheduling and management.Problems with this approach are
*It depends on single system.
*Relies on global plans.
*Each action to be performed requires planning and scheduling.
These increase the problems of [[Scheduling (production processes)|Manufacturing scheduling and control]] like
*Stochasticity- impact of external noise such as machine breakdown.<ref>{{cite book|last=5th international conference, CPAIOR 2008, Paris, France, May 20-23, 2008 : proceedings|title=Integration of AI and OR techniques in constraint programming for combinatorial optimization problems}}</ref>
*Tractability- impact of large number of interacting operations.
*Decidability- operational implications made from factory's turing machine equivalent.
*Formalchaos- sensitivity to initial conditions.
A centralised system is more susceptible to tractability because, the number of entities in industries interacting and to be managed is large and may lead to combinatorial explosion.Also it is difficult to implement agile systems in presence of such difficulties. Centralised systems are complex and costly.
 
==== Manufacturing scheduling and control(MSC) approaches ====
''Heuristic Dispatching''
In Heuristic Dispatching a simple rule is used to decide the next step to be taken in process. It may be like select the process with shortest remaining process time. Many such rules are evaluated for their performance on parameters like total cost per job, number of late jobs, machine and labor utilization. Dispatching rules must be simple to implement. Only one heuristic may not be sufficient for one process to decide new step and a combination of many heuristics may be required.
 
''Numerical Programming''
Linear and integer programming are often used to provide formulations of scheduling problems.New algorithms combined with powerful hardware make it possible to solve substantial problems using these techniques.They provide an approximate optimal solution. But they may get trapped in problem of combinatorial explosion.Also they are complex so large investment is required in sophisticated processors or have to agree to slower outputs.
 
''Traditional AI''
It tries to implement satisficing approach to scheduling by accounting semantic information about ___domain, applying heuristic judiciously and selectively. Numerical solutions are not always possible due to cost and optimal solution solution is not always required.Symbolic computation has evolved which is faster than numeric but they are not suitable where configuration and load changes daily.
''Advanced Heuristic''
It involves combination of all techniques depending on the system whose scheduling is to be done.Heuristic, simulation techniques and optimization principles are combined to give optimal solution. It is better than a single simple heuristic.
 
=== How can Multi agent system help? ===
==== Characteristics ====
Multi agent allows production system to be decentralised, each agent can takeits own action and allows concurrent execution rather than sequential.Autonomous agents have a local view of system replacing central computer with complete view of system and they have the ability to respond to an event locally. These agents perform depending on interactions in real time and their activities are not influenced by a global plan.Schedules emerge from independent decisions of local agents. There is no need of alternate cycles of scheduling and execution.Each agent is close to its own environment. Each action of agent is in sync with local environment and thus system adjusts automatically to the local noises and changes in agents.
 
==== When multi agent systems should be used?====
Multi agent system is desirable in systems which require following characteristics in their systems
 
''Distribution''-Multi agent systems are distributed in nature as they are self dependent and take decisions based on their local environment. It is desirable to have distributed approach if a company has number of branches which need to work independently.
 
''Factorisation''-Power of industry production system comes from division of work among agents each responsible for that particular tool, entity and all information about it. This simplifies information gathering and operations.
 
''Variability''- It is easy to manage a system with conventional sequential scheduling if values of its variables do not change over time. But if values of variable vary large over time then multi agent must be used.
=== Taxonomy of multi agent system ===
There are several taxonomies introduced by multiagent system. Dimensions of Distributed artificial intelligence<ref>{{cite book|last=Keith S. Decker|title=Distributed problem solving: A survey}}</ref> are
*Agent granularity (coarse vs. fine)
*Heterogeneity of agent knowledge (redundant vs. specialized)
*Methods of distributing control (benevolent vs. competitive, team vs. hierarchical, static vs. shifting roles)
*and Communication possibilities (blackboard vs. messages, low-level vs. high-level, content)
In dimension 1 and 4 multiagent system have coarse granularity and high communication while in others they vary across whole range.
 
Taxonomy is also defined from application perspective.<ref>{{cite book|last=N. R. Jennings|title=Foundations of Distributed Artificial Intelligence|year=1996|publisher=Wiley Interscience}}</ref>
*System function
*Agent architecture(degree of heterogeneity, reactive vs. deliberative)
*System architecture(communication, protocols, human involvement)
Important contribution of this perspective is that it helps us differentiate between agent and system dimensions.
 
Various multiagent scenarios and issues arising in them are<ref>{{cite web|title=http://www.cs.cmu.edu/afs/cs/usr/pstone/public/papers/97MAS-survey/node3.html#complexity}}</ref>
 
'''Homogeneous Non communicating agents'''
*reactive vs deliberative agents
*local or global perspective
*modeling of other agent state
*how to affect others
'''Heterogeneous Non communicating agent'''
*Benevolence vs competitiveness
*Evolving agents
*Modeling of others goal,action or knowledge
*Resource management
'''Heterogeneous communicating agent'''
*Understanding each other
*Planning communicative acts
*Benevolence vs competitiveness
*Resource management
*Commitment/decommitment
 
Three group of perspectives are important for multiagent system applied in industries.
==== Application function ====
In industries multiagent systems are used mainly for functions like production and design. Function of production includes scheduling to a large extent and to small extent monitoring and diagnosis.Such system endow distributed entities with some level of local intelligence.Systems which support design function have multiple agents which help designers coordinate their designs and thus reducing conflicts which helps in manufacturing.Some system also deal with manufacturing functions like power distribution, information integration and logistics.
 
==== Individual agent architecture ====
Here it seen how similar they are to each other to interact and how sophisticated is their reasoning.
 
''<big>How diverse are agents from each other?</big>''
Agents in a multiagent system must interact with each other. For interaction there must be something in common with each other, they may be having different functions but they share common architecture which helps them in communication.Only digital messages is not only way to communicate but also through their effects on environment.in this case the common thing between agents is the sensor shared by both agents.
 
''<big>How sophisticated is individual agents reasoning</big>?''
Tasks performed by agents vary from simple giving response to sensors to taking decisions similar to humans.So there is a need for agents to have a varying level of sophistication to suit the tasks assigned to them. ''Self consciousness'' level of sophistication requires that agents must know of the existence of other agents.''Social'' level of sophistication can identify other agents state, goal and plans to modify its own action for better interaction.Artificial agents act as an interface to humans by providing them information and then getting commands from them thus they are augmenting human operator.
 
''<big>Combining reaction and planning</big>'' <ref>{{cite web|title=http://www.agent.ai/doc/upload/200302/paru96_2.pdf}}</ref>
When we add more capabilities to individual agents by sophisticating their their reasoning capabilities we need to utilise it in a way as to benefit the system. This efficient utilisation can be achieved by combining reaction and planning .
 
[[File:Planning and reaction.jpg|thumb|Pure reaction]]
''Pure reaction''-In this type there is no way to control the reaction. As there is no planning it is fast but inflexible.It is suitable in applications where all possibilities of tasks are known and there are no changes in it.
 
 
 
 
 
 
 
 
 
 
 
 
[[File:Reaction and planning.jpg|thumb|Reaction overridden by plan]]
 
 
''Reaction overridden by plan''-In this planner is assigned to monitor the sensors and the reactions being taken by reactors on input from sensors.When reactor disagrees with the decision of planner ,planner pushes its own decision on the effectors.It is slow as decisions are planned by planner.This model is applicable in cases where there is uncertainty.Reactor takes care of anticipated requirements while planner takes care of uncertain situations.
 
 
 
 
 
 
 
 
 
[[File:Planning reaction.jpg|thumb|Reaction modified by plan]]
 
 
''Reaction modified by plan''-In this planner can rewire the reactor in real time such that if a similar output comes from sensor, planner gives it to effector so that actions are performed at reaction speed.Rewiring is done by software.It is used in real time applications such as applying emergency corrections to real time systems.
 
 
 
 
 
 
 
 
 
 
 
== See also ==