paper-with-me

Papers

An Efficient, Generalized Bellman Update For Cooperative Inverse Reinforcement Learning

2018-06-11 · ICML 2018 7 · Dhruv Malik, Malayandi Palaniappan, Jaime F. Fisac, Dylan Hadfield-Menell, Stuart Russell, Anca D. Dragan

Our goal is for AI systems to correctly identify and act according to their human user's objectives. Cooperative Inverse Reinforcement Learning (CIRL) formalizes this value alignment problem as a two-player game between a human and robot, in which only the human knows the parameters of the reward function: the robot needs to learn them as the interaction unfolds. Previous work showed that CIRL can be solved as a POMDP, but with an action space size exponential in the size of the reward parameter space. In this work, we exploit a specific property of CIRL---the human is a full information agent---to derive an optimality-preserving modification to the standard Bellman update; this reduces the complexity of the problem by an exponential factor and allows us to relax CIRL's assumption of human rationality. We apply this update to a variety of POMDP solvers and find that it enables us to scale CIRL to non-trivial problems, with larger reward parameter spaces, and larger action spaces for both robot and human. In solutions to these larger problems, the human exhibits pedagogic (teaching) behavior, while the robot interprets it as such and attains higher value for the human.

📄 PDF Abstract BibTeX arXiv:1806.03820

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Reinforcement Learning with Non-Cumulative Objective

2023-07-11 · Wei Cui, Wei Yu

In reinforcement learning, the objective is almost always defined as a \emph{cumulative} function over the rewards along the process. However, there are many optimal control and reinforcement learning problems in various…

reinforcement-learningReinforcement Learning

Robust Instruction Compliance in Cooperative Multi-Agent Reinforcement Learning

2026-05-12 · Wo Wei Lin, Ethan Rathbun, Enrico Marchesini, Xiang Zhi Tan arxiv

Multi-agent reinforcement learning (MARL) in real-world use cases may need to adapt to external natural language instructions that interrupt ongoing behavior and conflict with long-horizon objectives. However, conditioni…

Multi-agent Reinforcement Learning

Iterated $Q$-Network: Beyond One-Step Bellman Updates in Deep Reinforcement Learning

2024-03-04 · Théo Vincent, Daniel Palenicek, Boris Belousov, Jan Peters 외

The vast majority of Reinforcement Learning methods is largely impacted by the computation effort and data requirements needed to obtain effective estimates of action-value functions, which in turn determine the quality …

Atari Gamescontinuous-controlContinuous ControlDeep Reinforcement Learning+2

Generalized Speedy Q-learning

2019-11-01 · Indu John, Chandramouli Kamanchi, Shalabh Bhatnagar

In this paper, we derive a generalization of the Speedy Q-learning (SQL) algorithm that was proposed in the Reinforcement Learning (RL) literature to handle slow convergence of Watkins' Q-learning. In most RL algorithms …

Q-LearningReinforcement LearningReinforcement Learning (RL)

Data-Driven Inverse Reinforcement Learning for Expert-Learner Zero-Sum Games

2023-01-05 · Wenqian Xue, Bosen Lian, Jialu Fan, Tianyou Chai 외

In this paper, we formulate inverse reinforcement learning (IRL) as an expert-learner interaction whereby the optimal performance intent of an expert or target agent is unknown to a learner agent. The learner observes th…

reinforcement-learningReinforcement Learning (RL)