paper-with-me

Papers

MEPG: A Minimalist Ensemble Policy Gradient Framework for Deep Reinforcement Learning

2021-09-22 · Qiang He, Huangyuan Su, Chen Gong, Xinwen Hou

During the training of a reinforcement learning (RL) agent, the distribution of training data is non-stationary as the agent's behavior changes over time. Therefore, there is a risk that the agent is overspecialized to a particular distribution and its performance suffers in the larger picture. Ensemble RL can mitigate this issue by learning a robust policy. However, it suffers from heavy computational resource consumption due to the newly introduced value and policy functions. In this paper, to avoid the notorious resources consumption issue, we design a novel and simple ensemble deep RL framework that integrates multiple models into a single model. Specifically, we propose the \underline{M}inimalist \underline{E}nsemble \underline{P}olicy \underline{G}radient framework (MEPG), which introduces minimalist ensemble consistent Bellman update by utilizing a modified dropout operator. MEPG holds ensemble property by keeping the dropout consistency of both sides of the Bellman equation. Additionally, the dropout operator also increases MEPG's generalization capability. Moreover, we theoretically show that the policy evaluation phase in the MEPG maintains two synchronized deep Gaussian Processes. To verify the MEPG framework's ability to generalize, we perform experiments on the gym simulator, which presents that the MEPG framework outperforms or achieves a similar level of performance as the current state-of-the-art ensemble methods and model-free methods without increasing additional computational resource costs.

📄 PDF Abstract BibTeX arXiv:2109.10552

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningGaussian ProcessesQ-Learningreinforcement-learningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

MEPG:Multi-Expert Planning and Generation for Compositionally-Rich Image Generation

2025-09-04 · Yuan Zhao, Lin Liu arxiv

Text-to-image diffusion models have achieved remarkable image quality, but they still struggle with complex, multiele ment prompts, and limited stylistic diversity. To address these limitations, we propose a Multi-Expert…

Image Generation

Reinforcing Question Answering Agents with Minimalist Policy Gradient Optimization

2025-05-20 · Yihong Wu, Liheng Ma, Muzhi Li, Jiaming Zhou 외

Large Language Models (LLMs) have demonstrated remarkable versatility, due to the lack of factual knowledge, their application to Question Answering (QA) tasks remains hindered by hallucination. While Retrieval-Augmented…

HallucinationIn-Context LearningQuestion AnsweringRetrieval+1

Minimalist Market Design: A Framework for Economists with Policy Aspirations

2023-12-30 · Tayfun Sönmez

In this monograph, I describe the philosophy, evolution, and successful applications of minimalist market design while also presenting the advancements in matching theory achieved through these applications. In doing so,…

Philosophy

A Minimalist Example of Edge-of-Stability and Progressive Sharpening

2025-03-04 · LiMing Liu, Zixuan Zhang, Simon Du, Tuo Zhao

Recent advances in deep learning optimization have unveiled two intriguing phenomena under large learning rates: Edge of Stability (EoS) and Progressive Sharpening (PS), challenging classical Gradient Descent (GD) analys…

Epidemic Control on a Large-Scale-Agent-Based Epidemiology Model using Deep Deterministic Policy Gradient

2023-04-10 · Gaurav Deshkar, Jayanta Kshirsagar, Harshal Hayatnagarkar, Janani Venugopalan

To mitigate the impact of the pandemic, several measures include lockdowns, rapid vaccination programs, school closures, and economic stimulus. These interventions can have positive or unintended negative consequences. C…

Epidemiology