allenai / allenact

An open source framework for research in Embodied-AI from AI2.
https://www.allenact.org
Other
314 stars 50 forks source link

Improving x-display management for ithor/robothor tasks. #268

Closed Lucaweihs closed 3 years ago

Lucaweihs commented 3 years ago

We've implicitly made the assumption that x-displays will be on f"0.{gpu_id}" which can cause problems if people haven't used the startx.py script. This PR introduces a function to allow us to find the open x-displays at run time and use them instead.