LGNov 24, 2021

Learning State Representations via Retracing in Reinforcement Learning

arXiv:2111.12600v29 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of sample efficiency in reinforcement learning for continuous control tasks, though it appears incremental as it builds upon existing model-based methods.

The paper tackles the problem of learning state representations in reinforcement learning by proposing a self-supervised approach called learning via retracing, which improves sample efficiency and achieves state-of-the-art performance on visual-based continuous control benchmarks.

We propose learning via retracing, a novel self-supervised approach for learning the state representation (and the associated dynamics model) for reinforcement learning tasks. In addition to the predictive (reconstruction) supervision in the forward direction, we propose to include "retraced" transitions for representation / model learning, by enforcing the cycle-consistency constraint between the original and retraced states, hence improve upon the sample efficiency of learning. Moreover, learning via retracing explicitly propagates information about future transitions backward for inferring previous states, thus facilitates stronger representation learning for the downstream reinforcement learning tasks. We introduce Cycle-Consistency World Model (CCWM), a concrete model-based instantiation of learning via retracing. Additionally we propose a novel adaptive "truncation" mechanism for counteracting the negative impacts brought by "irreversible" transitions such that learning via retracing can be maximally effective. Through extensive empirical studies on visual-based continuous control benchmarks, we demonstrate that CCWM achieves state-of-the-art performance in terms of sample efficiency and asymptotic performance, whilst exhibiting behaviours that are indicative of stronger representation learning.

Code Implementations1 repo
Foundations

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

Your Notes