From 5203d6fb682509e646c0dd9723afc9d2b72c6bd5 Mon Sep 17 00:00:00 2001 From: Mathurn Videau <mathurin.videau@epfedu.fr> Date: Wed, 22 Sep 2021 11:44:24 +0200 Subject: [PATCH] fix function_set and budget scheduler --- conf/conf_gpUCB_5678910.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/conf_gpUCB_5678910.yml b/conf/conf_gpUCB_5678910.yml index f94e2af..d7b8b18 100644 --- a/conf/conf_gpUCB_5678910.yml +++ b/conf/conf_gpUCB_5678910.yml @@ -9,10 +9,10 @@ algorithm: ngen: 2000 cxpb: 0.1 mutpb: 0.9 - budget_scheduler: [[50, 50], [100, 100], [190, 250]] + budget_scheduler: [[500, 50], [1000, 75], [1500, 150], [1950, 250]] population: - init_size: 100 + init_size: 1000 selection: name: selNSGA2 @@ -22,7 +22,7 @@ individual: Tree params: env: "CartPole-v1" - function_set: small + function_set: extended c: 0.0 n_episodes: 1 n_steps: 500 -- GitLab