Introduction, Rules, Argumentation and Methodologies Flashcards
When is a agent based solution fitting?
Agents are a metaphor for the problem, environment is appropriate (open, dynamic, uncertain), legacy software, data/control is distributed.
What is the goal of Agent-oriented analysis and design techniques?
Goal is to assist in understanding a system, to assist in designing a system
Abstract argument system
set of arguments with attack relations
Dung’s basic principle of argument acceptebility
The one who has the last word laughs the best
When is a set admissible?
If it is conflict-free and all arguments in A are acceptable with respect to A?
When is a set conflict free?
No argument in the set attack each other
Preferred extension
maximum admissible set
Stable extension
conflict free, if all agents that are not in set are attacked by the set
Three steps to find the grounded extension:
1) Green the ones not attacked or all attackers are red
2) Red the ones which are attacked by green ones
3) Go to 1 if something changed, otherwise stop
Ad hominem fallacy + two extensions of it
attack opponent instead of argument made,
Define argument system
conduct a critical discussion in which hypotheses can be constructed, tested and evaluated on the basis of reasonable arguments.
Define knowledge technology
system with expert knowledge and ability to use it
Define agent technology
individual agents that interact
In what do the definitions of an agent differ between Russell&Norvig Vs. Wooldridge?
Russel&Norvig defined an agent as anything with sensors and actuators to react.
Wooldridge: computer system capable of autonomous decisions toward goal
What is the difference between forward and backward chaining?
Backwards uses rules to go from goal to subgoals to facts, while forward goes from facts to goals.
What are the four characteristics of agents? Define them too
Reactivity (perceive and response to environment)
Proactiveness (exhibit goal-directed behaviour)
Social ability (be able to interact with other agents)
Balancing reactiveness and goal oriented behaviour (react in time to changes <=> work on (long term) goals)
Give an example both the kind of MAS
SE: robots discovering maze; H&C: crops
What are intentional systems?
“an intentional system is an entity ‘whose behaviour can be predicted by the method of attributing belief, desires and rational acumen’”
Which design stances did Denett found?
PDI, Physical (using laws of physics to see how stuff behaves), Design (using knowledge about the purpose of the system to predict behaviour), Intentional (assigning mental stats like belief, desires and intention to the agent).
What did McCarthy said in relation to the Intentional stance?
Mental qualities ascription is useful for entities where structure is unknown
Isn’t it all just distributed/concurrent systems?
agents can be self-interested, so their interactions are economic, there is no global goal
Isn’t it all just general Ai?
Classic Ai ignores social aspects, agent does not need very much intelligence
Isn’t it all just economics/GT?
They ignored computational constraints and resource-bounded decision making
What are the differences between agents and objects?
objects do something for free, agents because they want to. Agents can be social, proactive, reactive, object cannot. Also agents are multi-threaded
Are agent just knowledge systems?
KS have no social ability, agents can act reactively/proactively