paper-with-me

홈 › Papers

ReDS: Offline RL With Heteroskedastic Datasets via Support Constraints

2023-09-21 · NeurIPS 2023 11

Offline reinforcement learning (RL) learns policies entirely from static datasets. Practical applications of offline RL will inevitably require learning from datasets where the variability of demonstrated behaviors changes non-uniformly across the state space. For example, at a red light, nearly all human drivers behave similarly by stopping, but when merging onto a highway, some drivers merge quickly, efficiently, and safely, while many hesitate or merge dangerously. Both theoretically and empirically, we show that typical offline RL methods, which are based on distribution constraints fail to learn from data with such non-uniform variability, due to the requirement to stay close to the behavior policy to the same extent across the state space. Ideally, the learned policy should be free to choose per state how closely to follow the behavior policy to maximize long-term return, as long as the learned policy stays within the support of the behavior policy. To instantiate this principle, we reweight the data distribution in conservative Q-learning (CQL) to obtain an approximate support constraint formulation. The reweighted distribution is a mixture of the current policy and an additional policy trained to mine poor actions that are likely under the behavior policy. Our method, CQL (ReDS), is theoretically motivated, and improves performance across a wide range of offline RL problems in games, navigation, and pixel-based manipulation.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

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 제목 키워드 기반

Offline RL With Realistic Datasets: Heteroskedasticity and Support Constraints

2022-11-02 · Anikait Singh, Aviral Kumar, Quan Vuong, Yevgen Chebotar 외

Offline reinforcement learning (RL) learns policies entirely from static datasets, thereby avoiding the challenges associated with online data collection. Practical applications of offline RL will inevitably require lear…

Atari GamesOffline RLQ-LearningReinforcement Learning (RL)

REDS: Resource-Efficient Deep Subnetworks for Dynamic Resource Constraints

2023-11-22 · Francesco Corti, Balz Maag, Joachim Schauer, Ulrich Pferschy 외

Deep models deployed on edge devices frequently encounter resource variability, which arises from fluctuating energy levels, timing constraints, or prioritization of other critical tasks within the system. State-of-the-a…

Computational EfficiencyMath

Offline Model-based Adaptable Policy Learning

2021-12-01 · NeurIPS 2021 12 · Xiong-Hui Chen, Yang Yu, Qingyang Li, Fan-Ming Luo 외

In reinforcement learning, a promising direction to avoid online trial-and-error costs is learning from an offline dataset. Current offline reinforcement learning methods commonly learn in the policy space constrained to…

Decision MakingmodelMuJoCoreinforcement-learning+2

Policy Constraint by Only Support Constraint for Offline Reinforcement Learning

2025-03-07 · Yunkai Gao, Jiaming Guo, Fan Wu, Rui Zhang

Offline reinforcement learning (RL) aims to optimize a policy by using pre-collected datasets, to maximize cumulative rewards. However, offline reinforcement learning suffers challenges due to the distributional shift be…

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Heteroskedastic and Imbalanced Deep Learning with Adaptive Regularization

2020-06-29 · ICLR 2021 1 · Kaidi Cao, Yining Chen, Junwei Lu, Nikos Arechiga 외

Real-world large-scale datasets are heteroskedastic and imbalanced -- labels have varying levels of uncertainty and label distributions are long-tailed. Heteroskedasticity and imbalance challenge deep learning algorithms…

Deep LearningImage Classification