nrontsis / PILCO

Bayesian Reinforcement Learning in Tensorflow
MIT License
311 stars 84 forks source link

Allow PILCO to work with GPflow 2.1.0. #53

Closed emsal0 closed 3 years ago

emsal0 commented 3 years ago

Previously, the gpflow requirement was hardset to 2.0.0. Notable changes to their internal Parameter API. Notably we can no longer call .value() on GPflow parameter values and instead have to use the object itself.

nrontsis commented 3 years ago

Thanks a lot @emsal1863 !