This commit is contained in:
narawat lamaiin
2024-05-03 22:39:41 +07:00
parent 374feb01ae
commit 15702973b0
2 changed files with 55 additions and 28 deletions

View File

@@ -381,7 +381,7 @@ function conversation(a::T, userinput::Dict) where {T<:agent}
else #[PENDING] new thinking
else
initialState = Dict{Symbol, Any}(
# deepcopy the info to prevent modifying the info unintentionally during MCTS planning
@@ -393,7 +393,7 @@ function conversation(a::T, userinput::Dict) where {T<:agent}
)
)
bestplan = runMCTS(a, initialState, decisionMaker, progressValueEstimator, reflector,
isterminal, 2, 10, 1000, 1.0)
isterminal, 2, 3, 100, 1.0)
error("---> bestplan")
# actor loop(bestplan)