paper-with-me

홈 › 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 from the last observed state and actions executed since visiting the last observed state. Using the augmented state space, the correct Markov decision process for delayed environments can be constructed; however, this causes the state space to explode as the number of delayed timesteps increases, leading to slow convergence. Our proposed algorithm, called Belief-Projection-Based Q-learning (BPQL), addresses the state-space explosion problem by evaluating the values of the critic for which the input state size is equal to the original state-space size rather than that of the augmented one. We compare BPQL to traditional approaches in continuous control tasks and demonstrate that it significantly outperforms other algorithms in terms of asymptotic performance and sample efficiency. We also show that BPQL solves long-delayed environments, which conventional approaches are unable to do.

📄 PDF Abstract BibTeX

Code (1)

jangwonkim-cocel/BPQL pytorch

Methods 이 논문이 사용한 방법론

Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Adam 설명 없음
Soft Actor Critic Soft Actor Critic, or SAC, is an off-policy actor-critic deep RL algorithm based on the maximum entropy reinforcement learning framework. In this framework, the actor aims…
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 제목 키워드 기반

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,…

Reinforcement Learning

Rewarding Beliefs, Not Actions: Consistency-Guided Credit Assignment for Long-Horizon Agents

2026-05-19 · Wenjie Tang, Minne Li, Sijie Huang, Liquan Xiao 외 arxiv

Reinforcement learning from verifiable rewards (RLVR) is a promising paradigm for improving large language model (LLM) agents on long-horizon interactive tasks. However, in partially observable environments, incomplete o…

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

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

Boosting Reinforcement Learning with Strongly Delayed Feedback Through Auxiliary Short Delays

2024-02-05 · Qingyuan Wu, Simon Sinong Zhan, YiXuan Wang, Yuhui Wang 외

Reinforcement learning (RL) is challenging in the common case of delays between events and their sensory perceptions. State-of-the-art (SOTA) state augmentation techniques either suffer from state space explosion or perf…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)