lgsvl / simulator

A ROS/ROS2 Multi-robot Simulator for Autonomous Vehicles
Other
2.24k stars 768 forks source link

Off Screen Mode to Speed up Training Process #1226

Closed abhkri closed 2 years ago

abhkri commented 3 years ago

I am using python APIs to connect to LGSVL simulator. Usually, graphical display of simulator screen is not required during model training. Is there any way to run the simulator in the background without displaying it on screen. Apart from display, everything else should be working normal. This should be able to free up memory and in turn speed up training.

EricBoiseLGSVL commented 3 years ago

@abhkri we have a headless mode in WebUI that disables the main camera. Unfortunately, HDRP still requires cameras to render. We are looking at solutions currently