paper-with-me

홈 › Papers

Policy Optimization with Advantage Regularization for Long-Term Fairness in Decision Systems

2022-10-22 · Eric Yang Yu, Zhizhen Qin, Min Kyung Lee, Sicun Gao

Long-term fairness is an important factor of consideration in designing and deploying learning-based decision systems in high-stake decision-making contexts. Recent work has proposed the use of Markov Decision Processes (MDPs) to formulate decision-making with long-term fairness requirements in dynamically changing environments, and demonstrated major challenges in directly deploying heuristic and rule-based policies that worked well in static environments. We show that policy optimization methods from deep reinforcement learning can be used to find strictly better decision policies that can often achieve both higher overall utility and less violation of the fairness requirements, compared to previously-known strategies. In particular, we propose new methods for imposing fairness requirements in policy optimization by regularizing the advantage evaluation of different actions. Our proposed methods make it easy to impose fairness constraints without reward engineering or sacrificing training efficiency. We perform detailed analyses in three established case studies, including attention allocation in incident monitoring, bank loan approval, and vaccine distribution in population networks.

📄 PDF Abstract BibTeX arXiv:2210.12546

Code (1)

ericyangyu/pocar 공식 구현 pytorch

Tasks

Decision MakingDeep Reinforcement LearningFairness

Similar Papers 제목 키워드 기반

Future-KL Regularized GRPO: Process-Level Credit Assignment from $f$-Divergence Regularization

2026-01-15 · Jiarui Yao, Ruida Wang, Hao Bai, Tong Zhang arxiv

Group Relative Policy Optimization (GRPO) is widely used for critic-free Large Language Model (LLM) post-training, but its KL regularization is usually implemented as a local loss-side token penalty. We show that this mi…

Reinforcement LearningMathematical Reasoning

EnTRPO: Trust Region Policy Optimization Method with Entropy Regularization

2021-10-26 · Sahar Roostaie, Mohammad Mehdi Ebadzadeh

Trust Region Policy Optimization (TRPO) is a popular and empirically successful policy search algorithm in reinforcement learning (RL). It iteratively solved the surrogate problem which restricts consecutive policies to …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Truly Deterministic Policy Optimization

2022-05-30 · Ehsan Saleh, Saba Ghaffari, Timothy Bretl, Matthew West

In this paper, we present a policy gradient method that avoids exploratory noise injection and performs policy search over the deterministic landscape. By avoiding noise injection all sources of estimation variance can b…

Supported Policy Optimization for Offline Reinforcement Learning

2022-02-13 · Jialong Wu, Haixu Wu, Zihan Qiu, Jianmin Wang 외

Policy constraint methods to offline reinforcement learning (RL) typically utilize parameterization or regularization that constrains the policy to perform actions within the support set of the behavior policy. The elabo…

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Increasing Entropy to Boost Policy Gradient Performance on Personalization Tasks

2023-10-09 · Andrew Starnes, Anton Dereventsov, Clayton Webster

In this effort, we consider the impact of regularization on the diversity of actions taken by policies generated from reinforcement learning agents trained using a policy gradient. Policy gradient agents are prone to ent…

Diversity