Closed turmeric-blend closed 4 years ago
hi, is there a simple way to detach replay buffer from gpu for both training and inference? in particular for R2D2. Thanks.
Not sure what you mean. The replay should be on CPU due to this line: https://github.com/google-research/seed_rl/blob/master/common/utils.py#L57
hi, is there a simple way to detach replay buffer from gpu for both training and inference? in particular for R2D2. Thanks.