d3rlpy: An Offline Deep Reinforcement Learning Library
2021-11-06Code Available0· sign in to hype
Takuma Seno, Michita Imai
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/takuseno/d3rlpyOfficialIn paperpytorch★ 1,647
- github.com/shyamal-anadkat/offlinerlpytorch★ 4
Abstract
In this paper, we introduce d3rlpy, an open-sourced offline deep reinforcement learning (RL) library for Python. d3rlpy supports a set of offline deep RL algorithms as well as off-policy online algorithms via a fully documented plug-and-play API. To address a reproducibility issue, we conduct a large-scale benchmark with D4RL and Atari 2600 dataset to ensure implementation quality and provide experimental scripts and full tables of results. The d3rlpy source code can be found on GitHub: https://github.com/takuseno/d3rlpy.