paper-with-me

홈 › Papers

Playing Minecraft with Behavioural Cloning

2020-05-07 · Anssi Kanervisto, Janne Karttunen, Ville Hautamäki

MineRL 2019 competition challenged participants to train sample-efficient agents to play Minecraft, by using a dataset of human gameplay and a limit number of steps the environment. We approached this task with behavioural cloning by predicting what actions human players would take, and reached fifth place in the final ranking. Despite being a simple algorithm, we observed the performance of such an approach can vary significantly, based on when the training is stopped. In this paper, we detail our submission to the competition, run further experiments to study how performance varied over training and study how different engineering decisions affected these results.

📄 PDF Abstract BibTeX arXiv:2005.03374

Code (1)

Miffyli/minecraft-bc 공식 구현

Tasks

Behavioural cloningMinecraft

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

Benchmarking End-to-End Behavioural Cloning on Video Games

2020-04-02 · Anssi Kanervisto, Joonas Pussinen, Ville Hautamäki

Behavioural cloning, where a computer is taught to perform a task based on demonstrations, has been successfully applied to various video games and robotics tasks, with and without reinforcement learning. This also inclu…

Behavioural cloningBenchmarkingReinforcement Learning

JueWu-MC: Playing Minecraft with Sample-efficient Hierarchical Reinforcement Learning

2021-12-07 · Zichuan Lin, Junyou Li, Jianing Shi, Deheng Ye 외

Learning rational behaviors in open-world games like Minecraft remains to be challenging for Reinforcement Learning (RL) research due to the compound challenge of partial observability, high-dimensional visual perception…

Efficient ExplorationHierarchical Reinforcement LearningImitation LearningMinecraft+4

Improving Behavioural Cloning with Human-Driven Dynamic Dataset Augmentation

2022-01-19 · Federico Malato, Joona Jehkonen, Ville Hautamäki

Behavioural cloning has been extensively used to train agents and is recognized as a fast and solid approach to teach general behaviours based on expert trajectories. Such method follows the supervised learning paradigm …

Behavioural cloning

Behavioural Cloning in VizDoom

2024-01-08 · Ryan Spick, Timothy Bradley, Ayush Raina, Pierluigi Vito Amadori 외

This paper describes methods for training autonomous agents to play the game "Doom 2" through Imitation Learning (IL) using only pixel data as input. We also explore how Reinforcement Learning (RL) compares to IL for hum…

Behavioural cloningImitation LearningReinforcement Learning (RL)