paper-with-me

Papers

DARA: Dynamics-Aware Reward Augmentation in Offline Reinforcement Learning

2022-03-13 · ICLR 2022 4 · Jinxin Liu, Hongyin Zhang, Donglin Wang

Offline reinforcement learning algorithms promise to be applicable in settings where a fixed dataset is available and no new experience can be acquired. However, such formulation is inevitably offline-data-hungry and, in practice, collecting a large offline dataset for one specific task over one specific environment is also costly and laborious. In this paper, we thus 1) formulate the offline dynamics adaptation by using (source) offline data collected from another dynamics to relax the requirement for the extensive (target) offline data, 2) characterize the dynamics shift problem in which prior offline methods do not scale well, and 3) derive a simple dynamics-aware reward augmentation (DARA) framework from both model-free and model-based offline settings. Specifically, DARA emphasizes learning from those source transition pairs that are adaptive for the target environment and mitigates the offline dynamics shift by characterizing state-action-next-state pairs instead of the typical state-action distribution sketched by prior offline RL methods. The experimental evaluation demonstrates that DARA, by augmenting rewards in the source offline dataset, can acquire an adaptive policy for the target environment and yet significantly reduce the requirement of target offline data. With only modest amounts of target offline data, our performance consistently outperforms the prior offline RL methods in both simulated and real-world tasks.

📄 PDF Abstract BibTeX arXiv:2203.06662

Code (0)

등록된 구현이 없습니다.

Tasks

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Temporal Distance-aware Transition Augmentation for Offline Model-based Reinforcement Learning

2025-05-19 · Dongsu Lee, Minhae Kwon

The goal of offline reinforcement learning (RL) is to extract a high-performance policy from the fixed datasets, minimizing performance degradation due to out-of-distribution (OOD) samples. Offline model-based RL (MBRL) …

D4RLModel-based Reinforcement LearningReinforcement Learning (RL)

SAGAS: Semantic-Aware Graph-Assisted Stitching for Offline Temporal Logic Planning

2025-11-30 · Ruijia Liu, Ancheng Hou, Xiang Yin arxiv

Linear Temporal Logic (LTL) provides a rigorous framework for specifying long-horizon robotic tasks, yet existing approaches face a trade-off: model-based synthesis relies on accurate labeled transition systems, whereas …

Zero-shot Generalization

LidarAugment: Searching for Scalable 3D LiDAR Data Augmentations

2022-10-24 · Zhaoqi Leng, Guowang Li, Chenxi Liu, Ekin Dogus Cubuk 외

Data augmentations are important in training high-performance 3D object detectors for point clouds. Despite recent efforts on designing new data augmentations, perhaps surprisingly, most state-of-the-art 3D detectors onl…

3D Object DetectionData Augmentationobject-detectionObject Detection

ASTRO: Adaptive Stitching via Dynamics-Guided Trajectory Rollouts

2025-11-28 · Hang Yu, Di Zhang, Qiwei Du, Yanping Zhao 외 arxiv

Offline reinforcement learning (RL) enables agents to learn optimal policies from pre-collected datasets. However, datasets containing suboptimal and fragmented trajectories present challenges for reward propagation, res…

Reinforcement LearningData AugmentationOffline RL

Autoregressive Dynamics Models for Offline Policy Evaluation and Optimization

2021-04-28 · ICLR 2021 1 · Michael R. Zhang, Tom Le Paine, Ofir Nachum, Cosmin Paduraru 외

Standard dynamics models for continuous control make use of feedforward computation to predict the conditional distribution of next state and reward given current state and action using a multivariate Gaussian with a dia…

continuous-controlContinuous ControlData AugmentationMuJoCo+1