google-deepmind / reverb

Reverb is an efficient and easy-to-use data storage and transport system designed for machine learning research
Apache License 2.0
704 stars 92 forks source link

How to customize a selector #87

Closed liying-1997 closed 2 years ago

liying-1997 commented 2 years ago

If I want to customize the selector of reverb, what steps should I follow? How to compile the reverb from source(for Linux)? Is there any documentation for the above two questions? Thank you.

qstanczyk commented 2 years ago

Please have a look at the documentation regarding building from source.

For selectors - you can read about them in the documentation as well or please refer to the implementation for details example.