paper-with-me

홈 › Papers

Finding the Time to Think: Learning Planning Budgets in Real-Time RL

2026-06-24 · Aneesh Muppidi, Firas Darwish, Dylan Cope, João F. Henriques, Jakob Nicolaus Foerster arxiv

Deliberating takes time. In real-time settings, that time is not free. Standard reinforcement learning (RL) sidesteps this as the environment waits indefinitely for the agent's decision. Instead, we study real-time RL environments where the environment progresses while waiting for the agent's action. Building on prior real-time formalizations, we introduce variable-delay real-time RL, where the agent chooses how long to deliberate at each decision point since the environment progresses. For the planning agents we use, the right delay is state-dependent, and naively planning how long to plan can paralyze the agent. We instead approach this setting by training a lightweight gating policy on top of a planner to select state-dependent planning budgets. Across real-time Pac-Man, Tetris, Snake, Speed Hex, and Speed Go, our gating policy outperforms fixed-budget and heuristic baselines, and transfers to a real-time setup where the environment and agent run on two different GPUs.

📄 PDF Abstract BibTeX arXiv:2606.26463

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

An Empirical Study of LLM Reasoning Ability Under Strict Output Length Constraint

2025-04-19 · Yi Sun, Han Wang, Jiaqiang Li, Jiacheng Liu 외

Recent work has demonstrated the remarkable potential of Large Language Models (LLMs) in test-time scaling. By making models think before answering, they are able to achieve much higher accuracy with extra inference comp…

When More Thinking Hurts: Overthinking in LLM Test-Time Compute Scaling

2026-04-12 · Shu Zhou, Rui Ling, Junan Chen, Xin Wang 외 arxiv

Scaling test-time compute through extended chains of thought has become a dominant paradigm for improving large language model reasoning. However, existing research implicitly assumes that longer thinking always yields b…

Ferret: An Efficient Online Continual Learning Framework under Varying Memory Constraints

2025-03-15 · CVPR 2025 1 · Yuhao Zhou, Yuxin Tian, Jindi Lv, Mingjia Shi 외

In the realm of high-frequency data streams, achieving real-time learning within varying memory constraints is paramount. This paper presents Ferret, a comprehensive framework designed to enhance online accuracy of Onlin…

Continual Learning

Don't Think Twice! Over-Reasoning Impairs Confidence Calibration

2025-08-20 · Romain Lacombe, Kerrie Wu, Eddie Dilworth arxiv

Large Language Models deployed as question answering tools require robust calibration to avoid overconfidence. We systematically evaluate how reasoning capabilities and budget affect confidence assessment accuracy, using…

Question Answering

Avoiding Overthinking and Underthinking: Curriculum-Aware Budget Scheduling for LLMs

2026-03-29 · Amirul Rahman, Aisha Karim, Kenji Nakamura, Yi-Fan Ng arxiv

Scaling test-time compute via extended reasoning has become a key paradigm for improving the capabilities of large language models (LLMs). However, existing approaches optimize reasoning under fixed or uniformly sampled …

Mathematical Reasoning