Compare commits
No commits in common. "c0ae4097fef06d9fb77dc63bd8a50abdc4424706" and "d568523c1a7cdc48345ac04a4ef46bad0f34258b" have entirely different histories.
c0ae4097fe
...
d568523c1a
@ -8,9 +8,9 @@ import matplotlib.pyplot as plt
|
|||||||
env = Continuous_MountainCarEnv()
|
env = Continuous_MountainCarEnv()
|
||||||
nr_steps = 100
|
nr_steps = 100
|
||||||
acquisition_fun = 'ei'
|
acquisition_fun = 'ei'
|
||||||
iteration_steps = 200
|
iteration_steps = 500
|
||||||
|
|
||||||
nr_runs = 100
|
nr_runs = 20
|
||||||
|
|
||||||
# storage arrays
|
# storage arrays
|
||||||
finished_store = np.zeros((1, nr_runs))
|
finished_store = np.zeros((1, nr_runs))
|
||||||
|
Loading…
Reference in New Issue
Block a user