MineDojo / Voyager

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

What are "bot left the game", "bot joined the game", "server pause" and "sever unpause"? #90

Closed GoingMyWay closed 1 year ago

GoingMyWay commented 1 year ago

In mc_port mode, I found "bot left the game", "bot joined the game", "server pause" and "sever unpause" are shown in the game text. What are "bot left the game", "bot joined the game", "server pause" and "sever unpause"? Why is it needed to make the bot left the game and joined the again and again?

xieleo5 commented 1 year ago

Hi, for bot left and join, you can refer to FAQ

For server pause, it's used for waiting for the GPT-4 to reply.

GoingMyWay commented 1 year ago

Hi, for bot left and join, you can refer to FAQ

For server pause, it's used for waiting for the GPT-4 to reply.

Thanks!!!