1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
MAVERICK [17]
3 years ago
9

In a coin game, you repeatedly toss a biased coin (0.4 for head, 0.6 for tail). Each head represents 3 points and tail represent

s 1 point. You can either Toss or Stop if the total number of points you have tossed is no more than 7. Otherwise, you must Stop. When you Stop, your utility is equal to your total points (up to 7), or 0 if you get a total of 8 points or higher. When you Toss, you receive no utility. There is no discounting (= 1).
(a) What are the states and the actions for this MDP? Which states are terminal?
(b) What is the transition function and the reward function for this MDP? Hint: The problem may be simpler to formulate using the general version of rewards: R(s, a, s')
(c) Run value iteration to find the optimal value function V* for the MDP. Show each Vk step (starting from Vo(s) = 0 for all states s). For a reasonable MDP formulation, this should converge in fewer than 10 steps. If you find it too tedious to do by hand, you may write a program to do this for you; however, there may be some benefit in seeing the calculation unfolding in front of you.
(d) Using the V* you found, determine the optimal policy for this MDP.
Mathematics
1 answer:
Sladkaya [172]3 years ago
5 0

Answer:

See answer in explanation

Step-by-step explanation:

State: current points if stop plus a terminal state, that is, 0,1,2,3,4,5,6,7,DONE

Action: Toss, Stop

2. What is the transition function and the reward function for this MDP?

Transition function:

T(Si , TOSS, Si+3) = 0.4 if i < 3

T(Si , TOSS, DONE) = 0.4 if i ≥ 3

T(Si , TOSS, Si+1) = 0.6 if i < 7

T(Si , TOSS, DONE) = 0.4 if i = 7

T(Si , STOP, DONE) = 1

Reward function:

R(Si , TOSS, ANY ) = 0

R(Si , STOP, DONE) = i

R(DONE, STOP, DONE) = 0

3. What is the optimal policy for this MDP? Please write down the steps to show how

you get the optimal policy.

Optimal policy: Toss for 0,1,2 ; STOP for others.

You should include the steps of value iteration. The value iteration will converge at

iteration 3. Result of iteration 3 is as follow,

V3: 0: 4.5 from Toss; 1: 5.4 from Toss; 2: 5.9 from Toss; 3: 3 from

Stop; 4: 4 from Stop; 5: 5 from Stop; 6: 6

You might be interested in
2.5y=5 what is the answer to the equation?
postnew [5]

Answer:2

Step-by-step explanation:

2.5(2)

=5

7 0
3 years ago
Read 2 more answers
NEED HELP ASAP PLEASE!!
inna [77]
The correct answer should be C
7 0
3 years ago
If the x-values increase as the y-values decrease on a line graph, the slope of the line is
alexandr402 [8]
The slope of the line is negative
5 0
3 years ago
3x + 2(4x - 4) = 3 4 3 2 1
rjkz [21]

Answer:

<u><em>X=1</em></u>

Step-by-step explanation:

6 0
3 years ago
How many inches are in 14 feet
GarryVolchara [31]

Answer:

168 inches are in 14 feet

Step-by-step explanation:

There are 12 inches in a foot. 12 * 14 = 168.

4 0
3 years ago
Read 2 more answers
Other questions:
  • Without subtracting 8.5-4.64, determine what digit will be in the hundredths place. explain
    12·1 answer
  • How to find angles in a triangle
    14·1 answer
  • I need help on case number 6
    6·1 answer
  • The diagram shows the front wooden wall of a warehouse in the shape of a trapezoid with a rectangular section cut out for the st
    8·1 answer
  • Just #10 please!! Due soon too!!
    11·2 answers
  • What is 2+1 ?????????????????????????????????????????????????????????
    6·2 answers
  • How do I solve this problem?<br> -17=2x+7
    13·1 answer
  • The line passes through ​(​8,-7​) and is parallel to the line whose equation is y=2x+2.
    6·2 answers
  • Log(2t+4)=log(14-3t)
    12·1 answer
  • A.) find the test statistic
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!