pub type WithLatentStepLimit<E> = Wrapped<E, LatentStepLimit>;
Expand description

Wrap an environment with a per-episode step limit.