Re: Writing a chess-playing AI like Alphago in Python

2017-12-25 Thread caigy84
On Sunday, December 24, 2017 at 1:26:22 PM UTC+8, Steve D'Aprano wrote: > On Sun, 24 Dec 2017 12:20 pm, Cai Gengyang wrote: > > > How many lines of code in Python would it take to create a Go-playing AI > > like AlphaGo ? Estimates ? > > Somewhere between 1 and 1 billion. > > How about you start

Re: Writing a chess-playing AI like Alphago in Python

2017-12-23 Thread Steve D'Aprano
On Sun, 24 Dec 2017 12:20 pm, Cai Gengyang wrote: > How many lines of code in Python would it take to create a Go-playing AI > like AlphaGo ? Estimates ? Somewhere between 1 and 1 billion. How about you start by telling us: - do you mean AlphaGo or AlphaGo Zero? - how many lines of code AlphaG

Writing a chess-playing AI like Alphago in Python

2017-12-23 Thread Cai Gengyang
How many lines of code in Python would it take to create a Go-playing AI like AlphaGo ? Estimates ? -- https://mail.python.org/mailman/listinfo/python-list