Added BOGymRunner.py

This commit is contained in:
Niko Feith 2023-02-17 13:29:08 +01:00
parent 7c0e43be48
commit c0ae4097fe

View File

@ -10,7 +10,7 @@ nr_steps = 100
acquisition_fun = 'ei'
iteration_steps = 200
nr_runs = 50
nr_runs = 100
# storage arrays
finished_store = np.zeros((1, nr_runs))