English

MDP Playground: An Analysis and Debug Testbed for Reinforcement Learning

Machine Learning 2023-07-18 v5 Artificial Intelligence Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.1909.07750,
  title  = {MDP Playground: An Analysis and Debug Testbed for Reinforcement Learning},
  author = {Raghu Rajan and Jessica Lizeth Borja Diaz and Suresh Guttikonda and Fabio Ferreira and André Biedenkapp and Jan Ole von Hartz and Frank Hutter},
  journal= {arXiv preprint arXiv:1909.07750},
  year   = {2023}
}

Comments

Same version as the one published in JAIR Vol. 77 (2023)

R2 v1 2026-06-23T11:17:49.024Z