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

[Feature] bind delete_keys parameter on tf_client update_priority #38

Open cmarlin opened 3 years ago

cmarlin commented 3 years ago

Hello, For sample efficiency approach I need to randomly reevaluate target policy/value and update it. The client API allow to remove such datas but not the tf_client. As the core functions allow it I suggest to bind parameters. Thanks,

acassirer commented 3 years ago

Hey @cmarlin,

Thanks a lot for contributing to Reverb and sorry for the long delay. If you could take a look at the merge conflicts that have developed then I'd be more than happy to accept this PR!

Thanks, Albin