paper-with-me

홈 › Papers

Evaluating Agents without Rewards

2020-12-21 · Brendon Matusch, Jimmy Ba, Danijar Hafner

Reinforcement learning has enabled agents to solve challenging tasks in unknown environments. However, manually crafting reward functions can be time consuming, expensive, and error prone to human error. Competing objectives have been proposed for agents to learn without external supervision, but it has been unclear how well they reflect task rewards or human behavior. To accelerate the development of intrinsic objectives, we retrospectively compute potential objectives on pre-collected datasets of agent behavior, rather than optimizing them online, and compare them by analyzing their correlations. We study input entropy, information gain, and empowerment across seven agents, three Atari games, and the 3D game Minecraft. We find that all three intrinsic objectives correlate more strongly with a human behavior similarity metric than with task reward. Moreover, input entropy and information gain correlate more strongly with human similarity than task reward does, suggesting the use of intrinsic objectives for designing agents that behave similarly to human players.

📄 PDF Abstract BibTeX arXiv:2012.11538

Code (1)

bfmat/agenteval

Tasks

Atari GamesMinecraft

Similar Papers 제목 키워드 기반

Collaborative Training of Heterogeneous Reinforcement Learning Agents in Environments with Sparse Rewards: What and When to Share?

2022-02-24 · Alain Andres, Esther Villar-Rodriguez, Javier Del Ser

In the early stages of human life, babies develop their skills by exploring different scenarios motivated by their inherent satisfaction rather than by extrinsic rewards from the environment. This behavior, referred to a…

Efficient ExplorationTransfer 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)

Coordinated Exploration via Intrinsic Rewards for Multi-Agent Reinforcement Learning

2019-05-28 · Shariq Iqbal, Fei Sha

Solving tasks with sparse rewards is one of the most important challenges in reinforcement learning. In the single-agent setting, this challenge is addressed by introducing intrinsic rewards that motivate agents to explo…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Truthful Self-Play

2021-06-06 · Shohei Ohsawa

We present a general framework for evolutionary learning to emergent unbiased state representation without any supervision. Evolutionary frameworks such as self-play converge to bad local optima in case of multi-agent re…

Multi-agent Reinforcement LearningStarcraft

Minding Motivation: The Effect of Intrinsic Motivation on Agent Behaviors

2025-07-26 · Leonardo Villalobos-Arias, Grant Forbes, Jianxun Wang, David L Roberts 외 arxiv

Games are challenging for Reinforcement Learning~(RL) agents due to their reward-sparsity, as rewards are only obtainable after long sequences of deliberate actions. Intrinsic Motivation~(IM) methods -- which introduce e…

Reinforcement Learning