LGCVOct 30, 2023

DrM: Mastering Visual Reinforcement Learning through Dormant Ratio Minimization

Tsinghua
arXiv:2310.19668v256 citationsh-index: 13
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in visual RL for continuous control tasks, offering a novel approach to enhance agent activity and performance, though it is incremental in improving existing methods.

The paper tackles the problem of sustained inactivity in visual reinforcement learning agents during early training, which limits exploration, and introduces DrM, a method that minimizes dormant ratio to improve exploration-exploitation trade-offs, achieving significant gains in sample efficiency and asymptotic performance with no broken seeds across 76 seeds in benchmark environments.

Visual reinforcement learning (RL) has shown promise in continuous control tasks. Despite its progress, current algorithms are still unsatisfactory in virtually every aspect of the performance such as sample efficiency, asymptotic performance, and their robustness to the choice of random seeds. In this paper, we identify a major shortcoming in existing visual RL methods that is the agents often exhibit sustained inactivity during early training, thereby limiting their ability to explore effectively. Expanding upon this crucial observation, we additionally unveil a significant correlation between the agents' inclination towards motorically inactive exploration and the absence of neuronal activity within their policy networks. To quantify this inactivity, we adopt dormant ratio as a metric to measure inactivity in the RL agent's network. Empirically, we also recognize that the dormant ratio can act as a standalone indicator of an agent's activity level, regardless of the received reward signals. Leveraging the aforementioned insights, we introduce DrM, a method that uses three core mechanisms to guide agents' exploration-exploitation trade-offs by actively minimizing the dormant ratio. Experiments demonstrate that DrM achieves significant improvements in sample efficiency and asymptotic performance with no broken seeds (76 seeds in total) across three continuous control benchmark environments, including DeepMind Control Suite, MetaWorld, and Adroit. Most importantly, DrM is the first model-free algorithm that consistently solves tasks in both the Dog and Manipulator domains from the DeepMind Control Suite as well as three dexterous hand manipulation tasks without demonstrations in Adroit, all based on pixel observations.

Code Implementations2 repos
Foundations

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

Your Notes