TL;DR
Multi-objective combinatorial optimization problems (MOCOPs) often lack robust solutions in deep reinforcement learning (DRL). A unified framework for preference-conditioned DRL solvers was developed, incorporating a preference-based adversarial attack to generate challenging instances.
✦ Why It Matters
Engineers can leverage this framework to enhance the robustness of DRL applications in multi-objective optimization tasks.
Key Takeaways
How It Works
The framework generates adversarial instances by simulating challenging scenarios that expose the limitations of DRL solvers. By focusing on preference-based attacks, it identifies specific weaknesses in the solvers' ability to handle diverse problem distributions.
The defense mechanism employs hardness-aware preference selection, which adjusts training to ensure solvers are not overly specialized to a narrow set of preferences, thus enhancing their adaptability.
Related