minerl icon indicating copy to clipboard operation
minerl copied to clipboard

Recording your own experiences to augment the dataset

Open lugi7 opened this issue 3 years ago • 1 comments

Hi, is there a possibility to add your own experiences to the dataset? The best way I can think of right now would be some sort of recording playing minecraft through MALMO, but maybe there is some sort of script published already, preferably the same one that was used to construct the MineRL dataset from human demonstrations.

lugi7 avatar Apr 11 '22 13:04 lugi7

There are bits of the script that were used to render the dataset in this repo, yes, but the setup is rather convoluted (uses normal Minecraft with a recording mod etc). In a smaller scale, what I guess you are doing, it may be easier to build up on MineRL to record the videos. You will also get the nice benefit of having exactly same observations and actions without any additional preprocessing.

You could use this script as a starting point (play Minecraft through MineRL).

Miffyli avatar Apr 11 '22 14:04 Miffyli