-
Notifications
You must be signed in to change notification settings - Fork 25
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
Much slower than original spinningup tf version #8
Comments
@zhan0903 thanks for trying it out! So there could be 2 reasons for this:
Do you have a benchmarking setup to test these reasons? Thanks! |
@kashif thanks for your response. The TF version does not use the GPU either. I will try Thanks |
thank you! |
@kashif Hi, I used the |
I've observed the same thing in the official Spinning Up PyTorch SAC code. For whatever reason, it's just slower, even when you're being very careful to only calculate quantities that are absolutely necessary. I haven't figured out why, yet! Hopefully will crack this eventually. |
Thanks @jachiam I'll have a look too perhaps after the icml deadline... |
Hi, I ran this pytorch version SAC on Mujoco, which took time almost three times more than the original tf version code? Why did this happen? Is there any way to improve the speed?
The text was updated successfully, but these errors were encountered: