paper-with-me

홈 › Papers

Curiosity-Critic: Cumulative Prediction Error Improvement as a Tractable Intrinsic Reward for World Model Training

2026-04-20 · Vin Bhaskara, Haicheng Wang arxiv

Local prediction-error-based curiosity rewards focus on the current transition without considering the world model's cumulative prediction error across all visited transitions. We introduce Curiosity-Critic, which grounds its intrinsic reward in the improvement of this cumulative objective, and show that it admits a tractable per-step surrogate: the difference between the current prediction error and the asymptotic error baseline of the current state transition. We estimate this error baseline online with a learned critic co-trained alongside the world model; since the critic only has to learn how hard a transition is to predict, its estimate of the irreducible noise floor converges well before the world model saturates, redirecting exploration toward learnable transitions. The reward is higher for learnable transitions and collapses toward zero for stochastic ones, thereby separating epistemic (reducible) from aleatoric (irreducible) prediction error online. Prior prediction-error curiosity formulations, from Schmidhuber (1991) to learned-feature-space variants, emerge as special cases corresponding to specific approximations of this error baseline. Experiments on a stochastic grid world show that Curiosity-Critic outperforms prediction-error, visitation-count, and Random Network Distillation methods in training speed and final world model accuracy.

📄 PDF Abstract BibTeX arXiv:2604.18701

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CAT-SAC: Soft Actor-Critic with Curiosity-Aware Entropy Temperature

2021-01-01 · Junfan Lin, Changxin Huang, Xiaodan Liang, Liang Lin

The trade-off between exploration and exploitation has long been a crucial issue in reinforcement learning~(RL). Most of the existing RL methods handle this problem by adding action noise to the policies, such as the Sof…

MuJoCoReinforcement Learning (RL)

CDE: Curiosity-Driven Exploration for Efficient Reinforcement Learning in Large Language Models

2025-09-11 · Runpeng Dai, Linfeng Song, Haolin Liu, Zhenwen Liang 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) is a powerful paradigm for enhancing the reasoning ability of Large Language Models (LLMs). Yet current RLVR methods often explore poorly, leading to premature conver…

Reinforcement Learning

Intrinsic Rewards for Exploration without Harm from Observational Noise: A Simulation Study Based on the Free Energy Principle

2024-05-13 · Theodore Jerome Tinker, Kenji Doya, Jun Tani

In Reinforcement Learning (RL), artificial agents are trained to maximize numerical rewards by performing tasks. Exploration is essential in RL because agents must discover information before exploiting it. Two rewards e…

Efficient ExplorationNavigateReinforcement Learning (RL)

Curiosity-driven Exploration by Self-supervised Prediction

2017-05-15 · ICML 2017 8 · Deepak Pathak, Pulkit Agrawal, Alexei A. Efros, Trevor Darrell

In many real-world scenarios, rewards extrinsic to the agent are extremely sparse, or absent altogether. In such cases, curiosity can serve as an intrinsic reward signal to enable the agent to explore its environment and…

PredictionUnsupervised Reinforcement Learning

On Improved Regret Bounds In Bayesian Optimization with Gaussian Noise

2024-12-25 · Jingyi Wang, Haowei Wang, Cosmin G. Petra, Nai-Yuan Chiang

Bayesian optimization (BO) with Gaussian process (GP) surrogate models is a powerful black-box optimization method. Acquisition functions are a critical part of a BO algorithm as they determine how the new samples are se…

Bayesian OptimizationThompson Sampling