Closed kinalmehta closed 2 years ago
@kinalmehta There is a bug in reverb 0.7.1
, where you can't set the rate limiters. This was fixed a few days back (https://github.com/deepmind/reverb/commit/9d6e120c2638a2d8ef450410eae2f6a664c0a69d).
Using the nightly version of reverb and launchpad worked for me:
pip install dm-reverb-nightly[tensorflow]
pip install dm-launchpad-nightly[tensorflow]
JAX ecosystem seems to be incompatible with reverb 0.7.1 and raises the below error
Going through the reverb repo it seems to be compatible with the latest commits. Any suggestions on how to solve this?
Reproduction script