-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some questions #1
Comments
Hi, thanks for your interests. I think garage has some updates that broke legacy code. 5aecf5a163fca64841e89662f8e9d4939171ed7e Please try to compile this version and let me know if that fix the error. |
Thank you for your reply |
Hi, torch version 1.12 should not be mandatory for the RL experiments. The most recent test in test_koopman_lqr with 1.12 is trying to use newer pytorch API to solve matrix inversion, which appeared to be unstable before with float32. The RL experiments were not using this. |
Hello, I tried to reproduce your code, but an error occurred. I don't know what version of the package you are using. This error occurred:
“ImportError: cannot import name 'TanhNormal' from partially initialized module 'garage.torch.distributions.tanh_normal' ”
Which version of garage is it? It seems that the file is missing.
The text was updated successfully, but these errors were encountered: