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

What tools do you use to store data data for distributed training #620

Closed
GoingMyWay opened this issue Jul 7, 2022 · 1 comment
Closed

Comments

@GoingMyWay
Copy link

Hi, I found you use reverb to store data. For distributed training, is reverb fast? For example, how much does time cost to get a batch from the remote replay buffer by using reverb?

@AsadJeewa
Copy link
Contributor

AsadJeewa commented Jul 7, 2022

Hi @GoingMyWay We have been using Reverb as a replay buffer from the inception of MAVA so I cannot comment on alternatives. We also do not have a remote server i.e. we use localhost in MAVA.

In general, the performance can be improved: we did investigate/ benchmark how fast Reverb was for our use case (google-deepmind/reverb#94), but this was more so for adding data to the server, not sampling (which has never been flagged/ slowed down our executors in the past). The tradeoff is that it is a robust repo that serves its purpose nicely.

Hope this helps

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

3 participants