This commit is contained in:
2025-03-16 22:11:23 +07:00
parent 0873b1341f
commit 14c881741e
3 changed files with 27 additions and 20 deletions

View File

@@ -871,7 +871,7 @@ function query(query::T, executeSQL::Function, text2textInstructLLM::Function;
earlystop(state) = state[:reward] >= 8 ? true : false
_, _, resultState = LLMMCTS.runMCTS(initialstate, transition, transitionargs;
root, _, resultState = LLMMCTS.runMCTS(initialstate, transition, transitionargs;
horizontalSampleExpansionPhase=5,
horizontalSampleSimulationPhase=2,
maxSimulationDepth=5,