LGAIJun 10, 2022

Multifidelity Reinforcement Learning with Control Variates

arXiv:2206.05165v15 citationsh-index: 12
Originality Incremental advance
AI Analysis

This addresses the challenge of expensive data acquisition in computational science and engineering applications, offering an incremental improvement in RL efficiency.

The paper tackles the problem of reinforcement learning with limited high-fidelity data by proposing a multifidelity estimator using control variates to reduce variance in value function estimation, and demonstrates that their MFMCRL algorithm achieves superior performance compared to standard RL agents for a finite budget of high-fidelity samples.

In many computational science and engineering applications, the output of a system of interest corresponding to a given input can be queried at different levels of fidelity with different costs. Typically, low-fidelity data is cheap and abundant, while high-fidelity data is expensive and scarce. In this work we study the reinforcement learning (RL) problem in the presence of multiple environments with different levels of fidelity for a given control task. We focus on improving the RL agent's performance with multifidelity data. Specifically, a multifidelity estimator that exploits the cross-correlations between the low- and high-fidelity returns is proposed to reduce the variance in the estimation of the state-action value function. The proposed estimator, which is based on the method of control variates, is used to design a multifidelity Monte Carlo RL (MFMCRL) algorithm that improves the learning of the agent in the high-fidelity environment. The impacts of variance reduction on policy evaluation and policy improvement are theoretically analyzed by using probability bounds. Our theoretical analysis and numerical experiments demonstrate that for a finite budget of high-fidelity data samples, our proposed MFMCRL agent attains superior performance compared with that of a standard RL agent that uses only the high-fidelity environment data for learning the optimal policy.

Foundations

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

Your Notes