paper-with-me

홈 › Papers

Multi-Fidelity Policy Gradient Algorithms

2025-03-07 · Xinjie Liu, Cyrus Neary, Kushagra Gupta, Christian Ellis, Ufuk Topcu, David Fridovich-Keil

Many reinforcement learning (RL) algorithms require large amounts of data, prohibiting their use in applications where frequent interactions with operational systems are infeasible, or high-fidelity simulations are expensive or unavailable. Meanwhile, low-fidelity simulators--such as reduced-order models, heuristic reward functions, or generative world models--can cheaply provide useful data for RL training, even if they are too coarse for direct sim-to-real transfer. We propose multi-fidelity policy gradients (MFPGs), an RL framework that mixes a small amount of data from the target environment with a large volume of low-fidelity simulation data to form unbiased, reduced-variance estimators (control variates) for on-policy policy gradients. We instantiate the framework by developing multi-fidelity variants of two policy gradient algorithms: REINFORCE and proximal policy optimization. Experimental results across a suite of simulated robotics benchmark problems demonstrate that when target-environment samples are limited, MFPG achieves up to 3.9x higher reward and improves training stability when compared to baselines that only use high-fidelity data. Moreover, even when the baselines are given more high-fidelity samples--up to 10x as many interactions with the target environment--MFPG continues to match or outperform them. Finally, we observe that MFPG is capable of training effective policies even when the low-fidelity environment is drastically different from the target environment. MFPG thus not only offers a novel paradigm for efficient sim-to-real transfer but also provides a principled approach to managing the trade-off between policy performance and data collection costs.

📄 PDF Abstract BibTeX arXiv:2503.05696

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

REINFORCE REINFORCE is a Monte Carlo variant of a policy gradient algorithm in reinforcement learning. The agent collects samples of an episode using its current policy, and uses it to…

Similar Papers 제목 키워드 기반

Pixel-Attentive Policy Gradient for Multi-Fingered Grasping in Cluttered Scenes

2019-03-08 · Bohan Wu, Iretiayo Akinola, Peter K. Allen

Recent advances in on-policy reinforcement learning (RL) methods enabled learning agents in virtual environments to master complex tasks with high-dimensional and continuous observation and action spaces. However, levera…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Robotic Grasping

Anchor-Changing Regularized Natural Policy Gradient for Multi-Objective Reinforcement Learning

2022-06-10 · Ruida Zhou, Tao Liu, Dileep Kalathil, P. R. Kumar 외

We study policy optimization for Markov decision processes (MDPs) with multiple reward value functions, which are to be jointly optimized according to given criteria such as proportional fairness (smooth concave scalariz…

FairnessMulti-Objective Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

The Definitive Guide to Policy Gradients in Deep Reinforcement Learning: Theory, Algorithms and Implementations

2024-01-24 · Matthias Lehmann

In recent years, various powerful policy gradient algorithms have been proposed in deep reinforcement learning. While all these algorithms build on the Policy Gradient Theorem, the specific design choices differ signific…

continuous-controlContinuous ControlDeep Reinforcement LearningLearning Theory

Deterministic Policy Gradient Algorithms

2014-06-22 · International Conference on Machine Learning 2014 6 · David Silver, Guy Lever, Nicolas Heess, Thomas Degris 외

In this paper we consider deterministic policy gradient algorithms for reinforcement learning with continuous actions. The deterministic policy gradient has a particularly appealing form: it is the expected gradient of t…

Formreinforcement-learningReinforcement Learning (RL)

Bregman Gradient Policy Optimization

2021-06-23 · ICLR 2022 4 · Feihu Huang, Shangqian Gao, Heng Huang

In the paper, we design a novel Bregman gradient policy optimization framework for reinforcement learning based on Bregman divergences and momentum techniques. Specifically, we propose a Bregman gradient policy optimizat…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)