Markov Decision Making Flashcards

1
Q

Deterministic Dynamic Programming (DDP)

A

for any node, the next node is fully determined by action K

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Stages

A

vertical levels

e.g. time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

States

A

horizontal levels

e.g. stock levels, success

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

States at a stage

A

nodes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Actions

A

arcs between nodes from consecutive stages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Return

A

immediate gains from an action (associated with an arc)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Stochastic Dynamic Programming (SDP)

A

for any node, the next node is dependant on both the action K and the outcome d, which is a random variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly