a2rl.TransitionRecorder.reset# TransitionRecorder.reset(**kwargs)[source]# Wrapper to gym.Wrapper.reset() which resets the environment to an initial state and returns an initial observation. Returns: Observation of the initial state. info (optional dictionary): returned only when return_info=True. Return type: observation