Cleanba: A Reproducible and Efficient Distributed Reinforcement Learning Platform
Hugging Face · OpenAI · Vidyasirimedhi Institute of Science and Technology (VISTEC) · Sea AI Lab · Google
PDF 由论文原始站点提供,PaperCompass 不保存论文文件。
摘要
Distributed Deep Reinforcement Learning (DRL) aims to leverage more computational resources to train autonomous agents with less training time. Despite recent progress in the field, reproducibility issues have not been sufficiently explored. This paper first shows that the typical actor-learner framework can have reproducibility issues even if hyperparameters are controlled. We then introduce Cleanba, a new open-source platform for distributed DRL that proposes a highly reproducible architecture. Cleanba implements highly optimized distributed variants of PPO and IMPALA. Our Atari experiments show that these variants can obtain equivalent or higher scores than strong IMPALA baselines in moolib and torchbeast and PPO baseline in CleanRL. However, Cleanba variants present 1) shorter training time and 2) more reproducible learning curves in different hardware settings.