Table of Contents

Enum RewardModelType

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

Types of reward models.

public enum RewardModelType

Fields

Hybrid = 2

Hybrid - combines both process and outcome scoring.

Outcome = 1

Outcome Reward Model - scores only the final answer.

Process = 0

Process Reward Model - scores individual reasoning steps.

Remarks

For Beginners: This enum distinguishes between the two main types of reward models.