adaptive-intelligent-robotics / QDax

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

Change deprecated jax type #175

Closed LisaCoiffard closed 6 months ago

LisaCoiffard commented 6 months ago

Related issues: N/A

Fix a bug in types.py script, jax.random.KeyArray is deprecated in JAX and should be replaced by jax.Array.

Checks

Future improvements

n/a