AVG-DICE: Stationary Distribution Correction by Regression
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.
Code (0)
등록된 구현이 없습니다.
Tasks
AvgMuJoCoregressionSimilar Papers 제목 키워드 기반
SEMDICE: Off-policy State Entropy Maximization via Stationary Distribution Correction Estimation
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 LearningCOptiDICE: Offline Constrained Reinforcement Learning via Stationary Distribution Correction Estimation
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+1Semi-gradient DICE for Offline Constrained Reinforcement Learning
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 LearningOptiDICE: Offline Policy Optimization via Stationary Distribution Correction Estimation
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
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