降低control_central匹配阈值
This commit is contained in:
parent
517b18efbc
commit
8c7dad3d01
3 changed files with 7 additions and 3 deletions
|
@ -52,7 +52,11 @@ def riic(solver: BaseSolver):
|
|||
|
||||
@edge(Scene.INFRA_MAIN, Scene.CTRLCENTER_ASSISTANT)
|
||||
def control_central(solver: BaseSolver):
|
||||
solver.tap("control_central")
|
||||
score, scope = config.recog.match2d("control_central")
|
||||
if score >= 0.7:
|
||||
solver.tap(scope)
|
||||
else:
|
||||
solver.back()
|
||||
|
||||
|
||||
@edge(Scene.SANITY_CHARGE, Scene.INFRA_MAIN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue