paper-with-me

Papers

Learning When to Switch: Adaptive Policy Selection via Reinforcement Learning

2025-12-06 · Chris Tava arxiv

Autonomous agents often require multiple strategies to solve complex tasks, but determining when to switch between strategies remains challenging. This research introduces a reinforcement learning technique to learn switching thresholds between two orthogonal navigation policies. Using maze navigation as a case study, this work demonstrates how an agent can dynamically transition between systematic exploration (coverage) and goal-directed pathfinding (convergence) to improve task performance. Unlike fixed-threshold approaches, the agent uses Q-learning to adapt switching behavior based on coverage percentage and distance to goal, requiring only minimal domain knowledge: maze dimensions and target location. The agent does not require prior knowledge of wall positions, optimal threshold values, or hand-crafted heuristics; instead, it discovers effective switching strategies dynamically during each run. The agent discretizes its state space into coverage and distance buckets, then adapts which coverage threshold (20-60\%) to apply based on observed progress signals. Experiments across 240 test configurations (4 maze sizes from 16$\times$16 to 128$\times$128 $\times$ 10 unique mazes $\times$ 6 agent variants) demonstrate that adaptive threshold learning outperforms both single-strategy agents and fixed 40\% threshold baselines. Results show 23-55\% improvements in completion time, 83\% reduction in runtime variance, and 71\% improvement in worst-case scenarios. The learned switching behavior generalizes within each size class to unseen wall configurations. Performance gains scale with problem complexity: 23\% improvement for 16$\times$16 mazes, 34\% for 32$\times$32, and 55\% for 64$\times$64, demonstrating that as the space of possible maze structures grows, the value of adaptive policy selection over fixed heuristics increases proportionally.

📄 PDF Abstract BibTeX arXiv:2512.06250

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Constraint-Adaptive Policy Switching for Offline Safe Reinforcement Learning

2024-12-25 · Yassine Chemingui, Aryan Deshwal, Honghao Wei, Alan Fern 외

Offline safe reinforcement learning (OSRL) involves learning a decision-making policy to maximize rewards from a fixed batch of training data to satisfy pre-defined safety constraints. However, adapting to varying safety…

Decision MakingOffline RLreinforcement-learningReinforcement Learning+1

Policy-Based Deep Reinforcement Learning Hyperheuristics for Job-Shop Scheduling Problems

2026-01-16 · Sofiene Lassoued, Asrat Gobachew, Stefan Lier, Andreas Schwung arxiv

This paper proposes a policy-based deep reinforcement learning hyper-heuristic framework for solving the Job Shop Scheduling Problem. The hyper-heuristic agent learns to switch scheduling rules based on the system state …

Reinforcement Learning

When should agents explore?

2021-08-26 · NeurIPS 2021 12 · Miruna Pîslar, David Szepesvari, Georg Ostrovski, Diana Borsa 외

Exploration remains a central challenge for reinforcement learning (RL). Virtually all existing methods share the feature of a monolithic behaviour policy that changes only gradually (at best). In contrast, the explorato…

DiversityReinforcement Learning (RL)

A Benchmark for Low-Switching-Cost Reinforcement Learning

2021-12-13 · Shusheng Xu, Yancheng Liang, Yunfei Li, Simon Shaolei Du 외

A ubiquitous requirement in many practical reinforcement learning (RL) applications, including medical treatment, recommendation system, education and robotics, is that the deployed policy that actually interacts with th…

Atari Gamesreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Continuous-time reinforcement learning for optimal switching over multiple regimes

2025-12-04 · Yijie Huang, Mengge Li, Xiang Yu, Zhou Zhou arxiv

This paper studies the continuous-time reinforcement learning (RL) for optimal switching problems across multiple regimes. We consider a type of exploratory formulation under entropy regularization where the agent random…

Reinforcement Learning