paper-with-me

홈 › Papers

StepScorer: Accelerating Reinforcement Learning with Step-wise Scoring and Psychological Regret Modeling

2026-02-03 · Zhe Xu arxiv

Reinforcement learning algorithms often suffer from slow convergence due to sparse reward signals, particularly in complex environments where feedback is delayed or infrequent. This paper introduces the Psychological Regret Model (PRM), a novel approach that accelerates learning by incorporating regret-based feedback signals after each decision step. Rather than waiting for terminal rewards, PRM computes a regret signal based on the difference between the expected value of the optimal action and the value of the action taken in each state. This transforms sparse rewards into dense feedback signals through a step-wise scoring framework, enabling faster convergence. We demonstrate that PRM achieves stable performance approximately 36\% faster than traditional Proximal Policy Optimization (PPO) in benchmark environments such as Lunar Lander. Our results indicate that PRM is particularly effective in continuous control tasks and environments with delayed feedback, making it suitable for real-world applications such as robotics, finance, and adaptive education where rapid policy adaptation is critical. The approach formalizes human-inspired counterfactual thinking as a computable regret signal, bridging behavioral economics and reinforcement learning.

📄 PDF Abstract BibTeX arXiv:2602.03171

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningContinuous Control

Similar Papers 제목 키워드 기반

Aligning Few-Step Diffusion Models with Dense Reward Difference Learning

2024-11-18 · Ziyi Zhang, Li Shen, Sen Zhang, Deheng Ye 외

Aligning diffusion models with downstream objectives is essential for their practical applications. However, standard alignment methods often struggle with step generalization when directly applied to few-step diffusion …

Denoising

Accelerating Inference of Masked Image Generators via Reinforcement Learning

2025-11-30 · Pranav Subbaraman, Shufan Li, Siyan Zhao, Aditya Grover arxiv

Masked Generative Models (MGM)s demonstrate strong capabilities in generating high-fidelity images. However, they need many sampling steps to create high-quality generations, resulting in slow inference speed. In this wo…

Reinforcement Learning

Self-Evaluating LLMs for Multi-Step Tasks: Stepwise Confidence Estimation for Failure Detection

2025-11-10 · Vaibhav Mavi, Shubh Jaroria, Weiqi Sun arxiv

Reliability and failure detection of large language models (LLMs) is critical for their deployment in high-stakes, multi-step reasoning tasks. Prior work explores confidence estimation for self-evaluating LLM-scorer syst…

RLCFR: Minimize Counterfactual Regret by Deep Reinforcement Learning

2020-09-10 · Huale Li, Xuan Wang, Fengwei Jia, Yi-Fan Li 외

Counterfactual regret minimization (CFR) is a popular method to deal with decision-making problems of two-player zero-sum games with imperfect information. Unlike existing studies that mostly explore for solving larger s…

counterfactualDecision MakingDeep Reinforcement Learningreinforcement-learning+2

FP8-RL: A Practical and Stable Low-Precision Stack for LLM Reinforcement Learning

2026-01-26 · Zhaopeng Qiu, Shuang Yu, Jingqi Zhang, Shuai Zhang 외 arxiv

Reinforcement learning (RL) for large language models (LLMs) is increasingly bottlenecked by rollout (generation), where long output sequence lengths make attention and KV-cache memory dominate end-to-end step time. FP8 …

Reinforcement Learning