Locally Constrained Representations in Reinforcement Learning
Somjit Nath, Rushiv Arora, Samira Ebrahimi Kahou

TL;DR
This paper introduces locally constrained representations in reinforcement learning, using an auxiliary loss to improve the stability and robustness of learned state representations, leading to better performance especially in continuous control tasks.
Contribution
It proposes a novel auxiliary loss that constrains state representations to be predictable from neighboring states, enhancing representation stability in RL.
Findings
Significant performance improvements in continuous control benchmarks.
Enhanced stability and robustness of learned representations.
Better disentanglement of task-specific features from environment dynamics.
Abstract
The success of Reinforcement Learning (RL) heavily relies on the ability to learn robust representations from the observations of the environment. In most cases, the representations learned purely by the reinforcement learning loss can differ vastly across states depending on how the value functions change. However, the representations learned need not be very specific to the task at hand. Relying only on the RL objective may yield representations that vary greatly across successive time steps. In addition, since the RL loss has a changing target, the representations learned would depend on how good the current values/policies are. Thus, disentangling the representations from the main task would allow them to focus not only on the task-specific features but also the environment dynamics. To this end, we propose locally constrained representations, where an auxiliary loss forces the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Adaptive Dynamic Programming Control
