update
This commit is contained in:
@@ -55,7 +55,7 @@ function runMCTS(
|
|||||||
maxDepth::Integer=3,
|
maxDepth::Integer=3,
|
||||||
maxiterations::Integer=10,
|
maxiterations::Integer=10,
|
||||||
explorationweight::Number=1.0,
|
explorationweight::Number=1.0,
|
||||||
) where {T1<:AbstractDict}
|
)
|
||||||
|
|
||||||
root = MCTSNode("root", initialState, 0, 0, 0, 0, false, nothing, Dict{String, MCTSNode}())
|
root = MCTSNode("root", initialState, 0, 0, 0, 0, false, nothing, Dict{String, MCTSNode}())
|
||||||
|
|
||||||
|
|||||||
@@ -288,7 +288,7 @@ julia>
|
|||||||
"""
|
"""
|
||||||
function simulate(node::MCTSNode, transition::Function, args...;
|
function simulate(node::MCTSNode, transition::Function, args...;
|
||||||
maxDepth::Integer=3, totalsample::Integer=3
|
maxDepth::Integer=3, totalsample::Integer=3
|
||||||
)::Union{Tuple{Number, Dict{Symbol, <:Any}}, Tuple{Number, Nothing}} where {T<:AbstractDict}
|
)::Union{Tuple{Number, Dict{Symbol, <:Any}}, Tuple{Number, Nothing}}
|
||||||
|
|
||||||
simTrajectoryReward = 0.0
|
simTrajectoryReward = 0.0
|
||||||
terminalstate = nothing
|
terminalstate = nothing
|
||||||
|
|||||||
Reference in New Issue
Block a user