From 1ac2ad1801265279e418b9d64e00ce54eafa56db Mon Sep 17 00:00:00 2001 From: narawat lamaiin Date: Sun, 5 May 2024 07:09:56 +0700 Subject: [PATCH] update --- src/mcts.jl | 6 +++--- src/type.jl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mcts.jl b/src/mcts.jl index 683ef00..ae027a3 100644 --- a/src/mcts.jl +++ b/src/mcts.jl @@ -155,7 +155,7 @@ julia> # TODO - [] update docstring - [WORKING] implement the function - - [] [] check for the terminal state (node.reward != 0), break if it is terminal state + - [] check for the terminal state (node.reward != 0), break if it is terminal state # Signature """ @@ -238,7 +238,7 @@ julia> thoughtDict = Dict( ``` # TODO - - [] update docstring + - [WORKING] update docstring - [PENDING] add other actions - [] add embedding of newstate and store in newstate[:embedding] - [x] check for terminal state and assign reward @@ -326,7 +326,7 @@ julia> ``` # TODO - - [] update docstring + - [WORKING] update docstring - [x] implement the function # Signature diff --git a/src/type.jl b/src/type.jl index c87bd48..be0a9d3 100644 --- a/src/type.jl +++ b/src/type.jl @@ -75,7 +75,7 @@ abstract type agent end ``` # TODO - - [] update docstring + - [WORKING] update docstring - [x] implement the function Signature\n