Compare commits
2 Commits
d568523c1a
...
c0ae4097fe
Author | SHA1 | Date | |
---|---|---|---|
c0ae4097fe | |||
7c0e43be48 |
@ -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 = 100
|
||||
|
||||
# storage arrays
|
||||
finished_store = np.zeros((1, nr_runs))
|
||||
|
Loading…
Reference in New Issue
Block a user