Переглянути джерело

update ad abtest config: target_uv_param

liqian 2 роки тому
батько
коміт
287bf63ea4
1 змінених файлів з 4 додано та 4 видалено
  1. 4 4
      config.py

+ 4 - 4
config.py

@@ -1091,12 +1091,12 @@ class BaseConfig(object):
                                               'special_max_update_step': 30}
                 },  # 0-9点,uv控制在0%
                 'ab4': {
-                    'update_hours': list(range(9)), 'update_param': 0,
+                    'update_hours': list(range(7)), 'update_param': 0,
                     'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
                                               'special_max_update_step': 30}
                 },  # 0-7点,uv控制在0%
                 'ab5': {
-                    'update_hours': list(range(9)), 'update_param': 0,
+                    'update_hours': list(range(7)), 'update_param': 0,
                     'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
                                               'special_max_update_step': 30}
                 },  # 0-7点,uv控制在0%
@@ -1106,7 +1106,7 @@ class BaseConfig(object):
                 #                               'special_max_update_step': 15}
                 # },  # 0-9点,uv控制在设定目标uv的1/2
                 'ab6': {
-                    'update_hours': list(range(9)), 'update_param': 0,
+                    'update_hours': list(range(7)), 'update_param': 0,
                     'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
                                               'special_max_update_step': 30}
                 },  # 0-7点,uv控制在设定目标uv的0%
@@ -1121,7 +1121,7 @@ class BaseConfig(object):
                 #                               'special_max_update_step': 30}
                 # },  # 0-9点,uv控制在0%
                 'ab9': {
-                    'update_hours': list(range(9)), 'update_param': 0,
+                    'update_hours': list(range(7)), 'update_param': 0,
                     'special_update_config': {'special_hours': [0, 1, 7, 8], 'special_gradient': 0.01,
                                               'special_max_update_step': 30}
                 },  # 0-7点,uv控制在0%