MushroomRL
2000년 도입 · 논문 1편에서 사용
MushroomRL is an open-source Python library developed to simplify the process of implementing and running Reinforcement Learning (RL) experiments. 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. MushroomRL comes with a strongly modular architecture that makes it easy to understand how each component is structured and how it interacts with other ones; moreover it provides an exhaustive list of RL methodologies, such as:
출처: MushroomRL: Simplifying Reinforcement Learning Research
소개 논문: MushroomRL: Simplifying Reinforcement Learning Research
Reinforcement Learning Frameworks · Reinforcement Learning