English

MushroomRL: Simplifying Reinforcement Learning Research

Machine Learning 2020-01-10 v2 Machine Learning

Abstract

MushroomRL is an open-source Python library developed to simplify the process of implementing and running Reinforcement Learning (RL) experiments. Compared to other available libraries, MushroomRL has been created with the purpose of providing a comprehensive and flexible framework to minimize the effort in implementing and testing novel RL methodologies. Indeed, the architecture of MushroomRL is built in such a way that every component of an RL problem is already provided, and most of the time users can only focus on the implementation of their own algorithms and experiments. The result is a library from which RL researchers can significantly benefit in the critical phase of the empirical analysis of their works. MushroomRL stable code, tutorials and documentation can be found at https://github.com/MushroomRL/mushroom-rl.

Keywords

Cite

@article{arxiv.2001.01102,
  title  = {MushroomRL: Simplifying Reinforcement Learning Research},
  author = {Carlo D'Eramo and Davide Tateo and Andrea Bonarini and Marcello Restelli and Jan Peters},
  journal= {arXiv preprint arXiv:2001.01102},
  year   = {2020}
}

Comments

Under revision to JMLR

R2 v1 2026-06-23T13:02:52.785Z