paper-with-me

Papers

Beyond Bayes-optimality: meta-learning what you know you don't know

2022-09-30 · Jordi Grau-Moya, Grégoire Delétang, Markus Kunesch, Tim Genewein, Elliot Catt, Kevin Li, Anian Ruoss, Chris Cundy, Joel Veness, Jane Wang, Marcus Hutter, Christopher Summerfield, Shane Legg, Pedro Ortega

Meta-training agents with memory has been shown to culminate in Bayes-optimal agents, which casts Bayes-optimality as the implicit solution to a numerical optimization problem rather than an explicit modeling assumption. Bayes-optimal agents are risk-neutral, since they solely attune to the expected return, and ambiguity-neutral, since they act in new situations as if the uncertainty were known. This is in contrast to risk-sensitive agents, which additionally exploit the higher-order moments of the return, and ambiguity-sensitive agents, which act differently when recognizing situations in which they lack knowledge. Humans are also known to be averse to ambiguity and sensitive to risk in ways that aren't Bayes-optimal, indicating that such sensitivity can confer advantages, especially in safety-critical situations. How can we extend the meta-learning protocol to generate risk- and ambiguity-sensitive agents? The goal of this work is to fill this gap in the literature by showing that risk- and ambiguity-sensitivity also emerge as the result of an optimization problem using modified meta-training algorithms, which manipulate the experience-generation process of the learner. We empirically test our proposed meta-training algorithms on agents exposed to foundational classes of decision-making experiments and demonstrate that they become sensitive to risk and ambiguity.

📄 PDF Abstract BibTeX arXiv:2209.15618

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingMeta-LearningSensitivity

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Memory Sequence Length of Data Sampling Impacts the Adaptation of Meta-Reinforcement Learning Agents

2024-06-18 · Menglong Zhang, Fuyuan Qian, Quanying Liu

Fast adaptation to new tasks is extremely important for embodied agents in the real world. Meta-reinforcement learning (meta-RL) has emerged as an effective method to enable fast adaptation in unknown environments. Compa…

continuous-controlContinuous ControlMeta Reinforcement LearningMuJoCo+1

ContraBAR: Contrastive Bayes-Adaptive Deep RL

2023-06-04 · Era Choshen, Aviv Tamar

In meta reinforcement learning (meta RL), an agent seeks a Bayes-optimal policy -- the optimal policy when facing an unknown task that is sampled from some known task distribution. Previous approaches tackled this proble…

Contrastive LearningMeta Reinforcement LearningVariational Inference

Localized Meta-Learning: A PAC-Bayes Analysis for Meta-Leanring Beyond Global Prior

2019-09-25 · Chenghao Liu, Tao Lu, Doyen Sahoo, Yuan Fang 외

Meta-learning methods learn the meta-knowledge among various training tasks and aim to promote the learning of new tasks under the task similarity assumption. However, such meta-knowledge is often represented as a fixed …

Meta-Learning

Localized Meta-Learning: A PAC-Bayes Analysis for Meta-Learning Beyond Global Prior

2021-01-01 · Chenghao Liu, Tao Lu, Doyen Sahoo, Yuan Fang 외

Meta-learning methods learn the meta-knowledge among various training tasks and aim to promote the learning of new tasks under the task similarity assumption. Such meta-knowledge is often represented as a fixed distribut…

Meta-Learning

Online Constrained Meta-Learning: Provable Guarantees for Generalization

2023-09-21 · NeurIPS 2023 11

Meta-learning has attracted attention due to its strong ability to learn experiences from known tasks, which can speed up and enhance the learning process for new tasks. However, most existing meta-learning approaches on…