-
Notifications
You must be signed in to change notification settings - Fork 852
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
SAC Bugs #25
Comments
otherwise there will be an overloaded error that " |
you are amazing, |
RuntimeError: Found dtype Double but expected Float 请问该如何解决呢 |
请问你解决了吗,我也遇到了相同的问题 |
In SAC.py, SAC_BipedalWalker-v2.py, the codes:
now should be changed as follows:
in order to adapt to the latest OpenAI Gym core.py
The text was updated successfully, but these errors were encountered: