paper-with-me

홈 › Papers

Multifidelity Reinforcement Learning with Control Variates

2022-06-10 · Sami Khairy, Prasanna Balaprakash

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.

📄 PDF Abstract BibTeX arXiv:2206.05165

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Multifidelity Covariance Estimation via Regression on the Manifold of Symmetric Positive Definite Matrices

2023-07-23 · Aimee Maurais, Terrence Alsup, Benjamin Peherstorfer, Youssef Marzouk

We introduce a multifidelity estimator of covariance matrices formulated as the solution to a regression problem on the manifold of symmetric positive definite matrices. The estimator is positive definite by construction…

Metric Learningregression

A Multifidelity Sim-to-Real Pipeline for Verifiable and Compositional Reinforcement Learning

2023-12-02 · Cyrus Neary, Christian Ellis, Aryaman Singh Samyal, Craig Lennon 외

We propose and demonstrate a compositional framework for training and verifying reinforcement learning (RL) systems within a multifidelity sim-to-real pipeline, in order to deploy reliable and adaptable RL policies on ph…

reinforcement-learningReinforcement Learning (RL)

Multifidelity linear regression for scientific machine learning from scarce data

2024-03-13 · Elizabeth Qian, Dayoung Kang, Vignesh Sella, Anirban Chaudhuri

Machine learning (ML) methods, which fit to data the parameters of a given parameterized model class, have garnered significant interest as potential methods for learning surrogate models for complex engineering systems …

regression

Multifidelity deep neural operators for efficient learning of partial differential equations with application to fast inverse design of nanoscale heat transport

2022-04-14 · Lu Lu, Raphael Pestourie, Steven G. Johnson, Giuseppe Romano

Deep neural operators can learn operators mapping between infinite-dimensional function spaces via deep neural networks and have become an emerging paradigm of scientific machine learning. However, training neural operat…

Neural Control Variates for Variance Reduction

2018-06-01 · Ruosi Wan, Mingjun Zhong, Haoyi Xiong, Zhanxing Zhu

In statistics and machine learning, approximation of an intractable integration is often achieved by using the unbiased Monte Carlo estimator, but the variances of the estimation are generally high in many applications. …

Reinforcement Learning