feat: add uses_grounded_selector strategy switch (AR only)
This commit is contained in:
@@ -289,6 +289,11 @@ class ActionRecognitionStrategy:
|
||||
"""返回泄漏探测模板文件名。"""
|
||||
return "gate_leak_retrieval.md"
|
||||
|
||||
@property
|
||||
def uses_grounded_selector(self) -> bool:
|
||||
"""AR 启用候选池 + VLM 视觉打分 selector。"""
|
||||
return True
|
||||
|
||||
def select_sub_pattern(self, rng: random.Random) -> SubPattern:
|
||||
"""按权重随机选择一个 SubPattern。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user