Structure in Deep Reinforcement Learning: A Survey and Open Problems
Aditya Mohan, Amy Zhang, Marius Lindauer
TL;DR
The paper argues that deep reinforcement learning (RL) struggles with data efficiency, generalization, safety, and interpretability in real-world settings. It proposes a unifying framework that treats structure as side information, decomposing problems into latent, factored, relational, and modular archetypes and organizing methods into seven repeatable design patterns. By connecting these decompositions with patterns—such as abstraction, augmentation, auxiliary optimization, and environment generation—the authors provide a principled lens to analyze existing work and guide future research. The work also outlines open problems across offline and unsupervised RL, foundation models, partial observability, AutoRL, and meta-RL, emphasizing a pattern-driven roadmap for scalable, robust, and interpretable structured RL. Overall, the framework aims to standardize design decisions around problem structure to accelerate practical advances in RL and bridge theory with real-world deployment.
Abstract
Reinforcement Learning (RL), bolstered by the expressive capabilities of Deep Neural Networks (DNNs) for function approximation, has demonstrated considerable success in numerous applications. However, its practicality in addressing various real-world scenarios, characterized by diverse and unpredictable dynamics, noisy signals, and large state and action spaces, remains limited. This limitation stems from poor data efficiency, limited generalization capabilities, a lack of safety guarantees, and the absence of interpretability, among other factors. To overcome these challenges and improve performance across these crucial metrics, one promising avenue is to incorporate additional structural information about the problem into the RL learning process. Various sub-fields of RL have proposed methods for incorporating such inductive biases. We amalgamate these diverse methodologies under a unified framework, shedding light on the role of structure in the learning problem, and classify these methods into distinct patterns of incorporating structure. By leveraging this comprehensive framework, we provide valuable insights into the challenges of structured RL and lay the groundwork for a design pattern perspective on RL research. This novel perspective paves the way for future advancements and aids in developing more effective and efficient RL algorithms that can potentially handle real-world scenarios better.
