This is the pre-proceedings for the RLC 2026. You may expect minor changes.

Let it Cook: Learning to Wait in Sequential Decision Making

By Christopher Watson, Arjun Krishna, Dinesh Jayaraman, and Rajeev Alur

Reinforcement Learning Journal, vol. 7, 2026, pp. TBD.

Will be presented at the Reinforcement Learning Conference (RLC), MontrĂ©al, Quebec, Canada, August 15–17, 2026.


Download:

Keywords: Hierarchical RL, Action Repeat, Multi-objective RL, Waiting

Abstract:

In sequential decision making, an agent typically observes its environment and acts at every timestep. However, such active participation may not always be necessary; tasks such as brewing coffee include periods that are served equally well by letting the environment evolve without constant monitoring and control. During such periods, the agent could simply wait to conserve its resources, or redirect its attention to another task. We capitalize on these opportunities by training a "waiting policy" that decides where and how long to wait. This involves forgoing sensing to commit to a \textit{wait} action, representing a deliberate pause for a set number of timesteps. We formalize "learning to wait" as minimizing the frequency of sensing and decision making without sacrificing task performance (e.g., the total amount of time to complete a task). To train a waiting policy, we propose an approach that employs reinforcement learning with lexicographically ordered objectives. In experiments across $4$ discrete-state household tasks and $3$ continuous-state environments, we show that our approach successfully learns waiting behaviors, and can adapt pre-trained policies to wait where appropriate. While different tasks permit different amounts of waiting without sacrificing task performance, our approach consistently finds solutions with significant waiting, sometimes waiting for over $50$ percent of the task duration.


Citation Information:

Christopher Watson, Arjun Krishna, Dinesh Jayaraman, and Rajeev Alur. "Let it Cook: Learning to Wait in Sequential Decision Making." Reinforcement Learning Journal, vol. 7, 2026, pp. TBD.

BibTeX:
@article{watson2026let,
    title={Let it Cook: Learning to Wait in Sequential Decision Making},
    author={Christopher Watson and Arjun Krishna and Dinesh Jayaraman and Rajeev Alur},
    journal={Reinforcement Learning Journal},
    volume={7},
    pages={},
    year={2026}
}