Explorar el Código

update ad threshold auto update param, apptype-4 gradient: 0.05 -> 0.07

liqian hace 2 años
padre
commit
fcbd17aca0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config.py

+ 1 - 1
config.py

@@ -1060,7 +1060,7 @@ class BaseConfig(object):
         APP_TYPE['LOVE_LIVE']: {
             'ab_test_id': '194',
             'not_update': 0.01,
-            'gradient': 0.05,
+            'gradient': 0.07,
             'max_update_step': 5,
             'threshold_update': {
                 'ab0': 1 / 48,