RicardoDominguez / PyCREPS

Contextual Relative Entropy Policy Search for Reinforcement Learning in Python
14 stars 1 forks source link

More efficient / faster GP models for GPREPS #10

Open RicardoDominguez opened 5 years ago

RicardoDominguez commented 5 years ago

Look into sparse GPs or implementations that make use of GPU.

RicardoDominguez commented 5 years ago

Relevant libraries are GPflow and GPyTorch.