From 558d02c7542085ec7a3770511acce0533d0a7488 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 30 Apr 2014 15:23:03 +0000 Subject: adding RIL settings to default conf --- src/ats/ats.conf.in | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/ats/ats.conf.in b/src/ats/ats.conf.in index 229fc52b8..50de81bbe 100644 --- a/src/ats/ats.conf.in +++ b/src/ats/ats.conf.in @@ -58,4 +58,15 @@ BLUETOOTH_QUOTA_OUT = 128 KiB # Dump all problems to disk MLP_DUMP_PROBLEM_ON_FAIL = YES # Dump all solution to disk -MLP_DUMP_SOLUTION_ON_FAIL = YES \ No newline at end of file +MLP_DUMP_SOLUTION_ON_FAIL = YES + +# RIL specifc settings +RIL_STEP_TIME_MIN = 500 ms +RIL_STEP_TIME_MAX = 1000 ms + +RIL_ALGORITHM = Q +RIL_DISCOUNT_BETA = 0.7 +RIL_GRADIENT_STEP_SIZE = 0.3 +RIL_TRACE_DECAY = 0.2 +RIL_EXPLORE_RATIO = 0.1 +RIL_GLOBAL_REWARD_SHARE = 1 \ No newline at end of file -- cgit v1.2.3