Skip to content
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

Help to speed up the code #4

Closed
shreyask3107 opened this issue Nov 16, 2021 · 5 comments
Closed

Help to speed up the code #4

shreyask3107 opened this issue Nov 16, 2021 · 5 comments

Comments

@shreyask3107
Copy link

Hi, the code currently takes around 15hours for a million epochs, could you guide me into increasing this speed and not deteriorating the performance. As the compute required for the code is pretty less, i would like to utilize them to speed up. Thanks!

@denisyarats
Copy link
Owner

Hi, I'm currently working on speeding this code up. If you look at the ddpg branch, there is experimental implementations of SAC / DDPG what work much faster, but I haven't fully tested them yet.

@shreyask3107
Copy link
Author

Thank You for the update, that would help me a lot.

@shreyask3107
Copy link
Author

Could you give me an idea of how much faster this is expected to be from the earlier code?

@denisyarats
Copy link
Owner

Hi, it should be way faster, on my machine 1M of environment steps takes less than 2 hours on a single GPU. So most of the tasks from DM control should be solved in 2 hours or so.

@shreyask3107
Copy link
Author

Wow, Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants