allenai / allenai/ai2thor

The controller.start() does not display anything in Windows Subsystem for Linux.

Aperta
#428 2 commenti 1 reazione 0 assegnatari Vedi su GitHub
Controller Initialize Installation
Lingua principale
C#
Stelle
1.8k
Fork
296
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

I am using Windows Subsystem for Linux (WSL) in Windows 10. Besides this, I am using Xming in Windows to enable X server for the terminal and I can see "xclock" and "glxgears" by using this X server. However, when I ran the following code, the visualization of ai2thor environment did not pop up and the code got stuck in "Display 0 '0': 1680x1050 (primary device)." line without going back to the command line of the terminal.

"import ai2thor.controller
controller = ai2thor.controller.Controller()
controller.start()
controller.reset('FloorPlan1')"

I get the following results when I run the code:

"Found path: /home/fotouhif/.ai2thor/releases/thor-201909061227-Linux64/thor-201909061227-Linux64
Mono path[0] = '/home/fotouhif/.ai2thor/releases/thor-201909061227-Linux64/thor-201909061227-Linux64_Data/Managed'
Mono config path = '/home/fotouhif/.ai2thor/releases/thor-201909061227-Linux64/thor-201909061227-Linux64_Data/Mono/etc'
Preloaded 'ScreenSelector.so'
Display 0 '0': 1680x1050 (primary device)."

Would you please tell me how I could address this problem and see the ai2thor controller environment through WSL correctly?

Any response would be appreciated.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.