junxiaosong / AlphaZero_Gomoku

An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
MIT License
3.27k stars 964 forks source link

No module named cPickle #3

Closed wlonging closed 6 years ago

wlonging commented 6 years ago

Hello,I meet the problem “No module named cPickle” how to solve it?thanks!

initial-h commented 6 years ago

i think u use Python3.5,try2.7

junxiaosong commented 6 years ago

I just modified the code to support python3 for human_play. You can pull the new code and it should directly work for python3 now.