From cf4390dde7d8db8758963575ee1dfd9f95036f4d Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Tue, 17 Feb 2009 17:07:57 +0100 Subject: [PATCH] UCB1AMAF: Rationale for zero gp_eqex --- uct/policy/ucb1amaf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/uct/policy/ucb1amaf.c b/uct/policy/ucb1amaf.c index 5128288..3131711 100644 --- a/uct/policy/ucb1amaf.c +++ b/uct/policy/ucb1amaf.c @@ -335,6 +335,7 @@ policy_ucb1amaf_init(struct uct *u, char *arg) b->explore_p_rave = -1; b->equiv_rave = 3000; b->fpu = INFINITY; + // gp: 14 vs 0: 44% (+-3.5) b->gp_eqex = 0; b->even_eqex = b->policy_eqex = -1; b->eqex = 8; -- 2.11.4.GIT