adaptive-intelligent-robotics / QDax

Accelerated Quality-Diversity
https://qdax.readthedocs.io/en/latest/
MIT License
258 stars 42 forks source link

fix: Change to new-style-jax-rng-keys. #184

Open miltonllera opened 2 months ago

miltonllera commented 2 months ago

All calls to jax.random.PRNGKey have been changed to jax.random.key. When passing keys to non-jax methods (such as the ones in scikit-learn), we first jax.key_data to recover the underlying raw key information before making the call.

Related issues: https://jax.readthedocs.io/en/latest/jep/9263-typed-keys.html