lowrollr / turbozero

fast + parallel AlphaZero in JAX
Apache License 2.0
85 stars 7 forks source link

Dirilecht instead of dirichlet in mcts #2

Closed DavideTr8 closed 1 year ago

DavideTr8 commented 1 year ago

There is a typo in lines 95, 157 and 162 of self.dirichlet spelled self.dirilecht. Fortunately this typo is repeated and does not affect the functioning, but I suggest modifying it to avoid possible confusion.

lowrollr commented 1 year ago

thank you! closing

3