Ensuring Safe Interruptibility in RL Agents
Ensuring Safe Interruptibility in RL Agents
1 INTRODUCTION
rain, shutdown, r=0,p= 12
1
t h
X µ
i trast, the int-optimal policy ⇡✓µ here is to always take action
⇡,⇡ ⇡,ˆ⇡
lim Vµ,k Vµ,k = 0. (WAO-extension) b in state s1 . Then the agent will only visits s1 , with value
t!1 t
k=1
1
.9
= 1.8 at every time step.
AO-extensions are mostly useful when the policy ⇡ˆ shares Since the agent following ⇡✓µ will never enter s2 and hence
information with the policy ⇡ used for learning. will never be interrupted, INT✓ (⇡✓µ ) = ⇡✓µ on the histories
generated by INT✓ (⇡✓µ ) starting from s1 . Then, at every
Definition 6 (AO-safe interruptibility). A base policy ⇡ is µ ⇡µ
(S, W)AO-safely interruptible if and only if, for any inter- time step Vµ,t
⇡
Vµ,t✓ = 0.2 after any history h<t , and thus
✓
(⇡✓µ ),⇡ µ
ruption initiation function I(.) and any interruption policy for all sequence ✓ where ✓t
INT
0.5, limt!1 Vµ,t
⇡ INT (.), there exists a sequence of ✓t with limt!1 ✓t = 1 INT
✓
(⇡ µ ),⇡ µ
such that ⇡ is a (S, W)AO-extension of INT✓ (⇡). Vµ,t ✓ ✓ = 0.2 > 0, and so ⇡✓µ is not a WAO-extension
of INT✓ (⇡✓µ ).
Asymptotic safe interruptibility means that even if the in-
terruptions in the learning process may induce a bias in the
3 INTERRUPTIBLE AGENTS IN MDPS
decision making of the policy, this bias vanishes with time,
and the interruptible policy INT✓ (⇡) tends to choose ac-
Since the optimal policy ⇡ µ is safely interruptible, we
tions that are optimal when compared to the optimal non-
can use traditional learning algorithms like Q-learning or
interruptible policy ⇡ µ .
Sarsa [Sutton and Barto, 1998], make them converge to the
We can now show that the optimal policy is asymptotically optimal solution ⇡ µ for a given environment µ, and then
safely interruptible, but not the int-optimal policy. apply the interruption operator to the found policy. The
Theorem 7. The optimal policy ⇡ µ is SAO-safely inter- resulting policy would then be safely interruptible.
ruptible in M = {µ} for all ✓, ⇡ INT and I(.). However, the real issue arises when the agent is constantly
learning and adapting to a changing environment. In this
Proof. The result follows straightforwardly from Defini- case, we want to be able to safely interrupt the agent while
tion 1 and Definition 6, where ⇡ = ⇡ µ . it is learning. One may call this property online safe inter-
Theorem 8. The int-optimal policy ⇡✓µ is not WAO-safely ruptibility, but we refer to it simply as safe interruptibility.
interruptible in general. In an MDP, the next observation ot , now called a state st 2
S, depends only on the current state and action:2
Proof. By construction of a specific Markov Decision Pro-
cess (MDP) environment (see Section 3 for more details on µ(st+1 |h1:t st at ) = µ(st+1 |st at ) (MDP assumption) .
MDP notation). Let µ be the environment defined as in Fig.
2: Take = 0.5 and let the agent start in state s1 . Furthermore,3 the interruption function I(.) and the inter-
ruption policy ⇡ INT (.) should depend only on the current
a, 1 state: I(h1:t ) = I(st ) and ⇡ INT (at |h<t ) = ⇡ INT (at |st ).
Also recall that ✓t places an upper bound on the actual in-
s2 s1 b, 0.9 terruption probability. The interruptible policy INT✓ (⇡) can
a, 1
now be written:
b, 0, ✓
✓
INT (⇡)(a|s) = ✓t I(s)⇡ INT (a|s) + (1 ✓t I(s))⇡(a|s).
Figure 2: An MDP where the agent can be interrupted by For a given Q-table q : S ⇥ A ! R, the greedy policy
being forced to choose particular actions. Edges are labeled ⇡ maxq is defined by:
with action, reward where the presence of “, ✓” means that
if the agent is interrupted (with probability ✓t ), it is forced ⇡ maxq (a|s) := 1 if a = max q(s, a0 ), 0 otherwise,
0
to take the corresponding action. Here ✓ is not part of the a
where ↵t (s, a) is a learning rate that may depend on time We need the stochastic convergence Lemma:
t, state s and action a. Lemma 12 (Stochastic convergence [Jaakkola et al., 1994,
Singh and Yee, 1994]). A random iterative process
Given these assumptions, the policies for Q-learning and
Sarsa will converge almost surely to the optimal policy, if t+1 (x) = (1 ↵t (x)) t (x) + ↵t (x)Ft (x)
the policy followed is greedy in the limit with infinite explo-
ration (GLIE) [Jaakkola et al., 1994, Singh et al., 2000]. where x 2 X and t = 1, 2, 3 . . . converges to 0 with prob-
ability 1 if the following properties hold:
The situation is more complex for an interruptible policy.
Safe interruptibility is phrased in terms of the base policy 1. the set of possible states X is finite;
⇡, but the policy actually followed is INT✓ (⇡). P P
2. 0 ↵t (x) 1, t ↵t (x) = 1, t ↵t2 (x) < 1 with
Definition 10 (int-GLIE policy). An interruptible policy
probability 1;
INT ✓ (⇡) is said to be int-GLIE if and only if
3. k E{Ft (.)|Pt }kW k t kW + ct , where 2 [0, 1)
(a) the base policy ⇡ is greedy in the limit, and ct converges to zero with probability 1;
4. Var{Ft (x)|Pt } C(1 + k t kW )
2
for some C; and ✏t . Let the fixed point Q-table Qs✓⇤ of this operator:
Qs✓⇤ (s, a) = HINT Qs✓⇤ (s, a)
where Pt = { t }[{ t 1
stands for the past, and
i , Fi , ↵i }i=1 ⇥ ⇤
= r(s, a) + E Qs✓⇤ (s0 , a0 )
the notation [Link] refers to some fixed weighted maximum 0
s ⇠µ
norm. a0 ⇠INT✓ (⇡ maxQ
s✓⇤
)
h ⇥ ⇤
0
We will use so-called Bellman operators, which define at- = r(s, a) + E ✓t I(s ) E Qs✓⇤ (s0 , a0 )
s0 ⇠µ a0 ⇠⇡ INT
tractors for the Q-values, based on the expectation of the i
learning rule under consideration. + (1 ✓t I(s0 )) max
0
Qs✓⇤ (s0 , a0 ) (2)
a
Lemma 13 ([Jaakkola et al., 1994, Singh et al., 2000]). Let
Lemma 16. The operator HINT is a contraction operator
the Bellman operator H for Q-learning be such that
in the sup norm with vanishing noise ct ! 0, i.e.,
h i
(H q)(s, a) = r(s, a) + E max q(s 0 0
, a ) , k HINT q HINT Qs✓⇤ k1 kq Qs✓⇤ k1 + ct .
0 a
s0 ⇠µ(a|s)
Proof. The interruptible Sarsa policy INT✓ (⇡ s ) is
and let the fixed point Q such that Q = H Q . Then,
⇤ ⇤ ⇤
✓
under Assumption 9, if the policy explores each state-action INT (⇡ s )(a|s)
s
pair infinitely often, Qt converges to Q⇤ with probability 1. = ✓t I(s)⇡ INT (a|s) + (1 ✓t I(s))⇡ ✏Q (a|s)
⇤ ⇤ s s
The optimal policy ⇡ Q = ⇡ µ is ⇡ maxQ . If the policy is = ⇡ ✏Q (a|s) + ✓t I(s)[⇡ INT (a|s) ⇡ ✏Q (a|s)]
greedy in the limit, then ⇡ Q ! ⇡ µ . s
⇡ ✏Q (a|s) = ✏t ⇡ uni (a|s) + (1 ✏t )⇡ maxQ (a|s)
s
Proof. We simply adapt the proof of Theorems 15 and 14, First, the exploration probability of 1/t would require ✓t =
with the important difference that the Bellman operator cor- 1 1/ log(log(t)), whichpis unsatisfyingly slow. By sam-
responding to this new update rule is now pling with probability 1/ t instead, we can take an inter-
ruption probability that grows as 1 1/ log(t).p Letpthis
Hs̃ q(s, a) := r(s, a) + E s0 ⇠µ [q(s0 , a0 )] , exploration sampling probability be :=
p p
t t + 1 pt
p
a0 ⇠⇡ s̃ p1
2pt
(since 1 = t+1 t = ( t + 1 t)( t + 1+ t)
p p
and the fixed point is Qs̃⇤ := Hs̃ Qs̃⇤ . Since Hs̃ is actu- ( t+1 t)2 t). As in the original paper, the sequence
ally the Bellman operator for the update rule of the non- t keeps track of the steps where an exploration starts, i.e.,
interruptible Sarsa, it can then be shown that Hs̃ is a con- the sequence t is sampled independently so that t = 1
traction, thus that Qs̃t converges to the same Qs̃⇤ indepen- with probability t , and t = 0 otherwise.
dently of ✓. The rest of the proof is as for Theorem 14.
Second, we require that the exploitation policy does not
Now, since the Q-values converge to the optimum Q⇤ , it change during an exploitation segment, so as to simplify
follows that ⇡ s̃ , when not interrupted, chooses its action of one of the proofs.4 More specifically, we call jt := min{j :
the same value as (non-interruptible) Sarsa and thus as Q- µj (h<k ) = 1} (environments are assumed to be determin-
learning in the limit; Hence its extension policy is exactly istic) the index of the first model µjt (of a given fixed enu-
the optimal policy, which satisfies Definition 6. meration) that is consistent with the interaction history h<k
where k is the smallest step so that hk:t 1 does not contain
any exploration step. The optimal policy for this environ-
4 A SAFELY INTERRUPTIBLE
ment is ⇡ jt . If t is an exploitation step, ⇡ L = ⇡ jt , and if t
UNIVERSAL AGENT is an exploration step, ⇡ L (at |h<t ) = |A| 1 .
Admittedly, algorithms like Q-learning and Sarsa require The remainder of this section is devoted to proving that ⇡ L
strong assumptions on the environment class. Hence a is WAO-safely interruptible.
more interesting question is whether safe interruptibility is
possible in much larger classes. Theorem 18 (⇡ L is WAO-safe interruptible). If the inter-
ruption probability sequence is ✓t = 1 log(t+1)
1
, the policy
Hutter [2005] defined a universal reinforcement learning ⇡ is WAO-safe interruptible in the class of all computable
L
agent, called AIXI. It is an (uncomputable) optimal model- deterministic environments.
based planner with a subjective prior over the set of all
computable environments, defined by means of a universal
Turing machine. The subjective posterior of the environ- 4
We expect this assumption to not be necessary for the main
ments is updated with Bayes rule. This ideal agent can in theorem to hold.
Proof. Let µ be the true environment. The indices jt form by the definition of H(✏).
an monotonically increasing sequence bounded above by
Lemma 21 (Exploitation).
the index of the true environment µ 2 M (since no evi-
dence can ever make the true environment µ inconsistent 1 X h ⇡L✓ ,⇡|¯
t
L✓
i
⇡ ,⇡ L
with the interaction history), hence the sequence converges lim Vµ,k Vµ,k = 0.
t!1 t
in finite time. Let µ|¯ be the limit value of this sequence, and k=1
let ⇡ |¯ := ⇡ µ|¯ be the optimal policy for this environment µ|¯.
Proof. First, note that the extension policy ⇡ L is not in-
Let ⇡ L✓ := INT✓ (⇡ L ). By Definition 6, we want: terruptible, so its value at time k does not depend on
✓k0 , 8k 0 k. By definition of ⇡ |¯, there is a time step t|¯ af-
1 X h ⇡L✓ ,⇡µ i
t
L✓
,⇡ L
0 = lim Vµ,k ⇡
Vµ,k ter which ⇡ |¯ = ⇡ jt , 8t > t|¯. For some “exploration-free”
t!1 t
k=1 horizon ⌧t (to be specified later), let Xt 2 {0, 1} be the
L✓ |
¯ L✓ L ⌧t
t h i ⇡ ,⇡ ⇡ ,⇡
1 X
⇡ L✓ ,⇡ µ ⇡ L✓ ,⇡ |¯
event Vµ,t Vµ,t > 1 , where Xt = 1 means
= lim Vµ,k Vµ,k
t!1 t the event is realized. By the contrapositive of the Approxi-
k=1
| {z } mation Lemma 20, since ⇡ L = ⇡ |¯ during non-exploration
(exploration)
steps (remember that ⇡ L cannot change its policy during
1 X h ⇡L✓ ,⇡|¯ i exploitation), if no exploration steps occur between steps t
t
L✓
⇡ ,⇡ L
+ lim Vµ,k Vµ,k and t + ⌧t , we must have Xt = 0. Then:
t!1 t
|
k=1
{z } " t # t
(exploitation)
X X
E Xt (⌧t + log t) t + O(t|¯)
where the decomposition is valid if the limits are finite, and k=1
p
k=1
histories h<t are considered to be the same in both sums. (⌧t + log t) t + 1 + O(t|¯),
We proceed to prove that both limits are 0. Lemma 24 deals since for each t = 1, for all the previous ⌧t steps there
with (exploration), which ensures that ⇡ |¯ is a good enough is an exploration step within ⌧t steps, and all the next log t
policy, and Lemma 21 deals with (exploitation), and en- steps are exploration steps. Then by Markov’s inequality,
sures that ⇡ L follows ⇡ |¯ most of the time. and taking ⌧t = (t + 1)1/8 , with t large enough so that
t > t|¯ and ⌧t > log t:
First, we need a definition and a few lemmas. ! p
X t
Definition 19. For any ✏ > 0, define H(✏) such that the 3/4 (⌧t + log t) t + 1 + O(t|¯)
P Xt (t + 1)
maximal reward afterntime t + H(✏), (t + 1)3/4
o discounted from time
k
k=1
t, is ✏: H(✏) = mink k : 1 ✏ . 2⌧t (t + 1) 1/4
+ O(t 3/4
)
1/8 3/4
The following Lemma is a generalization of Lemma 15 2(t + 1) + O(t ),
from Lattimore and Hutter [2011]. 1 2(t + 1) 1/8
O(t 3/4
)
!
Lemma 20 (Approximation Lemma). Let ⇡1 and ⇡2 be t
X
two deterministic policies, and let µ1 and µ2 be two deter- P Xt < (t + 1)3/4
ministic environments, and let ⌧ = H(✏) 1. Then, after k=1
!
some common history h<t , Xt
3/4
P (1 Xt ) t (t + 1)
h⇡t:t+⌧
1 ,µ1
= h⇡t:t+⌧
2 ,µ2
=) Vµ⇡11,t Vµ⇡22,t ✏. k=1
!
t
⇥P1 ⇤ 1X 1
Proof. Recall that Vµ,t ⇡
= E⇡,µ k
rt+k and that P (1 Xt ) 1 (t + 1)3/4 .
k=0 t t
k=1
the reward is bounded P in [rmin , rmax ] = [0, 1]. Thus,
1
for all t, ⇡, µ, Vµ,t⇡
k=0
k
= 1 1 . Then, since Therefore, since limt!1
⌧t
= 0:
⇡1 ,µ1 ⇡2 ,µ2 ⇥P⌧ ⇤ 1
ht:t+⌧ ⇥ = ht:t+⌧ , we ⇤ have E⇡1 ,µ1 k=0
k
rt+k = !
P⌧ t
E⇡2 ,µ2 k=0
k
rt+k and thus 1 X ⇡L✓ ,⇡|¯ ⇡ L✓ ,⇡ L
P lim Vµ,k Vµ,k =0 = 1.
t!1 t
Vµ⇡11,t Vµ⇡22,t k=1
" 1 # " 1
#
X X
k k
= E rt+k E rt+k
⇡1 ,µ1 ⇡2 ,µ2
k=⌧ +1 k=⌧ +1 The following is an adaptation5 of Lemma 16 from Latti-
⌧ +1
(rmax rmin ) H(✏) more and Hutter [2011]:
= ✏,
1 1 5
This also fixes a minor mistake in the original lemma.
Lemma 22 (Separation Lemma). Let µ be the true environ- set of possible actions. Thus, for a given constant ⌧ :
ment, and ⌫ be an environment consistent with the history
⇡µ ⇡⌫ t
X t
X
h<t . If Vµ,t Vµ,t > ✏, then following one of {⇡ µ , ⇡ ⌫ }
P (Xk ) ↵k k (1 ✓k )⌧ |A| ⌧
O(⌧ )
will make environment ⌫ inconsistent with the future his-
k=1 k=1
tory within H(✏/2) steps after time t. t ✓ ◆⌧
X 1 1 ⌧
↵k p |A| O(⌧ )
Proof. First, if ⇡⌫
V⌫,t ⇡⌫
> ✏/2, then by the contrapos-
Vµ,t k log k
k=1
itive of the Approximation Lemma 20 following policy ⇡ ⌫
will generate a different history in ⌫ than in µ and thus Considering
⇣ ⌘⌧ ⌧ constant, there exists a step t⌧ after which
it will make ⌫ inconsistent within H(✏/2) steps (since the
1
log k
1
k1/4
, then 8k t⌧ :
true history is generated by µ).
t
X t
X
Now, if V⌫,t
⇡ ⌫
⇡
Vµ,t
⌫
✏/2, thus Vµ,t
⇡ ⌫
⇡
V⌫,t
⌫
✏/2, then 1 ⌧
P (Xk ) ↵k |A| O(⌧ )
starting from the lemma’s assumption: k=1 k=1
k 3/4
t
!
⇡
Vµ,t
µ
⇡
> Vµ,t
⌫
+✏ ⇡⌫
V⌫,t + ✏/2 ⇡
V⌫,t
µ
+ ✏/2, 1/4 1X ⌧
t ↵k |A| O(⌧ ),
t
k=1
where the last inequality follows from the definition of t
⇡a ⇡b
X
the optimal policy, i.e., Va,t Va,t , 8a, b. Hence, since lim P (Xk ) = lim t1/4 ✏|A| ⌧
O(⌧ ) = 1.
⇡µ ⇡µ t!1 t!1
Vµ,t V⌫,t > ✏/2, again by the contrapositive of the Ap- k=1
proximation Lemma, following policy ⇡ µ will discard ⌫
Then the extended Borel-Cantelli Lemma (see Lemma 3
within H(✏/2) steps.
of Singh et al. [2000]) implies that this event happens in-
Lemma 23 (Lemma 17 from Lattimore and Hutter [2011]). finitely often with probability one. Therefore, ⇡ |¯ should be
LetPA = {a1 , a2 , · · · , at } with a 2 [0, 1] for all a 2 A. If ruled out, which is a contradiction, and hence any such ✏
1
✏ then 1t a 2 A : a 2✏ > 2✏ . does not exist and ⇡ |¯ is a WAO-extension of ⇡ L✓ .
t a2A a
Lemma 24 (Exploration). The policy
⇡ |¯ is an h WAO-extension of ⇡ L✓ , i.e., 5 CONCLUSION
P L✓ µ L✓ |
¯
i
t ⇡ ,⇡ ⇡ ,⇡
limt!1 1t k=1 Vµ,k Vµ,k = 0.
We have proposed a framework to allow a human opera-
tor to repeatedly safely interrupt a reinforcement learning
Proof. Recall that jt converges to |¯ in finite time. Rea- agent while making sure the agent will not learn to prevent
soning by contradiction, if ⇡ |¯ is not a WAO-extension of or induce these interruptions.
⇡ L✓ = INT✓ (⇡ L ), then there exists an ✏ > 0 s.t.
Safe interruptibility can be useful to take control of a robot
t h
X i that is misbehaving and may lead to irreversible conse-
1 ⇡ L✓
,⇡ µ ⇡ L✓
,⇡ |
¯
quences, or to take it out of a delicate situation, or even
lim sup Vµ,k Vµ,k = 2✏.
t!1 t to temporarily use it to achieve a task it did not learn to
k=1
perform or would not normally receive rewards for this.
Let ↵k 2 {0, 1} be an indicator sequence such that ↵k = 1 We have shown that some algorithms like Q-learning are
⇡ L✓ ,⇡ µ ⇡ L✓ ,⇡ |¯ already safely interruptible, and some others like Sarsa are
if and only if Vµ,k Vµ,k > ✏. By Lemma 23,
1
P t not, off-the-shelf, but can easily be modified to have this
t ↵
k=1 k > ✏.
property. We have also shown that even an ideal agents
For all t > t|¯, if ↵t = 1, by the Separation Lemma 22, there that tends to the optimal behaviour in any (deterministic)
is a sequence of length ⌧ := H(✏/2) that can rule out envi- computable environment can be made safely interruptible.
ronment µ|¯. Since the exploration phases increase as log t, However, it is unclear if all algorithms can be easily made
after t > exp ⌧ , there are infinitely many exploration steps safely interruptible, e.g., policy-search ones [Williams,
of size larger than ⌧ . Now, we actually need infinitely many 1992, Glasmachers and Schmidhuber, 2011].
exploration phases of ⌧ uninterrupted steps. Let Xt be the
event representing an uninterrupted exploration sequence Another question is whether it is possible to make the in-
of length at least ⌧ steps starting at time t such that ↵t = 1, terruption probability grow faster to 1 and still keep some
and the actions are all (by chance) following a separation convergence guarantees.
policy. The probability to start an exploration sequence is One important future prospect is to consider scheduled
k = pk , the probability to not be interrupted during ⌧
1
interruptions, where the agent is either interrupted every
steps is at least (1 ✓k )⌧ , and the probability to follow the night at 2am for one hour, or is given notice in advance that
policy that can separate µ|¯ from µ is |A| ⌧ , where A is the an interruption will happen at a precise time for a specified
period of time. For these types of interruptions, not only Laurent Orseau. Asymptotic non-learnability of univer-
do we want the agent to not resist being interrupted, but sal agents with computable horizon functions. Theoreti-
this time we also want the agent to take measures regarding cal Computer Science, 473:149–156, 2013. ISSN 0304-
its current tasks so that the scheduled interruption has mini- 3975.
mal negative effect on them. This may require a completely Martin Pecka and Tomas Svoboda. Modelling and Simula-
different solution. tion for Autonomous Systems: First International Work-
shop (MESAS 2014), chapter Safe Exploration Tech-
Acknowledgements. Thanks to Alexander Tamas and to niques for Reinforcement Learning – An Overview,
many people at FHI, MIRI and Google DeepMind. pages 357–375. Springer International Publishing, 2014.
Mark Ring and Laurent Orseau. Artificial General Intelli-
References gence: 4th International Conference, AGI 2011, Moun-
tain View, CA, USA, August 3-6, 2011. Proceedings,
Stuart Armstrong. Utility indifference. In First Interna- chapter Delusion, Survival, and Intelligent Agents, pages
tional Workshop on AI and Ethics, 2015. 11–20. Springer Berlin Heidelberg, 2011.
Nick Bostrom. Superintelligence: Paths, Dangers, Strate- Satinder P. Singh and Richard Yee. An upper bound on the
gies. Oxford University Press, 2014. loss from approximate optimal-value functions. Machine
Learning, 16:227–233, 1994.
Tobias Glasmachers and Jürgen Schmidhuber. Optimal di-
rect policy search. In Artificial General Intelligence - 4th Satinder P. Singh, Tommi Jaakkola, Michael L. Littman,
International Conference (AGI), volume 6830 of Lec- and Csaba Szepesvri. Convergence results for single-
ture Notes in Computer Science, pages 52–61. Springer, step on-policy reinforcement-learning algorithms. Ma-
2011. chine Learning, 38:287–308, 2000.
Mark Humphrys. Action selection in a hypothetical house Nate Soares, Benya Fallenstein, Eliezer Yudkowsky, and
robot: Using those rl numbers. In Proceedings of the Stuart Armstrong. Corrigibility. In First International
First International ICSC Symposia on Intelligent Indus- Workshop on AI and Ethics, 2015.
trial Automation (IIA-96) and Soft Computing (SOCO- Richard Sutton and Andrew G. Barto. Reinforcement
96), pages 216–22, 1996. Learning: An Introduction. MIT Press, Cambridge, MA,
Marcus Hutter. Universal Artificial Intelligence: Se- 1998.
quential Decisions Based On Algorithmic Probability. Richard Sutton, Doina Precup, and Satinder P. Singh. Be-
SpringerVerlag, 2005. ISBN 3540221395. tween mdps and semi-mdps: A framework for temporal
abstraction in reinforcement learning. Artificial Intelli-
Tommi Jaakkola, Michael I. Jordan, and Satinder P. Singh.
gence, 112:181–211, 1999.
On the convergence of stochastic iterative dynamic pro-
gramming algorithms. Neural computation, 6:1185– Ronald J. Williams. Simple statistical gradient-following
1201, 1994. algorithms for connectionist reinforcement learning.
Machine Learning, 8(3):229–256, 1992.
Tor Lattimore and Marcus Hutter. Asymptotically optimal
agents. In Proc. 22nd International Conf. on Algorithmic
Learning Theory (ALT’11), volume 6925 of LNAI, pages
368–382. Springer, 2011.
Tor Lattimore and Marcus Hutter. Bayesian reinforcement
learning with exploration. In Proc. 25th International
Conf. on Algorithmic Learning Theory (ALT’14), vol-
ume 8776 of LNAI, pages 170–184. Springer, 2014.
Jan Leike and Marcus Hutter. Bad universal priors and no-
tions of optimality. Journal of Machine Learning Re-
search, W&CP: COLT, 40:1244–1259, 2015.
Thomas VII Murphy. The first level of super mario bros.
is easy with lexicographic orderings and time travel.
The Association for Computational Heresy (SIGBOVIK)
2013, pages 112–133, 2013.
Stephen M. Omohundro. The basic ai drives. In Proceed-
ings of the 2008 Conference on Artificial General Intel-
ligence 2008, pages 483–492. IOS Press, 2008.