paper-with-me

홈 › Papers

Delayed homomorphic reinforcement learning for environments with delayed feedback

2026-04-04 · Jongsoo Lee, Jangwon Kim, Soohee Han arxiv

Reinforcement learning in real-world systems often involves delayed feedback, which breaks the Markov assumption and impedes both learning and control. Canonical augmentation-based approaches cause state-space explosion, which imposes a severe sample-complexity burden. Despite recent progress, state-of-the-art augmentation-based baselines either mainly alleviate the burden on the critic or rely on non-unified treatments for the actor and critic. In this study, we propose delayed homomorphic reinforcement learning (DHRL), a framework grounded in MDP homomorphisms that defines a belief-equivalence relation over the augmented state space to collapse control-redundant augmented states. In principle, this yields exact abstraction under deterministic dynamics and approximate abstraction under stochastic dynamics, enabling both the actor and critic to benefit from a structured abstraction mechanism. In finite domains, exact abstraction preserves optimality and recovers the delay-free sample-complexity order, whereas approximate abstraction admits a value-loss bound on the resulting policy. For continuous domains, we introduce deep delayed homomorphic policy gradient (D$^2$HPG), a deep actor-critic instantiation of the DHRL framework. Experiments on continuous-control tasks in MuJoCo show that D$^2$HPG outperforms strong augmentation-based baselines.

📄 PDF Abstract BibTeX arXiv:2604.03641

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Belief Projection-Based Reinforcement Learning for Environments with Delayed Feedback

2023-09-21 · NeurIPS 2023 11

We present a novel actor-critic algorithm for an environment with delayed feedback, which addresses the state-space explosion problem of conventional approaches. Conventional approaches use an augmented state constructed…

Reinforcement Learning from Delayed Observations via World Models

2024-03-18 · Armin Karamzade, KyungMin Kim, Montek Kalsi, Roy Fox

In standard reinforcement learning settings, agents typically assume immediate feedback about the effects of their actions after taking them. However, in practice, this assumption may not hold true due to physical constr…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning

Robust Remote Reinforcement Learning over Unreliable Communication Channels using Homomorphic State Encoding

2025-08-11 · Pietro Talli, Federico Mason, Federico Chiariotti, Andrea Zanella arxiv

Traditional Reinforcement Learning (RL) frameworks generally assume that the agent perceives the state of the underlying Markov process instantaneously and then takes actions accordingly. If the agent cannot directly obs…

Reinforcement Learning

Diffusion-Guided Uncertainty-Aware Delayed Policy Optimization

2026-07-06 · Junqi Tu, Zejiao Liu, Fangfei Li, Yang Tang arxiv

Reinforcement learning in real world environments often suffers from severe performance degradation due to delayed feedback. Existing approaches typically mitigate performance degradation caused by observation delays by …

Reinforcement Learning

StepScorer: Accelerating Reinforcement Learning with Step-wise Scoring and Psychological Regret Modeling

2026-02-03 · Zhe Xu arxiv

Reinforcement learning algorithms often suffer from slow convergence due to sparse reward signals, particularly in complex environments where feedback is delayed or infrequent. This paper introduces the Psychological Reg…

Reinforcement LearningContinuous Control