Skip to content

Commit

Permalink
Fix using jax.Array
Browse files Browse the repository at this point in the history
  • Loading branch information
lc1021 committed Feb 12, 2024
1 parent 9b9781a commit 1b131ff
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.Array
RNGKey: TypeAlias = jax.Array
Metrics: TypeAlias = Dict[str, jnp.ndarray]

0 comments on commit 1b131ff

Please sign in to comment.