MineDojo / Voyager

An Open-Ended Embodied Agent with Large Language Models
https://voyager.minedojo.org/
MIT License
5.53k stars 512 forks source link

Instructions for Replay Mod Recording #158

Closed egeozguroglu closed 4 months ago

egeozguroglu commented 4 months ago

Hi, could you share detailed instructions or the specific script / setup used to generate your demo videos (with replay-mod) as mentioned here?

@xieleo5 mentioned on Issue 19: "Video of our demo is generated by replay-mod. We start the recording and let the bot play for hours, then come back to the recording and render the view from the bot."

The above should clarify this anyway, but: did you record during training specifically, or by instantiating a learned ckpt? Thanks!

xieleo5 commented 4 months ago

Hi, after adding the replay mod, each time you enter the game, it will automatically record all the events that happened in the game. We record both during training and during downstream task evaluation.

egeozguroglu commented 4 months ago

@xieleo5 Did you use replay mod on fabric server-side?