Browse Source

Merge branch 'feature_2023072121_liqian_ad_abtest_config_update' into test

liqian 1 year ago
parent
commit
99edb87fe9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.py

+ 1 - 1
config.py

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