LGJan 18, 2024

Exploration and Anti-Exploration with Distributional Random Network Distillation

arXiv:2401.09750v439 citationsHas CodeICML
Originality Incremental advance
AI Analysis

This addresses exploration inefficiencies in reinforcement learning agents for unknown environments, representing an incremental improvement over RND.

The paper tackled the 'bonus inconsistency' issue in Random Network Distillation (RND) for deep reinforcement learning exploration, introducing Distributional RND (DRND) which improves bonus allocation precision and enhances exploration, showing superiority over RND in online and offline tasks.

Exploration remains a critical issue in deep reinforcement learning for an agent to attain high returns in unknown environments. Although the prevailing exploration Random Network Distillation (RND) algorithm has been demonstrated to be effective in numerous environments, it often needs more discriminative power in bonus allocation. This paper highlights the "bonus inconsistency" issue within RND, pinpointing its primary limitation. To address this issue, we introduce the Distributional RND (DRND), a derivative of the RND. DRND enhances the exploration process by distilling a distribution of random networks and implicitly incorporating pseudo counts to improve the precision of bonus allocation. This refinement encourages agents to engage in more extensive exploration. Our method effectively mitigates the inconsistency issue without introducing significant computational overhead. Both theoretical analysis and experimental results demonstrate the superiority of our approach over the original RND algorithm. Our method excels in challenging online exploration scenarios and effectively serves as an anti-exploration mechanism in D4RL offline tasks. Our code is publicly available at https://github.com/yk7333/DRND.

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