Symmetric Replay Training: Enhancing Sample Efficiency in Deep Reinforcement Learning for Combinatorial Optimization
Hyeonah Kim, Minsu Kim, Sungsoo Ahn, Jinkyoo Park
TL;DR
This work tackles the inefficiency of DRL in combinatorial optimization when reward evaluations are costly. It introduces symmetric replay training (SRT), a generic two-step method that first performs reward-maximizing training and then imitates symmetric, high-reward trajectories to explore under-explored regions without additional reward calls. By employing symmetric trajectory transformations through maximum-entropy, adversarial, or importance-sampling policies, SRT increases replay usefulness and reduces overfitting, yielding consistent gains across TSP, hardware design, and molecular optimization benchmarks. The approach harmonizes well with both on-policy and off-policy DRL methods and relates to GFlowNets, offering practical, scalable improvements for real-world CO tasks. Overall, SRT significantly enhances sample efficiency and broadens the applicability of DRL in expensive-evaluation CO domains.
Abstract
Deep reinforcement learning (DRL) has significantly advanced the field of combinatorial optimization (CO). However, its practicality is hindered by the necessity for a large number of reward evaluations, especially in scenarios involving computationally intensive function assessments. To enhance the sample efficiency, we propose a simple but effective method, called symmetric replay training (SRT), which can be easily integrated into various DRL methods. Our method leverages high-reward samples to encourage exploration of the under-explored symmetric regions without additional online interactions - free. Through replay training, the policy is trained to maximize the likelihood of the symmetric trajectories of discovered high-rewarded samples. Experimental results demonstrate the consistent improvement of our method in sample efficiency across diverse DRL methods applied to real-world tasks, such as molecular optimization and hardware design.
