paper-with-me

Papers

Understanding Curriculum Learning in Policy Optimization for Online Combinatorial Optimization

2022-02-11 · Runlong Zhou, Zelin He, Yuandong Tian, Yi Wu, Simon S. Du

Over the recent years, reinforcement learning (RL) starts to show promising results in tackling combinatorial optimization (CO) problems, in particular when coupled with curriculum learning to facilitate training. Despite emerging empirical evidence, theoretical study on why RL helps is still at its early stage. This paper presents the first systematic study on policy optimization methods for online CO problems. We show that online CO problems can be naturally formulated as latent Markov Decision Processes (LMDPs), and prove convergence bounds on natural policy gradient (NPG) for solving LMDPs. Furthermore, our theory explains the benefit of curriculum learning: it can find a strong sampling policy and reduce the distribution shift, a critical quantity that governs the convergence rate in our theorem. For a canonical online CO problem, the Best Choice Problem (BCP), we formally prove that distribution shift is reduced exponentially with curriculum learning even if the curriculum is a randomly generated BCP on a smaller scale. Our theory also shows we can simplify the curriculum learning scheme used in prior work from multi-step to single-step. Lastly, we provide extensive experiments on the Best Choice Problem, Online Knapsack, and AdWords to verify our findings.

📄 PDF Abstract BibTeX arXiv:2202.05423

Code (1)

zhourunlong/RL-for-Combinatorial-Optimization 공식 구현 pytorch

Tasks

Combinatorial OptimizationReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Evaluating Curriculum Learning Strategies in Neural Combinatorial Optimization

2020-11-12 · NeurIPS Workshop LMCA 2020 12 · Michal Lisicki, Arash Afkanpour, Graham W. Taylor

Neural combinatorial optimization (NCO) aims at designing problem-independent and efficient neural network-based strategies for solving combinatorial problems. The field recently experienced growth by successfully adapti…

Combinatorial OptimizationEfficient Neural NetworkMachine TranslationTranslation

Bandit Guided Submodular Curriculum for Adaptive Subset Selection

2025-11-28 · Prateek Chanda, Prayas Agrawal, Saral Sureka, Lokesh Reddy Polu 외 arxiv

Traditional curriculum learning proceeds from easy to hard samples, yet defining a reliable notion of difficulty remains elusive. Prior work has used submodular functions to induce difficulty scores in curriculum learnin…

Interactive LLM-assisted Curriculum Learning for Multi-Task Evolutionary Policy Search

2026-02-11 · Berfin Sakallioglu, Giorgia Nadizar, Eric Medvet arxiv

Multi-task policy search is a challenging problem because policies are required to generalize beyond training cases. Curriculum learning has proven to be effective in this setting, as it introduces complexity progressive…

Robot Navigation

CRAFT-GUI: Curriculum-Reinforced Agent For GUI Tasks

2025-08-15 · Songqin Nong, Xiaoxuan Tang, Jingxuan Xu, Sheng Zhou 외 arxiv

As autonomous agents become adept at understanding and interacting with graphical user interface (GUI) environments, a new era of automated task execution is emerging. Recent studies have demonstrated that Reinforcement …

Reinforcement Learning

Learning to Perform Local Rewriting for Combinatorial Optimization

2018-09-30 · NeurIPS 2019 12 · Xinyun Chen, Yuandong Tian

Search-based methods for hard combinatorial optimization are often guided by heuristics. Tuning heuristics in various conditions and situations is often time-consuming. In this paper, we propose NeuRewriter that learns a…

Combinatorial OptimizationReinforcement LearningReinforcement Learning (RL)Scheduling