This commit is contained in:
narawat lamaiin
2024-05-08 18:25:04 +07:00
parent 68c0e7631a
commit 2e0d8dd7f2
5 changed files with 626 additions and 15 deletions

View File

@@ -148,6 +148,7 @@ function expand(a::T1, node::MCTSNode, decisionMaker::Function,
stateevaluation, statevalue = progressValueEstimator(a, newstate)
if reward < 0
pprint(newstate[:thoughtHistory])
newstate.feedback = stateevaluation
end