Proto Successor Measure: Representing the Behavior Space of an RL Agent
Siddhant Agarwal, Harshit Sikchi, Peter Stone, Amy Zhang

TL;DR
This paper introduces the Proto Successor Measure, a set of basis functions representing all possible behaviors of an RL agent, enabling zero-shot policy optimization for any reward function without further environment interaction.
Contribution
The authors propose a novel behavior representation basis that allows zero-shot policy computation in RL, independent of task-specific assumptions.
Findings
The basis functions can represent any visitation distribution behavior.
The method enables optimal policy retrieval for new rewards without additional environment interaction.
Experimental results demonstrate the approach's effectiveness in various environments.
Abstract
Having explored an environment, intelligent agents should be able to transfer their knowledge to most downstream tasks within that environment without additional interactions. Referred to as "zero-shot learning", this ability remains elusive for general-purpose reinforcement learning algorithms. While recent works have attempted to produce zero-shot RL agents, they make assumptions about the nature of the tasks or the structure of the MDP. We present Proto Successor Measure: the basis set for all possible behaviors of a Reinforcement Learning Agent in a dynamical system. We prove that any possible behavior (represented using visitation distributions) can be represented using an affine combination of these policy-independent basis functions. Given a reward function at test time, we simply need to find the right set of linear weights to combine these bases corresponding to the optimal…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsEvolutionary Algorithms and Applications · Complex Systems and Decision Making
MethodsSparse Evolutionary Training
