This commit is contained in:
narawat lamaiin
2024-05-06 16:13:01 +07:00
parent 89c6af780f
commit ebacc16922
4 changed files with 28 additions and 10 deletions

View File

@@ -442,7 +442,7 @@ function conversation(a::T, userinput::Dict) where {T<:agent}
)
)
bestplan = runMCTS(a, initialState, decisionMaker, progressValueEstimator, reflector,
isterminal, 2, 3, 2, 1.0)
isterminal, 2, 3, 3, 1.0)
error("---> bestplan")
# actor loop(bestplan)