Synthesized Policies for Transfer and Adaptation Across Tasks and Environments

Abstract

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 and tasks, probably more importantly, by learning from only sparse (environment, 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 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 (environment, task) pairs after learning from only 40% of them.

Cite

Text

Hu et al. "Synthesized Policies for Transfer and Adaptation Across Tasks and Environments." Neural Information Processing Systems, 2018.

Markdown

[Hu et al. "Synthesized Policies for Transfer and Adaptation Across Tasks and Environments." Neural Information Processing Systems, 2018.](https://mlanthology.org/neurips/2018/hu2018neurips-synthesized/)

BibTeX

@inproceedings{hu2018neurips-synthesized,
  title     = {{Synthesized Policies for Transfer and Adaptation Across Tasks and Environments}},
  author    = {Hu, Hexiang and Chen, Liyu and Gong, Boqing and Sha, Fei},
  booktitle = {Neural Information Processing Systems},
  year      = {2018},
  pages     = {1168-1177},
  url       = {https://mlanthology.org/neurips/2018/hu2018neurips-synthesized/}
}