MLLGFeb 23, 2017

Consistent On-Line Off-Policy Evaluation

arXiv:1702.07121v197 citations
AI Analysis

This addresses a key limitation in reinforcement learning for policy evaluation, offering improved accuracy for applications like policy improvement, though it is incremental with computational trade-offs.

The paper tackles the bias in on-line off-policy evaluation caused by distribution mismatch between behavior and target policies, proposing COP-TD(λ, β) and log-COP-TD(λ, β) algorithms that converge to on-policy TD(λ) values and show favorable empirical results against state-of-the-art methods.

The problem of on-line off-policy evaluation (OPE) has been actively studied in the last decade due to its importance both as a stand-alone problem and as a module in a policy improvement scheme. However, most Temporal Difference (TD) based solutions ignore the discrepancy between the stationary distribution of the behavior and target policies and its effect on the convergence limit when function approximation is applied. In this paper we propose the Consistent Off-Policy Temporal Difference (COP-TD($λ$, $β$)) algorithm that addresses this issue and reduces this bias at some computational expense. We show that COP-TD($λ$, $β$) can be designed to converge to the same value that would have been obtained by using on-policy TD($λ$) with the target policy. Subsequently, the proposed scheme leads to a related and promising heuristic we call log-COP-TD($λ$, $β$). Both algorithms have favorable empirical results to the current state of the art on-line OPE algorithms. Finally, our formulation sheds some new light on the recently proposed Emphatic TD learning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes