a2rl.TransitionRecorder.step#

TransitionRecorder.step(action)[source]#

Wrapper to gym.Wrapper.step() which records one timestep of the environment’s dynamics.

Parameters:

action (object) – an action provided by the agent

Return type:

tuple[Any, float, bool, dict]