LGNEMLNov 25, 2019

Biologically inspired architectures for sample-efficient deep reinforcement learning

arXiv:1911.11285v12 citations
Originality Incremental advance
AI Analysis

This work addresses sample efficiency for deep reinforcement learning practitioners, offering an incremental improvement in model compression.

The paper tackles the problem of sample inefficiency and overparameterization in deep reinforcement learning by using tensor factorization to learn more compact policies, achieving comparable performance with 2 to 10 times fewer coefficients and an order of magnitude gain in weight parsimony on the Atari suite.

Deep reinforcement learning requires a heavy price in terms of sample efficiency and overparameterization in the neural networks used for function approximation. In this work, we use tensor factorization in order to learn more compact representation for reinforcement learning policies. We show empirically that in the low-data regime, it is possible to learn online policies with 2 to 10 times less total coefficients, with little to no loss of performance. We also leverage progress in second order optimization, and use the theory of wavelet scattering to further reduce the number of learned coefficients, by foregoing learning the topmost convolutional layer filters altogether. We evaluate our results on the Atari suite against recent baseline algorithms that represent the state-of-the-art in data efficiency, and get comparable results with an order of magnitude gain in weight parsimony.

Foundations

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

Your Notes