tmrl.training module
- class tmrl.training.TrainingAgent(observation_space, action_space, device)[source]
Bases:
ABCTraining algorithm.
CAUTION: When overriding __init__, don’t forget to call super().__init__ in the subclass.
- Parameters:
observation_space (gymnasium.spaces.Space) – observation space (here for your convenience)
action_space (gymnasium.spaces.Space) – action space (here for your convenience)
device (str) – device that should be used for training