Simple_rl: Reproducible Reinforcement Learning in Python
Abstract
Conducting reinforcement-learning experiments can be a complex and timely process. A full experimental pipeline will typically consist of a simulation of an environment, an implementation of one or many learning algorithms, a variety of additional components designed to facilitate the agent-environment interplay, and any requisite analysis, plotting, and logging thereof. In light of this complexity, this paper introduces simple rl, a new open source library for carrying out reinforcement learning experiments in Python 2 and 3 with a focus on simplicity. The goal of simple_rl is to support seamless, reproducible methods for running reinforcement learning experiments. This paper gives an overview of the core design philosophy of the package, how it differs from existing libraries, and showcases its central features.
Cite
Text
Anonymous. "Simple_rl: Reproducible Reinforcement Learning in Python." ICLR 2019 Workshops: RML, 2019.Markdown
[Anonymous. "Simple_rl: Reproducible Reinforcement Learning in Python." ICLR 2019 Workshops: RML, 2019.](https://mlanthology.org/iclrw/2019/anonymous2019iclrw-simple/)BibTeX
@inproceedings{anonymous2019iclrw-simple,
title = {{Simple_rl: Reproducible Reinforcement Learning in Python}},
author = {Anonymous, },
booktitle = {ICLR 2019 Workshops: RML},
year = {2019},
url = {https://mlanthology.org/iclrw/2019/anonymous2019iclrw-simple/}
}