File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
This package is a re-implementation of the
11
11
[ MuJoCo physics engine] ( https://github.com/google-deepmind/mujoco ) in
12
- [ JAX] ( https://github.com/google /jax ) . This library is developed and maintained
12
+ [ JAX] ( https://github.com/jax-ml /jax ) . This library is developed and maintained
13
13
by Google DeepMind, and is kept up-to-date with the latest developments in
14
14
MuJoCo itself.
15
15
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def norm(
51
51
"""Calculates a linalg.norm(x) that's safe for gradients at x=0.
52
52
53
53
Avoids a poorly defined gradient for jnp.linal.norm(0) see
54
- https://github.com/google /jax/issues/3058 for details
54
+ https://github.com/jax-ml /jax/issues/3058 for details
55
55
Args:
56
56
x: A jnp.array
57
57
axis: The axis along which to compute the norm
You can’t perform that action at this time.
0 commit comments