paper-with-me

Papers

AVG-DICE: Stationary Distribution Correction by Regression

2025-03-03 · Fengdi Che, Bryan Chan, Chen Ma, A. Rupam Mahmood

Off-policy policy evaluation (OPE), an essential component of reinforcement learning, has long suffered from stationary state distribution mismatch, undermining both stability and accuracy of OPE estimates. While existing methods correct distribution shifts by estimating density ratios, they often rely on expensive optimization or backward Bellman-based updates and struggle to outperform simpler baselines. We introduce AVG-DICE, a computationally simple Monte Carlo estimator for the density ratio that averages discounted importance sampling ratios, providing an unbiased and consistent correction. AVG-DICE extends naturally to nonlinear function approximation using regression, which we roughly tune and test on OPE tasks based on Mujoco Gym environments and compare with state-of-the-art density-ratio estimators using their reported hyperparameters. In our experiments, AVG-DICE is at least as accurate as state-of-the-art estimators and sometimes offers orders-of-magnitude improvements. However, a sensitivity analysis shows that best-performing hyperparameters may vary substantially across different discount factors, so a re-tuning is suggested.

📄 PDF Abstract BibTeX arXiv:2503.02125

Code (0)

등록된 구현이 없습니다.

Tasks

AvgMuJoCoregression

Similar Papers 제목 키워드 기반

SEMDICE: Off-policy State Entropy Maximization via Stationary Distribution Correction Estimation

2025-12-10 · Jongmin Lee, Meiqi Sun, Pieter Abbeel arxiv

In the unsupervised pre-training for reinforcement learning, the agent aims to learn a prior policy for downstream tasks without relying on task-specific reward functions. We focus on state entropy maximization (SEM), wh…

Unsupervised Pre-trainingReinforcement Learning

COptiDICE: Offline Constrained Reinforcement Learning via Stationary Distribution Correction Estimation

2022-04-19 · ICLR 2022 4 · Jongmin Lee, Cosmin Paduraru, Daniel J. Mankowitz, Nicolas Heess 외

We consider the offline constrained reinforcement learning (RL) problem, in which the agent aims to compute a policy that maximizes expected return while satisfying given cost constraints, learning only from a pre-collec…

Offline RLOff-policy evaluationreinforcement-learningReinforcement Learning+1

Semi-gradient DICE for Offline Constrained Reinforcement Learning

2025-06-10 · Woosung Kim, JunHo Seo, Jongmin Lee, Byung-Jun Lee

Stationary Distribution Correction Estimation (DICE) addresses the mismatch between the stationary distribution induced by a policy and the target distribution required for reliable off-policy evaluation (OPE) and policy…

Offline RLOff-policy evaluationreinforcement-learningReinforcement Learning

OptiDICE: Offline Policy Optimization via Stationary Distribution Correction Estimation

2021-06-21 · Jongmin Lee, Wonseok Jeon, Byung-Jun Lee, Joelle Pineau 외

We consider the offline reinforcement learning (RL) setting where the agent aims to optimize the policy solely from the data without further environment interactions. In offline RL, the distributional shift becomes the p…

Offline RLReinforcement Learning (RL)

LobsDICE: Offline Learning from Observation via Stationary Distribution Correction Estimation

2022-02-28 · Geon-Hyeong Kim, Jongmin Lee, Youngsoo Jang, Hongseok Yang 외

We consider the problem of learning from observation (LfO), in which the agent aims to mimic the expert's behavior from the state-only demonstrations by experts. We additionally assume that the agent cannot interact with…

Imitation Learning