• Non ci sono risultati.

Silvia Rossi

N/A
N/A
Protected

Academic year: 2021

Condividi "Silvia Rossi"

Copied!
56
0
0

Testo completo

(1)

Lezione n.

Corso di Laurea:

Insegnamento:

Email:

A.A. 2014-2015

Silvia Rossi

MAS logics

19

Informatica

Sistemi

multi-agente

silrossi@unina.it

(2)

Logics for multi-agent system

(W: 12.1, 12.2, 12.3, 12.5, 12.6 MAS:13.1, 13.2, 13.3, 13.4)

2

(3)

Why theory?

•  Formal methods have (arguably) had little impact of general practice of software development: why should they be relevant in agent based systems?

•  The answer is that we need to be able to give a

semantics to the architectures, languages, and tools that we use — literally, a meaning.

•  Without such a semantics, it is never clear exactly what is happening, or why it works.

3

(4)

Agents = Intentional Systems

• Where do theorists start from?

• The notion of an agent as an intentional system. . .

• So agent theorists start with the (strong) view of agents as intentional systems: one whose simplest

consistent description requires the intentional stance.

4

(5)

Theories of Attitudes

• We want to be able to design and build computer systems in terms of ‘mentalistic’ notions.

• Before we can do this, we need to identify a tractable subset of these attitudes, and a model of how they

interact to generate system behavior.

5

(6)

• Some possibilities:

information attitudes belief

knowledge

pro-attitudes desire

intention obligation

commitment choice

6

(7)

“John knows that it is raining”

“John believes that it will rain tomorrow”

“Mary knows that John believes that it will rain tomorrow”

“Janine believes Cronos is the father of Zeus”

7

(8)

Formalising Attitudes

• So how do we formalise attitudes?

• Consider. . .

Janine believes Cronos is father of Zeus.

• Naive translation into first-order logic:

Bel(Janine, Father(Zeus, Cronos))

• But. . .

•  the second argument to the Bel predicate is a formula of first- order logic, not a term;

•  need to be able to apply ‘Bel’ to formulae;

•  allows us to substitute terms with the same denotation:

•  consider (Zeus = Jupiter)

•  intentional notions are referentially opaque.

•  Janine believes p (is not dependent only on the truth value of

p 8

(9)

• So, there are two sorts of problems to be addressed in developing a logical formalism for intentional notions:

•  a syntactic one (intentional notions refer to sentences); and

•  a semantic one (no substitution of equivalents).

• Thus any formalism can be characterized in terms of two attributes: its language of formulation, and semantic model:

• Two fundamental approaches to the syntactic problem:

•  use a modal language, which contains modal operators, which are applied to formulae;

•  use a meta-language: a first-order language containing terms that denote formulae of some other object-language.

• We will focus on modal languages, and in particular, normal

modal logics, with possible worlds semantics. 9

(10)

There are two basic approaches to the semantic problem.

•  possible-worlds semantics; an agent's beliefs, knowledge, goals, etc., are characterized as a set of so-called possible worlds, with an accessibility relation holding between them.

•  interpreted symbolic structures approach; beliefs are viewed as symbolic formulae explicitly represented in a data structure associated with an agent. An agent then believes p if p is present in the agent's belief structure

10

(11)

Modal Logic

Can be built on top of any language Two modal operators:

ϕ reads “ϕ is necessarily true”

ϕ reads “ϕ is possibly true”

Equivalence:

ϕ ≡ ¬¬ϕ

ϕ ≡ ¬◊¬ϕ

So we can use only one of the two operators

11

(12)

Modal Logic: Syntax

Let P be a set of propositional symbols

We define normal modal language L as follows:

If p ∈ P and ϕ, ψ ∈ L then:

p ∈ L

¬ϕ ∈ L ϕψ ∈ L

ϕ ∈ L

Remember that ◊ϕ ≡ ¬¬ϕ, and ϕψ ≡ ¬ (¬ϕ ∧¬ψ) and ϕψ ≡ ¬ϕψ

12

(13)

Semantics

• Semantics are trickier. The idea is that an agent’s

beliefs can be characterized as a set of possible worlds, in the following way.

• Consider an agent playing a card game such as poker, who possessed the ace of spades.

How could she deduce what cards were held by her opponents?

• First calculate all the various ways that the cards in the pack could possibly have been distributed among the various

players.

• The systematically eliminate all those configurations which are not possible, given what she knows.

(For example, any configuration in which she did not possess the ace of spades could be rejected.)

13

(14)

• Each configuration remaining after this is a world; a state of affairs considered possible, given what she knows.

• Something true in all our agent’s possibilities is believed by the agent.

For example, in all our agent’s epistemic alternatives, she has the ace of spades.

• Two advantages:

– remains neutral on the cognitive structure of agents;

– the associated mathematical theory is very nice!

14

(15)

Modal Logic: Semantics

Semantics is given in terms of Kripke Structures (also known as possible worlds structures)

Due to American logician Saul Kripke, City University of NY

A Kripke Structure is (W, R, π)

W is a set of possible worlds

R : W × W is an binary accessibility relation over W

Π: is an interpretation that associates with each state in W a truth assignment to the primitive propositions

15

(16)

• For example, if (w,w’) R, then if the agent was

actually in world w, then as far as it was concerned, it might be in world w’.

• Semantics of formulae are given relative to worlds: in particular:

Kφ is true in world w iff φ is true in all worlds w’ such that (w, w’) R.

16

(17)

Modal Logic: Semantics (cont.) – satisfaction

A Kripke model is a pair M,w where

M = (W, R , π) is a Kripke structure and w ∈ W is a world

The entailment relation is defined as follows:

M,w |= ϕ if ϕ is true in w

M,w |= ϕψ if M,w |= ϕ and M,w |= ψ

M,w |= ¬ϕ if and only if we do not have M,w |= ϕ M,w |= ϕ if and only if ∀w’ ∈ W such that R(w,w’)

we have M,w’ |= ϕ

17

(18)

Modal Logic: Semantics (cont.)

As in classical logic:

Any formula ϕ is valid (written |= ϕ) if and only if ϕ is true in all Kripke models

E.g. ϕ ∨ ¬ϕ is valid

Any formula ϕ is satisfiable if and only if ϕ is true in some Kripke models

We write M, |= ϕ if ϕ is true in all worlds of M

18

(19)

An Example

19 p

t p

1,2

1,2 1,2

1 2

¬p

s

u

(M,s) |= p ∧ ¬K1p ∧ K2p ∧ K1(K2p ∨ K2¬p)∧ ¬K2¬K1p

(20)

The Muddy Children Puzzle

n children meet their father after playing in the mud. The father notices that k of the children have mud on their foreheads.

Each child sees everybody else’s foreheads, but not his own.

The father says: “At least one of you has mud on his forehead.”

The father then says: “Do any of you know that you have mud on your forehead? If you do, raise your hand now.”

No one raises his hand.

The father repeats the question, and again no one moves.

After exactly k repetitions, all children with muddy foreheads raise their hands simultaneously.

20

(21)

Muddy Children (cont.)

Suppose k = 1

The muddy child knows the others are clean

When the father says at least one is muddy, he concludes that it’s him

21

(22)

Muddy Children (cont.)

Suppose k = 2

Suppose you are muddy

After the first announcement, you see another muddy child, so you think perhaps he’s the only muddy one.

But you note that this child did not raise

his hand, and you realize you are also muddy.

So you raise your hand in the next round, and so does the other muddy child.

22

(23)

The Partition Model of Knowledge

An n-agent a partition model over language Σ is A=(W, π, I1, …, In) where

W is a set of possible worlds

π : Σ → 2W is an interpretation function that

determines which sentences are true in which worlds

Each Ii is a partition of W for agent i Intuition:

if the actual world is w, then Ii(w) is the set of worlds that agent i cannot distinguish from w

i.e. all worlds in Ii(w) all possible as far as i knows 23

(24)

Partition Model (cont.)

Suppose there are two propositions p and q There are 4 possible worlds:

w1: p ∧ q w2: p ∧ ¬ q w3: ¬ p ∧ q w4: ¬ p ∧ ¬ q

Suppose the real world is w1, and that in w1 agent i cannot distinguish between w1 and w2

We say that Ii(w1)={w1, w2}

24

(25)

The Knowledge Operator (cont.)

What?

We say A,w |= Kiϕ if and only if ∀w’,

if w’∈Ii(w), then A,w |= ϕ

Intuition: in partition model A, if the actual world is w, agent i knows ϕ if and only if ϕ is true in all worlds he cannot distinguish from w

25

(26)

Muddy Children Revisited

n children meet their father after playing in the mud.

The father notices that k of the children have mud on their foreheads.

Each child sees everybody else’s foreheads, but not his own.

26

(27)

Muddy Children Revisited (cont.)

Suppose n = k = 2 (two children, both muddy) Possible worlds:

w1: muddy1 ∧ muddy2 (actual world) w2: muddy1 ∧ ¬ muddy2

w3: ¬ muddy1 ∧ muddy2 w4: ¬ muddy1 ∧ ¬ muddy2

At the start, no one sees or hears anything, so all worlds are possible for each child

After seeing each other, each child can tell apart worlds in which the other child’s state is different

27

(28)

Muddy Children Revisited (cont.)

Bold oval = actual world

Solid boxes = equivalence classes in I1 Dotted boxes = equivalence classes in I2

28

Note: in w1 we have:

K1 muddy2 K2 muddy1 K1 ¬ K2 muddy2

But we don’t have:

K1 muddy1

(29)

Muddy Children Revisited (cont.)

The father says: “At least one of you has mud on his forehead.”

This eliminates the world:

w4: ¬ muddy1 ∧ ¬ muddy2

29

(30)

Muddy Children Revisited (cont.)

Bold oval = actual world

Solid boxes = equivalence classes in I1 Dotted boxes = equivalence classes in I2

30

(31)

Muddy Children Revisited (cont.)

The father then says: “Do any of you know that you

have mud on your forehead? If you do, raise your hand now.”

Here, no one raises his hand.

But by observing that the other did not raise his hand (i.e. does not know whether he’s muddy), each

child concludes the true world state.

So, at the second announcement, they both raise their hands.

31

(32)

Muddy Children Revisited (cont.)

Bold oval = actual world

Solid boxes = equivalence classes in I1 Dotted boxes = equivalence classes in I2

32

Note: in w1 we have:

K1 muddy1 K2 muddy2 K1 K2 muddy2

(33)

Modal Logic: Axiomatics (K)

Is there a set of minimal axioms that allows us to derive precisely all the valid sentences?

Some well-known axioms:

Axiom(Classical) All propositional tautologies are valid

Axiom (K) |= (□(ϕψ)) → (□ϕ → □ψ)

Rule (Modus Ponens) if ϕ and ϕψ are valid, infer that ψ is valid

Rule (Necessitation) if |= ϕ, than |=□ϕ

33

(34)

Modal Logic: Axiomatics

Refresher: remember that

A set of inference rules (i.e. an inference procedure) is sound if everything it

concludes is true

A set of inference rules (i.e. an inference

procedure) is complete if it can find all true sentences

Theorem: System K is sound and complete for the class of all Kripke models.

34

(35)

Axiomatic theory of the partition model

Objective: Come up with a sound and complete axiom system for the partition model of knowledge.

Note: This corresponds to a more restricted set of models than the set of all Kripke models.

In other words, we will need more axioms.

35

(36)

Axiomatic theory of the partition model (More Axioms)

Axiom (D) ¬ Ki (ϕ ∧ ¬ϕ)

This is called the axiom of consistency Axiom (T) (Ki ϕ) ϕ

This is called the veridity axiom

Means that if an agent cannot know something that is not true.

Corresponds to assuming that Ri is reflexive

36

(37)

Axiomatic theory of the partition model (More Axioms)

Axiom (4) Ki ϕ → Ki Ki ϕ

Called the positive introspection axiom

Corresponds to assuming that Ri is transitive

Axiom (5) ¬Ki ϕ → Ki ¬Ki ϕ

Called the negative introspection axiom

Corresponds to assuming that Ri is Euclidian

Refresher: Binary relation R over domain Y is Euclidian if and only if

∀y, y’, y’’ ∈ Y, if (y,y’) ∈ R and (y,y’’) ∈ R then (y’,y’’) ∈ R

37

(38)

Axiomatic theory of the partition model (Overview of Axioms)

Equivalence

38

Proposition: a binary relation is an equivalence relation if and only if it is reflexive, transitive and Euclidean Proposition: a binary relation is an equivalence relation if and only if it is reflexive, transitive and symmetric

(39)

Axiomatic theory of the partition model (back to the partition model)

System KT45 exactly captures the properties of knowledge defined in the partition model

System KT45 is also known as S5

S5 is sound and complete for the class of all partition models

39

(40)

The Coordinated Attack Problem (aka, Two Generals’ or Warring Generals Problem)

Two generals standing on opposite hilltops, trying to coordinate an attack on a third general in a valley between them.

Communication is via messengers who must travel across enemy lines (possibly get caught).

If a general attacks on his own, he loses.

If both attack simultaneously, they win.

What protocol can ensure simultaneous attack?

40

(41)

The Coordinated Attack Problem

41

(42)

The Coordinated Attack Problem (A Naive Protocols)

Let us call the generals:

S (sender) R (receiver)

Protocol for general S:

Send an “attack” message to R

Keeps sending until acknowledgement is received

Protocol for general R:

Do nothing until he receives a message “attack” from S If you receive a message, send an acknowledgement to S

42

(43)

The Coordinated Attack Problem (States) State of general S:

A pair (msgS, ackS) where msg ∈ {0,1}, ack ∈ {0,1}

msgS = 1 means a message “attack” was sent

ackS = 1 means an acknowledgement was received

State of general R:

A pair (msgR, ackR) where msg ∈ {0,1}, ack ∈ {0,1}

msgR = 1 means a message “attack” was received ackR = 1 means an acknowledgement was sent

Global state: <(msgS, ackS),(msgR, ackR)>

4 possible local states per general & 16 global states

43

(44)

The Coordinated Attack Problem (Possible Worlds)

Initial global state: <(0,0),(0,0)>

State changes as a result of:

Protocol events

Nondeterministic effects of nature

Change in states captured in a history Example:

S sends a message to R, R receives it and sends an acknowledges, which is then received by S

<(0,0),(0,0)>, <(1,0),(1,0)>, <(1,1),(1,1)>

In our model: possible world = possible history

44

(45)

The Coordinated Attack Problem (Indistinguishable Worlds)

Defining the accessibility relation Ri:

Two histories are indistinguishable to agent i if their final global states have identical local states for agent I

Example: world

<(0,0),(0,0)>, <(1,0),(1,0)>, <(1,0),(1,1)>

is indistinguishable to general S from this world:

<(0,0),(0,0)>, <(1,0),(0,0)>, <(1,0),(0,0)>

In words: S sends a message to R, but does not get an

acknowledgement. This could be because R never received the message, or because he did but his acknowledgement did not make reach S

45

(46)

The Coordinated Attack Problem (What do generals know?)

Suppose the actual world is:

<(0,0),(0,0)>, <(1,0),(1,0)>, <(1,1),(1,1)>

In this world, the following hold:

KSattack KRattack KSKRattack

Unfortunately, this also holds:

¬KRKSKRattack

R does not known that S knows that R knows that S

intends to attack. Why? Because, from R’s perspective, the message could have been lost

46

(47)

The Coordinated Attack Problem (What do generals know?)

Possible solution:

S acknowledges R’s acknowledgement Then we have:

KRKSKRattack

Unfortunately, we also have:

¬KSKRKSKRattack

Is there a way out of this?

47

(48)

The “Everyone Knows” Operator

EGϕ denotes that everyone in group G knows ϕ Semantics of “everyone knows”:

Let:

M be a Kripke structure w be a possible world in M G be a group of agents

ϕ  be a sentence of modal logic

M,w |= EGϕ if and only if ∀i ∈G we have M,w |= Kiϕ

48

(49)

The “Common Knowledge” Operator When we say something is common knowledge, we

mean that any fool knows it!

If any fool knows ϕ, we can assume that everyone

knows it, and everyone knows that everyone knows that everyone knows it, and so on (infinitely).

49

(50)

The “Common Knowledge” Operator (formal definition)

CGϕ denotes that ϕ is common knowledge among G Semantics of “common knowledge”:

Let:

M be a Kripke structure w be a possible world in M G be a group of agents

ϕ be a sentence of modal logic

M,w |= CGϕ if and only if M,w |= EG(ϕ ∧ Ciϕ) Notice the recursion in the definition.

50

(51)

The “Common Knowledge” Operator (Axiomatization)

All we need is S5 plus the following:

Axiom (A3) EGϕ ↔ (K1ϕ ∧ … ∧ Knϕ)

given G={1,…,n}

Axiom (A4) CGϕ → EG(ϕ ∧ Ciϕ) Rule (R3) From ϕ → EG(ψϕ)

infer ϕ → CGψ

This is called the induction rule.

51

(52)

Back to Coordinated Attack

Whenever any communication protocol guarantees a

coordinated attack in a particular history, in that history we must have common knowledge between the two

generals that an attack is about to happen.

No finite exchange of acknowledgements will ever lead to such common knowledge.

There is no communication protocol that solves the Coordinated Attack problem.

52

(53)

53

(54)

What about beliefs?

54

(55)

Integrated Theory of Agency

Cohen and Levesque's intention logic

55

(56)

• So, an agent has a persistent goal of p if:

• 1. It has a goal that p eventually becomes true, and believes that p is not currently true.

• 2. Before it drops the goal, one of the following conditions must hold:

– the agent believes the goal has been satisfied;

– the agent believes the goal will never be satisfied.

56

Riferimenti

Documenti correlati

Alongside the studies on the “in large-scale” processes of signification of sound structures, the exploration of the mechanisms of construction of music meanings within

gigas larvae development previously described is not permanent, because extending the exposure period to 48 h revealed higher frequencies of embryo-larval development completion

To more precisely identify markers and genomic regions associated with quantitative traits, genome-wide as- sociation studies (GWAS) are increasingly used and

Ruth: In this time of the crisis, students should stay at home as it is the best way to protect themselves, but they must maintain the right to education and the

un perfetto amore sbagliato cattive abitudini series vol 2 italian edition kindle edition by staci hart download it once and read it on your kindle un amore sbagliato italian

10 INAF, Istituto di Astrofisica Spaziale e Fisica Cosmica di Milano, via E. We find evidence for a flattening of the X-ray light curve with respect to the previously

For closing gastric or colonic access holes different techniques can be used to approximate the wound margins before the OTSC is released.. These can include larger endoscopic

Abstract Cystic ¢brosis (CF) is caused by defects of the CF transmembrane conductance regulator (CFTR), which acts both as an anion-selective channel and as a regulator of other