eprllib.RewardFunctions

Contents

eprllib.RewardFunctions#

Reward Functions#

This module contain the reward functions used in the reinforcement learning and implemented in eprllib.

You can implement your own reward function by creating a new class that inherits from RewardFunction and overriding the calculate_reward method.

Modules

RewardFunctions

Reward Funtion

energy_and_cen15251

Energy and CEN 15251 reward function