coopihc.bundle.wrappers.Train

Classes

GymConvertor

Convertor to convert spaces from Bundle to Gym.

RLConvertor

An object, who should be subclassed that helps convert spaces from Bundles to another library.

TrainGym

Generic Wrapper to make bundles compatibles with gym.Env

TrainGym2SB3ActionWrapper

Wrapper that flatten all spaces to boxes, using one-hot encoding for discrete spaces.