LGAIROJun 7, 2023

Generalization Across Observation Shifts in Reinforcement Learning

arXiv:2306.04595v1h-index: 28
Originality Incremental advance
AI Analysis

This work addresses the challenge of real-world deployment of RL agents by improving generalization across environment shifts, though it is incremental as it builds on existing bisimulation frameworks.

The paper tackles the problem of learning reinforcement learning policies robust to observation shifts by extending bisimulation metrics to account for context-dependent shifts, enabling agents to generalize to unseen scenarios with theoretical guarantees and empirical validation on high-dimensional image-based control domains.

Learning policies which are robust to changes in the environment are critical for real world deployment of Reinforcement Learning agents. They are also necessary for achieving good generalization across environment shifts. We focus on bisimulation metrics, which provide a powerful means for abstracting task relevant components of the observation and learning a succinct representation space for training the agent using reinforcement learning. In this work, we extend the bisimulation framework to also account for context dependent observation shifts. Specifically, we focus on the simulator based learning setting and use alternate observations to learn a representation space which is invariant to observation shifts using a novel bisimulation based objective. This allows us to deploy the agent to varying observation settings during test time and generalize to unseen scenarios. We further provide novel theoretical bounds for simulator fidelity and performance transfer guarantees for using a learnt policy to unseen shifts. Empirical analysis on the high-dimensional image based control domains demonstrates the efficacy of our method.

Foundations

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

Your Notes