update
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user