diff --git a/src/biomon/medibot/watcher.py b/src/biomon/medibot/watcher.py index e95550c..d08044c 100644 --- a/src/biomon/medibot/watcher.py +++ b/src/biomon/medibot/watcher.py @@ -36,8 +36,8 @@ from .. import models as biomon_models class Watcher: - def __init__(self, acceptance_rate=0.8, default_episode_duration=20, - reception_period=2, data_needed_rate=0.5): + def __init__(self, acceptance_rate=0.9, default_episode_duration=24, + reception_period=8, data_needed_rate=0.5): # Acceptance rate is the rate of data samples over the threshold on # the minimal episode duration expected. self.acceptance_rate = acceptance_rate