paper-with-me

Papers

Batch Active Learning of Reward Functions from Human Preferences

2024-02-24 · Erdem Biyik, Nima Anari, Dorsa Sadigh

Data generation and labeling are often expensive in robot learning. Preference-based learning is a concept that enables reliable labeling by querying users with preference questions. Active querying methods are commonly employed in preference-based learning to generate more informative data at the expense of parallelization and computation time. In this paper, we develop a set of novel algorithms, batch active preference-based learning methods, that enable efficient learning of reward functions using as few data samples as possible while still having short query generation times and also retaining parallelizability. We introduce a method based on determinantal point processes (DPP) for active batch generation and several heuristic-based alternatives. Finally, we present our experimental results for a variety of robotics tasks in simulation. Our results suggest that our batch active learning algorithm requires only a few queries that are computed in a short amount of time. We showcase one of our algorithms in a study to learn human users' preferences.

📄 PDF Abstract BibTeX arXiv:2402.15757

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningPoint Processes

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Batch Active Preference-Based Learning of Reward Functions

2018-10-10 · Erdem Biyik, Dorsa Sadigh

Data generation and labeling are usually an expensive part of learning for robotics. While active learning methods are commonly used to tackle the former problem, preference-based learning is a concept that attempts to s…

Active Learning

Batch Reinforcement Learning from Crowds

2021-11-08 · Guoxi Zhang, Hisashi Kashima

A shortcoming of batch reinforcement learning is its requirement for rewards in data, thus not applicable to tasks without reward functions. Existing settings for lack of reward, such as behavioral cloning, rely on optim…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Learning Reward Functions from Diverse Sources of Human Feedback: Optimally Integrating Demonstrations and Preferences

2020-06-24 · Erdem Biyik, Dylan P. Losey, Malayandi Palan, Nicholas C. Landolfi 외

Reward functions are a common way to specify the objective of a robot. As designing reward functions can be extremely challenging, a more promising approach is to directly learn reward functions from human teachers. Impo…

MORAL: Aligning AI with Human Norms through Multi-Objective Reinforced Active Learning

2021-12-30 · Markus Peschl, Arkady Zgonnikov, Frans A. Oliehoek, Luciano C. Siebert

Inferring reward functions from demonstrations and pairwise preferences are auspicious approaches for aligning Reinforcement Learning (RL) agents with human intentions. However, state-of-the art methods typically focus o…

Active LearningEthicsReinforcement Learning (RL)

Risk-averse Batch Active Inverse Reward Design

2023-11-20 · Panagiotis Liampas

Designing a perfect reward function that depicts all the aspects of the intended behavior is almost impossible, especially generalizing it outside of the training environments. Active Inverse Reward Design (AIRD) propose…