d3rlpy: An Offline Deep Reinforcement Learning Library
arXiv:2111.03788
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: \url{https://github.com/takuseno/d3rlpy}.
Journal of Machine Learning Research
References in corpus (10)
- PyTorch: An Imperative Style, High-Performance Deep Learning Library
- Conservative Q-Learning for Offline Reinforcement Learning
- Rainbow: Combining Improvements in Deep Reinforcement Learning
- Soft Actor-Critic for Discrete Action Settings
- Dopamine: A Research Framework for Deep Reinforcement Learning
- A Minimalist Approach to Offline Reinforcement Learning
- Benchmarking Batch Deep Reinforcement Learning Algorithms
- Distributional Reinforcement Learning with Quantile Regression
- PLAS: Latent Action Space for Offline Reinforcement Learning
- Interactive Visualization for Debugging RL