Klazkin / player-zero

1 stars 0 forks source link

Implementing PlayerZero Self-play #81

Closed Klazkin closed 2 months ago

Klazkin commented 7 months ago

Explain the context of the issue, what is being addressed in detail.

242d95827262e643b8606cfb6960e49f (From "Mastering the Game of Go without Human Knowledge")

The goal

Network architecture modifications:

Self-Play implementations

NN Training

Notes on further optimizations

Time tracking

Time Estimate: 7 hours 0 minutes Time spent: 7 hours 0 minutes

Resources

A Simple Alpha(Go) Zero Tutorial https://suragnair.github.io/posts/alphazero.html https://github.com/suragnair/alpha-zero-general/blob/master/MCTS.py