paper-with-me

홈 › Papers

Internally Rewarded Reinforcement Learning

2023-02-01 · Mengdi Li, Xufeng Zhao, Jae Hee Lee, Cornelius Weber, Stefan Wermter

We study a class of reinforcement learning problems where the reward signals for policy learning are generated by an internal reward model that is dependent on and jointly optimized with the policy. This interdependence between the policy and the reward model leads to an unstable learning process because reward signals from an immature reward model are noisy and impede policy learning, and conversely, an under-optimized policy impedes reward estimation learning. We call this learning setting $\textit{Internally Rewarded Reinforcement Learning}$ (IRRL) as the reward is not provided directly by the environment but $\textit{internally}$ by a reward model. In this paper, we formally formulate IRRL and present a class of problems that belong to IRRL. We theoretically derive and empirically analyze the effect of the reward function in IRRL and based on these analyses propose the clipped linear reward function. Experimental results show that the proposed reward function can consistently stabilize the training process by reducing the impact of reward noise, which leads to faster convergence and higher performance compared with baselines in diverse tasks.

📄 PDF Abstract BibTeX arXiv:2302.00270

Code (1)

mengdi-li/internally-rewarded-rl 공식 구현 jax

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

The Value Axis: Language Models Encode Whether They're on the Right Track

2026-06-15 · Nick Jiang, Isaac Kauvar, Jack Lindsey arxiv

We investigate whether language models internally track the value of their current trajectory, defined as the likelihood that their ongoing strategy will achieve their goals. Using synthetic, in-context reinforcement lea…

Reinforcement Learning

Offline Trajectory Generalization for Offline Reinforcement Learning

2024-04-16 · Ziqi Zhao, Zhaochun Ren, Liu Yang, Fajie Yuan 외

Offline reinforcement learning (RL) aims to learn policies from static datasets of previously collected trajectories. Existing methods for offline RL either constrain the learned policy to the support of offline data or …

D4RLData AugmentationOffline RLreinforcement-learning+2

Zero-Incentive Dynamics: a look at reward sparsity through the lens of unrewarded subgoals

2025-07-02 · Yannick Molinghen, Tom Lenaerts arxiv

This work re-examines the commonly held assumption that the frequency of rewards is a reliable measure of task difficulty in reinforcement learning. We identify and formalize a structural challenge that undermines the ef…

Reinforcement Learning

Unrewarded Exploration in Large Language Models Reveals Latent Learning from Psychology

2026-01-30 · Jian Xiong, Jingbo Zhou, Zihan Zhou, Yixiong Xiao 외 arxiv

Latent learning, classically theorized by Tolman, shows that biological agents (e.g., rats) can acquire internal representations of their environment without rewards, enabling rapid adaptation once rewards are introduced…

Reinforcement Learning

Influence-Based Reinforcement Learning for Intrinsically-Motivated Agents

2021-08-28 · Ammar Fayad, Majd Ibrahim

Discovering successful coordinated behaviors is a central challenge in Multi-Agent Reinforcement Learning (MARL) since it requires exploring a joint action space that grows exponentially with the number of agents. In thi…

counterfactualMulti-agent Reinforcement LearningOpenAI Gymreinforcement-learning+3