Skip to content
Snippets Groups Projects
Commit bbde9a45 authored by brian.lee's avatar brian.lee
Browse files

add notes

parent 27782e65
Branches
Tags
1 merge request!1Fix best rollout
......@@ -233,11 +233,14 @@ class Tree:
state = self._get_system_state(start_node)
# Propagate down the tree
# check how _select handles mu, N = 0
while len(self._childNodes(start_node))>0:
start_node = self._select(self._childNodes(start_node))
### EXPANSION
# check if _expansion changes start_node to the node after jumping
self._expansion(start_node)
print(self._childNodes(start_node))
### SIMULATION
avg_reward = 0
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment