smartgrid.wrappers.reward_aggregator¶
RewardAggregators wrap the multi-objective env into a single-objective by aggregating rewards (e.g., using an average, min, weighted sum, …).
- members:
Classes
|
Returns the minimum of the rewards to scalarize. |
Scalarizes rewards by multiplying them together. |
|
|
Wraps the multi-objective env into a single-objective by aggregating rewards. |
Returns the single reward for simplicity. |
|
|
Scalarizes multiple rewards through a weighted sum. |