update
This commit is contained in:
@@ -1278,9 +1278,9 @@ function query(query::T, executeSQL::Function, text2textInstructLLM::Function;
|
||||
earlystop(state) = state[:reward] >= 8 ? true : false
|
||||
|
||||
_, _, resultState = LLMMCTS.runMCTS(initialstate, transition, transitionargs;
|
||||
horizontalSampleExpansionPhase=1,
|
||||
horizontalSampleSimulationPhase=1,
|
||||
maxSimulationDepth=10, maxiterations=2,
|
||||
horizontalSampleExpansionPhase=3,
|
||||
horizontalSampleSimulationPhase=2,
|
||||
maxSimulationDepth=5, maxiterations=2,
|
||||
explorationweight=1.0,
|
||||
earlystop=earlystop,
|
||||
saveSimulatedNode=true)
|
||||
|
||||
Reference in New Issue
Block a user