Zeuthen strategy

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

The Zeuthen strategy is a negotiation strategy used by some artificial agents. Its purpose is to measure the willingness to risk conflict. An agent will be more willing to risk conflict if the difference in utility between its current proposal and the conflict deal is low.

When used by both agents in the Monotonic Concession Protocol, the Zeuthen strategy leads the agents to agree upon the deal in the negotiation set, the set of all conflict free deals which are individually rational and Pareto optimal plus the conflict deal, which maximizes the Nash product.

Risk


\text{Risk}(i,t)=
\begin{cases}
 1 & U_{i}(\delta(i,t))=0 \\
 \frac{U_{i}(\delta(i,t))-U_{i}(\delta(j,t))}{U_{i}(\delta(i,t))} & \text{otherwise}
\end{cases}


Risk(A,t) is a measurement of agent A's willingness to risk conflict. The risk function formalizes the notion that an agent's willingness to risk conflict is the ratio of the utility that agent would lose by accepting the other agent's proposal to the utility that agent would lose by causing a conflict. Agent A is said to be using a rational negotiation strategy if at any step t + 1 that agent A sticks to his last proposal, Risk(A,t) > Risk(B,t).

Sufficient concession

If agent A makes a sufficient concession in the next step, then, assuming that agent B is using a rational negotiation strategy, if agent B does not concede in the next step, he must do so in the step after that. The set of all sufficient concessions of agent A at step t is denoted SC(At).

Minimal sufficient concession

\delta'=\arg\max_{\delta\in{SC(A,t)}}\{U_{A}(\delta)\}

is the minimal sufficient concession of agent A in step t.

Agent A begins the negotiation by proposing

\delta(A,0)=\arg\max_{\delta\in{NS}}U_{A}(\delta)

and will make the minimal sufficient concession in step t+1 if and only if Risk(A,t) ≤ Risk(B,t).

Theorem If both agents are using Zeuthen strategies, then they will agree on

\delta=\arg\max_{\delta'\in{NS}}\{\pi(\delta')\},

that is, the deal which maximizes the Nash product. (Harsanyi 56)

Proof Let δA = δ(A,t). Let δB = δ(B,t). According to the Zeuthen strategy, agent A will concede at step t if and only if

Risk(A,t)\leq Risk(B,t).

That is, if and only if

\frac{U_{A}(\delta_{A})-U_{A}(\delta_{B})}{U_{A}(\delta_{A})}\leq \frac{U_{B}(\delta_{B})-U_{B}(\delta_{A})}{U_{B}(\delta_{B})}
U_{B}(\delta_{B})(U_{A}(\delta_{A})-U_{A}(\delta_{B}))\leq
U_{A}(\delta_{A})(U_{B}(\delta_{B})-U_{B}(\delta_{A}))
U_{A}(\delta_{A})U_{B}(\delta_{B})-U_{A}(\delta_{B})U_{B}(\delta_{B})\leq
U_{A}(\delta_{A})U_{B}(\delta_{B})-U_{A}(\delta_{A})U_{B}(\delta_{A})
-U_{A}(\delta_{B})U_{B}(\delta_{B})\leq -U_{A}(\delta_{A})U_{B}(\delta_{A})
U_{A}(\delta_{A}) U_{B}(\delta_{A})\leq U_{A}(\delta_{B}) U_{B}(\delta_{B})
\pi(\delta_{A})\leq \pi(\delta_{B})

Thus, Agent A will concede if and only if \delta_{A} does not yield the larger product of utilities.

Therefore, the Zeuthen strategy guarantees a final agreement that maximizes the Nash Product.

References

  • Lua error in package.lua at line 80: module 'strict' not found.