diff --git a/BayesianOptimization/BOwithGym.py b/BayesianOptimization/BOwithGym.py index 1aa85ad..043ea43 100644 --- a/BayesianOptimization/BOwithGym.py +++ b/BayesianOptimization/BOwithGym.py @@ -9,7 +9,6 @@ from AcquistionFunctions.ConfidenceBound import ConfidenceBound from ToyTask.MountainCarGym import Continuous_MountainCarEnv -import gym import time import matplotlib.pyplot as plt @@ -59,7 +58,6 @@ class BayesianOptimization: self.Y[i] = reward - self.gp = GaussianProcessRegressor(Matern(nu=1.5)) self.gp.fit(self.X, self.Y) diff --git a/runner/BOGymRunner.py b/runner/BOGymRunner.py new file mode 100644 index 0000000..e69de29