paper-with-me

Papers

Conservative Offline Distributional Reinforcement Learning

2021-07-12 · NeurIPS 2021 12 · Yecheng Jason Ma, Dinesh Jayaraman, Osbert Bastani

Many reinforcement learning (RL) problems in practice are offline, learning purely from observational data. A key challenge is how to ensure the learned policy is safe, which requires quantifying the risk associated with different actions. In the online setting, distributional RL algorithms do so by learning the distribution over returns (i.e., cumulative rewards) instead of the expected return; beyond quantifying risk, they have also been shown to learn better representations for planning. We propose Conservative Offline Distributional Actor Critic (CODAC), an offline RL algorithm suitable for both risk-neutral and risk-averse domains. CODAC adapts distributional RL to the offline setting by penalizing the predicted quantiles of the return for out-of-distribution actions. We prove that CODAC learns a conservative return distribution -- in particular, for finite MDPs, CODAC converges to an uniform lower bound on the quantiles of the return distribution; our proof relies on a novel analysis of the distributional Bellman operator. In our experiments, on two challenging robot navigation tasks, CODAC successfully learns risk-averse policies using offline data collected purely from risk-neutral agents. Furthermore, CODAC is state-of-the-art on the D4RL MuJoCo benchmark in terms of both expected and risk-sensitive performance.

📄 PDF Abstract BibTeX arXiv:2107.06106

Code (1)

JasonMa2016/CODAC 공식 구현 pytorch

Tasks

D4RLDistributional Reinforcement LearningMuJoCoOffline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)Robot Navigation

Similar Papers 제목 키워드 기반

Distorted Distributional Policy Evaluation for Offline Reinforcement Learning

2026-01-05 · Ryo Iwaki, Takayuki Osogami arxiv

While Distributional Reinforcement Learning (DRL) methods have demonstrated strong performance in online settings, its success in offline scenarios remains limited. We hypothesize that a key limitation of existing offlin…

Reinforcement Learning

Conservative and Risk-Aware Offline Multi-Agent Reinforcement Learning

2024-02-13 · Eslam Eldeeb, Houssem Sifaou, Osvaldo Simeone, Mohammad Shehab 외

Reinforcement learning (RL) has been widely adopted for controlling and optimizing complex engineering systems such as next-generation wireless networks. An important challenge in adopting RL is the need for direct acces…

Multi-agent Reinforcement LearningQ-Learningquantile regressionreinforcement-learning+3

Conservative Offline Policy Adaptation in Multi-Agent Games

2023-09-21 · NeurIPS 2023 11

Prior research on policy adaptation in multi-agent games has often relied on online interaction with the target agent in training, which can be expensive and impractical in real-world scenarios. Inspired by recent progre…

Conservative State Value Estimation for Offline Reinforcement Learning

2023-02-14 · NeurIPS 2023 11 · Liting Chen, Jie Yan, Zhengdao Shao, Lu Wang 외

Offline reinforcement learning faces a significant challenge of value over-estimation due to the distributional drift between the dataset and the current learned policy, leading to learning failure in practice. The commo…

D4RLreinforcement-learningReinforcement Learning

Offline Reinforcement Learning with Reverse Model-based Imagination

2021-10-01 · NeurIPS 2021 12 · Jianhao Wang, Wenzhe Li, Haozhe Jiang, Guangxiang Zhu 외

In offline reinforcement learning (offline RL), one of the main challenges is to deal with the distributional shift between the learning policy and the given dataset. To address this problem, recent offline RL methods at…

Data AugmentationmodelOffline RLreinforcement-learning+2