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