Random (Rule-Based)
Description
The Random policy assigns a random score to each candidate item, effectively shuffling them randomly. It ignores all user, item, and context information. Primarily used for baseline comparisons, testing pipeline integrity, or implementing random exploration slots.
Policy Type: random
Supports: scoring_policy
Configuration Example
scoring_policy_random.yaml
policy_configs:
scoring_policy:
policy_type: random