paper-with-me

홈 › Papers

Handling Delay in Real-Time Reinforcement Learning

2025-03-30 · Ivan Anokhin, Rishav Rishav, Matthew Riemer, Stephen Chung, Irina Rish, Samira Ebrahimi Kahou

Real-time reinforcement learning (RL) introduces several challenges. First, policies are constrained to a fixed number of actions per second due to hardware limitations. Second, the environment may change while the network is still computing an action, leading to observational delay. The first issue can partly be addressed with pipelining, leading to higher throughput and potentially better policies. However, the second issue remains: if each neuron operates in parallel with an execution time of $\tau$, an $N$-layer feed-forward network experiences observation delay of $\tau N$. Reducing the number of layers can decrease this delay, but at the cost of the network's expressivity. In this work, we explore the trade-off between minimizing delay and network's expressivity. We present a theoretically motivated solution that leverages temporal skip connections combined with history-augmented observations. We evaluate several architectures and show that those incorporating temporal skip connections achieve strong performance across various neuron execution times, reinforcement learning algorithms, and environments, including four Mujoco tasks and all MinAtar games. Moreover, we demonstrate parallel neuron computation can accelerate inference by 6-350% on standard hardware. Our investigation into temporal skip connections and parallel computations paves the way for more efficient RL agents in real-time setting.

📄 PDF Abstract BibTeX arXiv:2503.23478

Code (1)

avecplezir/realtime-agent 공식 구현 pytorch

Tasks

MuJoCoreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Delay-Empowered Causal Hierarchical Reinforcement Learning

2026-05-12 · Chenran Zhao, Dianxi Shi, Haotian Wang, Mengzhu Wang 외 arxiv

Many real-world tasks involve delayed effects, where the outcomes of actions emerge after varying time lags. Existing delay-aware reinforcement learning methods often rely on state augmentation, prior knowledge of delay …

Hierarchical Reinforcement Learning

A Learning Based Framework for Handling Uncertain Lead Times in Multi-Product Inventory Management

2022-03-02 · Hardik Meisheri, Somjit Nath, Mayank Baranwal, Harshad Khadilkar

Most existing literature on supply chain and inventory management consider stochastic demand processes with zero or constant lead times. While it is true that in certain niche scenarios, uncertainty in lead times can be …

ManagementQ-Learning

Reinforcement Learning on Cost-Constrained Quadrupedal Hardware

2026-07-29 · Javier C. Weddington, Bence P. Ölveczky, Stephen A. Baccus arxiv

Deploying learned control policies on low-cost robotic platforms introduces transport latencies and noisy motor feedback that systematically widens the sim-to-real gap. The chasm of simulation to deployment in hardware l…

Reinforcement Learning

Delay-Aware Multi-Agent Reinforcement Learning for Cooperative and Competitive Environments

2020-05-11 · Baiming Chen, Mengdi Xu, Zuxin Liu, Liang Li 외

Action and observation delays exist prevalently in the real-world cyber-physical systems which may pose challenges in reinforcement learning design. It is particularly an arduous task when handling multi-agent systems wh…

Autonomous VehiclesDeep Reinforcement LearningMulti-agent Reinforcement Learningreinforcement-learning+2

Optimism and Delays in Episodic Reinforcement Learning

2021-11-15 · Benjamin Howson, Ciara Pike-Burke, Sarah Filippi

There are many algorithms for regret minimisation in episodic reinforcement learning. This problem is well-understood from a theoretical perspective, providing that the sequences of states, actions and rewards associated…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)