RicardoDominguez / PyCREPS

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

Improve linear gaussian model policy update #9

Closed RicardoDominguez closed 5 years ago

RicardoDominguez commented 5 years ago

The covariance matrix is now computed directly through matrix multiplication, without any loops.

Addresses #3 and #5