paper-with-me

홈 › Papers

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

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

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 experience in the target domain. Building off of a probabilistic view of RL, we formally show that we can achieve this goal by compensating for the difference in dynamics by modifying the reward function. This modified reward function is simple to estimate by learning auxiliary classifiers that distinguish source-domain transitions from target-domain transitions. Intuitively, the modified reward function penalizes the agent for visiting states and taking actions in the source domain which are not possible in the target domain. Said another way, the agent is penalized for transitions that would indicate that the agent is interacting with the source domain, rather than the target domain. Our approach is applicable to domains with continuous states and actions and does not require learning an explicit model of the dynamics. On discrete and continuous control tasks, we illustrate the mechanics of our approach and demonstrate its scalability to high-dimensional tasks.

📄 PDF Abstract BibTeX arXiv:2006.13916

Code (2)

pauldaoudi/food pytorch
shreyasc-13/off_domain_rlkit pytorch

Tasks

continuous-controlContinuous ControlDomain Adaptationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Contrastive Representation for Data Filtering in Cross-Domain Offline Reinforcement Learning

2024-05-10 · Xiaoyu Wen, Chenjia Bai, Kang Xu, Xudong Yu 외

Cross-domain offline reinforcement learning leverages source domain data with diverse transition dynamics to alleviate the data requirement for the target domain. However, simply merging the data of two domains leads to …

reinforcement-learning

DADiff: Diffusion-Driven Cross-Domain Policy Adaptation for Reinforcement Learning

2026-07-17 · Hanyang Chen, Anirudh Satheesh, Longchao Da, Hua Wei arxiv

Transferring policies across domains poses a vital challenge in reinforcement learning, due to the dynamics mismatch between the source and target domains. In this paper, we consider the setting of online dynamics adapta…

Representation LearningReinforcement LearningDomain Adaptation

Decoupling Dynamics and Reward for Transfer Learning

2018-04-27 · Amy Zhang, Harsh Satija, Joelle Pineau

Current reinforcement learning (RL) methods can successfully learn single tasks but often generalize poorly to modest perturbations in task domain or training procedure. In this work, we present a decoupled learning stra…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Transfer Learning

Model-Based Reinforcement Learning with Multi-Task Offline Pretraining

2023-06-06 · Minting Pan, Yitao Zheng, Yunbo Wang, Xiaokang Yang

Pretraining reinforcement learning (RL) models on offline datasets is a promising way to improve their training efficiency in online tasks, but challenging due to the inherent mismatch in dynamics and behaviors across va…

Knowledge DistillationModel-based Reinforcement Learningreinforcement-learningReinforcement Learning+1

Cross-Domain Policy Adaptation by Capturing Representation Mismatch

2024-05-24 · Jiafei Lyu, Chenjia Bai, Jingwen Yang, Zongqing Lu 외

It is vital to learn effective policies that can be transferred to different domains with dynamics discrepancies in reinforcement learning (RL). In this paper, we consider dynamics adaptation settings where there exists …

Reinforcement Learning (RL)Representation Learning