v0.1.4 #2

Closed
ton wants to merge 22 commits from v0.1.4 into main
Showing only changes of commit 093290a33b - Show all commits
+8 -4
View File
@@ -130,10 +130,14 @@ function runMCTS(
push!(highValueStateList, take!(highValueState))
end
return (root=root,
bestNextState=bestNextState.state,
bestTerminalState=bestTerminalState.state,
highValueStateList=highValueStateList)
result = (
root=root,
bestNextState=bestNextState.state,
bestTerminalState=bestTerminalState.state,
highValueStateList=highValueStateList
)
return result
end
""" Search the best action to take for a given state and task