NeymarL / ChineseChess-AlphaZero

Implement AlphaZero/AlphaGo Zero methods on Chinese chess.
https://cczero.org
GNU General Public License v3.0
1.09k stars 344 forks source link

优化效率,可以考虑采用bitboard #10

Closed archcra closed 6 years ago

archcra commented 6 years ago

这里有128 bits bitboard的C++版本实现,可供参考: https://github.com/nqviet/ChineseChessEngine

NeymarL commented 6 years ago

好,群里有同志在实现C++版本,我推荐给他看看