Bug in VecEnvBase.__init__() of omni.isaac.gym

Hello,
There seems to be a bug in the following code of VecEnvBase.init().

    self._simulation_app = SimulationApp(
        {"headless": headless, "physics_device": sim_device}, experience=experience
    )

The dict key “physics_device” should be “physics_gpu”, since “physics_device” does not exist in SimulationApp.init().