sinergym.utils.common.unwrap_wrapper
- sinergym.utils.common.unwrap_wrapper(env: Env, wrapper_class: Type[Wrapper]) Wrapper | None
 Retrieve a
VecEnvWrapperobject by recursively searching.- Parameters:
 env – Environment to unwrap
wrapper_class – Wrapper to look for
- Returns:
 Environment unwrapped till
wrapper_classif it has been wrapped with it