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
701 stars 93 forks source link

How to change Table max_time_sampled param when reloading ? #137

Open JCMiles opened 9 months ago

JCMiles commented 9 months ago

Hi, everyone, sorry if this is not the appropriate place for questions but I can't find any doc related to this. There is a way to change the max_time_sampled parameter when a reverb table is restored? Let's say I've collected some trajectories. to run some tests I've created some copies of the saved tables. I would like to test my training pipeline using different max_time_sampled but seems that every time I reload the tables the parameter max_time_sampled is the same as when I created the first instance of the server. Any help or link to documentation is truly appreciated.