pub type TransientStep<'a, O, A, F = Reward> = Step<O, A, F, &'a O>;
Expand description

Description of an environment step where the successor observation is borrowed.

Implementations

Convert a transient step into an owned step by cloning any borrowed successor observation.