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)) push!(highValueStateList, take!(highValueState))
end end
return (root=root, result = (
bestNextState=bestNextState.state, root=root,
bestTerminalState=bestTerminalState.state, bestNextState=bestNextState.state,
highValueStateList=highValueStateList) bestTerminalState=bestTerminalState.state,
highValueStateList=highValueStateList
)
return result
end end
""" Search the best action to take for a given state and task """ Search the best action to take for a given state and task