English

Benchmarking Massively Parallelized Multi-Task Reinforcement Learning for Robotics Tasks

Robotics 2025-08-04 v2

Abstract

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. At the same time, \emph{massively parallelized training} has gained popularity, not only for significantly accelerating data collection through GPU-accelerated simulation but also for enabling diverse data collection across multiple tasks by simulating heterogeneous scenes in parallel. However, existing MTRL research has largely been limited to off-policy methods like SAC in the low-parallelization regime. MTRL could capitalize on the higher asymptotic performance of on-policy algorithms, whose batches require data from the current policy, and as a result, take advantage of massive parallelization offered by GPU-accelerated simulation. To bridge this gap, we introduce a massively parallelized M\textbf{M}ulti-T\textbf{T}ask Bench\textbf{Bench}mark for robotics (MTBench), an open-sourced benchmark featuring a broad distribution of 50 manipulation tasks and 20 locomotion tasks, implemented using the GPU-accelerated simulator IsaacGym. MTBench also includes four base RL algorithms combined with seven state-of-the-art MTRL algorithms and architectures, providing a unified framework for evaluating their performance. Our extensive experiments highlight the superior speed of evaluating MTRL approaches using MTBench, while also uncovering unique challenges that arise from combining massive parallelism with MTRL. Code is available at https://github.com/Viraj-Joshi/MTBench

Keywords

Cite

@article{arxiv.2507.23172,
  title  = {Benchmarking Massively Parallelized Multi-Task Reinforcement Learning for Robotics Tasks},
  author = {Viraj Joshi and Zifan Xu and Bo Liu and Peter Stone and Amy Zhang},
  journal= {arXiv preprint arXiv:2507.23172},
  year   = {2025}
}

Comments

RLC 2025

R2 v1 2026-07-01T04:27:05.116Z