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