paper-with-me

홈 › Papers

Reconciling Rewards with Predictive State Representations

2021-06-07 · Andrea Baisero, Christopher Amato

Predictive state representations (PSRs) are models of controlled non-Markov observation sequences which exhibit the same generative process governing POMDP observations without relying on an underlying latent state. In that respect, a PSR is indistinguishable from the corresponding POMDP. However, PSRs notoriously ignore the notion of rewards, which undermines the general utility of PSR models for control, planning, or reinforcement learning. Therefore, we describe a sufficient and necessary accuracy condition which determines whether a PSR is able to accurately model POMDP rewards, we show that rewards can be approximated even when the accuracy condition is not satisfied, and we find that a non-trivial number of POMDPs taken from a well-known third-party repository do not satisfy the accuracy condition. We propose reward-predictive state representations (R-PSRs), a generalization of PSRs which accurately models both observations and rewards, and develop value iteration for R-PSRs. We show that there is a mismatch between optimal POMDP policies and the optimal PSR policies derived from approximate rewards. On the other hand, optimal R-PSR policies perfectly match optimal POMDP policies, reconfirming R-PSRs as accurate state-less generative models of observations and rewards.

📄 PDF Abstract BibTeX arXiv:2106.03926

Code (1)

abaisero/rl-rpsr 공식 구현

Similar Papers 제목 키워드 기반

Shadow of the (Hierarchical) Tree: Reconciling Symbolic and Predictive Components of the Neural Code for Syntax

2024-12-02 · Elliot Murphy

Natural language syntax can serve as a major test for how to integrate two infamously distinct frameworks: symbolic representations and connectionist neural networks. Building on a recent neurocomputational architecture …

Predictive Coding for Boosting Deep Reinforcement Learning with Sparse Rewards

2019-12-21 · Xingyu Lu, Stas Tiomkin, Pieter Abbeel

While recent progress in deep reinforcement learning has enabled robots to learn complex behaviors, tasks with long horizons and sparse rewards remain an ongoing challenge. In this work, we propose an effective reward sh…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Bridging State and History Representations: Understanding Self-Predictive RL

2024-01-17 · Tianwei Ni, Benjamin Eysenbach, Erfan Seyedsalehi, Michel Ma 외

Representations are at the core of all deep reinforcement learning (RL) methods for both Markov decision processes (MDPs) and partially observable Markov decision processes (POMDPs). Many representation learning methods …

Deep Reinforcement LearningReinforcement Learning (RL)Representation Learning

Deep Reinforcement and InfoMax Learning

2020-06-12 · NeurIPS 2020 12 · Bogdan Mazoure, Remi Tachet des Combes, Thang Doan, Philip Bachman 외

We begin with the hypothesis that a model-free agent whose representations are predictive of properties of future states (beyond expected rewards) will be more capable of solving and adapting to new RL problems. To test …

Continual Learning

Task-Aware Exploration via a Predictive Bisimulation Metric

2026-02-21 · Dayang Liang, Ruihan Liu, Lipeng Wan, Yunlong Liu 외 arxiv

Accelerating exploration in visual reinforcement learning under sparse rewards remains challenging due to the substantial task-irrelevant variations. Despite advances in intrinsic exploration, many methods either assume …

Reinforcement Learning