Conditional Mutual Information for Disentangled Representations in Reinforcement Learning
This addresses robustness issues in RL agents for environments with correlated features, offering an incremental improvement over existing disentanglement techniques.
The paper tackles the problem of spurious correlations in reinforcement learning (RL) data that hinder generalization by proposing an auxiliary task that minimizes conditional mutual information to learn disentangled representations with correlated features, demonstrating improved generalization under correlation shifts and better training performance in continuous control tasks.
Reinforcement Learning (RL) environments can produce training data with spurious correlations between features due to the amount of training data or its limited feature coverage. This can lead to RL agents encoding these misleading correlations in their latent representation, preventing the agent from generalising if the correlation changes within the environment or when deployed in the real world. Disentangled representations can improve robustness, but existing disentanglement techniques that minimise mutual information between features require independent features, thus they cannot disentangle correlated features. We propose an auxiliary task for RL algorithms that learns a disentangled representation of high-dimensional observations with correlated features by minimising the conditional mutual information between features in the representation. We demonstrate experimentally, using continuous control tasks, that our approach improves generalisation under correlation shifts, as well as improving the training performance of RL algorithms in the presence of correlated features.