LGSYOCSTAug 14, 2025

Variance Reduced Policy Gradient Method for Multi-Objective Reinforcement Learning

arXiv:2508.10608v11 citationsh-index: 1
Originality Incremental advance
AI Analysis

This work addresses sample efficiency for researchers and practitioners in multi-objective reinforcement learning, but it is incremental as it applies known variance-reduction techniques to a specific domain.

The paper tackles the problem of high sample inefficiency in policy gradient methods for multi-objective reinforcement learning by implementing variance-reduction techniques, resulting in reduced sample complexity while maintaining general assumptions.

Multi-Objective Reinforcement Learning (MORL) is a generalization of traditional Reinforcement Learning (RL) that aims to optimize multiple, often conflicting objectives simultaneously rather than focusing on a single reward. This approach is crucial in complex decision-making scenarios where agents must balance trade-offs between various goals, such as maximizing performance while minimizing costs. We consider the problem of MORL where the objectives are combined using a non-linear scalarization function. Just like in standard RL, policy gradient methods (PGMs) are amongst the most effective for handling large and continuous state-action spaces in MORL. However, existing PGMs for MORL suffer from high sample inefficiency, requiring large amounts of data to be effective. Previous attempts to solve this problem rely on overly strict assumptions, losing PGMs' benefits in scalability to large state-action spaces. In this work, we address the issue of sample efficiency by implementing variance-reduction techniques to reduce the sample complexity of policy gradients while maintaining general assumptions.

Foundations

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

Your Notes