From aa55375dff40b4ae128680bf6ba2d0874e54fbc3 Mon Sep 17 00:00:00 2001 From: Ivo Danihelka Date: Mon, 3 Apr 2023 13:15:06 -0700 Subject: [PATCH] Add a link to muax. Fixes #46. PiperOrigin-RevId: 521543131 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4addc54..24dce63 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ The following projects demonstrate the Mctx usage: AlphaZero on random mazes. - [a0-jax](https://github.com/NTT123/a0-jax) — AlphaZero on Connect Four, Gomoku, and Go. +- [muax](https://github.com/bwfbowen/muax) — MuZero on gym-style environments +(CartPole, LunarLander). Tell us about your project.