English

QuaRL: Quantization for Fast and Environmentally Sustainable Reinforcement Learning

Machine Learning 2022-11-15 v6 Artificial Intelligence Robotics

Abstract

Deep reinforcement learning continues to show tremendous potential in achieving task-level autonomy, however, its computational and energy demands remain prohibitively high. In this paper, we tackle this problem by applying quantization to reinforcement learning. To that end, we introduce a novel Reinforcement Learning (RL) training paradigm, \textit{ActorQ}, to speed up actor-learner distributed RL training. \textit{ActorQ} leverages 8-bit quantized actors to speed up data collection without affecting learning convergence. Our quantized distributed RL training system, \textit{ActorQ}, demonstrates end-to-end speedups \blue{between 1.5 ×\times and 5.41×\times}, and faster convergence over full precision training on a range of tasks (Deepmind Control Suite) and different RL algorithms (D4PG, DQN). Furthermore, we compare the carbon emissions (Kgs of CO2) of \textit{ActorQ} versus standard reinforcement learning \blue{algorithms} on various tasks. Across various settings, we show that \textit{ActorQ} enables more environmentally friendly reinforcement learning by achieving \blue{carbon emission improvements between 1.9×\times and 3.76×\times} compared to training RL-agents in full-precision. We believe that this is the first of many future works on enabling computationally energy-efficient and sustainable reinforcement learning. The source code is available here for the public to use: \url{https://github.com/harvard-edge/QuaRL}.

Keywords

Cite

@article{arxiv.1910.01055,
  title  = {QuaRL: Quantization for Fast and Environmentally Sustainable Reinforcement Learning},
  author = {Srivatsan Krishnan and Maximilian Lam and Sharad Chitlangia and Zishen Wan and Gabriel Barth-Maron and Aleksandra Faust and Vijay Janapa Reddi},
  journal= {arXiv preprint arXiv:1910.01055},
  year   = {2022}
}

Comments

Equal contribution from first three authors. Updating with QuaRL for sustainable (carbon emissions) RL results

R2 v1 2026-06-23T11:32:56.162Z