LGCVMay 12, 2022

Accounting for the Sequential Nature of States to Learn Features for Reinforcement Learning

arXiv:2205.06000v1h-index: 12
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in representation learning for reinforcement learning, offering an incremental improvement for environments where standard methods fail.

The paper tackled the failure of variational autoencoders (VAEs) to learn useful features in reinforcement learning environments with non-overlapping states, by proposing a method that uses the sequential nature of states to approximate a distance metric for weak supervision, enabling feature learning without additional supervision.

In this work, we investigate the properties of data that cause popular representation learning approaches to fail. In particular, we find that in environments where states do not significantly overlap, variational autoencoders (VAEs) fail to learn useful features. We demonstrate this failure in a simple gridworld domain, and then provide a solution in the form of metric learning. However, metric learning requires supervision in the form of a distance function, which is absent in reinforcement learning. To overcome this, we leverage the sequential nature of states in a replay buffer to approximate a distance metric and provide a weak supervision signal, under the assumption that temporally close states are also semantically similar. We modify a VAE with triplet loss and demonstrate that this approach is able to learn useful features for downstream tasks, without additional supervision, in environments where standard VAEs fail.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes