You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, developer. I am glad to you provide this repo for us to learn about Guided policy search. After following the readme to install this package successfully, I try to run example/gps/mf_lqr.py. But I meet this error: cannot import name 'MatrixNormalWithKnownPrecision' from 'mimo.distributions' (/home/vm/mimo/mimo/distributions/__init__.py) After searching this package in Google, I do find you have developed a package named "mimo". However, there are some classes seem to be modified. For instance, I cann't find the class: "from mimo.distributions import LinearGaussianWithMatrixNormal" in mimo repo. Could you give me some instructions about this?
The text was updated successfully, but these errors were encountered:
Hi, developer. I am glad to you provide this repo for us to learn about Guided policy search. After following the readme to install this package successfully, I try to run example/gps/mf_lqr.py. But I meet this error:
cannot import name 'MatrixNormalWithKnownPrecision' from 'mimo.distributions' (/home/vm/mimo/mimo/distributions/__init__.py)
After searching this package in Google, I do find you have developed a package named "mimo". However, there are some classes seem to be modified. For instance, I cann't find the class: "from mimo.distributions import LinearGaussianWithMatrixNormal" in mimo repo. Could you give me some instructions about this?The text was updated successfully, but these errors were encountered: