pytorch / ELF

ELF: a platform for game research with AlphaGoZero/AlphaZero reimplementation
Other
3.37k stars 566 forks source link

Use ELF for others games #85

Closed alatyshe closed 6 years ago

alatyshe commented 6 years ago

Hi, i have some question about framework. I wanna write some game, for example chess and use ELF for training and testing. If it is possible, what steps should I take to correctly write the game logic which is correctly interacts with mcts and nn?

qucheng commented 6 years ago

There is an experimental branch with a tutorial. Take a look.