Skip to content

Commit

Permalink
Change deprecated jax type
Browse files Browse the repository at this point in the history
  • Loading branch information
lc1021 committed Feb 12, 2024
1 parent a721221 commit 9b9781a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qdax/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ def __init__(self) -> None:
Mask: TypeAlias = jnp.ndarray

# Others
RNGKey: TypeAlias = jax.random.KeyArray
RNGKey: TypeAlias = jax.random.Array
Metrics: TypeAlias = Dict[str, jnp.ndarray]

0 comments on commit 9b9781a

Please sign in to comment.