trajopt icon indicating copy to clipboard operation
trajopt copied to clipboard

Lack of python package: "mimo"...

Open CodingCatMountain opened this issue 9 months ago • 1 comments

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?

CodingCatMountain avatar May 26 '24 01:05 CodingCatMountain