Bandit Algorithms

(Jeff_L) #1
38.1 Problem setup 479

course the measurePdepends on the policy, Markov decision process and the
initial distribution. For most of the chapter these quantities will be fixed and the
dependence is omitted from the notation. In the few places where disambiguation
is necessary we provide additional notation. In addition to this, to minimize
clutter, we allow ourselves to writeP(·|S 1 =s), which just means the probability
distribution that results from the interconnection ofπandM, while replacingμ
with an alternative initial state distribution that is a Dirac ats.


Traps and the diameter of a Markov decision process
A significant complication in MDPs is the potential for traps. A trap is a subset of
the state space from which there is no escape. For example, the MDP in Fig. 38.2
has a trap state. If being in the trap has a suboptimal yield in terms of the
reward, the learner should avoid the trap. But since the learner can only discover
that an action leads to a trap by trying that action, the problem of learning while
competing with a fully informed agent is hopeless (Exercise 38.28).
To avoid this complication we restrict our attention to MDPs with no traps. A
Markov decision process is calledstrongly connectedorcommunicatingif
for any pair of statess,s′∈Sthere exists a policy such that when starting froms
there is a positive probability of reachings′some time in the future while following
the policy. One can also define a real-valued measure of the connectedness of an
MDP called thediameter. MDPs with smaller diameter are usually easier to
learn because a policy can recover from mistakes more quickly.


Definition38.1.The diameter of an MDPMis

D(M) = max
s 6 =s′
π∈minΠ
DM

Eπ[min{t≥1 :St=s}|S 1 =s′]− 1 ,

where the expectation is taken with respect to the law of Markov chain (St)∞t=1
induced by the interaction betweenπandM.


A number of observations are in order about this definition. First, the order
of the maximum and minimum means that for any pair of states a different
policy may be used. Second, travel times are always minimized by deterministic
memoryless policies so the restriction to these policies in the minimum is
inessential (Exercise 38.3). Finally, the definition only considers distinct states.
We also note that when the number of states is finite it holds thatD(M)<∞if
and only ifMis strongly connected (Exercise 38.4). The diameter of an MDP
with S states and A actions cannot be smaller than logA(S)−3 (Exercise 38.5).


For the remainder of this chapter, unless otherwise specified, all MDPs are
assumed to be strongly connected.
Free download pdf