paper-with-me

Papers

DIP-RL: Demonstration-Inferred Preference Learning in Minecraft

2023-07-22 · Ellen Novoseller, Vinicius G. Goecks, David Watkins, Josh Miller, Nicholas Waytowich

In machine learning for sequential decision-making, an algorithmic agent learns to interact with an environment while receiving feedback in the form of a reward signal. However, in many unstructured real-world settings, such a reward signal is unknown and humans cannot reliably craft a reward signal that correctly captures desired behavior. To solve tasks in such unstructured and open-ended environments, we present Demonstration-Inferred Preference Reinforcement Learning (DIP-RL), an algorithm that leverages human demonstrations in three distinct ways, including training an autoencoder, seeding reinforcement learning (RL) training batches with demonstration data, and inferring preferences over behaviors to learn a reward function to guide RL. We evaluate DIP-RL in a tree-chopping task in Minecraft. Results suggest that the method can guide an RL agent to learn a reward function that reflects human preferences and that DIP-RL performs competitively relative to baselines. DIP-RL is inspired by our previous work on combining demonstrations and pairwise preferences in Minecraft, which was awarded a research prize at the 2022 NeurIPS MineRL BASALT competition, Learning from Human Feedback in Minecraft. Example trajectory rollouts of DIP-RL and baselines are located at https://sites.google.com/view/dip-rl.

📄 PDF Abstract BibTeX arXiv:2307.12158

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingMinecraftreinforcement-learningReinforcement LearningReinforcement Learning (RL)Sequential Decision Making

Similar Papers 제목 키워드 기반

Preference Inference from Demonstration in Multi-objective Multi-agent Decision Making

2023-04-27 · Junlin Lu

It is challenging to quantify numerical preferences for different objectives in a multi-objective decision-making problem. However, the demonstrations of a user are often accessible. We propose an algorithm to infer line…

Decision Making

Hierarchical Deep Q-Network from Imperfect Demonstrations in Minecraft

2019-12-18 · Alexey Skrynnik, Aleksey Staroverov, Ermek Aitygulov, Kirill Aksenov 외

We present Hierarchical Deep Q-Network (HDQfD) that took first place in the MineRL competition. HDQfD works on imperfect demonstrations and utilizes the hierarchical structure of expert trajectories. We introduce the pro…

Minecraft

Inferring Preferences from Demonstrations in Multi-objective Reinforcement Learning: A Dynamic Weight-based Approach

2023-04-27 · Junlin Lu, Patrick Mannion, Karl Mason

Many decision-making problems feature multiple objectives. In such problems, it is not always possible to know the preferences of a decision-maker for different objectives. However, it is often possible to observe the be…

Decision MakingMulti-Objective Reinforcement Learning

Behavioral Cloning via Search in Embedded Demonstration Dataset

2023-06-15 · Federico Malato, Florian Leopold, Ville Hautamaki, Andrew Melnik

Behavioural cloning uses a dataset of demonstrations to learn a behavioural policy. To overcome various learning and policy adaptation problems, we propose to use latent space to index a demonstration dataset, instantly …

Behavioural cloningMinecraft

Behavioral Cloning via Search in Video PreTraining Latent Space

2022-12-27 · Federico Malato, Florian Leopold, Amogh Raut, Ville Hautamäki 외

Our aim is to build autonomous agents that can solve tasks in environments like Minecraft. To do so, we used an imitation learning-based approach. We formulate our control problem as a search problem over a dataset of ex…

Imitation LearningMinecraft