microsoft / malmo

Project Malmo is a platform for Artificial Intelligence experimentation and research built on top of Minecraft. We aim to inspire a new generation of research into challenging new problems presented by this unique environment. --- For installation instructions, scroll down to *Getting Started* below, or visit the project page for more information:
https://www.microsoft.com/en-us/research/project/project-malmo/
MIT License
4.08k stars 600 forks source link

how to set blocks in custom map stored as file document #914

Open tanjian1998 opened 2 years ago

tanjian1998 commented 2 years ago

if we generate a maze using MazeDecorator,we can easily set Waypoints blocks which can be indicators or rewards for the agents. ![Uploading 微信图片_20211006160929.png…]() now we have some custom maps stored as file document, after loaded them into the malmo, how to set blocks on them especially on the potential way like Waypoints in maze?

we explore the source codes of malmo (in C++) , but found nothing about implementation of Waypoints Decoration.