From 272207f1e15f94b364eaf4e7d199365e3a3dcb64 Mon Sep 17 00:00:00 2001 From: Ivo Danihelka Date: Thu, 28 Sep 2023 12:53:56 -0700 Subject: [PATCH] Add a link to Pgx - a collection of 20+ JAX environments. Fixes #65. PiperOrigin-RevId: 569264304 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 427799a..ab1810a 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,9 @@ is demonstrated in ### Example projects The following projects demonstrate the Mctx usage: +- [Pgx](https://github.com/sotetsuk/pgx) — A collection of 20+ vectorized + JAX environments, including backgammon, chess, shogi, Go, and an AlphaZero + example. - [Basic Learning Demo with Mctx](https://github.com/kenjyoung/mctx_learning_demo) — AlphaZero on random mazes. - [a0-jax](https://github.com/NTT123/a0-jax) — AlphaZero on Connect Four,