Wrappers:

We also provide several wrappers that you can use to modify the environment in various ways.

ConfigUE

from gym_unrealcv.envs.wrappers import configUE 
configUE.ConfigUEWrapper(env, docker=False, resolution=(160, 160), display=None,
                         offscreen=False, use_opengl=False, nullrhi=False, 
                         gpu_id=None, sleep_time=5, comm_mode='tcp')

TimeDilation

from gym_unrealcv.envs.wrappers import time_dilation
env = time_dilation.TimeDilationWrapper(env, reference_fps=30, update_steps=60) 

EarlyDone

RandomPopulation