NeurIPS 2020poster18 citations

High-Throughput Synchronous Deep RL

Iou-Jen Liu, Raymond Yeh, Alexander Schwing

Abstract

Various parallel actor-learner methods reduce long training times for deep reinforcement learning. Synchronous methods enjoy training stability while having lower data throughput. In contrast, asynchronous methods achieve high throughput but suffer from stability issues and lower sample efficiency due to ‘stale policies.’ To combine the advantages of both methods we propose High-Throughput Synchronous Deep Reinforcement Learning (HTS-RL). In HTS-RL, we perform learning and rollouts concurrently, devise a system design which avoids ‘stale policies’ and ensure that actors interact with environment replicas in an asynchronous manner while maintaining full determinism. We evaluate our approach on Atari games and the Google Research Football environment. Compared to synchronous baselines, HTS-RL is 2−6X faster. Compared to state-of-the-art asynchronous methods, HTS-RL has competitive throughput and consistently achieves higher average episode rewards.

BibTeX
@inproceedings{NEURIPS2020_c6447300,
 author = {Liu, Iou-Jen and Yeh, Raymond and Schwing, Alexander},
 booktitle = {Advances in Neural Information Processing Systems},
 editor = {H. Larochelle and M. Ranzato and R. Hadsell and M.F. Balcan and H. Lin},
 pages = {17070--17080},
 publisher = {Curran Associates, Inc.},
 title = {High-Throughput Synchronous Deep RL},
 url = {https://proceedings.neurips.cc/paper_files/paper/2020/file/c6447300d99fdbf4f3f7966295b8b5be-Paper.pdf},
 volume = {33},
 year = {2020}
}