306
v1v2 (latest)

Reinforcement Learning-based Heuristics to Guide Domain-Independent Dynamic Programming

Integration of AI and OR Techniques in Constraint Programming (CPAIOR), 2025
Main:15 Pages
5 Figures
Bibliography:3 Pages
3 Tables
Appendix:6 Pages
Abstract

Domain-Independent Dynamic Programming (DIDP) is a state-space search paradigm based on dynamic programming for combinatorial optimization. In its current implementation, DIDP guides the search using user-defined dual bounds. Reinforcement learning (RL) is increasingly being applied to combinatorial optimization problems and shares several key structures with DP, being represented by the Bellman equation and state-based transition systems. We propose using reinforcement learning to obtain a heuristic function to guide the search in DIDP. We develop two RL-based guidance approaches: value-based guidance using Deep Q-Networks and policy-based guidance using Proximal Policy Optimization. Our experiments indicate that RL-based guidance significantly outperforms standard DIDP and problem-specific greedy heuristics with the same number of node expansions. Further, despite longer node evaluation times, RL guidance achieves better run-time performance than standard DIDP on three of four benchmark domains.

View on arXiv
Comments on this paper