Interface CompositeReinforcementTuningRewardConfigWeightedRewardConfig

Composite reinforcement tuning reward config weighted reward config.

interface CompositeReinforcementTuningRewardConfigWeightedRewardConfig {
    rewardConfig?: SingleReinforcementTuningRewardConfig;
    weight?: number;
}

Properties

weight?: number

How much this single reward contributes to the total overall reward.