LGAIJun 8, 2024

Online Policy Distillation with Decision-Attention

arXiv:2406.05488v11 citations
Originality Incremental advance
AI Analysis

This addresses the problem of reducing training costs in deep reinforcement learning for researchers and practitioners, though it is incremental as it builds on existing policy distillation methods.

The paper tackles the computational expense of requiring a well-trained teacher model in policy distillation by proposing Online Policy Distillation with Decision-Attention, where multiple policies learn diverse knowledge from the same environment and transfer it to each other, resulting in better performance than independent training on Atari tasks with PPO and DQN algorithms.

Policy Distillation (PD) has become an effective method to improve deep reinforcement learning tasks. The core idea of PD is to distill policy knowledge from a teacher agent to a student agent. However, the teacher-student framework requires a well-trained teacher model which is computationally expensive.In the light of online knowledge distillation, we study the knowledge transfer between different policies that can learn diverse knowledge from the same environment.In this work, we propose Online Policy Distillation (OPD) with Decision-Attention (DA), an online learning framework in which different policies operate in the same environment to learn different perspectives of the environment and transfer knowledge to each other to obtain better performance together. With the absence of a well-performance teacher policy, the group-derived targets play a key role in transferring group knowledge to each student policy. However, naive aggregation functions tend to cause student policies quickly homogenize. To address the challenge, we introduce the Decision-Attention module to the online policies distillation framework. The Decision-Attention module can generate a distinct set of weights for each policy to measure the importance of group members. We use the Atari platform for experiments with various reinforcement learning algorithms, including PPO and DQN. In different tasks, our method can perform better than an independent training policy on both PPO and DQN algorithms. This suggests that our OPD-DA can transfer knowledge between different policies well and help agents obtain more rewards.

Foundations

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

Your Notes