| | |
Summary: Filtered Reinforcement Learning
Douglas Aberdeen
National ICT Australia, Canberra, Australia
douglas.aberdeen@nicta.com.au,
WWW home page: http://csl.anu.edu.au/~daa/
Abstract. Reinforcement learning (RL) algorithms attempt to assign
the credit for rewards to the actions that contributed to the reward.
Thus far, credit assignment has been done in one of two ways: uniformly,
or using a discounting model that assigns exponentially more credit to
recent actions. This paper demonstrates an alternative approach to tem
poral credit assignment, taking advantage of exact or approximate prior
information about correct credit assignment. Infinite impulse response
(IIR) filters are used to model credit assignment information. IIR filters
generalise exponentially discounting eligibility traces to arbitrary credit
assignment models. This approach can be applied to any RL algorithm
that employs an eligibility trace. The use of IIR credit assignment filters
is explored using both the GPOMDP policygradient algorithm and the
Sarsa(#) temporaldi#erence algorithm. A drop in bias and variance of
value or gradient estimates is demonstrated, resulting in faster conver
gence to better policies.
|