Learning by Reusing Previous Advice: a Memory-Based Teacher–student Framework

Zhu Changxi,Cai Yi,Hu Shuyue,Leung Ho-fung,Chiu Dickson K. W.
DOI: https://doi.org/10.1007/s10458-022-09595-1
2023-01-01
Autonomous Agents and Multi-Agent Systems
Abstract:Reinforcement Learning (RL) has been widely used to solve sequential decision-making problems. However, it often suffers from slow learning speed in complex scenarios. Teacher–student frameworks address this issue by enabling agents to ask for and give advice so that a student agent can leverage the knowledge of a teacher agent to facilitate its learning. In this paper, we consider the effect of reusing previous advice, and propose a novel memory-based teacher–student framework such that student agents can memorize and reuse the previous advice from teacher agents. In particular, we propose two methods to decide whether previous advice should be reused: Q-Change per Step that reuses the advice if it leads to an increase in Q-values, and Decay Reusing Probability that reuses the advice with a decaying probability. The experiments on diverse RL tasks (Mario, Predator–Prey and Half Field Offense) confirm that our proposed framework significantly outperforms the existing frameworks in which previous advice is not reused.
What problem does this paper attempt to address?