Zeta36 / chess-alpha-zero

Chess reinforcement learning by AlphaGo Zero methods.
MIT License
2.14k stars 481 forks source link

Change the command for Supervised Learning in README.md #95

Open mphuget opened 4 years ago

mphuget commented 4 years ago

Hello all,

Just git cloned the project and tried to play with it, the command for Supervised Learning is not python src/chess_zero/run.py sl

but

python src/chess_zero/run.py --cmd sl

else the command "sl" is not recognized