From 4f370618cd9c210681969fda6764d4ec24dc6d8a Mon Sep 17 00:00:00 2001 From: Ivo Danihelka Date: Wed, 31 May 2023 02:33:47 -0700 Subject: [PATCH] Add a link to mctx-classic. Fixes #54. PiperOrigin-RevId: 536652481 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24dce63..427799a 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ The following projects demonstrate the Mctx usage: Gomoku, and Go. - [muax](https://github.com/bwfbowen/muax) — MuZero on gym-style environments (CartPole, LunarLander). +- [Classic MCTS](https://github.com/Carbon225/mctx-classic) — A simple example on Connect Four. Tell us about your project.