paper-with-me

Papers

Pessimism Meets Invariance: Provably Efficient Offline Mean-Field Multi-Agent RL

2021-12-01 · NeurIPS 2021 12 · Minshuo Chen, Yan Li, Ethan Wang, Zhuoran Yang, Zhaoran Wang, Tuo Zhao

Mean-Field Multi-Agent Reinforcement Learning (MF-MARL) is attractive in the applications involving a large population of homogeneous agents, as it exploits the permutation invariance of agents and avoids the curse of many agents. Most existing results only focus on online settings, in which agents can interact with the environment during training. In some applications such as social welfare optimization, however, the interaction during training can be prohibitive or even unethical in the societal systems. To bridge such a gap, we propose a SAFARI (peSsimistic meAn-Field vAlue iteRatIon) algorithm for off-line MF-MARL, which only requires a handful of pre-collected experience data. Theoretically, under a weak coverage assumption that the experience dataset contains enough information about the optimal policy, we prove that for an episodic mean-field MDP with a horizon $H$ and $N$ training trajectories, SAFARI attains a sub-optimality gap of $\mathcal{O}(H^2d_{\rm eff} /\sqrt{N})$, where $d_{\rm eff}$ is the effective dimension of the function class for parameterizing the value function, but independent on the number of agents. Numerical experiments are provided.

📄 PDF Abstract BibTeX

Code (1)

wange011/offline-pessimistic 공식 구현

Tasks

Multi-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

Pessimism Meets Risk: Risk-Sensitive Offline Reinforcement Learning

2024-07-10 · Dake Zhang, Boxiang Lyu, Shuang Qiu, Mladen Kolar 외

We study risk-sensitive reinforcement learning (RL), a crucial field due to its ability to enhance decision-making in scenarios where it is essential to manage uncertainty and minimize potential adverse outcomes. Particu…

Decision MakingOffline RLreinforcement-learningReinforcement Learning+1

Double Pessimism is Provably Efficient for Distributionally Robust Offline Reinforcement Learning: Generic Algorithm and Robust Partial Coverage

2023-05-16 · NeurIPS 2023 11

In this paper, we study distributionally robust offline reinforcement learning (robust offline RL), which seeks to find an optimal policy purely from an offline dataset that can perform well in perturbed environments. In…

Offline RL

Is Pessimism Provably Efficient for Offline RL?

2020-12-30 · Ying Jin, Zhuoran Yang, Zhaoran Wang

We study offline reinforcement learning (RL), which aims to learn an optimal policy based on a dataset collected a priori. Due to the lack of further interactions with the environment, offline RL suffers from the insuffi…

Offline RLReinforcement Learning (RL)

VIPeR: Provably Efficient Algorithm for Offline RL with Neural Function Approximation

2023-02-24 · Thanh Nguyen-Tang, Raman Arora

We propose a novel algorithm for offline reinforcement learning called Value Iteration with Perturbed Rewards (VIPeR), which amalgamates the pessimism principle with random perturbations of the value function. Most curre…

Computational EfficiencyOffline RLreinforcement-learningReinforcement Learning (RL)+1

Adversarially Trained Actor Critic for Offline Reinforcement Learning

2022-02-05 · Ching-An Cheng, Tengyang Xie, Nan Jiang, Alekh Agarwal

We propose Adversarially Trained Actor Critic (ATAC), a new model-free algorithm for offline reinforcement learning (RL) under insufficient data coverage, based on the concept of relative pessimism. ATAC is designed as a…

continuous-controlContinuous ControlD4RLOffline RL+3