paper-with-me

홈 › Papers

MDP Playground: An Analysis and Debug Testbed for Reinforcement Learning

2019-09-17 · Raghu Rajan, Jessica Lizeth Borja Diaz, Suresh Guttikonda, Fabio Ferreira, André Biedenkapp, Jan Ole von Hartz, Frank Hutter

We present MDP Playground, a testbed for Reinforcement Learning (RL) agents with dimensions of hardness that can be controlled independently to challenge agents in different ways and obtain varying degrees of hardness in toy and complex RL environments. We consider and allow control over a wide variety of dimensions, including delayed rewards, sequence lengths, reward density, stochasticity, image representations, irrelevant features, time unit, action range and more. We define a parameterised collection of fast-to-run toy environments in OpenAI Gym by varying these dimensions and propose to use these to understand agents better. We then show how to design experiments using MDP Playground to gain insights on the toy environments. We also provide wrappers that can inject many of these dimensions into any Gym environment. We experiment with these wrappers on Atari and Mujoco to allow for understanding the effects of these dimensions on environments that are more complex than the toy environments. We also compare the effect of the dimensions on the toy and complex environments. Finally, we show how to use MDP Playground to debug agents, to study the interaction of multiple dimensions and describe further use-cases.

📄 PDF Abstract BibTeX arXiv:1909.07750

Code (1)

automl/mdp-playground 공식 구현

Tasks

MuJoCoOpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Reinforcement learning for Quantum Tiq-Taq-Toe

2024-11-10 · Catalin-Viorel Dinu, Thomas Moerland

Quantum Tiq-Taq-Toe is a well-known benchmark and playground for both quantum computing and machine learning. Despite its popularity, no reinforcement learning (RL) methods have been applied to Quantum Tiq-Taq-Toe. Altho…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

MDP Playground: Controlling Orthogonal Dimensions of Hardness in Toy Environments

2020-09-28 · Raghu Rajan, Jessica Lizeth Borja Diaz, Suresh Guttikonda, Fabio Ferreira 외

We present MDP Playground, an efficient benchmark for Reinforcement Learning (RL) algorithms with various dimensions of hardness that can be controlled independently to challenge algorithms in different ways and to obtai…

OpenAI GymReinforcement Learning (RL)

Reinforcement Learning-Based Production Scheduling in an Industry-Based Coating Scenario Using the Digital Model Playground

2026-08-14 · Arne Kröger, Ralf Buschermöhle, Wilhelm Hasselbring, Henrik Wilbers arxiv

Production scheduling in complex manufacturing environments is challenging when sequence-dependent setup times, stochastic disturbances, and due-date constraints must be addressed simultaneously. While reinforcement lear…

Reinforcement Learning

MO-Playground: Massively Parallelized Multi-Objective Reinforcement Learning for Robotics

2026-03-10 · Neil Janwani, Ellen Novoseller, Vernon J. Lawhern, Maegan Tucker arxiv

Multi-objective reinforcement learning (MORL) is a powerful tool to learn Pareto-optimal policy families across conflicting objectives. However, unlike traditional RL algorithms, existing MORL algorithms do not effective…

Reinforcement Learning

Unity RL Playground: A Versatile Reinforcement Learning Framework for Mobile Robots

2025-03-07 · Linqi Ye, Rankun Li, Xiaowen Hu, Jiayi Li 외

This paper introduces Unity RL Playground, an open-source reinforcement learning framework built on top of Unity ML-Agents. Unity RL Playground automates the process of training mobile robots to perform various locomotio…

Unity