paper-with-me

Papers

Strategically Conservative Q-Learning

2024-06-06 · Yutaka Shimizu, Joey Hong, Sergey Levine, Masayoshi Tomizuka

Offline reinforcement learning (RL) is a compelling paradigm to extend RL's practical utility by leveraging pre-collected, static datasets, thereby avoiding the limitations associated with collecting online interactions. The major difficulty in offline RL is mitigating the impact of approximation errors when encountering out-of-distribution (OOD) actions; doing so ineffectively will lead to policies that prefer OOD actions, which can lead to unexpected and potentially catastrophic results. Despite the variety of works proposed to address this issue, they tend to excessively suppress the value function in and around OOD regions, resulting in overly pessimistic value estimates. In this paper, we propose a novel framework called Strategically Conservative Q-Learning (SCQ) that distinguishes between OOD data that is easy and hard to estimate, ultimately resulting in less conservative value estimates. Our approach exploits the inherent strengths of neural networks to interpolate, while carefully navigating their limitations in extrapolation, to obtain pessimistic yet still property calibrated value estimates. Theoretical analysis also shows that the value function learned by SCQ is still conservative, but potentially much less so than that of Conservative Q-learning (CQL). Finally, extensive evaluation on the D4RL benchmark tasks shows our proposed method outperforms state-of-the-art methods. Our code is available through \url{https://github.com/purewater0901/SCQ}.

📄 PDF Abstract BibTeX arXiv:2406.04534

Code (1)

purewater0901/scq 공식 구현 pytorch

Tasks

D4RLOffline RLQ-LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

The Social Cost of Strategic Classification

2018-08-25 · Smitha Milli, John Miller, Anca D. Dragan, Moritz Hardt

Consequential decision-making typically incentivizes individuals to behave strategically, tailoring their behavior to the specifics of the decision rule. A long line of work has therefore sought to counteract strategic b…

ClassificationDecision MakingFairnessGeneral Classification

Selective Response Strategies for GenAI

2025-02-02 · Boaz Taitler, Omer Ben-Porat

The rise of Generative AI (GenAI) has significantly impacted human-based forums like Stack Overflow, which are essential for generating high-quality data. This creates a negative feedback loop, hindering the development …

Data-Poisoning Audits for Causal Effect Estimation

2026-07-22 · Kwangho Kim arxiv

Observational causal analyses increasingly pool records across sites, vendors, and collection systems, creating vulnerability to append-only attacks in which plausible records are strategically selected to alter a report…

Leave Zero Out: Towards a No-Cross-Validation Approach for Model Selection

2020-12-24 · Weikai Li, Chuanxing Geng, Songcan Chen

As the main workhorse for model selection, Cross Validation (CV) has achieved an empirical success due to its simplicity and intuitiveness. However, despite its ubiquitous role, CV often falls into the following notoriou…

Model Selection

A Reduction-Based Framework for Conservative Bandits and Reinforcement Learning

2021-06-22 · ICLR 2022 4 · Yunchang Yang, Tianhao Wu, Han Zhong, Evrard Garcelon 외

In this paper, we present a reduction-based framework for conservative bandits and RL, in which our core technique is to calculate the necessary and sufficient budget obtained from running the baseline policy. For lower …

Multi-Armed Banditsreinforcement-learningReinforcement LearningReinforcement Learning (RL)