Adapt watcher default settings to the expected flow of samples.

This commit is contained in:
Mikaël Ates 2015-11-03 18:08:10 +01:00
parent f7519a7c26
commit c348b66f0d
1 changed files with 2 additions and 2 deletions

View File

@ -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