paper-with-me

Papers

Sequence Compression Speeds Up Credit Assignment in Reinforcement Learning

2024-05-06 · Aditya A. Ramesh, Kenny Young, Louis Kirsch, Jürgen Schmidhuber

Temporal credit assignment in reinforcement learning is challenging due to delayed and stochastic outcomes. Monte Carlo targets can bridge long delays between action and consequence but lead to high-variance targets due to stochasticity. Temporal difference (TD) learning uses bootstrapping to overcome variance but introduces a bias that can only be corrected through many iterations. TD($\lambda$) provides a mechanism to navigate this bias-variance tradeoff smoothly. Appropriately selecting $\lambda$ can significantly improve performance. Here, we propose Chunked-TD, which uses predicted probabilities of transitions from a model for computing $\lambda$-return targets. Unlike other model-based solutions to credit assignment, Chunked-TD is less vulnerable to model inaccuracies. Our approach is motivated by the principle of history compression and 'chunks' trajectories for conventional TD learning. Chunking with learned world models compresses near-deterministic regions of the environment-policy interaction to speed up credit assignment while still bootstrapping when necessary. We propose algorithms that can be implemented online and show that they solve some problems much faster than conventional TD($\lambda$).

📄 PDF Abstract BibTeX arXiv:2405.03878

Code (1)

aditya-ramesh-10/chunktd 공식 구현 pytorch

Tasks

ChunkingNavigatereinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Cooperative Multi-Agent Reinforcement Learning with Sequential Credit Assignment

2021-05-21 · NeurIPS 2021 12 · Yifan Zang, Jinmin He, Kai Li, Lily Cao 외

Centralized training with decentralized execution is a standard paradigm for cooperative multi-agent reinforcement learning (MARL), with credit assignment being a major challenge. In this paper, we propose a cooperative …

counterfactualMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+3

From Credit Assignment to Entropy Regularization: Two New Algorithms for Neural Sequence Prediction

2018-04-29 · ACL 2018 7 · Zihang Dai, Qizhe Xie, Eduard Hovy

In this work, we study the credit assignment problem in reward augmented maximum likelihood (RAML) learning, and establish a theoretical equivalence between the token-level counterpart of RAML and the entropy regularized…

Predictionreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Guided Adaptive Credit Assignment for Sample Efficient Policy Optimization

2019-09-25 · Hao liu, Richard Socher, Caiming Xiong

Policy gradient methods have achieved remarkable successes in solving challenging reinforcement learning problems. However, it still often suffers from sparse reward tasks, which leads to poor sample efficiency during tr…

Instruction FollowingPolicy Gradient Methods

An Information-Theoretic Perspective on Credit Assignment in Reinforcement Learning

2021-03-10 · Dilip Arumugam, Peter Henderson, Pierre-Luc Bacon

How do we formalize the challenge of credit assignment in reinforcement learning? Common intuition would draw attention to reward sparsity as a key contributor to difficult credit assignment and traditional heuristics wo…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

A Survey of Temporal Credit Assignment in Deep Reinforcement Learning

2023-12-02 · Eduardo Pignatelli, Johan Ferret, Matthieu Geist, Thomas Mesnard 외

The Credit Assignment Problem (CAP) refers to the longstanding challenge of Reinforcement Learning (RL) agents to associate actions with their long-term consequences. Solving the CAP is a crucial step towards the success…

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+2