From 7c0e43be48f201a60e361411062f1dcb94109eaa Mon Sep 17 00:00:00 2001 From: "nikolaus.feith" Date: Fri, 17 Feb 2023 13:28:42 +0100 Subject: [PATCH] Added BOGymRunner.py --- runner/BOGymRunner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runner/BOGymRunner.py b/runner/BOGymRunner.py index 25a43e1..db5601e 100644 --- a/runner/BOGymRunner.py +++ b/runner/BOGymRunner.py @@ -8,9 +8,9 @@ import matplotlib.pyplot as plt env = Continuous_MountainCarEnv() nr_steps = 100 acquisition_fun = 'ei' -iteration_steps = 500 +iteration_steps = 200 -nr_runs = 20 +nr_runs = 50 # storage arrays finished_store = np.zeros((1, nr_runs))