Skip to content

Can i save the replay buffer on the disk like model.save() in tf/pytorch etc.

I wanna save the transistions of the replay buffer on the disk, like saving the nn's model in tf or pytorch. Is there a method in cpprb doing this? Thanks a lot!