hive.envs.wrappers.gym_wrappers module
- class hive.envs.wrappers.gym_wrappers.FlattenWrapper(env)[source]
Bases:
ObservationWrapperFlatten the observation to one dimensional vector.
Wraps an environment to allow a modular transformation of the
step()andreset()methods.- Parameters
env – The environment to wrap
new_step_api – Whether the wrapper’s step method will output in new or old step API
- class hive.envs.wrappers.gym_wrappers.PermuteImageWrapper(env)[source]
Bases:
ObservationWrapperChanges the image format from HWC to CHW
Wraps an environment to allow a modular transformation of the
step()andreset()methods.- Parameters
env – The environment to wrap
new_step_api – Whether the wrapper’s step method will output in new or old step API