askforalfred / alfred

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

x11 forwarding for headless server #147

Open ubless607 opened 8 months ago

ubless607 commented 8 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.