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
|
earlystop(state) = state[:reward] >= 8 ? true : false
|
||||||
|
|
||||||
_, _, resultState = LLMMCTS.runMCTS(initialstate, transition, transitionargs;
|
_, _, resultState = LLMMCTS.runMCTS(initialstate, transition, transitionargs;
|
||||||
horizontalSampleExpansionPhase=1,
|
horizontalSampleExpansionPhase=3,
|
||||||
horizontalSampleSimulationPhase=1,
|
horizontalSampleSimulationPhase=2,
|
||||||
maxSimulationDepth=10, maxiterations=2,
|
maxSimulationDepth=5, maxiterations=2,
|
||||||
explorationweight=1.0,
|
explorationweight=1.0,
|
||||||
earlystop=earlystop,
|
earlystop=earlystop,
|
||||||
saveSimulatedNode=true)
|
saveSimulatedNode=true)
|
||||||
|
|||||||
Reference in New Issue
Block a user