Rewards#

Reward functions are explicitely defined in a separated Python file. For instance after package installation, you can simply edit:
${GYM_DSSAT_PDI_PATH}/envs/configs/rewards.py

Hint

Rewards are computed as functions of current and previous env._state, see Section Handy attributes.