Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. helper2 t@(Tree state action noVisits score children) gen = (helper2 (children !! (mod (fst (next gen)) (length children))) (snd (next gen))) : t : [];
  2. rolloutTree t@(Tree state action noVisits score children) gen  = (helper2 t gen , (outcome state), gen)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement