Disributed RL implementations with ray and pytorch.
Project description
PyTorchRL: A PyTorch library for distributed reinforcement learning
Deep Reinforcement learning (DRL) has been very successful in recent years but current methods still require vast amounts of data to solve non-trivial environments. Scaling to solve more complex tasks requires frameworks that are flexible enough to allow prototyping and testing of new ideas, yet avoiding the impractically slow experimental turnaround times associated to single-threaded implementations. PyTorchRL is a pytorch-based library for DRL that allows to easily assemble RL agents using a set of core reusable and easily extendable sub-modules as building blocks. To reduce training times, PyTorchRL allows scaling agents with a parameterizable component called Scheme, that permits to define distributed architectures with great flexibility by specifying which operations should be decoupled, which should be parallelized, and how parallel tasks should be synchronized.
Installation
conda create -y -n pytorchrl
conda activate pytorchrl
conda install pytorch torchvision cudatoolkit=10.0 -c pytorch
pip install pytorchrl
Documentation
PyTorchRL documentation can be found here.
Citing PyTorchRL
Here is the paper
@misc{bou2021pytorchrl,
title={PyTorchRL: Modular and Distributed Reinforcement Learning in PyTorch},
author={Albert Bou and Gianni De Fabritiis},
year={2021},
eprint={2007.02622},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pytorchrl-0.0.39-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 775effd05ffb7044d844c77f43dc30d6252e8a1b5a2a644b49848fad8583d857 |
|
MD5 | 2f3b9f3fc838233a423107e68a5c3f96 |
|
BLAKE2b-256 | 13a7f773a7b95977bc5a3db88d8250202516f4c51f76ece024d7a2d130c53a2a |