paper-with-me

홈 › Papers

Achieving Fairness in Multi-Agent Markov Decision Processes Using Reinforcement Learning

2023-06-01 · Peizhong Ju, Arnob Ghosh, Ness B. Shroff

Fairness plays a crucial role in various multi-agent systems (e.g., communication networks, financial markets, etc.). Many multi-agent dynamical interactions can be cast as Markov Decision Processes (MDPs). While existing research has focused on studying fairness in known environments, the exploration of fairness in such systems for unknown environments remains open. In this paper, we propose a Reinforcement Learning (RL) approach to achieve fairness in multi-agent finite-horizon episodic MDPs. Instead of maximizing the sum of individual agents' value functions, we introduce a fairness function that ensures equitable rewards across agents. Since the classical Bellman's equation does not hold when the sum of individual value functions is not maximized, we cannot use traditional approaches. Instead, in order to explore, we maintain a confidence bound of the unknown environment and then propose an online convex optimization based approach to obtain a policy constrained to this confidence region. We show that such an approach achieves sub-linear regret in terms of the number of episodes. Additionally, we provide a probably approximately correct (PAC) guarantee based on the obtained regret bound. We also propose an offline RL algorithm and bound the optimality gap with respect to the optimal fair solution. To mitigate computational complexity, we introduce a policy-gradient type method for the fair objective. Simulation experiments also demonstrate the efficacy of our approach.

📄 PDF Abstract BibTeX arXiv:2306.00324

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessOffline RLreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Long-term Fairness in Ride-Hailing Platform

2024-07-25 · Yufan Kang, Jeffrey Chan, Wei Shao, Flora D. Salim 외

Matching in two-sided markets such as ride-hailing has recently received significant attention. However, existing studies on ride-hailing mainly focus on optimising efficiency, and fairness issues in ride-hailing have be…

FairnessQ-Learning

Remembering to Be Fair: Non-Markovian Fairness in Sequential Decision Making

2023-12-08 · Parand A. Alamdari, Toryn Q. Klassen, Elliot Creager, Sheila A. McIlraith

Fair decision making has largely been studied with respect to a single decision. Here we investigate the notion of fairness in the context of sequential decision making where multiple stakeholders can be affected by the …

Decision MakingFairnessSequential Decision Making

Fair Resource Allocation in Weakly Coupled Markov Decision Processes

2024-11-14 · Xiaohui Tu, Yossiri Adulyasak, Nima Akbarzadeh, Erick Delage

We consider fair resource allocation in sequential decision-making environments modeled as weakly coupled Markov decision processes, where resource constraints couple the action spaces of $N$ sub-Markov decision processe…

Decision MakingDeep Reinforcement LearningFairnessSequential Decision Making

Designing Long-term Group Fair Policies in Dynamical Systems

2023-11-21 · Miriam Rateike, Isabel Valera, Patrick Forré

Neglecting the effect that decisions have on individuals (and thus, on the underlying data distribution) when designing algorithmic decision-making policies may increase inequalities and unfairness in the long term - eve…

Decision MakingFairness

Multi-Agent Off-Policy Deep Reinforcement Learning for Smart Campus Coverage

2026-08-19 · Omar Rady, Mohamed Ayman, Ali Arafa, Mohamed Shalma arxiv

Deep reinforcement learning (DRL) has recently gained a great attention due to its real-time adaptation and effectiveness in complex optimization problems. This paper investigates the optimal deployment of millimeter-wav…

Reinforcement Learning