paper-with-me

Papers

Highly Parallelized Reinforcement Learning Training with Relaxed Assignment Dependencies

2025-02-27 · Zhouyu He, Peng Qiao, Rongchun Li, Yong Dou, Yusong Tan

As the demands for superior agents grow, the training complexity of Deep Reinforcement Learning (DRL) becomes higher. Thus, accelerating training of DRL has become a major research focus. Dividing the DRL training process into subtasks and using parallel computation can effectively reduce training costs. However, current DRL training systems lack sufficient parallelization due to data assignment between subtask components. This assignment issue has been ignored, but addressing it can further boost training efficiency. Therefore, we propose a high-throughput distributed RL training system called TianJi. It relaxes assignment dependencies between subtask components and enables event-driven asynchronous communication. Meanwhile, TianJi maintains clear boundaries between subtask components. To address convergence uncertainty from relaxed assignment dependencies, TianJi proposes a distributed strategy based on the balance of sample production and consumption. The strategy controls the staleness of samples to correct their quality, ensuring convergence. We conducted extensive experiments. TianJi achieves a convergence time acceleration ratio of up to 4.37 compared to related comparison systems. When scaled to eight computational nodes, TianJi shows a convergence time speedup of 1.6 and a throughput speedup of 7.13 relative to XingTian, demonstrating its capability to accelerate training and scalability. In data transmission efficiency experiments, TianJi significantly outperforms other systems, approaching hardware limits. TianJi also shows effectiveness in on-policy algorithms, achieving convergence time acceleration ratios of 4.36 and 2.95 compared to RLlib and XingTian. TianJi is accessible at https://github.com/HiPRL/TianJi.git.

📄 PDF Abstract BibTeX arXiv:2502.20190

Code (1)

hiprl/tianji 공식 구현 pytorch

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement Learningrllib

Similar Papers 제목 키워드 기반

Residual MPC: Blending Reinforcement Learning with GPU-Parallelized Model Predictive Control

2025-10-14 · Se Hwan Jeon, Ho Jae Lee, Seungwoo Hong, Sangbae Kim arxiv

Model Predictive Control (MPC) provides interpretable, tunable locomotion controllers grounded in physical models, but its robustness depends on frequent replanning and is limited by model mismatch and real-time computat…

Reinforcement Learning

Aftab: A Comprehensive Benchmark of CNN Encoders and Advanced Value Functions in Parallelized Q-Networks

2026-08-07 · Taha Shieenavaz, Shabnam Zareshahraki, Loris Nanni arxiv

Recent advancements in deep reinforcement learning have increasingly favored simplified, highly parallelized paradigms. Notably, the Parallelized Q-Network (PQN) algorithm enables off-policy value learning without relyin…

Computational EfficiencyRepresentation LearningReinforcement Learning

Network Learning with Semi-relaxed Gromov-Wasserstein

2026-06-01 · Charles Dufour, Ulysse Naepels, Leonardo V. Santoro arxiv

Estimating the generative mechanism of large-scale networks is a fundamental challenge in statistical machine learning. It requires the identification of the latent connectivity structure, which is in general an NP-hard …

Multi-Head Highly Parallelized LSTM Decoder for Neural Machine Translation

2021-08-01 · ACL 2021 5 · Hongfei Xu, Qiuhui Liu, Josef van Genabith, Deyi Xiong 외

One of the reasons Transformer translation models are popular is that self-attention networks for context modelling can be easily parallelized at sequence level. However, the computational complexity of a self-attention …

DecoderMachine TranslationTranslation

Benchmarking Massively Parallelized Multi-Task Reinforcement Learning for Robotics Tasks

2025-07-31 · Viraj Joshi, Zifan Xu, Bo Liu, Peter Stone 외 arxiv

Multi-task Reinforcement Learning (MTRL) has emerged as a critical training paradigm for applying reinforcement learning (RL) to a set of complex real-world robotic tasks, which demands a generalizable and robust policy.…

Reinforcement Learning