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 """