Multi-Agent Systens Flashcards

1
Q

Describe properties associated with multi-agent negation protocols

A

> Efficiency
Optimality
Fairness
Stability
Robustness

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Explain the term Social Robotics

A

Social robotics involves the study and development of robots capable of interacting with humans in a social and natural manner, incorporating features like human-robot interaction, advanced sensors, and natural language processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Explain in detail what is understood by the term Belief Desire
Intention Architecture (BDI).

A

BDI architecture models agents using beliefs (knowledge), desires (goals), and intentions (plans). Agents use beliefs for decision-making, desires for goal-setting, and intentions for action planning. This framework is fundamental for creating intelligent behavior in autonomous systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Explain and describe those data structures typically utilised
within BDI models to deliver the concepts of Beliefs, Belief
Rules, Events/Perceptions, Commitments and Plans

A

Beliefs in BDI models are structured as a knowledge base. Belief rules, expressed as logical conditions, guide belief updates. Events, external occurrences, are modeled through incoming messages or sensory input. Commitments represent an agent’s dedication to specific intentions. Plans are typically structured sequences of actions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe the core constructs provided within AgentSpeak(L).
Within your answer provide illustrative examples for each class of construct.

A

AgentSpeak(L) core constructs include beliefs (e.g., bel(at(goal)).), desires (e.g., desire(reach(goal)).), intentions (e.g., +!moveTo(goal).), plans (e.g., +!moveTo(goal) : bel(at(goal)) <- moveForward.), and actions (e.g., moveForward.). These constructs model agent reasoning and behavior, facilitating the expression of intelligent agent interactions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Explain the essence of Speech Act Theory and why this has been so influential within the development of Multi-Agent Systems (MAS).

A

Speech Act Theory explores the communicative functions of language, classifying utterances into categories like assertives, directives, and expressives. In Multi-Agent Systems (MAS), it’s influential as agents communicate through speech acts, facilitating effective interaction, negotiation, and coordination, crucial for decentralized and collaborative systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Briefly contrast weak migration and strong migration within agent mobility.

A

Weak migration in agent mobility allows an agent to transfer its state along with the execution context, while strong migration involves transferring the state, execution context, and the ability to continue executing from the exact point of migration. Weak migration is less dependent on the source environment than strong migration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Explain in detail three broad approaches in adopting agents to deliver Intelligent Wireless Sensor Networks (WSNs).

A

> Mobile Agent-Based Approach: (Reduced data traffic, energy-efficient, adaptable to dynamic environments)

> Cooperative Multi-Agent Approach: ( Enhanced scalability, fault tolerance, task specialization.)

> Hierarchical Multi-Agent Approach: (Improved scalability, distributed decision-making, resource optimization)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are auctions

A

Auctions in multi-agent systems are competitive bidding processes where autonomous agents submit bids to allocate resources or goods. Common types include English, Dutch, and sealed-bid auctions, facilitating decentralized decision-making and resource allocation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Identify and briefly explain the dimensions under which auction
protocols can be characterized.

A

> Bid type
Auction Type
Winner Determination
Bid Visibility

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Explain in detail the Vickrey Auction.

A

The Vickrey Auction is a type of sealed-bid auction where bidders submit written bids without knowing the others’ bids. The highest bidder wins but pays the second-highest bid. This design encourages truthful bidding, as participants benefit by revealing their true valuation, leading to an efficient and incentive-compatible auction mechanism.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Comment briefly why the Vickrey Auction has received such attention within the multi-agent systems literature.

A

The Vickrey Auction has garnered attention in multi-agent systems literature due to its desirable properties. It is strategically simple, encourages truthful bidding, and has an equilibrium where bidders have no incentive to deviate from revealing their true valuations. These features make it an attractive and widely studied auction mechanism in the context of multi-agent systems and game theory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is social robotic architecture

A

Social robotic architecture designs systems for robots to interact socially with humans, involving hardware, software, and cognitive components like emotion recognition and natural language processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Compare & contrast the Social Robotics Architecture with the Saphira robot architecture.

A

Social Robotics Architecture focuses on social interactions, emphasizing modules like emotion recognition. Saphira is a general-purpose robot architecture with a modular approach for diverse applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the basic notations of AgentSpeak(L)

A

> A set of Beliefs
A set of plans
An event queue

How well did you know this?
1
Not at all
2
3
4
5
Perfectly