Shalev-Lifshitz / STEVE-1

STEVE-1: A Generative Model for Text-to-Behavior in Minecraft
https://sites.google.com/view/steve-1
170 stars 12 forks source link

Running in headless mode #4

Closed elicassion closed 1 year ago

elicassion commented 1 year ago

Hi @Shalev-Lifshitz

I think it's worth to note that commands need to be run with xvfb-run on a headless server. It's also worth to note that MINEDOJO_HEADLESS=1 does not come to effect since this repo directly uses MineRL to create environments.

Thanks for the great work!

Shalev-Lifshitz commented 1 year ago

Just added info on how to run headless in the README, thanks!

artbelyaev0 commented 2 months ago

Hello! may be anyone can help with settings for running interactive mode on a headless machine ?

Shalev-Lifshitz commented 2 months ago

Hi there, unfortunately I don't think the interactive script provided can run on a headless machine. However, the script which generates the videos given text prompts can run headless, and so you can try adapting that code to your use case!