paper-with-me

홈 › Papers

Exploring through Random Curiosity with General Value Functions

2022-11-18 · Aditya Ramesh, Louis Kirsch, Sjoerd van Steenkiste, Jürgen Schmidhuber

Efficient exploration in reinforcement learning is a challenging problem commonly addressed through intrinsic rewards. Recent prominent approaches are based on state novelty or variants of artificial curiosity. However, directly applying them to partially observable environments can be ineffective and lead to premature dissipation of intrinsic rewards. Here we propose random curiosity with general value functions (RC-GVF), a novel intrinsic reward function that draws upon connections between these distinct approaches. Instead of using only the current observation's novelty or a curiosity bonus for failing to predict precise environment dynamics, RC-GVF derives intrinsic rewards through predicting temporally extended general value functions. We demonstrate that this improves exploration in a hard-exploration diabolical lock problem. Furthermore, RC-GVF significantly outperforms previous methods in the absence of ground-truth episodic counts in the partially observable MiniGrid environments. Panoramic observations on MiniGrid further boost RC-GVF's performance such that it is competitive to baselines exploiting privileged information in form of episodic counts.

📄 PDF Abstract BibTeX arXiv:2211.10282

Code (1)

aditya-ramesh-10/exploring-through-rcgvf 공식 구현 pytorch

Tasks

Efficient Exploration

Similar Papers 제목 키워드 기반

Active World Model Learning with Progress Curiosity

2020-07-15 · Kuno Kim, Megumi Sano, Julian De Freitas, Nick Haber 외

World models are self-supervised predictive models of how the world evolves. Humans learn world models by curiously exploring their environment, in the process acquiring compact abstractions of high bandwidth sensory inp…

model

A framework for single and multi-agent human-AI curiosity ecosystems

2026-07-07 · Ilya E. Monosov arxiv

This paper offers a framework for considering curiosity as an ecosystem. First, it suggests that a single agent's inquiry policy (how, when, and why an agent asks a question) depends on how the agent values immediate unc…

Active World Model Learning in Agent-rich Environments with Progress Curiosity

2020-01-01 · ICML 2020 1 · Kuno Kim, Megumi Sano, Julian De Freitas, Nick Haber 외

World models are a family of predictive models that solve self-supervised problems on how the world evolves. Humans learn world models by curiously exploring their environment, in the process acquiring compact abstractio…

Food Recommendation With Balancing Comfort and Curiosity

2025-03-24 · Yuto Sakai, Qiang Ma

Food is a key pleasure of traveling, but travelers face a trade-off between exploring curious new local food and choosing comfortable, familiar options. This creates demand for personalized recommendation systems that ba…

Density EstimationFood recommendationRecommendation Systems

MaxInfoRL: Boosting exploration in reinforcement learning through information gain maximization

2024-12-16 · Bhavya Sukhija, Stelian Coros, Andreas Krause, Pieter Abbeel 외

Reinforcement learning (RL) algorithms aim to balance exploiting the current best strategy with exploring new options that could lead to higher rewards. Most common RL algorithms use undirected exploration, i.e., select …

Multi-Armed BanditsReinforcement Learning (RL)