SOTAVerified

Solving Compositional Reinforcement Learning Problems via Task Reduction

2021-03-13ICLR 2021Code Available1· sign in to hype

Yunfei Li, Yilin Wu, Huazhe Xu, Xiaolong Wang, Yi Wu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We propose a novel learning paradigm, Self-Imitation via Reduction (SIR), for solving compositional reinforcement learning problems. SIR is based on two core ideas: task reduction and self-imitation. Task reduction tackles a hard-to-solve task by actively reducing it to an easier task whose solution is known by the RL agent. Once the original hard task is successfully solved by task reduction, the agent naturally obtains a self-generated solution trajectory to imitate. By continuously collecting and imitating such demonstrations, the agent is able to progressively expand the solved subspace in the entire task space. Experiment results show that SIR can significantly accelerate and improve learning on a variety of challenging sparse-reward continuous-control problems with compositional structures. Code and videos are available at https://sites.google.com/view/sir-compositional.

Tasks

Reproductions