From 374feb01ae2fdfffaa357039fa09595ac356e43f Mon Sep 17 00:00:00 2001 From: narawat lamaiin Date: Fri, 3 May 2024 10:41:04 +0700 Subject: [PATCH] update --- src/mcts.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcts.jl b/src/mcts.jl index 326cdde..61c7dcf 100644 --- a/src/mcts.jl +++ b/src/mcts.jl @@ -71,7 +71,7 @@ julia> # TODO [] update docstring - [DONE] check childNode.total_reward w/ LATS paper. Which value total_reward representing + [TESTING] check childNode.total_reward w/ LATS paper. Which value total_reward representing # Signature """