paper-with-me

Papers

Getting By Goal Misgeneralization With a Little Help From a Mentor

2024-10-28 · Tu Trinh, Mohamad H. Danesh, Nguyen X. Khanh, Benjamin Plaut

While reinforcement learning (RL) agents often perform well during training, they can struggle with distribution shift in real-world deployments. One particularly severe risk of distribution shift is goal misgeneralization, where the agent learns a proxy goal that coincides with the true goal during training but not during deployment. In this paper, we explore whether allowing an agent to ask for help from a supervisor in unfamiliar situations can mitigate this issue. We focus on agents trained with PPO in the CoinRun environment, a setting known to exhibit goal misgeneralization. We evaluate multiple methods for determining when the agent should request help and find that asking for help consistently improves performance. However, we also find that methods based on the agent's internal state fail to proactively request help, instead waiting until mistakes have already occurred. Further investigation suggests that the agent's internal state does not represent the coin at all, highlighting the importance of learning nuanced representations, the risks of ignoring everything not immediately relevant to reward, and the necessity of developing ask-for-help strategies tailored to the agent's training algorithm.

📄 PDF Abstract BibTeX arXiv:2410.21052

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
Focus 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

Goal Misgeneralization: Why Correct Specifications Aren't Enough For Correct Goals

2022-10-04 · Rohin Shah, Vikrant Varma, Ramana Kumar, Mary Phuong 외

The field of AI alignment is concerned with AI systems that pursue unintended goals. One commonly studied mechanism by which an unintended goal might arise is specification gaming, in which the designer-provided specific…

Mitigating Goal Misgeneralization via Minimax Regret

2025-07-03 · Karim Abdel Sadek, Matthew Farrugia-Roberts, Usman Anwar, Hannah Erlebach 외 arxiv

Safe generalization in reinforcement learning requires not only that a learned policy acts capably in new situations, but also that it uses its capabilities towards the pursuit of the designer's intended goal. The latter…

Reinforcement Learning

Goal Misgeneralization in Deep Reinforcement Learning

2021-05-28 · Lauro Langosco, Jack Koch, Lee Sharkey, Jacob Pfau 외

We study goal misgeneralization, a type of out-of-distribution generalization failure in reinforcement learning (RL). Goal misgeneralization failures occur when an RL agent retains its capabilities out-of-distribution ye…

Deep Reinforcement LearningNavigateOut-of-Distribution Generalizationreinforcement-learning+2

Reinforcement Learning from LLM Feedback to Counteract Goal Misgeneralization

2024-01-14 · Houda Nait El Barj, Theophile Sautory

We introduce a method to address goal misgeneralization in reinforcement learning (RL), leveraging Large Language Model (LLM) feedback during training. Goal misgeneralization, a type of robustness failure in RL occurs wh…

Language ModelingLanguage ModellingLarge Language Modelreinforcement-learning+2

Colour versus Shape Goal Misgeneralization in Reinforcement Learning: A Case Study

2023-12-05 · Karolis Ramanauskas, Özgür Şimşek

We explore colour versus shape goal misgeneralization originally demonstrated by Di Langosco et al. (2022) in the Procgen Maze environment, where, given an ambiguous choice, the agents seem to prefer generalization based…

reinforcement-learning