Hello there!
I am using Unreal Engine with the AirSim plugin for Reinforcement Learning. The process is automated so that when I click play in the Editor and run a script outside the engine the learning process happens. Basically I have a drone flying in an environment (level) by itself and the algorithm learns and improves its flight. Since the drone is learning through experience the faster the simulation happens the best.
Is there a way to speed up the engine without damaging the physics?
(Also I don’t need to see what is happening so if you know a way to save processing power by turning of the visual rendering, I would be very thankful )