chess-alpha-zero
chess-alpha-zero copied to clipboard
Problem in running run.py
After running the command:
python3.6 run.py self
I get the following error:
`└──╼ $python3.6 run.py self
Traceback (most recent call last):
File "run.py", line 17, in
Does anybody know how to fix this? Thanks
You have to go up at least one directory, so the chess_zero folder is in the working directory of run.py.