decision theory
play

Decision Theory Philipp Koehn 5 November 2015 Philipp Koehn - PowerPoint PPT Presentation

Decision Theory Philipp Koehn 5 November 2015 Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015 Outline 1 Rational preferences Utilities Multiattribute utilities Decision networks Value of information


  1. Decision Theory Philipp Koehn 5 November 2015 Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  2. Outline 1 ● Rational preferences ● Utilities ● Multiattribute utilities ● Decision networks ● Value of information ● Sequential decision problems ● Value iteration ● Policy iteration Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  3. 2 preferences Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  4. Preferences 3 ● An agent chooses among prizes ( A , B , etc.) ● Notation: A ≻ B A preferred to B indifference between A and B A ∼ B A ≻ ∼ B B not preferred to A ● Lottery L = [ p,A ; ( 1 − p ) ,B ] , i.e., situations with uncertain prizes Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  5. Rational Preferences 4 ● Idea: preferences of a rational agent must obey constraints ● Rational preferences � ⇒ behavior describable as maximization of expected utility ● Constraints: Orderability ( A ≻ B ) ∨ ( B ≻ A ) ∨ ( A ∼ B ) Transitivity ( A ≻ B ) ∧ ( B ≻ C ) � ⇒ ( A ≻ C ) Continuity A ≻ B ≻ C � ⇒ ∃ p [ p,A ; 1 − p,C ] ∼ B Substitutability A ∼ B � ⇒ [ p,A ; 1 − p,C ] ∼ [ p,B ;1 − p,C ] Monotonicity ⇒ ( p ≥ q ⇔ [ p,A ; 1 − p,B ] ≻ A ≻ B � ∼ [ q,A ; 1 − q,B ]) Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  6. Rational Preferences 5 ● Violating the constraints leads to self-evident irrationality ● For example: an agent with intransitive preferences can be induced to give away all its money ● If B ≻ C , then an agent who has C would pay (say) 1 cent to get B ● If A ≻ B , then an agent who has B would pay (say) 1 cent to get A ● If C ≻ A , then an agent who has A would pay (say) 1 cent to get C Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  7. Maximizing Expected Utility 6 ● Theorem (Ramsey, 1931; von Neumann and Morgenstern, 1944): Given preferences satisfying the constraints there exists a real-valued function U such that U ( A ) ≥ U ( B ) ⇔ A ≻ ∼ B U ([ p 1 ,S 1 ; ... ; p n ,S n ]) = ∑ i p i U ( S i ) ● MEU principle: Choose the action that maximizes expected utility ● Note: an agent can be entirely rational (consistent with MEU) without ever representing or manipulating utilities and probabilities ● E.g., a lookup table for perfect tictactoe Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  8. 7 utilities Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  9. Utilities 8 ● Utilities map states to real numbers. Which numbers? ● Standard approach to assessment of human utilities – compare a given state A to a standard lottery L p that has ∗ “best possible prize” u ⊺ with probability p ∗ “worst possible catastrophe” u � with probability ( 1 − p ) – adjust lottery probability p until A ∼ L p Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  10. Utility Scales 9 ● Normalized utilities: u ⊺ = 1 . 0 , u � = 0 . 0 ● Micromorts: one-millionth chance of death useful for Russian roulette, paying to reduce product risks, etc. ● QALYs: quality-adjusted life years useful for medical decisions involving substantial risk ● Note: behavior is invariant w.r.t. +ve linear transformation U ′ ( x ) = k 1 U ( x ) + k 2 where k 1 > 0 ● With deterministic prizes only (no lottery choices), only ordinal utility can be determined, i.e., total order on prizes Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  11. Money 10 ● Money does not behave as a utility function ● Given a lottery L with expected monetary value EMV ( L ) , usually U ( L ) < U ( EMV ( L )) , i.e., people are risk-averse ● Utility curve: for what probability p am I indifferent between a prize x and a lottery [ p, $ M ; ( 1 − p ) , $ 0 ] for large M ? ● Typical empirical data, extrapolated with risk-prone behavior: Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  12. 11 decision networks Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  13. Decision Networks 12 ● Add action nodes and utility nodes to belief networks to enable rational decision making ● Algorithm: For each value of action node compute expected value of utility node given action, evidence Return MEU action Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  14. Multiattribute Utility 13 ● How can we handle utility functions of many variables X 1 ...X n ? E.g., what is U ( Deaths,Noise,Cost ) ? ● How can complex utility functions be assessed from preference behaviour? ● Idea 1: identify conditions under which decisions can be made without complete identification of U ( x 1 ,...,x n ) ● Idea 2: identify various types of independence in preferences and derive consequent canonical forms for U ( x 1 ,...,x n ) Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  15. Strict Dominance 14 ● Typically define attributes such that U is monotonic in each ● Strict dominance: choice B strictly dominates choice A iff ∀ i X i ( B ) ≥ X i ( A ) (and hence U ( B ) ≥ U ( A ) ) ● Strict dominance seldom holds in practice Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  16. Stochastic Dominance 15 ● Distribution p 1 stochastically dominates distribution p 2 iff ∀ t ∫ −∞ p 1 ( x ) dx ≤ ∫ t −∞ p 2 ( x ) dx t ● If U is monotonic in x , then A 1 with outcome distribution p 1 stochastically dominates A 2 with outcome distribution p 2 : −∞ p 1 ( x ) U ( x ) dx ≥ ∫ ∞ −∞ p 2 ( x ) U ( x ) dx ∞ ∫ Multiattribute case: stochastic dominance on all attributes � ⇒ optimal Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  17. Stochastic Dominance 16 ● Stochastic dominance can often be determined without exact distributions using qualitative reasoning ● E.g., construction cost increases with distance from city S 1 is closer to the city than S 2 � ⇒ S 1 stochastically dominates S 2 on cost ● E.g., injury increases with collision speed ● Can annotate belief networks with stochastic dominance information: → Y ( X positively influences Y ) means that � + X For every value z of Y ’s other parents Z ∀ x 1 ,x 2 x 1 ≥ x 2 � ⇒ P ( Y ∣ x 1 , z ) stochastically dominates P ( Y ∣ x 2 , z ) Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  18. Label the Arcs + or – 17 Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  19. Label the Arcs + or – 18 Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  20. Label the Arcs + or – 19 Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  21. Label the Arcs + or – 20 Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  22. Label the Arcs + or – 21 Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  23. Label the Arcs + or – 22 Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  24. Preference Structure: Deterministic 23 ● X 1 and X 2 preferentially independent of X 3 iff preference between ⟨ x 1 ,x 2 ,x 3 ⟩ and ⟨ x ′ 2 ,x 3 ⟩ 1 ,x ′ does not depend on x 3 ● E.g., ⟨ Noise,Cost,Safety ⟩ : ⟨ 20,000 suffer, $4.6 billion, 0.06 deaths/mpm ⟩ vs. ⟨ 70,000 suffer, $4.2 billion, 0.06 deaths/mpm ⟩ ● Theorem (Leontief, 1947): if every pair of attributes is P.I. of its complement, then every subset of attributes is P.I of its complement: mutual P.I. ● Theorem (Debreu, 1960): mutual P.I. � ⇒ ∃ additive value function: V ( S ) = ∑ V i ( X i ( S )) i Hence assess n single-attribute functions; often a good approximation Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  25. Preference Structure: Stochastic 24 ● Need to consider preferences over lotteries: X is utility-independent of Y iff preferences over lotteries in X do not depend on y ● Mutual U.I.: each subset is U.I of its complement � ⇒ ∃ multiplicative utility function: U = k 1 U 1 + k 2 U 2 + k 3 U 3 + k 1 k 2 U 1 U 2 + k 2 k 3 U 2 U 3 + k 3 k 1 U 3 U 1 + k 1 k 2 k 3 U 1 U 2 U 3 ● Routine procedures and software packages for generating preference tests to identify various canonical families of utility functions Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  26. 25 value of information Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

  27. Value of Information 26 ● Idea: compute value of acquiring each possible piece of evidence Can be done directly from decision network ● Example: buying oil drilling rights Two blocks A and B , exactly one has oil, worth k Prior probabilities 0.5 each, mutually exclusive Current price of each block is k / 2 “Consultant” offers accurate survey of A . Fair price? ● Solution: compute expected value of information = expected value of best action given the information minus expected value of best action without information ● Survey may say “oil in A” or “no oil in A”, prob. 0.5 each (given!) = [ 0 . 5 × value of “buy A” given “oil in A” + 0 . 5 × value of “buy B” given “no oil in A”] – 0 = ( 0 . 5 × k / 2 ) + ( 0 . 5 × k / 2 ) − 0 = k / 2 Philipp Koehn Artificial Intelligence: Decision Theory 5 November 2015

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend