|
@@ -1406,7 +1406,7 @@ class BaseConfig(object):
|
|
|
'ab0': 1 / 144,
|
|
|
'ab1': 1 / 144,
|
|
|
'ab2': 1 / 144,
|
|
|
- 'ab3': 1 / 144,
|
|
|
+ 'ab3': 1 / 48,
|
|
|
'ab4': 1 / 48,
|
|
|
'ab5': 1 / 48,
|
|
|
'ab6': 1 / 48,
|
|
@@ -1432,9 +1432,9 @@ class BaseConfig(object):
|
|
|
'special_max_update_step': 59}
|
|
|
},
|
|
|
'ab3': {
|
|
|
- 'update_hours': list(range(8)), 'update_param': 0,
|
|
|
- 'special_update_config': {'special_hours': [0, 8], 'special_gradient': 0.01,
|
|
|
- 'special_max_update_step': 59}
|
|
|
+ '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': 23}
|
|
|
},
|
|
|
'ab4': {
|
|
|
'update_hours': list(range(7)), 'update_param': 0,
|