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
Reward Funtion |
|
Henderson et al. (2024) |