English

Selective Progress-Aware Querying for Human-in-the-Loop Reinforcement Learning

Robotics 2025-09-26 v1

Abstract

Human feedback can greatly accelerate robot learning, but in real-world settings, such feedback is costly and limited. Existing human-in-the-loop reinforcement learning (HiL-RL) methods often assume abundant feedback, limiting their practicality for physical robot deployment. In this work, we introduce SPARQ, a progress-aware query policy that requests feedback only when learning stagnates or worsens, thereby reducing unnecessary oracle calls. We evaluate SPARQ on a simulated UR5 cube-picking task in PyBullet, comparing against three baselines: no feedback, random querying, and always querying. Our experiments show that SPARQ achieves near-perfect task success, matching the performance of always querying while consuming about half the feedback budget. It also provides more stable and efficient learning than random querying, and significantly improves over training without feedback. These findings suggest that selective, progress-based query strategies can make HiL-RL more efficient and scalable for robots operating under realistic human effort constraints.

Keywords

Cite

@article{arxiv.2509.20541,
  title  = {Selective Progress-Aware Querying for Human-in-the-Loop Reinforcement Learning},
  author = {Anujith Muraleedharan and Anamika J H},
  journal= {arXiv preprint arXiv:2509.20541},
  year   = {2025}
}

Comments

Preprint. 8 pages, 3 figures, 1 table, 1 algorithm. CoRL 2025 style (preprint). Code/data to be released

R2 v1 2026-07-01T05:54:56.451Z