ChainerRL: A Deep Reinforcement Learning Library
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 (1)
Tasks
Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Similar Papers 제목 키워드 기반
Pearl: Parallel Evolutionary and Reinforcement Learning Library
Reinforcement learning is increasingly finding success across domains where the problem can be represented as a Markov decision process. Evolutionary computation algorithms have also proven successful in this domain, exh…
reinforcement-learningReinforcement LearningReinforcement Learning (RL)Avalanche RL: a Continual Reinforcement Learning Library
Continual Reinforcement Learning (CRL) is a challenging setting where an agent learns to interact with an environment that is constantly changing over time (the stream of experiences). In this paper, we describe Avalanch…
Continual LearningOpenAI Gymreinforcement-learningReinforcement Learning+1XuanCe: A Comprehensive and Unified Deep Reinforcement Learning Library
In this paper, we present XuanCe, a comprehensive and unified deep reinforcement learning (DRL) library designed to be compatible with PyTorch, TensorFlow, and MindSpore. XuanCe offers a wide range of functionalities, in…
CPUDeep Reinforcement LearningGPUMuJoCo+2RL-X: A Deep Reinforcement Learning Library (not only) for RoboCup
This paper presents the new Deep Reinforcement Learning (DRL) library RL-X and its application to the RoboCup Soccer Simulation 3D League and classic DRL benchmarks. RL-X provides a flexible and easy-to-extend codebase w…
Deep Reinforcement Learningreinforcement-learningReinforcement LearningMO-Gym: A Library of Multi-Objective Reinforcement Learning Environments
We introduce MO-Gym, an extensible library containing a diverse set of multi-objective reinforcement learning environments. It introduces a standardized API that facilitates conducting experiments and performance analyse…
Multi-Objective Reinforcement LearningOpenAI Gymreinforcement-learningReinforcement Learning+1