paper-with-me

홈 › Papers

Behavioral Cloning via Search in Video PreTraining Latent Space

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

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 experts' demonstrations, where the agent copies actions from a similar demonstration trajectory of image-action pairs. We perform a proximity search over the BASALT MineRL-dataset in the latent representation of a Video PreTraining model. The agent copies the actions from the expert trajectory as long as the distance between the state representations of the agent and the selected expert trajectory from the dataset do not diverge. Then the proximity search is repeated. Our approach can effectively recover meaningful demonstration trajectories and show human-like behavior of an agent in the Minecraft environment.

📄 PDF Abstract BibTeX arXiv:2212.13326

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation LearningMinecraft

Similar Papers 제목 키워드 기반

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

A Systematic Study of Behavioral Cloning for Scientific Data Annotation

2026-05-26 · Ishaan Singh Chandok, Core Francisco Park arxiv

Scientific data annotation, such as tracking animals in video or proofreading neural reconstructions, remains bottlenecked by the "last mile" problem: even with strong automation, verification and correction consume subs…

STEVE-1: A Generative Model for Text-to-Behavior in Minecraft

2023-06-01 · NeurIPS 2023 11 · Shalev Lifshitz, Keiran Paster, Harris Chan, Jimmy Ba 외

Constructing AI models that respond to text instructions is challenging, especially for sequential decision-making tasks. This work introduces a methodology, inspired by unCLIP, for instruction-tuning generative models o…

Decision MakingImage GenerationInstruction FollowingMinecraft+1

Actor-Critic Pretraining for Proximal Policy Optimization

2026-02-27 · Andreas Kernbach, Amr Elsheikh, Nicolas Grupp, René Nagel 외 arxiv

Reinforcement learning (RL) actor-critic algorithms enable autonomous learning but often require a large number of environment interactions, which limits their applicability in robotics. Leveraging expert data can reduce…

Reinforcement Learning

Diverse Policies Recovering via Pointwise Mutual Information Weighted Imitation Learning

2024-10-21 · Hanlin Yang, Jian Yao, Weiming Liu, Qing Wang 외

Recovering a spectrum of diverse policies from a set of expert trajectories is an important research topic in imitation learning. After determining a latent style for a trajectory, previous diverse policies recovering me…

Imitation Learning