paper-with-me

홈 › Papers

TorchRL: A data-driven decision-making library for PyTorch

2023-06-01 · Albert Bou, Matteo Bettini, Sebastian Dittert, Vikash Kumar, Shagun Sodhani, Xiaomeng Yang, Gianni de Fabritiis, Vincent Moens

PyTorch has ascended as a premier machine learning framework, yet it lacks a native and comprehensive library for decision and control tasks suitable for large development teams dealing with complex real-world data and environments. To address this issue, we propose TorchRL, a generalistic control library for PyTorch that provides well-integrated, yet standalone components. We introduce a new and flexible PyTorch primitive, the TensorDict, which facilitates streamlined algorithm development across the many branches of Reinforcement Learning (RL) and control. We provide a detailed description of the building blocks and an extensive overview of the library across domains and tasks. Finally, we experimentally demonstrate its reliability and flexibility and show comparative benchmarks to demonstrate its computational efficiency. TorchRL fosters long-term support and is publicly available on GitHub for greater reproducibility and collaboration within the research community. The code is open-sourced on GitHub.

📄 PDF Abstract BibTeX arXiv:2306.00577

Code (2)

pytorch/rl jax
pytorch/tensordict pytorch

Tasks

Computational EfficiencyDecision MakingReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

BricksRL: A Platform for Democratizing Robotics and Reinforcement Learning Research and Education with LEGO

2024-06-25 · Sebastian Dittert, Vincent Moens, Gianni de Fabritiis

We present BricksRL, a platform designed to democratize access to robotics for reinforcement learning research and education. BricksRL facilitates the creation, design, and training of custom LEGO robots in the real worl…

reinforcement-learningReinforcement Learning

BenchMARL: Benchmarking Multi-Agent Reinforcement Learning

2023-12-03 · Matteo Bettini, Amanda Prorok, Vincent Moens

The field of Multi-Agent Reinforcement Learning (MARL) is currently facing a reproducibility crisis. While solutions for standardized reporting have been proposed to address the issue, we still lack a benchmarking tool t…

BenchmarkingMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1

ACEGEN: Reinforcement learning of generative chemical agents for drug discovery

2024-05-07 · Albert Bou, Morgan Thomas, Sebastian Dittert, Carles Navarro Ramírez 외

In recent years, reinforcement learning (RL) has emerged as a valuable tool in drug design, offering the potential to propose and optimize molecules with desired properties. However, striking a balance between capabiliti…

BenchmarkingDecision MakingDrug DesignDrug Discovery+3

GymPN: A Library for Decision-Making in Process Management Systems

2025-06-25 · Riccardo Lo Bianco, Willem van Jaarsveld, Remco Dijkman

Process management systems support key decisions about the way work is allocated in organizations. This includes decisions on which task to perform next, when to execute the task, and who to assign the task to. Suitable …

Decision MakingDeep Reinforcement LearningManagement

CleanDiffuser: An Easy-to-use Modularized Library for Diffusion Models in Decision Making

2024-06-13 · Zibin Dong, Yifu Yuan, Jianye Hao, Fei Ni 외

Leveraging the powerful generative capability of diffusion models (DMs) to build decision-making agents has achieved extensive success. However, there is still a demand for an easy-to-use and modularized open-source libr…

Decision Making