sinergym.utils.rewards.BaseReward

class sinergym.utils.rewards.BaseReward
__init__()

Base reward class.

All reward functions should inherit from this class.

Parameters:

env (Env) – Gym environment.

Methods

__init__()

Base reward class.