paper-with-me

Papers

Successor Representation Active Inference

2022-07-20 · Beren Millidge, Christopher L Buckley

Recent work has uncovered close links between between classical reinforcement learning algorithms, Bayesian filtering, and Active Inference which lets us understand value functions in terms of Bayesian posteriors. An alternative, but less explored, model-free RL algorithm is the successor representation, which expresses the value function in terms of a successor matrix of expected future state occupancies. In this paper, we derive the probabilistic interpretation of the successor representation in terms of Bayesian filtering and thus design a novel active inference agent architecture utilizing successor representations instead of model-based planning. We demonstrate that active inference successor representations have significant advantages over current active inference agents in terms of planning horizon and computational cost. Moreover, we demonstrate how the successor representation agent can generalize to changing reward functions such as variants of the expected free energy.

📄 PDF Abstract BibTeX arXiv:2207.09897

Code (1)

BerenMillidge/Active_Inference_Successor_Representations 공식 구현

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Hierarchical Active Inference using Successor Representations

2026-04-17 · Prashant Rangarajan, Rajesh P. N. Rao arxiv

Active inference, a neurally-inspired model for inferring actions based on the free energy principle (FEP), has been proposed as a unifying framework for understanding perception, action, and learning in the brain. Activ…

Reinforcement Learning

Decoupling Exploration and Exploitation for Unsupervised Pre-training with Successor Features

2024-05-04 · Jaeyoon Kim, Junyu Xuan, Christy Liang, Farookh Hussain

Unsupervised pre-training has been on the lookout for the virtue of a value function representation referred to as successor features (SFs), which decouples the dynamics of the environment from the rewards. It has a sign…

Unsupervised Pre-training

APS: Active Pretraining with Successor Features

2021-08-31 · Hao liu, Pieter Abbeel

We introduce a new unsupervised pretraining objective for reinforcement learning. During the unsupervised reward-free pretraining phase, the agent maximizes mutual information between tasks and states induced by the poli…

Unsupervised Reinforcement Learning

Retentive Network: A Successor to Transformer for Large Language Models

2023-07-17 · Yutao Sun, Li Dong, Shaohan Huang, Shuming Ma 외

In this work, we propose Retentive Network (RetNet) as a foundation architecture for large language models, simultaneously achieving training parallelism, low-cost inference, and good performance. We theoretically derive…

GPULanguage ModelingLanguage Modelling

Successor Feature Representations

2021-10-29 · Chris Reinke, Xavier Alameda-Pineda

Transfer in Reinforcement Learning aims to improve learning performance on target tasks using knowledge from experienced source tasks. Successor Representations (SR) and their extension Successor Features (SF) are promin…

Transfer Learning