update
This commit is contained in:
@@ -288,7 +288,7 @@ julia>
|
||||
"""
|
||||
function simulate(node::MCTSNode, transition::Function, args...;
|
||||
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
|
||||
terminalstate = nothing
|
||||
|
||||
Reference in New Issue
Block a user