LGMLJun 2, 2020

Cross-Domain Imitation Learning with a Dual Structure

arXiv:2006.01494v33 citations
AI Analysis

It addresses the problem of learning policies across different domains without rewards for agents, but it is incremental as it builds on existing imitation learning methods.

The paper tackles cross-domain imitation learning by proposing a dual-structured method to extract and synthesize domain and policy features, achieving performance nearly equal to imitation learning without domain differences in MuJoCo tasks.

In this paper, we consider cross-domain imitation learning (CDIL) in which an agent in a target domain learns a policy to perform well in the target domain by observing expert demonstrations in a source domain without accessing any reward function. In order to overcome the domain difference for imitation learning, we propose a dual-structured learning method. The proposed learning method extracts two feature vectors from each input observation such that one vector contains domain information and the other vector contains policy expertness information, and then enhances feature vectors by synthesizing new feature vectors containing both target-domain and policy expertness information. The proposed CDIL method is tested on several MuJoCo tasks where the domain difference is determined by image angles or colors. Numerical results show that the proposed method shows superior performance in CDIL to other existing algorithms and achieves almost the same performance as imitation learning without domain difference.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes