> For the complete documentation index, see [llms.txt](https://paper.lingyunyang.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://paper.lingyunyang.com/paper-list/systems-for-ml/rl.md).

# Reinforcement Learning (RL)

* MSRL: Distributed Reinforcement Learning with Dataflow Fragments ([ATC 2023](/reading-notes/conference/atc-2023.md)) \[[Paper](https://www.usenix.org/conference/atc23/presentation/zhu-huanzhou)] \[[Code](https://github.com/mindspore-lab/mindrl)]
  * ICL & Huawei
  * Fragmented dataflow graph.
* Ray: A Distributed Framework for Emerging AI Applications ([OSDI 2018](/reading-notes/conference/osdi-2018.md)) \[[Paper](https://www.usenix.org/conference/osdi18/presentation/moritz)] \[[Code](https://github.com/ray-project/ray)] \[[Homepage](https://www.ray.io/)]
  * UC Berkeley
  * RL framework
