paper-with-me

홈 › Papers

$\pi2\text{vec}$: Policy Representations with Successor Features

2023-06-16 · Gianluca Scarpellini, Ksenia Konyushkova, Claudio Fantacci, Tom Le Paine, Yutian Chen, Misha Denil

This paper describes $\pi2\text{vec}$, a method for representing behaviors of black box policies as feature vectors. The policy representations capture how the statistics of foundation model features change in response to the policy behavior in a task agnostic way, and can be trained from offline data, allowing them to be used in offline policy selection. This work provides a key piece of a recipe for fusing together three modern lines of research: Offline policy evaluation as a counterpart to offline RL, foundation models as generic and powerful state representations, and efficient policy selection in resource constrained environments.

📄 PDF Abstract BibTeX arXiv:2306.09800

Code (0)

등록된 구현이 없습니다.

Tasks

Offline RL

Similar Papers 제목 키워드 기반

Composing Task Knowledge with Modular Successor Feature Approximators

2023-01-28 · Wilka Carvalho, Angelos Filos, Richard L. Lewis, Honglak Lee 외

Recently, the Successor Features and Generalized Policy Improvement (SF&GPI) framework has been proposed as a method for learning, composing, and transferring predictive knowledge and behavior. SF&GPI works by having an …

Combining Behaviors with the Successor Features Keyboard

2023-10-24 · NeurIPS 2023 11

The Option Keyboard (OK) was recently proposed as a method for transferring behavioral knowledge across tasks. OK transfers knowledge by adaptively combining subsets of known behaviors using Successor Features (SFs) and …

Transfer Learning

Distributional Successor Features Enable Zero-Shot Policy Optimization

2024-03-10 · Chuning Zhu, Xinqi Wang, Tyler Han, Simon S. Du 외

Intelligent agents must be generalists, capable of quickly adapting to various tasks. In reinforcement learning (RL), model-based RL learns a dynamics model of the world, in principle enabling transfer to arbitrary rewar…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Successor Feature Sets: Generalizing Successor Representations Across Policies

2021-03-03 · Kianté Brantley, Soroush Mehri, Geoffrey J. Gordon

Successor-style representations have many advantages for reinforcement learning: for example, they can help an agent generalize from past experience to new goals, and they have been proposed as explanations of behavioral…

Representation Learning

Full-Gradient Successor Feature Representations

2026-04-01 · Ritish Shrirao, Aditya Priyadarshi, Raghuram Bharadwaj Diddigi arxiv

Successor Features (SF) combined with Generalized Policy Improvement (GPI) provide a robust framework for transfer learning in Reinforcement Learning (RL) by decoupling environment dynamics from reward functions. However…

Reinforcement LearningTransfer Learning