LGAIMLDec 9, 2019

ChainerRL: A Deep Reinforcement Learning Library

arXiv:1912.03905v2144 citationsHas Code
Originality Synthesis-oriented
AI Analysis

It offers a tool for researchers and practitioners to facilitate reproducible DRL experiments, but it is incremental as it builds on existing methods.

The paper introduces ChainerRL, an open-source deep reinforcement learning library that implements state-of-the-art algorithms and provides scripts for reproducible research and benchmark results.

In this paper, we introduce ChainerRL, an open-source deep reinforcement learning (DRL) library built using Python and the Chainer deep learning framework. ChainerRL implements a comprehensive set of DRL algorithms and techniques drawn from state-of-the-art research in the field. To foster reproducible research, and for instructional purposes, ChainerRL provides scripts that closely replicate the original papers' experimental settings and reproduce published benchmark results for several algorithms. Lastly, ChainerRL offers a visualization tool that enables the qualitative inspection of trained agents. The ChainerRL source code can be found on GitHub: https://github.com/chainer/chainerrl.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes