From a3975784d7f3a232bfc04ee5e483b7f4c9561a3e Mon Sep 17 00:00:00 2001 From: Jake Harmon Date: Wed, 4 Dec 2024 15:46:02 -0800 Subject: [PATCH] Update references to JAX's GitHub repo JAX has moved from https://github.com/google/jax to https://github.com/jax-ml/jax PiperOrigin-RevId: 702886838 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a9a9cd..5b492c1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mctx: MCTS-in-JAX -Mctx is a library with a [JAX](https://github.com/google/jax)-native +Mctx is a library with a [JAX](https://github.com/jax-ml/jax)-native implementation of Monte Carlo tree search (MCTS) algorithms such as [AlphaZero](https://deepmind.com/blog/article/alphazero-shedding-new-light-grand-games-chess-shogi-and-go), [MuZero](https://deepmind.com/blog/article/muzero-mastering-go-chess-shogi-and-atari-without-rules), and