As a platform of developing AI algorithm, airsim seem a great choice. But if I want to develop my reinforcment learning algorithm, the tutorial showing here, https://github.com/Microsoft/AirSim/blob/master/docs/reinforcement_learning.md, and https://youtu.be/fv-oFPAqSZ4 , looks great, but the visuralization part is not necessary to show them all the time along the whole learning process. We all know that a million episodes learning process is really common in RL, but the visuralizaion part costs too much computation resources and time. So do we have some way to choose not to show the 3D animation, during the learning process, which could really accelerate the learning speed and save us so much time?
Thanks.
Look for NoDisplay ViewMode in settings. This allows you to turn off main rendering. Also look for pause and continue APIs which allows you to run simulation at max possible speed.
Thanks for such quick reply on sunday. Squeeze the main window is far from what I want, I want to squeeze them all for a certain long time, which could really speed up my running time.
oh, I'm so stupid, I can choose not to show the subwindows. So the question has been solved. Thanks.
can you share the link for settings again, @sytelus . 404 pops up when I try to open it. Thank you!
Most helpful comment
Look for NoDisplay ViewMode in settings. This allows you to turn off main rendering. Also look for pause and continue APIs which allows you to run simulation at max possible speed.