paper-with-me

Papers

A Rollout-Based Algorithm and Reward Function for Efficient Resource Allocation in Business Processes

2025-04-15 · Jeroen Middelhuis, Zaharah Bukhsh, Ivo Adan, Remco Dijkman

Resource allocation plays a critical role in minimizing cycle time and improving the efficiency of business processes. Recently, Deep Reinforcement Learning (DRL) has emerged as a powerful tool to optimize resource allocation policies in business processes. In the DRL framework, an agent learns a policy through interaction with the environment, guided solely by reward signals that indicate the quality of its decisions. However, existing algorithms are not suitable for dynamic environments such as business processes. Furthermore, existing DRL-based methods rely on engineered reward functions that approximate the desired objective, but a misalignment between reward and objective can lead to undesired decisions or suboptimal policies. To address these issues, we propose a rollout-based DRL algorithm and a reward function to optimize the objective directly. Our algorithm iteratively improves the policy by evaluating execution trajectories following different actions. Our reward function directly decomposes the objective function of minimizing the mean cycle time. Maximizing our reward function guarantees that the objective function is minimized without requiring extensive reward engineering. The results show that our method consistently learns the optimal policy in all six evaluated business processes, outperforming the state-of-the-art algorithm that can only learn the optimal policy in two of the evaluated processes.

📄 PDF Abstract BibTeX arXiv:2504.11250

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learning

Similar Papers 제목 키워드 기반

TRACE: A Unified Rollout Budget Allocation Framework for Efficient Agentic Reinforcement Learning

2026-06-09 · Heming Zou, Qi Wang, Yun Qu, Yuhang Jiang 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) is a promising approach for enhancing reasoning and agentic behavior in large language models. However, rollout-intensive policy optimization is often limited by insu…

Reinforcement Learning

CoBA-RL: Capability-Oriented Budget Allocation for Reinforcement Learning in LLMs

2026-02-03 · Zhiyuan Yao, Yi-Kai Zhang, Yuxin Chen, Yueqing Sun 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a key approach for enhancing LLM reasoning. However, standard frameworks like Group Relative Policy Optimization (GRPO) typically employ a uniform roll…

Reinforcement Learning

Libra: Efficient Resource Management for Agentic RL Post-Training

2026-06-02 · Kaiwen Chen, Xin Tan, Jingzong Li, Hong Xu arxiv

Reinforcement learning (RL) has emerged as a standard post-training paradigm for shaping large language models (LLMs) into capable agents. In agentic RL, the rollout stage generates trajectories while invoking tools, pro…

Reinforcement Learning

Adaptive Rollout Allocation for Online Reinforcement Learning with Verifiable Rewards

2026-02-02 · Hieu Trung Nguyen, Bao Nguyen, Wenao Ma, Yuzhi Zhao 외 arxiv

Sampling efficiency is a key bottleneck in reinforcement learning with verifiable rewards. Existing group-based policy optimization methods, such as GRPO, allocate a fixed number of rollouts for all training prompts. Thi…

Reinforcement Learning

Where to Spend Rollouts: Hit-Utility Optimal Rollout Allocation for Group-Based RLVR

2026-05-08 · Tao Wang, Shuo Li, Yan Sun, Dongsheng Ding 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) has emerged as a central paradigm for improving the reasoning capabilities of large language models. Group-based policy optimization methods, such as GRPO, typically …

Reinforcement LearningMathematical Reasoning