paper-with-me

Papers

Chain of Uncertain Rewards with Large Language Models for Reinforcement Learning

2026-04-15 · Shentong Mo arxiv

Designing effective reward functions is a cornerstone of reinforcement learning (RL), yet it remains a challenging and labor-intensive process due to the inefficiencies and inconsistencies inherent in traditional methods. Existing methods often rely on extensive manual design and evaluation steps, which are prone to redundancy and overlook local uncertainties at intermediate decision points. To address these challenges, we propose the Chain of Uncertain Rewards (CoUR), a novel framework that integrates large language models (LLMs) to streamline reward function design and evaluation in RL environments. Specifically, our CoUR introduces code uncertainty quantification with a similarity selection mechanism that combines textual and semantic analyses to identify and reuse the most relevant reward function components. By reducing redundant evaluations and leveraging Bayesian optimization on decoupled reward terms, CoUR enables a more efficient and robust search for optimal reward feedback. We comprehensively evaluate CoUR across nine original environments from IsaacGym and all 20 tasks from the Bidexterous Manipulation benchmark. The experimental results demonstrate that CoUR not only achieves better performance but also significantly lowers the cost of reward evaluations.

📄 PDF Abstract BibTeX arXiv:2604.13504

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Studying the Korean Word-Chain Game with RLVR: Mitigating Reward Conflicts via Curriculum Learning

2025-10-03 · Donghwan Rho arxiv

Reinforcement learning with verifiable rewards (RLVR) is a promising approach for training large language models (LLMs) with stronger reasoning abilities. It has also been applied to a variety of logic puzzles. In this w…

Reinforcement Learning

Unveiling Chain of Step Reasoning for Vision-Language Models with Fine-grained Rewards

2025-09-23 · Honghao Chen, Xingzhou Lou, Xiaokun Feng, Kaiqi Huang 외 arxiv

Chain of thought reasoning has demonstrated remarkable success in large language models, yet its adaptation to vision-language reasoning remains an open challenge with unclear best practices. Existing attempts typically …

Reinforcement LearningMultimodal Reasoning

Count Counts: Motivating Exploration in LLM Reasoning with Count-based Intrinsic Rewards

2025-10-18 · Xuan Zhang, Ruixiao Li, Zhijian Zhou, Long Li 외 arxiv

Reinforcement Learning (RL) has become a compelling way to strengthen the multi step reasoning ability of Large Language Models (LLMs). However, prevalent RL paradigms still lean on sparse outcome-based rewards and limit…

Reinforcement Learning

Uncertainty-Penalized Reinforcement Learning from Human Feedback with Diverse Reward LoRA Ensembles

2023-12-30 · Yuanzhao Zhai, Han Zhang, Yu Lei, Yue Yu 외

Reinforcement learning from human feedback (RLHF) emerges as a promising paradigm for aligning large language models (LLMs). However, a notable challenge in RLHF is overoptimization, where beyond a certain threshold, the…

Uncertainty Quantification

SELAUR: Self Evolving LLM Agent via Uncertainty-aware Rewards

2026-02-24 · Dengjia Zhang, Xiaoou Liu, Lu Cheng, Yaqing Wang 외 arxiv

Large language models (LLMs) are increasingly deployed as multi-step decision-making agents, where effective reward design is essential for guiding learning. Although recent work explores various forms of reward shaping …

Reinforcement Learning