TGRL: An Algorithm for Teacher Guided Reinforcement Learning
Idan Shenfeld, Zhang-Wei Hong, Aviv Tamar, Pulkit Agrawal

TL;DR
TGRL introduces a principled, automatic method to balance teacher guidance and reward-based learning in reinforcement learning, improving performance without hyperparameter tuning.
Contribution
The paper proposes a novel, dynamic approach to balance teacher supervision and reward signals in reinforcement learning, eliminating the need for heuristics or extensive hyperparameter tuning.
Findings
TGRL outperforms strong baselines across various domains.
The method automatically adjusts the influence of teacher guidance.
It achieves better results without hyperparameter tuning.
Abstract
Learning from rewards (i.e., reinforcement learning or RL) and learning to imitate a teacher (i.e., teacher-student learning) are two established approaches for solving sequential decision-making problems. To combine the benefits of these different forms of learning, it is common to train a policy to maximize a combination of reinforcement and teacher-student learning objectives. However, without a principled method to balance these objectives, prior work used heuristics and problem-specific hyperparameter searches to balance the two objectives. We present a approach, along with an approximate implementation for and balancing when to follow the teacher and when to use rewards. The main idea is to adjust the importance of teacher supervision by comparing the agent's performance to the counterfactual scenario of the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsReinforcement Learning in Robotics · Machine Learning and Data Classification · Software Engineering Research
