RLlib: Abstractions for Distributed Reinforcement Learning
Abstract
Reinforcement learning (RL) algorithms involve the deep nesting of highly irregular computation patterns, each of which typically exhibits opportunities for distributed computation. We argue for distributing RL components in a composable way by adapting algorithms for top-down hierarchical control, thereby encapsulating parallelism and resource requirements within short-running compute tasks. We demonstrate the benefits of this principle through RLlib: a library that provides scalable software primitives for RL. These primitives enable a broad range of algorithms to be implemented with high performance, scalability, and substantial code reuse. RLlib is available as part of the open source Ray project at http://rllib.io/.
Cite
Text
Liang et al. "RLlib: Abstractions for Distributed Reinforcement Learning." International Conference on Machine Learning, 2018.Markdown
[Liang et al. "RLlib: Abstractions for Distributed Reinforcement Learning." International Conference on Machine Learning, 2018.](https://mlanthology.org/icml/2018/liang2018icml-rllib/)BibTeX
@inproceedings{liang2018icml-rllib,
title = {{RLlib: Abstractions for Distributed Reinforcement Learning}},
author = {Liang, Eric and Liaw, Richard and Nishihara, Robert and Moritz, Philipp and Fox, Roy and Goldberg, Ken and Gonzalez, Joseph and Jordan, Michael and Stoica, Ion},
booktitle = {International Conference on Machine Learning},
year = {2018},
pages = {3053-3062},
volume = {80},
url = {https://mlanthology.org/icml/2018/liang2018icml-rllib/}
}