paper-with-me

Papers

moolib: A Platform for Distributed RL

2022-01-26 · Vegard Mella, Eric Hambro, Danielle Rothermel, Heinrich Küttler

We present moolib, a library that enables the implementation of distributed reinforcement learning and other machine learning codebases. Our implementation aims to be both simple and scalable, targeting researchers with a wide range of available computing resources, e.g., from individual to hundreds of GPUs. moolib is build around efficient remote procedure calls (RPCs) for both tensor and non-tensor data. Together with the moolib library, we present example user code which shows how moolib’s components can be used to implement common reinforcement learning agents as a simple but scalable distributed network of homogeneous peers. Together with this whitepaper, moolib and its examples are provided as open source code at our repository at github.com/facebookresearch/moolib.

📄 PDF Abstract BibTeX

Code (1)

facebookresearch/moolib pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Cleanba: A Reproducible and Efficient Distributed Reinforcement Learning Platform

2023-09-29 · Shengyi Huang, Jiayi Weng, Rujikorn Charakorn, Min Lin 외

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 s…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

A Modular Platform For Collaborative, Distributed Sensor Fusion

2023-03-13 · R. Spencer Hallyburton, Nate Zelter, David Hunt, Kristen Angell 외

Leading autonomous vehicle (AV) platforms and testing infrastructures are, unfortunately, proprietary and closed-source. Thus, it is difficult to evaluate how well safety-critical AVs perform and how safe they truly are.…

Sensor Fusion

EasyASR: A Distributed Machine Learning Platform for End-to-end Automatic Speech Recognition

2020-09-14 · Chengyu Wang, Mengli Cheng, Xu Hu, Jun Huang

We present EasyASR, a distributed machine learning platform for training and serving large-scale Automatic Speech Recognition (ASR) models, as well as collecting and processing audio data at scale. Our platform is built …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)BIG-bench Machine LearningGPU+2

Privacy-Preserving Deep Learning Computation for Geo-Distributed Medical Big-Data Platforms

2020-01-09 · Joohyung Jeon, Junhui Kim, Joongheon Kim, Kwangsoo Kim 외

This paper proposes a distributed deep learning framework for privacy-preserving medical data training. In order to avoid patients' data leakage in medical platforms, the hidden layers in the deep learning framework are …

Deep LearningPrivacy PreservingPrivacy Preserving Deep Learning

ASTRA-sim2.0: Modeling Hierarchical Networks and Disaggregated Systems for Large-model Training at Scale

2023-03-24 · William Won, Taekyung Heo, Saeed Rashidi, Srinivas Sridharan 외

As deep learning models and input data are scaling at an unprecedented rate, it is inevitable to move towards distributed training platforms to fit the model and increase training throughput. State-of-the-art approaches …