Skip to content

Commit

Permalink
Fix travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
nrontsis authored and kyr-pol committed Jan 15, 2019
1 parent e0dc994 commit 392ddb6
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pilco/models/pilco.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ def __init__(self, X, Y, num_induced_points=None, horizon=30, controller=None,
else:
self.m_init = m_init
self.S_init = S_init
<<<<<<< HEAD
=======

>>>>>>> #13 Added restart methods for model and controller. #9 Consistent good performance on the pendulum-v0 environment
self.optimizer = None

@gpflow.name_scope('likelihood')
Expand Down

0 comments on commit 392ddb6

Please sign in to comment.