paper-with-me

홈 › Papers

Off-Dynamics Reinforcement Learning via Domain Adaptation and Reward Augmented Imitation

2024-11-15 · Yihong Guo, YiXuan Wang, Yuanyuan Shi, Pan Xu, Anqi Liu

Training a policy in a source domain for deployment in the target domain under a dynamics shift can be challenging, often resulting in performance degradation. Previous work tackles this challenge by training on the source domain with modified rewards derived by matching distributions between the source and the target optimal trajectories. However, pure modified rewards only ensure the behavior of the learned policy in the source domain resembles trajectories produced by the target optimal policies, which does not guarantee optimal performance when the learned policy is actually deployed to the target domain. In this work, we propose to utilize imitation learning to transfer the policy learned from the reward modification to the target domain so that the new policy can generate the same trajectories in the target domain. Our approach, Domain Adaptation and Reward Augmented Imitation Learning (DARAIL), utilizes the reward modification for domain adaptation and follows the general framework of generative adversarial imitation learning from observation (GAIfO) by applying a reward augmented estimator for the policy optimization step. Theoretically, we present an error bound for our method under a mild assumption regarding the dynamics shift to justify the motivation of our method. Empirically, our method outperforms the pure modified reward method without imitation learning and also outperforms other baselines in benchmark off-dynamics environments.

📄 PDF Abstract BibTeX arXiv:2411.09891

Code (1)

guoyihonggyh/Off-Dynamics-Reinforcement-Learning-via-Domain-Adaptation-and-Reward-Augmented-Imitation 공식 구현 pytorch

Tasks

Domain AdaptationImitation Learning

Similar Papers 제목 키워드 기반

Doubly Robust Augmented Transfer for Meta-Reinforcement Learning

2023-09-21 · NeurIPS 2023 11

Meta-reinforcement learning (Meta-RL), though enabling a fast adaptation to learn new skills by exploiting the common structure shared among different tasks, suffers performance degradation in the sparse-reward setting. …

Unsupervised Domain Adaptation with Dynamics-Aware Rewards in Reinforcement Learning

2021-10-25 · NeurIPS 2021 12 · Jinxin Liu, Hao Shen, Donglin Wang, Yachen Kang 외

Unsupervised reinforcement learning aims to acquire skills without prior goal representations, where an agent automatically explores an open-ended environment to represent goals and learn the goal-conditioned policy. How…

Domain Adaptationreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2

Cross-Domain Offline Policy Adaptation via Selective Transition Correction

2026-02-05 · Mengbei Yan, Jiafei Lyu, Shengjie Sun, Zhongjian Qiao 외 arxiv

It remains a critical challenge to adapt policies across domains with mismatched dynamics in reinforcement learning (RL). In this paper, we study cross-domain offline RL, where an offline dataset from another similar sou…

Reinforcement LearningOffline RL

Off-Dynamics Reinforcement Learning: Training for Transfer with Domain Classifiers

2020-06-24 · ICLR 2021 1 · Benjamin Eysenbach, Swapnil Asawa, Shreyas Chaudhari, Sergey Levine 외

We propose a simple, practical, and intuitive approach for domain adaptation in reinforcement learning. Our approach stems from the idea that the agent's experience in the source domain should look similar to its experie…

continuous-controlContinuous ControlDomain Adaptationreinforcement-learning+2

Understanding when Dynamics-Invariant Data Augmentations Benefit Model-Free Reinforcement Learning Updates

2023-10-26 · Nicholas E. Corrado, Josiah P. Hanna

Recently, data augmentation (DA) has emerged as a method for leveraging domain knowledge to inexpensively generate additional data in reinforcement learning (RL) tasks, often yielding substantial improvements in data eff…

Data Augmentationreinforcement-learningReinforcement Learning (RL)