paper-with-me

홈 › Papers

Computational Benefits of Intermediate Rewards for Goal-Reaching Policy Learning

2021-07-08 · Yuexiang Zhai, Christina Baek, Zhengyuan Zhou, Jiantao Jiao, Yi Ma

Many goal-reaching reinforcement learning (RL) tasks have empirically verified that rewarding the agent on subgoals improves convergence speed and practical performance. We attempt to provide a theoretical framework to quantify the computational benefits of rewarding the completion of subgoals, in terms of the number of synchronous value iterations. In particular, we consider subgoals as one-way {\em intermediate states}, which can only be visited once per episode and propose two settings that consider these one-way intermediate states: the one-way single-path (OWSP) and the one-way multi-path (OWMP) settings. In both OWSP and OWMP settings, we demonstrate that adding {\em intermediate rewards} to subgoals is more computationally efficient than only rewarding the agent once it completes the goal of reaching a terminal state. We also reveal a trade-off between computational complexity and the pursuit of the shortest path in the OWMP setting: adding intermediate rewards significantly reduces the computational complexity of reaching the goal but the agent may not find the shortest path, whereas with sparse terminal rewards, the agent finds the shortest path at a significantly higher computational cost. We also corroborate our theoretical results with extensive experiments on the MiniGrid environments using Q-learning and some popular deep RL algorithms.

📄 PDF Abstract BibTeX arXiv:2107.03961

Code (1)

kebaek/minigrid 공식 구현 pytorch

Tasks

Hierarchical Reinforcement LearningQ-LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Locally-Guided Actor-Critic: Training a Goal-conditioned Actor with a Subgoal-aware Critic

2026-08-31 · Olivier Serris, Stéphane Doncieux, Olivier Sigaud arxiv

Goal-conditioned reinforcement learning struggles with long horizons when rewards are sparse. While a planner can provide subgoals to guide a low-level policy, its use at test time may introduce practical subgoal managem…

Reinforcement Learning

Where do goals come from? A Generic Approach to Autonomous Goal-System Development

2014-10-21 · Matthias Rolf, Minoru Asada

Goals express agents' intentions and allow them to organize their behavior based on low-dimensional abstractions of high-dimensional world states. How can agents develop such goals autonomously? This paper proposes a det…

Dimensionality ReductionReinforcement Learning

Revisiting Sparse Rewards for Goal-Reaching Reinforcement Learning

2024-06-29 · Gautham Vasan, Yan Wang, Fahim Shahriar, James Bergstra 외

Many real-world robot learning problems, such as pick-and-place or arriving at a destination, can be seen as a problem of reaching a goal state as soon as possible. These problems, when formulated as episodic reinforceme…

Informativenessreinforcement-learningReinforcement Learning

TLDR: Unsupervised Goal-Conditioned RL via Temporal Distance-Aware Representations

2024-07-11 · Junik Bae, Kwanyoung Park, Youngwoon Lee

Unsupervised goal-conditioned reinforcement learning (GCRL) is a promising paradigm for developing diverse robotic skills without external supervision. However, existing unsupervised GCRL methods often struggle to cover …

Demystifying the Mechanisms Behind Emergent Exploration in Goal-conditioned RL

2025-10-15 · Mahsa Bastankhah, Grace Liu, Dilip Arumugam, Thomas L. Griffiths 외 arxiv

In this work, we take a first step toward elucidating the mechanisms behind emergent exploration in unsupervised reinforcement learning. We study Single-Goal Contrastive Reinforcement Learning (SGCRL), a self-supervised …

Reinforcement Learning