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

invalid syntax error #60

Open nicolast0604 opened 3 years ago

nicolast0604 commented 3 years ago

Traceback (most recent call last): File "cchess_alphazero/run.py", line 13, in from cchess_alphazero import manager File "cchess_alphazero/manager.py", line 35 def setup(config: Config, args): ^ SyntaxError: invalid syntax