peter1591 / hearthstone-ai

A Hearthstone AI based on Monte Carlo tree search and neural nets written in modern C++.
294 stars 49 forks source link

Add neural network wrapper cpp #72

Closed peter1591 closed 7 years ago

peter1591 commented 7 years ago

No need of optimization across neural network library and mcts part This can be seen as an optimization boundary, like what we did for client cards This wrapper cpp can also deal with header workarounds for tiny dnn library

We can also define callback interface to get board values This callback should be designed by template concept

peter1591 commented 7 years ago

Fixed in commit e1fae82db5b58960746fc2464629f1320c85e1c3