From e5efe6b5315cf48e5fbbe8805de1a2e782565d1f Mon Sep 17 00:00:00 2001 From: Lucas Colas <51634013+LucasColas@users.noreply.github.com> Date: Sat, 11 Nov 2023 10:36:33 -0500 Subject: [PATCH] add detail for the bots --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 331559b..25b6c0c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ There's also a clustering to get the types of Poker Players around the table. Agents use different strategies : * Stochastic probability -* Monte Carlo +* Monte Carlo / Monte Carlo Tree Search * Outs * Deep CFR (neural network with counterfactual regret minimization) - still working on it