paper-with-me

Papers

Online Bayesian Goal Inference for Boundedly-Rational Planning Agents

2020-06-13 · Tan Zhi-Xuan, Jordyn L. Mann, Tom Silver, Joshua B. Tenenbaum, Vikash K. Mansinghka

People routinely infer the goals of others by observing their actions over time. Remarkably, we can do so even when those actions lead to failure, enabling us to assist others when we detect that they might not achieve their goals. How might we endow machines with similar capabilities? Here we present an architecture capable of inferring an agent's goals online from both optimal and non-optimal sequences of actions. Our architecture models agents as boundedly-rational planners that interleave search with execution by replanning, thereby accounting for sub-optimal behavior. These models are specified as probabilistic programs, allowing us to represent and perform efficient Bayesian inference over an agent's goals and internal planning processes. To perform such inference, we develop Sequential Inverse Plan Search (SIPS), a sequential Monte Carlo algorithm that exploits the online replanning assumption of these models, limiting computation by incrementally extending inferred plans as new actions are observed. We present experiments showing that this modeling and inference architecture outperforms Bayesian inverse reinforcement learning baselines, accurately inferring goals from both optimal and non-optimal trajectories involving failure and back-tracking, while generalizing across domains with compositional structure and sparse rewards.

📄 PDF Abstract BibTeX arXiv:2006.07532

Code (1)

ztangent/Plinf.jl

Tasks

Bayesian Inference

Similar Papers 제목 키워드 기반

Online Bayesian Goal Inference for Boundedly Rational Planning Agents

2020-12-01 · NeurIPS 2020 12 · Tan Zhi-Xuan, Jordyn Mann, Tom Silver, Josh Tenenbaum 외

People routinely infer the goals of others by observing their actions over time. Remarkably, we can do so even when those actions lead to failure, enabling us to assist others when we detect that they might not achieve t…

Bayesian Inference

Modeling the Mistakes of Boundedly Rational Agents Within a Bayesian Theory of Mind

2021-06-24 · Arwa Alanqary, Gloria Z. Lin, Joie Le, Tan Zhi-Xuan 외

When inferring the goals that others are trying to achieve, people intuitively understand that others might make mistakes along the way. This is crucial for activities such as teaching, offering assistance, and deciding …

Game of Chess

Human collective intelligence as distributed Bayesian inference

2016-08-05 · Peter M. Krafft, Julia Zheng, Wei Pan, Nicolás Della Penna 외

Collective intelligence is believed to underly the remarkable success of human society. The formation of accurate shared beliefs is one of the key components of human collective intelligence. How are accurate shared beli…

Bayesian InferenceDecision MakingSequential Decision MakingThompson Sampling

Modeling Boundedly Rational Agents with Latent Inference Budgets

2023-12-07 · Athul Paul Jacob, Abhishek Gupta, Jacob Andreas

We study the problem of modeling a population of agents pursuing unknown goals subject to unknown computational constraints. In standard models of bounded rationality, sub-optimal decision-making is simulated by adding h…

Decision MakingDecision Making Under Uncertainty

Boundedly Rational Meta-Learning in Sequential Consumer Choice

2026-05-15 · Mehrzad Khosravi, Max Kleiman-Weiner, Hema Yoganarasimhan arxiv

Many consumer decisions are repeated choices under uncertainty. Standard models capture these decisions using Bayesian learning and dynamic programming: consumers update beliefs from feedback and use those beliefs to gui…