AlphaZeroIncubator / AlphaZero

Our implementation of AlphaZero for simple games such as Tic-Tac-Toe and Connect4.
0 stars 0 forks source link

Delete parent tree after each self play step #42

Open PhilipEkfeldt opened 4 years ago

PhilipEkfeldt commented 4 years ago

Reduce ram usage

guidopetri commented 4 years ago

Running one self_play() gave me a RAM usage of about 5.5GB. Interestingly, it stopped gobbling RAM at about halfway through. I used n_mcts_iter=100.