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

File not found #54

Closed simin75simin closed 3 years ago

simin75simin commented 3 years ago

running python3 cchess_alphazero/run.py play yields: FileNotFoundError: [Errno 2] No such file or directory: '/home/m/miscel/ChineseChess-AlphaZero/cchess_alphazero/play_games/PingFang.ttc' and a blank screen. OS: ubuntu 18.04 python version: 3.7.5

simin75simin commented 3 years ago

never mind, found it in the readme.