GymRewardAggregator

class maze.core.wrappers.maze_gym_env_wrapper.GymRewardAggregator

A dummy reward aggregation object simply repeating the environment’s original reward.

get_interfaces() → List[Type[abc.ABC]]

Nothing to do here

classmethod to_scalar_reward(reward: float)float

Nothing to do here for this env.

Param

reward: already a scalar reward

Returns

the same scalar reward