Beyond Expected Return: Accounting for Policy Reproducibility when Evaluating Reinforcement Learning Algorithms
Manon Flageat, Bryan Lim, Antoine Cully
TL;DR
The paper addresses the gap in RL evaluation under uncertainty by formalising policy reproducibility as the dispersion of episodic returns and introducing robust metrics. It proposes Mean Absolute Deviation (MAD) to quantify reproducibility and Lower Confidence Bound (LCB) to trade off performance against reproducibility, enabling practitioners to set a preference via a parameter $\alpha$. Through experiments on continuous-control tasks with multiple noise types, the authors show a tangible performance-reproducibility trade-off and demonstrate that Evolution Strategies (and especially a reproducibility-optimised variant, R-ES) yield more reproducible policies, while still allowing adjustments through LCB. They also extend the framework to behavioural reproducibility, using descriptor- and state-m marginal-based representations, highlighting practical implications for real-world deployments where consistent behavior is crucial.
Abstract
Many applications in Reinforcement Learning (RL) usually have noise or stochasticity present in the environment. Beyond their impact on learning, these uncertainties lead the exact same policy to perform differently, i.e. yield different return, from one roll-out to another. Common evaluation procedures in RL summarise the consequent return distributions using solely the expected return, which does not account for the spread of the distribution. Our work defines this spread as the policy reproducibility: the ability of a policy to obtain similar performance when rolled out many times, a crucial property in some real-world applications. We highlight that existing procedures that only use the expected return are limited on two fronts: first an infinite number of return distributions with a wide range of performance-reproducibility trade-offs can have the same expected return, limiting its effectiveness when used for comparing policies; second, the expected return metric does not leave any room for practitioners to choose the best trade-off value for considered applications. In this work, we address these limitations by recommending the use of Lower Confidence Bound, a metric taken from Bayesian optimisation that provides the user with a preference parameter to choose a desired performance-reproducibility trade-off. We also formalise and quantify policy reproducibility, and demonstrate the benefit of our metrics using extensive experiments of popular RL algorithms on common uncertain RL tasks.
