zliu1022 / Webgo

Using web browser connect leela zero to analyze game go anywhere
GNU Affero General Public License v3.0
21 stars 6 forks source link

Modify weights and man-machine game #4

Open czqaihshyeah opened 5 years ago

czqaihshyeah commented 5 years ago

If I want to change the weights, which file should I modify? I noticed that there is only an analysis mode and no man-machine game mode. If I want to implement the man-machine game, which part should I modify?I would be very grateful if I could hear from you soon.

zliu1022 commented 5 years ago

Hi, you can modified svr/webgo.py as https://github.com/zliu1022/Webgo/blob/34b5e17fd7627a9adffef3208b67e0d526148316/svr/webgo.py#L26

czqaihshyeah commented 5 years ago

Thanks for your reply.I noticed that there is an analysis mode that Leela vs Zen7.How can I play against Leela?