askforalfred / alfred

ALFRED - A Benchmark for Interpreting Grounded Instructions for Everyday Tasks
MIT License
352 stars 77 forks source link

x11 forwarding for headless server #147

Open ubless607 opened 4 months ago

ubless607 commented 4 months ago

Hello, @askforalfred

I have followed the description and was able to run the code flawlessly.

As far as I understood, the startx.py on tmux is running a virtual X server for Nvidia GPU. and the code runs thinking as if the monitor exists.

Is it possible to x11 forwarding over ssh to see the visualization screen running on virtual x server on GPU? Please correct me if I am mistaken.

Thanks in advance.