This commit is contained in:
narawat lamaiin
2024-04-22 17:41:52 +07:00
parent ee1446b1e2
commit 1962035990
3 changed files with 86 additions and 50 deletions

View File

@@ -108,9 +108,12 @@ function conversation(a::T, userinput::Dict) where {T<:agent}
else #[WORKING] new thinking
initialState = 0
initialState = Dict(
:info=> Dict(), # keyword info
:thought=> nothing,
:action=> nothing,
:observation=> nothing,
)
bestplan = runMCTS(initialState, decisionMaker, stateValueEstimator, reflector,
3, 10, 1000, 1.0)
error("---> bestplan")