Lab: Decision Networks and Value of Information
CSC 261 - Artificial Intelligence - Weinman
- Summary:
- You will investigate using the value of perfect information
and expected utility to make a decision. (Adapted from AIMA Exercise
16.17.)
Background
A used car buyer can decide to carry out various tests with various
costs (e.g., kick the tires or take the car to a mechanic). Depending
on the outcome of these tests, they may decide which car to buy.
Assume you are deciding to whether to buy one particular car but have
time to carry out at most one test at a cost of $50. The car could
be in good shape or not, and the test might help indicate what shape
the car is in. The cost is $1500 and its market value is $2000,
but only if it is in good shape. If not, it will take $700 in repairs
to get it in good shape.
Your current belief is a 70% chance the car is in good shape. In
addition, there is an 80% chance the car will pass the test if it
is in good shape, but a 35% it will pass the test if it is in bad
shape.
Exercises
- What are the decision variables (nodes) for this problem?
- What are the chance variables (nodes) for this problem?
- Draw the decision network for this problem, connecting the utility
node only to the variables that directly affect utility.
- Calculate the expected utility (i.e., net gain) of buying the car
with no test results.
- Given the information in the background above, what is the (marginal)
probability that the car will pass the test?
- Using your calculation above, what is the probability the car is in
good shape given it passes the test?
- What is the probability the car is in good shape given it fails the
test?
- What is the expected utility of buying the car given a passed test?
Given a failed test?
- With the information in the background, what is the expected utility
of not buying the car given passed or failed test?
- What is the optimal decision in each situation?
- What do you sense the value of the performing the test is?
- Calculate the value of information of the test.
- Derive an optimal conditional plan for the buyer.
Copyright © 2011 Jerod
Weinman.
This work is licensed under a Creative
Commons Attribution-Noncommercial-Share Alike 3.0 United States License.