소스 검색

Merge branch 'feature_2023072415_liqian_ad_abtest_config_update' into test

liqian 1 년 전
부모
커밋
972d6b3d53
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      config.py

+ 3 - 3
config.py

@@ -1340,9 +1340,9 @@ class BaseConfig(object):
             'max_update_step': 5,  # 最大调整步数
             # 调整步长
             'threshold_update': {
-                'ab0': 1 / 96,
-                'ab1': 1 / 96,
-                'ab2': 1 / 96,
+                'ab0': 1 / 120,
+                'ab1': 1 / 120,
+                'ab2': 1 / 120,
                 'ab3': 1 / 48,
                 'ab4': 1 / 48,
                 'ab5': 1 / 48,