DonggeLiu / AFLNet_Legion

AFLNet with MCTS
Apache License 2.0
6 stars 3 forks source link

Suggestions to integrate MCTS into AFLNet #7

Closed thuanpv closed 4 years ago

thuanpv commented 4 years ago

Hi Dongge.

This PR shows my suggestions to integrate MCTS into AFLNet. Specifically, I show where we can put INITIALISATION, SELECTION, EXPANSION, BACKPROPAGATION and related functions.