From 84a5ae4e5841373bc8413bfa4d54d0d149cbb97f Mon Sep 17 00:00:00 2001 From: Aryaman Pandya <91023037+aryamanpandya99@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:49:41 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feef0b8..75ba00a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AlphaZeroNano [in progress] +# AlphaZeroNano AlphaZeroNano is a miniature implementation of the famous AlphaZero, designed to understand and master grid-based board games. This project offers a lightweight framework for exploring the principles behind deep reinforcement learning combined with Monte Carlo Tree Search (MCTS) in the context of board games.