Skip to content

Commit

Permalink
Update references to JAX's GitHub repo
Browse files Browse the repository at this point in the history
JAX has moved from https://github.com/google/jax to https://github.com/jax-ml/jax

PiperOrigin-RevId: 733951719
Change-Id: Iee4a7bf4bcc9fc3108ca9d30b6b98f5df20c79c7
  • Loading branch information
jakeharmon8 authored and copybara-github committed Mar 6, 2025
1 parent 0f563ec commit a0fc6b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mjx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

This package is a re-implementation of the
[MuJoCo physics engine](https://github.com/google-deepmind/mujoco) in
[JAX](https://github.com/google/jax). This library is developed and maintained
[JAX](https://github.com/jax-ml/jax). This library is developed and maintained
by Google DeepMind, and is kept up-to-date with the latest developments in
MuJoCo itself.

Expand Down
2 changes: 1 addition & 1 deletion mjx/mujoco/mjx/_src/math.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def norm(
"""Calculates a linalg.norm(x) that's safe for gradients at x=0.
Avoids a poorly defined gradient for jnp.linal.norm(0) see
https://github.com/google/jax/issues/3058 for details
https://github.com/jax-ml/jax/issues/3058 for details
Args:
x: A jnp.array
axis: The axis along which to compute the norm
Expand Down

0 comments on commit a0fc6b1

Please sign in to comment.