paper-with-me

Papers

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 constraints and can significantly impact the performance of learning algorithms. In this paper, we address observation delays in partially observable environments. We propose leveraging world models, which have shown success in integrating past observations and learning dynamics, to handle observation delays. By reducing delayed POMDPs to delayed MDPs with world models, our methods can effectively handle partial observability, where existing approaches achieve sub-optimal performance or degrade quickly as observability decreases. Experiments suggest that one of our methods can outperform a naive model-based approach by up to 250%. Moreover, we evaluate our methods on visual delayed environments, for the first time showcasing delay-aware reinforcement learning continuous control with visual observations.

📄 PDF Abstract BibTeX arXiv:2403.12309

Code (1)

indylab/delayeddreamer 공식 구현 jax

Tasks

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Inverse Delayed Reinforcement Learning

2024-12-04 · Simon Sinong Zhan, Qingyuan Wu, Zhian Ruan, Frank Yang 외

Inverse Reinforcement Learning (IRL) has demonstrated effectiveness in a variety of imitation tasks. In this paper, we introduce an IRL framework designed to extract rewarding features from expert trajectories affected b…

MuJoCoreinforcement-learningReinforcement Learning

Delayed Reinforcement Learning by Imitation

2022-05-11 · Pierre Liotet, Davide Maran, Lorenzo Bisi, Marcello Restelli

When the agent's observations or interactions are delayed, classic reinforcement learning tools usually fail. In this paper, we propose a simple yet new and efficient solution to this problem. We assume that, in the unde…

Imitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Efficient Reinforcement Learning with Impaired Observability: Learning to Act with Delayed and Missing State Observations

2023-06-02 · Minshuo Chen, Jie Meng, Yu Bai, Yinyu Ye 외

In real-world reinforcement learning (RL) systems, various forms of {\it impaired observability} can complicate matters. These situations arise when an agent is unable to observe the most recent state of the system due t…

Reinforcement Learning (RL)

Efficient RL with Impaired Observability: Learning to Act with Delayed and Missing State Observations

2023-09-21 · NeurIPS 2023 11

In real-world reinforcement learning (RL) systems, various forms of {\it impaired observability} can complicate matters. These situations arise when an agent is unable to observe the most recent state of the system due t…

DATD3: Depthwise Attention Twin Delayed Deep Deterministic Policy Gradient For Model Free Reinforcement Learning Under Output Feedback Control

2025-05-29 · Wuhao Wang, Zhiyong Chen

Reinforcement learning in real-world applications often involves output-feedback settings, where the agent receives only partial state information. To address this challenge, we propose the Output-Feedback Markov Decisio…

continuous-controlContinuous ControlDecision Making