Enum RewardModelType
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
Types of reward models.
public enum RewardModelType
Fields
Hybrid = 2Hybrid - combines both process and outcome scoring.
Outcome = 1Outcome Reward Model - scores only the final answer.
Process = 0Process Reward Model - scores individual reasoning steps.
Remarks
For Beginners: This enum distinguishes between the two main types of reward models.