LGMLApr 5, 2019

Synthesized Policies for Transfer and Adaptation across Tasks and Environments

arXiv:1904.03276v26 citations
Originality Highly original
AI Analysis

This addresses the challenge of building general AI agents by enabling efficient adaptation across diverse settings, though it is incremental in improving transfer methods.

The paper tackles the problem of transferring reinforcement learning policies across both environments and tasks using only sparse training pairs, achieving high success rates on all pairs after learning from just 40% of them.

The ability to transfer in reinforcement learning is key towards building an agent of general artificial intelligence. In this paper, we consider the problem of learning to simultaneously transfer across both environments (ENV) and tasks (TASK), probably more importantly, by learning from only sparse (ENV, TASK) pairs out of all the possible combinations. We propose a novel compositional neural network architecture which depicts a meta rule for composing policies from the environment and task embeddings. Notably, one of the main challenges is to learn the embeddings jointly with the meta rule. We further propose new training methods to disentangle the embeddings, making them both distinctive signatures of the environments and tasks and effective building blocks for composing the policies. Experiments on GridWorld and Thor, of which the agent takes as input an egocentric view, show that our approach gives rise to high success rates on all the (ENV, TASK) pairs after learning from only 40% of them.

Code Implementations2 repos
Foundations

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

Your Notes