LGNov 25, 2021

Interesting Object, Curious Agent: Learning Task-Agnostic Exploration

arXiv:2111.13119v155 citationsHas Code
Originality Highly original
AI Analysis

This addresses the challenge of lifelong exploration for AI agents in real-world settings, though it is incremental in shifting evaluation paradigms.

The paper tackles the problem of task-agnostic exploration in reinforcement learning by proposing a new formulation where agents learn exploration policies across multiple environments without goals and transfer them to new tasks, showing effectiveness with consistent exploration across environment pairs.

Common approaches for task-agnostic exploration learn tabula-rasa --the agent assumes isolated environments and no prior knowledge or experience. However, in the real world, agents learn in many environments and always come with prior experiences as they explore new ones. Exploration is a lifelong process. In this paper, we propose a paradigm change in the formulation and evaluation of task-agnostic exploration. In this setup, the agent first learns to explore across many environments without any extrinsic goal in a task-agnostic manner. Later on, the agent effectively transfers the learned exploration policy to better explore new environments when solving tasks. In this context, we evaluate several baseline exploration strategies and present a simple yet effective approach to learning task-agnostic exploration policies. Our key idea is that there are two components of exploration: (1) an agent-centric component encouraging exploration of unseen parts of the environment based on an agent's belief; (2) an environment-centric component encouraging exploration of inherently interesting objects. We show that our formulation is effective and provides the most consistent exploration across several training-testing environment pairs. We also introduce benchmarks and metrics for evaluating task-agnostic exploration strategies. The source code is available at https://github.com/sparisi/cbet/.

Code Implementations1 repo
Foundations

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

Your Notes