paper-with-me

홈 › Papers

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

2021-12-07 · Zichuan Lin, Junyou Li, Jianing Shi, Deheng Ye, Qiang Fu, Wei Yang

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 and delayed reward. To address this, we propose JueWu-MC, a sample-efficient hierarchical RL approach equipped with representation learning and imitation learning to deal with perception and exploration. Specifically, our approach includes two levels of hierarchy, where the high-level controller learns a policy to control over options and the low-level workers learn to solve each sub-task. To boost the learning of sub-tasks, we propose a combination of techniques including 1) action-aware representation learning which captures underlying relations between action and representation, 2) discriminator-based self-imitation learning for efficient exploration, and 3) ensemble behavior cloning with consistency filtering for policy robustness. Extensive experiments show that JueWu-MC significantly improves sample efficiency and outperforms a set of baselines by a large margin. Notably, we won the championship of the NeurIPS MineRL 2021 research competition and achieved the highest performance score ever.

📄 PDF Abstract BibTeX arXiv:2112.04907

Code (0)

등록된 구현이 없습니다.

Tasks

Efficient ExplorationHierarchical Reinforcement LearningImitation LearningMinecraftreinforcement-learningReinforcement LearningReinforcement Learning (RL)Representation Learning

Similar Papers 제목 키워드 기반

Supervised Learning Achieves Human-Level Performance in MOBA Games: A Case Study of Honor of Kings

2020-11-25 · Deheng Ye, Guibin Chen, Peilin Zhao, Fuhao Qiu 외

We present JueWu-SL, the first supervised-learning-based artificial intelligence (AI) program that achieves human-level performance in playing multiplayer online battle arena (MOBA) games. Unlike prior attempts, we integ…

Which Heroes to Pick? Learning to Draft in MOBA Games with Neural Networks and Tree Search

2020-12-18 · Sheng Chen, Menghui Zhu, Deheng Ye, Weinan Zhang 외

Hero drafting is essential in MOBA game playing as it builds the team of each side and directly affects the match outcome. State-of-the-art drafting methods fail to consider: 1) drafting efficiency when the hero pool is …

A Deep Hierarchical Approach to Lifelong Learning in Minecraft

2016-04-25 · Chen Tessler, Shahar Givony, Tom Zahavy, Daniel J. Mankowitz 외

We propose a lifelong learning system that has the ability to reuse and transfer knowledge from one task to another while efficiently retaining the previously learned knowledge-base. Knowledge is transferred by learning …

Deep Reinforcement LearningLifelong learningMinecraftReinforcement Learning

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 behaviour…

Behavioural cloningMinecraft

Sample Efficient Reinforcement Learning through Learning from Demonstrations in Minecraft

2020-03-12 · Christian Scheller, Yanick Schraner, Manfred Vogel

Sample inefficiency of deep reinforcement learning methods is a major obstacle for their use in real-world applications. In this work, we show how human demonstrations can improve final performance of agents on the Minec…

Deep Reinforcement LearningMinecraftreinforcement-learningReinforcement Learning+1