From 0caadfd3eeb898501e35184945e51238c9825d4b Mon Sep 17 00:00:00 2001 From: tonaerospace Date: Wed, 1 May 2024 21:08:15 +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 cfdd446..2bc88aa 100644 --- a/src/mcts.jl +++ b/src/mcts.jl @@ -231,7 +231,7 @@ julia> thoughtDict = Dict( # TODO - [] update docstring - [PENDING] add other actions - - [] add embedding newstate then store in newstate[:embedding] + - [] add embedding of newstate and store in newstate[:embedding] # Signature """